summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2021-06-17ACPI: sysfs: fix doc warnings in device_sysfs.cBaokun Li1-0/+5
2021-06-17ACPI: APEI: fix synchronous external aborts in user-modeXiaofei Tan1-17/+64
2021-06-17mfd: tps68470: Remove tps68470 MFD driverDaniel Scally1-1/+1
2021-06-16ACPI: power: Use dev_dbg() to print some messagesRafael J. Wysocki1-2/+2
2021-06-16ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hintMario Limonciello3-0/+37
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello1-0/+29
2021-06-14ACPI: processor_throttling: Fix several coding style issuesClayton Casciato1-11/+8
2021-06-14ACPI: sysfs: Drop four redundant return statementsClayton Casciato1-8/+0
2021-06-14ACPI: video: Drop three redundant return statementsClayton Casciato1-6/+0
2021-06-14ACPI: sleep: Fix acpi_pm_pre_suspend() kernel-docYang Li1-1/+1
2021-06-14ACPI: processor_throttling: Remove redundant initialization of 'obj'Yang Li1-1/+1
2021-06-14Merge back ACPI power management material for v5.14.Rafael J. Wysocki8-71/+79
2021-06-11ACPI: utils: Introduce acpi_get_local_address()Calvin Johnson1-0/+14
2021-06-11Merge back 'acpi-bus' material for v5.14.Rafael J. Wysocki1-2/+0
2021-06-11Merge branch 'acpi-bus'Rafael J. Wysocki1-19/+8
2021-06-10ACPI: scan: initialize local variable to avoid garbage being returnedColin Ian King1-1/+1
2021-06-10ACPI: Remove redundant clearing of context->ret.pointer from acpi_run_osc()Hans de Goede1-2/+0
2021-06-10ACPI: Add \_SB._OSC bit for PRMErik Kaneda1-0/+1
2021-06-10ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda5-0/+320
2021-06-09ACPI: resources: Add checks for ACPI IRQ overrideHui Wang1-1/+8
2021-06-09ACPI: Pass the same capabilities to the _OSC regardless of the query flagMika Westerberg1-19/+8
2021-06-08ACPI/IORT: Enable stall support for platform devicesJean-Philippe Brucker1-1/+3
2021-06-07ACPI: scan: Add function to fetch dependent of ACPI deviceDaniel Scally1-0/+35
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally3-20/+53
2021-06-07ACPI: sysfs: Fix a buffer overrun problem with description_show()Krzysztof WilczyƄski1-1/+1
2021-06-07ACPI: LPSS: Use kstrtol() instead of simple_strtol()Liu Shixin1-7/+6
2021-06-07ACPI: tables: FPDT: Add missing acpi_put_table() in acpi_init_fpdt()Jing Xiangfeng1-1/+3
2021-06-07ACPI: tables: PPTT: Populate cache-id if provided by firmwareJames Morse1-4/+14
2021-06-07ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify codeZhen Lei1-6/+1
2021-06-07ACPI: bus: Call kobject_put() in acpi_init() error pathHanjun Guo1-0/+1
2021-06-07ACPI: bus: Remove unneeded assignmentHanjun Guo1-3/+1
2021-06-07ACPI: Remove the macro PREFIX "ACPI: "Hanjun Guo1-2/+0
2021-06-07ACPI: sleep: Unify the message printingHanjun Guo1-9/+9
2021-06-07ACPI: sbs: Unify the message printingHanjun Guo1-6/+6
2021-06-07ACPI: scan: Unify the log message printingHanjun Guo1-5/+6
2021-06-07ACPI: sbshc: Unify the message printingHanjun Guo1-4/+4
2021-06-07ACPI: sysfs: Cleanup message printingHanjun Guo1-5/+3
2021-06-07ACPI: reboot: Unify the message printingHanjun Guo1-1/+3
2021-06-07ACPI: processor_throttling: Cleanup the printing messagesHanjun Guo1-34/+26
2021-06-07ACPI: processor_perflib: Cleanup print messagesHanjun Guo1-20/+18
2021-06-07ACPI: processor_thermal: Remove unused PREFIX for printingHanjun Guo1-2/+0
2021-06-07ACPI: pci_root: Unify the message printingHanjun Guo1-1/+3
2021-06-07ACPI: osl: Remove the duplicated PREFIX for message printingHanjun Guo1-2/+2
2021-06-07ACPI: nvs: Unify the message printingHanjun Guo1-3/+5
2021-06-07ACPI: glue: Clean up the printing messagesHanjun Guo1-20/+9
2021-06-07ACPI: event: Use pr_*() macros to replace printk()Hanjun Guo1-2/+4
2021-06-07ACPI: bus: Use pr_*() macros to replace printk()Hanjun Guo1-2/+2
2021-06-07ACPI: blacklist: Unify the message printingHanjun Guo1-4/+5
2021-06-07ACPI: cmos_rtc: Using pr_fmt() and remove PREFIXHanjun Guo1-2/+4
2021-06-07Revert "ACPI: sleep: Put the FACS table after using it"Zhang Rui1-3/+1