aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2024-08-02ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()Aleksandr Mishin1-4/+2
2024-08-02ACPI: processor: Reduce the log level of a per-CPU message about idle statesLi RongQing1-1/+1
2024-08-02ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_pac...Pei Xiao1-0/+2
2024-08-02ACPI: sysfs: remove return value of acpi_device_setup_files()Thomas Weißschuh3-10/+3
2024-08-02ACPI: sysfs: manage sysfs attributes through device coreThomas Weißschuh3-3/+7
2024-08-02ACPI: sysfs: manage attributes as attribute_groupThomas Weißschuh1-96/+71
2024-08-02ACPI: sysfs: evaluate _STR on each sysfs accessThomas Weißschuh1-15/+15
2024-08-02ACPI: sysfs: validate return type of _STR methodThomas Weißschuh1-2/+3
2024-08-02ACPI: battery: Remove redundant NULL initalizationsIlpo Järvinen1-2/+2
2024-08-02ACPI: battery: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed1-2/+2
2024-08-02ACPI: EC: Do not release locks during operation region accessesRafael J. Wysocki1-6/+49
2024-08-01PCI/ACPI: Increase Loongson max PCI hosts to 8Huacai Chen1-0/+12
2024-08-01ACPI: PRM: Add PRM handler direct call supportJohn Allen1-0/+24
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+32
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt2-5/+32
2024-07-22ACPI: NUMA: change the ACPI_NUMA to a hidden optionHaibo Xu1-4/+1
2024-07-22ACPI: NUMA: Add handler for SRAT RINTC affinity structureHaibo Xu1-1/+31
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2024-07-20Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+0
2024-07-19Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+13
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-51/+15
2024-07-19Merge branch 'pci/misc'Bjorn Helgaas1-5/+0
2024-07-16Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds26-88/+336
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+14
2024-07-15Merge tag 'tag-chrome-platform-for-v6.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+15
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-107/+316
2024-07-15Merge branch 'acpi-misc'Rafael J. Wysocki2-0/+2
2024-07-15Merge branches 'acpi-processor', 'acpi-pad', 'acpi-resource' and 'acpi-video'Rafael J. Wysocki5-10/+51
2024-07-15Merge branches 'acpi-pmic', 'acpi-battery' and 'acpi-numa'Rafael J. Wysocki12-53/+72
2024-07-15Merge branches 'acpi-x86', 'acpi-fan', 'acpi-soc' and 'acpi-cppc'Rafael J. Wysocki7-25/+211
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang1-4/+1
2024-07-11Merge branch 'for-next/vcpu-hotplug' into for-next/coreCatalin Marinas4-100/+134
2024-07-10Merge back ACPI processor driver material for 6.11.Rafael J. Wysocki1-2/+2
2024-07-09ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJTamim Khan1-0/+7
2024-07-09ACPI: video: force native for some T2 macbooksOrlando Chamberlain1-0/+16
2024-07-04ACPI: Retire acpi_iommu_fwspec_ops()Robin Murphy1-23/+5
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy3-28/+10
2024-07-04ACPI: video: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed1-4/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-07-02ACPI: CPPC: Replace ternary operator with umax()Prabhakar Pujeri1-1/+1
2024-07-02ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MUTamim Khan1-0/+7
2024-07-02ACPI: processor_idle: Fix invalid comparison with insertion sort for latencyKuan-Wei Chiu1-21/+16
2024-07-01ACPI: PMIC: Constify struct pmic_tableChristophe JAILLET7-12/+12
2024-07-01ACPI: bus: Indicate support for battery charge limiting thru _OSCArmin Wolf1-0/+2
2024-07-01ACPI: battery: Add support for charge limiting stateArmin Wolf1-4/+7
2024-07-01ACPI: battery: add devm_battery_hook_register()Thomas Weißschuh1-0/+15
2024-06-28irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUsJames Morse1-1/+2