summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2023-01-14ACPICA: Fix error code path in acpi_ds_call_control_method()Rafael J. Wysocki1-2/+8
2023-01-14ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()Li Zetao1-7/+0
2022-12-08ACPI: HMAT: Fix initiator registration for single-initiator systemsVishal Verma1-6/+20
2022-12-08ACPI: HMAT: remove unnecessary variable initializationVishal Verma1-1/+0
2022-11-10ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()Ashish Kalra1-1/+1
2022-10-30ACPI: video: Force backlight native for more TongFang devicesWerner Sembach1-0/+64
2022-10-30ACPI: extlog: Handle multiple recordsTony Luck1-13/+20
2022-10-26ACPI: video: Add Toshiba Satellite/Portege Z830 quirkArvid Norlander1-0/+16
2022-10-26ACPI: APEI: do not add task_work to kernel thread to avoid memory leakShuai Xue1-1/+1
2022-08-31ACPI: processor: Remove freq Qos request for all CPUsRiwen Lu1-1/+1
2022-08-25PCI/ACPI: Guard ARM64-specific mcfg_quirksHuacai Chen1-0/+3
2022-08-25ACPI: property: Return type of acpi_add_nondev_subnodes() should be boolSakari Ailus1-4/+4
2022-08-21ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki1-30/+24
2022-08-21ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SPDan Williams1-0/+2
2022-08-21ACPI: processor/idle: Annotate more functions to live in cpuidle sectionGuilherme G. Piccoli1-3/+3
2022-08-21ACPI: LPSS: Fix missing check in register_device_clock()huhai1-0/+3
2022-08-21ACPI: PM: save NVS memory for Lenovo G40-45Manyi Li1-0/+8
2022-08-21ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirkHans de Goede1-66/+9
2022-08-21ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirksHans de Goede1-7/+0
2022-08-11ACPI: APEI: Better fix to avoid spamming the console with old error logsTony Luck1-8/+23
2022-08-11ACPI: video: Shortening quirk list by identifying Clevo by board_name onlyWerner Sembach1-34/+0
2022-08-11ACPI: video: Force backlight native for some TongFang devicesWerner Sembach1-1/+50
2022-06-09ACPI: property: Release subnode properties with data nodesSakari Ailus1-6/+12
2022-06-09ACPI: PM: Block ASUS B1400CEAE from suspend to idle by defaultMario Limonciello1-0/+12
2022-05-30ACPI: sysfs: Fix BERT error region memory mappingLorenzo Pieralisi1-7/+18
2022-05-30ACPI: sysfs: Make sparse happy about address space in useAndy Shevchenko1-1/+1
2022-04-20ACPI: processor idle: Check for architectural support for LPIMario Limonciello1-5/+10
2022-04-08ACPI: CPPC: Avoid out of bounds access when parsing _CPC dataRafael J. Wysocki1-0/+5
2022-04-08ACPI/APEI: Limit printable size of BERT table dataDarren Hart1-2/+6
2022-04-08ACPICA: Avoid walking the ACPI Namespace if it is not thereRafael J. Wysocki1-0/+3
2022-04-08ACPI: APEI: fix return value of __setup handlersRandy Dunlap3-3/+3
2022-04-08ACPI: properties: Consistently return -ENOENT if there are no more referencesSakari Ailus1-1/+1
2022-03-28ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNUWerner Sembach1-0/+75
2022-03-28ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3Maximilian Luz1-0/+12
2022-03-11Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"Greg Kroah-Hartman2-14/+10
2022-02-16ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPERafael J. Wysocki2-10/+14
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki1-0/+1
2022-02-16ACPI/IORT: Check node revision for PMCG resourcesRobin Murphy1-3/+11
2022-01-27ACPI: battery: Add the ThinkPad "Not Charging" quirkThomas Weißschuh1-0/+22
2022-01-27ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov3-4/+6
2022-01-27ACPICA: Fix wrong interpretation of PCC addressSudeep Holla1-6/+1
2022-01-27ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()Rafael J. Wysocki1-1/+2
2022-01-27ACPICA: Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki1-0/+1
2022-01-27ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD winHans de Goede1-3/+17
2022-01-27ACPI / x86: Allow specifying acpi_device_override_status() quirks by pathHans de Goede1-10/+32
2022-01-27ACPI: Change acpi_device_always_present() into acpi_device_override_status()Hans de Goede2-29/+39
2022-01-27ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present tableHans de Goede1-4/+0
2022-01-27ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodesHans de Goede1-3/+10
2022-01-27ACPI: EC: Rework flushing of EC work while suspended to idleRafael J. Wysocki2-14/+45
2021-12-01ACPI: Get acpi_device's parent from the parent fieldSakari Ailus1-8/+3