summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2024-08-20ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11Yicong Yang
2024-08-19ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIOHans de Goede
2024-08-19ACPI: video: Add Dell UART backlight controller detectionHans de Goede
2024-08-19Merge an earlier EC driver change for 6.12.Rafael J. Wysocki
2024-08-16ACPI/IORT: Switch to use kmemdup_array()Andy Shevchenko
2024-08-13ACPI: EC: Evaluate _REG outside the EC scope more carefullyRafael J. Wysocki
2024-08-13ACPICA: Add a depth argument to acpi_execute_reg_methods()Rafael J. Wysocki
2024-08-13Revert "ACPI: EC: Evaluate orphan _REG under EC device"Rafael J. Wysocki
2024-08-02ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()Aleksandr Mishin
2024-08-02ACPI: processor: Reduce the log level of a per-CPU message about idle statesLi RongQing
2024-08-02ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_pac...Pei Xiao
2024-08-02ACPI: sysfs: remove return value of acpi_device_setup_files()Thomas Weißschuh
2024-08-02ACPI: sysfs: manage sysfs attributes through device coreThomas Weißschuh
2024-08-02ACPI: sysfs: manage attributes as attribute_groupThomas Weißschuh
2024-08-02ACPI: sysfs: evaluate _STR on each sysfs accessThomas Weißschuh
2024-08-02ACPI: sysfs: validate return type of _STR methodThomas Weißschuh
2024-08-02ACPI: battery: Remove redundant NULL initalizationsIlpo Järvinen
2024-08-02ACPI: battery: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed
2024-08-02ACPI: EC: Do not release locks during operation region accessesRafael J. Wysocki
2024-08-01PCI/ACPI: Increase Loongson max PCI hosts to 8Huacai Chen
2024-08-01ACPI: PRM: Add PRM handler direct call supportJohn Allen
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt
2024-07-22ACPI: NUMA: change the ACPI_NUMA to a hidden optionHaibo Xu
2024-07-22ACPI: NUMA: Add handler for SRAT RINTC affinity structureHaibo Xu
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-20Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-19Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-19Merge branch 'pci/misc'Bjorn Helgaas
2024-07-16Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-15Merge tag 'tag-chrome-platform-for-v6.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-07-15Merge branch 'acpi-misc'Rafael J. Wysocki
2024-07-15Merge branches 'acpi-processor', 'acpi-pad', 'acpi-resource' and 'acpi-video'Rafael J. Wysocki
2024-07-15Merge branches 'acpi-pmic', 'acpi-battery' and 'acpi-numa'Rafael J. Wysocki
2024-07-15Merge branches 'acpi-x86', 'acpi-fan', 'acpi-soc' and 'acpi-cppc'Rafael J. Wysocki
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang
2024-07-11Merge branch 'for-next/vcpu-hotplug' into for-next/coreCatalin Marinas
2024-07-10Merge back ACPI processor driver material for 6.11.Rafael J. Wysocki
2024-07-09ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJTamim Khan
2024-07-09ACPI: video: force native for some T2 macbooksOrlando Chamberlain
2024-07-04ACPI: Retire acpi_iommu_fwspec_ops()Robin Murphy
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy
2024-07-04ACPI: video: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman