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