summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorLines
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+90
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-173/+1
2023-11-04Merge tag 'acpi-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+2
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-54/+94
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+6
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2023-10-31Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-10-31Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-262/+483
2023-10-31Merge tag 'thermal-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-432/+409
2023-10-31ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanupDan Carpenter-2/+2
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+8
2023-10-27acpi: Move common tables helper functions to common libDave Jiang-173/+1
2023-10-26RISC-V: ACPI: RHCT: Add function to get CBO block sizesSunil V L-0/+87
2023-10-26RISC-V: ACPI: Update the return value of acpi_get_rhct()Sunil V L-3/+3
2023-10-26Merge branches 'acpi-ac', 'acpi-pad' and 'pnp'Rafael J. Wysocki-108/+72
2023-10-26Merge branch 'acpi-bus'Rafael J. Wysocki-8/+8
2023-10-26Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid'Rafael J. Wysocki-27/+55
2023-10-26Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc'Rafael J. Wysocki-14/+136
2023-10-26Merge branches 'acpi-utils', 'acpi-resource', 'acpi-property' and 'acpi-soc'Rafael J. Wysocki-418/+496
2023-10-26Merge branches 'acpi-scan', 'acpi-osl', 'acpi-osi' and 'acpi-tables'Rafael J. Wysocki-27/+60
2023-10-26ACPI: resource: Do IRQ override on TongFang GMxXGxxWerner Sembach-0/+12
2023-10-26Merge back earlier ACPI resources management changes for v6.7.Rafael J. Wysocki-46/+36
2023-10-24ACPI: EC: Add quirk for HP 250 G7 Notebook PCJonathan Denose-0/+10
2023-10-24ACPI: x86: use acpi_dev_uid_match() for matching _UIDRaag Jadav-2/+1
2023-10-24ACPI: utils: use acpi_dev_uid_match() for matching _UIDRaag Jadav-2/+1
2023-10-24ACPI: utils: Introduce acpi_dev_uid_match() for matching _UIDRaag Jadav-4/+27
2023-10-24ACPI: sysfs: Clean up create_pnp_modalias() and create_of_modalias()Christophe JAILLET-6/+2
2023-10-24ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias()Christophe JAILLET-4/+6
2023-10-24ACPI: acpi_pad: Rename ACPI device from device to adevMichal Wilczynski-10/+11
2023-10-24ACPI: acpi_pad: Use dev groups for sysfsMichal Wilczynski-33/+9
2023-10-24ACPI: acpi_pad: Replace acpi_driver with platform_driverMichal Wilczynski-11/+14
2023-10-24ACPI: APEI: Use ERST timeout for slow devicesJeshua Smith-4/+37
2023-10-24arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helperJames Morse-1/+1
2023-10-24ACPI: scan: Rename acpi_scan_device_not_present() to be about enumerationJames Morse-4/+4
2023-10-22ACPI: NFIT: Install Notify() handler before getting NFIT tableXiang Chen-11/+11
2023-10-20ACPI: sysfs: use acpi_device_uid() for fetching _UIDRaag Jadav-3/+3
2023-10-20ACPI: scan: Use the acpi_device_is_present() helper in more placesJames Morse-2/+2
2023-10-20Merge branch 'acpi-irq'Rafael J. Wysocki-1/+6
2023-10-18ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()Hanjun Guo-1/+1
2023-10-18ACPI: irq: Fix incorrect return value in acpi_register_gsi()Sunil V L-1/+6
2023-10-17amba: bus: balance firmware node reference countingAndy Shevchenko-1/+1
2023-10-17ACPI: AC: Rename ACPI device from device to adevMichal Wilczynski-13/+13
2023-10-16acpi, hmat: calculate abstract distance with HMATHuang Ying-2/+63
2023-10-16acpi, hmat: refactor hmat_register_target_initiators()Huang Ying-51/+30
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2023-10-13ACPI: AC: Replace acpi_driver with platform_driverMichal Wilczynski-25/+27
2023-10-13ACPI: AC: Use string_choices API instead of ternary operatorMichal Wilczynski-2/+3
2023-10-13ACPI: AC: Remove redundant checksMichal Wilczynski-23/+4
2023-10-13Merge branches 'acpi-ec' and 'acpi-resource'Rafael J. Wysocki-6/+31
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)-0/+1