summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2023-07-28ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()Guanghui Feng1-3/+0
2023-07-07Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-23/+69
2023-07-06Merge branches 'acpi-bus' and 'acpi-scan'Rafael J. Wysocki5-23/+69
2023-07-04ACPI: scan: Use the acpi_match_acpi_device() helperAndy Shevchenko1-9/+12
2023-07-04ACPI: platform: Move SMB0001 HID to the header and reuseAndy Shevchenko1-1/+1
2023-07-04ACPI: platform: Ignore SMB0001 only when it has resourcesAndy Shevchenko1-3/+28
2023-07-04ACPI: bus: Introduce acpi_match_acpi_device() helperAndy Shevchenko1-4/+21
2023-07-04ACPI: scan: fix undeclared variable warnings by including sleep.hBen Dooks1-0/+1
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-1/+127
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-1/+1
2023-06-30Merge tag 'acpi-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-6/+12
2023-06-29LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen1-1/+1
2023-06-29ACPI: bus: Constify acpi_companion_match() returned valueAndy Shevchenko3-5/+5
2023-06-29ACPI: scan: Move acpi_root to internal headerAndy Shevchenko2-2/+2
2023-06-27ACPI: EC: Fix acpi_ec_dispatch_gpe()Rafael J. Wysocki1-6/+12
2023-06-27Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-6/+46
2023-06-27Merge tag 'acpi-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds17-376/+457
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-13/+30
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki1-6/+46
2023-06-26Merge branches 'acpi-apei', 'acpi-pad' and 'acpi-misc'Rafael J. Wysocki4-5/+4
2023-06-26Merge branches 'acpi-thermal' and 'acpi-button'Rafael J. Wysocki4-262/+282
2023-06-26Merge branches 'acpi-x86', 'acpi-video', 'acpi-soc' and 'acpi-tables'Rafael J. Wysocki5-6/+86
2023-06-26Merge branches 'acpi-scan', 'acpi-pm', 'acpi-resource' and 'acpi-ec'Rafael J. Wysocki5-103/+85
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas7-9/+24
2023-06-22ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569Hans de Goede1-0/+8
2023-06-16ACPI: thermal: Drop struct acpi_thermal_flagsRafael J. Wysocki1-22/+2
2023-06-16ACPI: thermal: Drop struct acpi_thermal_stateRafael J. Wysocki1-11/+0
2023-06-16ACPI: bus: Simplify installation and removal of notify callbackRafael J. Wysocki1-44/+9
2023-06-16ACPI: tiny-power-button: Eliminate the driver notify callbackRafael J. Wysocki1-8/+41
2023-06-16ACPI: button: Use different notify handlers for lid and buttonsRafael J. Wysocki1-9/+24
2023-06-16ACPI: button: Eliminate the driver notify callbackRafael J. Wysocki1-44/+96
2023-06-15ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()Rafael J. Wysocki2-6/+12
2023-06-12ACPI: x86: Add pm_debug_messages for LPS0 _DSM state trackingMario Limonciello1-6/+46
2023-06-12ACPI: thermal: Eliminate struct acpi_thermal_state_flagsRafael J. Wysocki1-68/+64
2023-06-12ACPI: thermal: Move acpi_thermal_driver definitionRafael J. Wysocki1-35/+26
2023-06-12ACPI: thermal: Move symbol definitions to one placeRafael J. Wysocki1-29/+29
2023-06-12ACPI: thermal: Drop redundant ACPI_TRIPS_REFRESH_DEVICES symbolRafael J. Wysocki1-7/+6
2023-06-12ACPI: thermal: Use BIT() macro for defining flagsRafael J. Wysocki1-5/+5
2023-06-12APEI: GHES: correctly return NULL for ghes_get_devices()Li Yang1-0/+2
2023-06-12ACPI: FFH: Drop the inclusion of linux/arm-smccc.hSudeep Holla1-2/+0
2023-06-12ACPI: PAD: mark Zhaoxin CPUs NONSTOP TSC correctlyTony W Wang-oc1-0/+1
2023-06-12ACPI: APEI: mark bert_disable as __initdataMiaohe Lin1-1/+1
2023-06-12ACPI: EC: Clear GPE on interrupt handling onlyCompostella, Jeremy1-15/+16
2023-06-12ACPI: video: Stop trying to use vendor backlight control on laptops from afte...Hans de Goede1-0/+21
2023-06-09ACPI/APMT: Don't register invalid resourceRobin Murphy1-4/+6
2023-06-08ACPI: bus: Consolidate all arm specific initialisation into acpi_arm_init()Sudeep Holla7-9/+24
2023-06-05ACPI: x86: s2idle: Adjust Microsoft LPS0 _DSM handling sequenceMario Limonciello1-7/+7
2023-06-05ACPI: resource: Remove "Zen" specific match and quirksMario Limonciello1-60/+0
2023-06-05ACPI: PM: s2idle: fix section mismatch warningArnd Bergmann1-1/+1