summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2021-06-17ACPI: sysfs: fix doc warnings in device_sysfs.cBaokun Li
2021-06-17ACPI: APEI: fix synchronous external aborts in user-modeXiaofei Tan
2021-06-17mfd: tps68470: Remove tps68470 MFD driverDaniel Scally
2021-06-16ACPI: power: Use dev_dbg() to print some messagesRafael J. Wysocki
2021-06-16ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hintMario Limonciello
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello
2021-06-14ACPI: processor_throttling: Fix several coding style issuesClayton Casciato
2021-06-14ACPI: sysfs: Drop four redundant return statementsClayton Casciato
2021-06-14ACPI: video: Drop three redundant return statementsClayton Casciato
2021-06-14ACPI: sleep: Fix acpi_pm_pre_suspend() kernel-docYang Li
2021-06-14ACPI: processor_throttling: Remove redundant initialization of 'obj'Yang Li
2021-06-14Merge back ACPI power management material for v5.14.Rafael J. Wysocki
2021-06-11ACPI: utils: Introduce acpi_get_local_address()Calvin Johnson
2021-06-11Merge back 'acpi-bus' material for v5.14.Rafael J. Wysocki
2021-06-11Merge branch 'acpi-bus'Rafael J. Wysocki
2021-06-10ACPI: scan: initialize local variable to avoid garbage being returnedColin Ian King
2021-06-10ACPI: Remove redundant clearing of context->ret.pointer from acpi_run_osc()Hans de Goede
2021-06-10ACPI: Add \_SB._OSC bit for PRMErik Kaneda
2021-06-10ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda
2021-06-09ACPI: resources: Add checks for ACPI IRQ overrideHui Wang
2021-06-09ACPI: Pass the same capabilities to the _OSC regardless of the query flagMika Westerberg
2021-06-08ACPI/IORT: Enable stall support for platform devicesJean-Philippe Brucker
2021-06-07ACPI: scan: Add function to fetch dependent of ACPI deviceDaniel Scally
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally
2021-06-07ACPI: sysfs: Fix a buffer overrun problem with description_show()Krzysztof WilczyƄski
2021-06-07ACPI: LPSS: Use kstrtol() instead of simple_strtol()Liu Shixin
2021-06-07ACPI: tables: FPDT: Add missing acpi_put_table() in acpi_init_fpdt()Jing Xiangfeng
2021-06-07ACPI: tables: PPTT: Populate cache-id if provided by firmwareJames Morse
2021-06-07ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify codeZhen Lei
2021-06-07ACPI: bus: Call kobject_put() in acpi_init() error pathHanjun Guo
2021-06-07ACPI: bus: Remove unneeded assignmentHanjun Guo
2021-06-07ACPI: Remove the macro PREFIX "ACPI: "Hanjun Guo
2021-06-07ACPI: sleep: Unify the message printingHanjun Guo
2021-06-07ACPI: sbs: Unify the message printingHanjun Guo
2021-06-07ACPI: scan: Unify the log message printingHanjun Guo
2021-06-07ACPI: sbshc: Unify the message printingHanjun Guo
2021-06-07ACPI: sysfs: Cleanup message printingHanjun Guo
2021-06-07ACPI: reboot: Unify the message printingHanjun Guo
2021-06-07ACPI: processor_throttling: Cleanup the printing messagesHanjun Guo
2021-06-07ACPI: processor_perflib: Cleanup print messagesHanjun Guo
2021-06-07ACPI: processor_thermal: Remove unused PREFIX for printingHanjun Guo
2021-06-07ACPI: pci_root: Unify the message printingHanjun Guo
2021-06-07ACPI: osl: Remove the duplicated PREFIX for message printingHanjun Guo
2021-06-07ACPI: nvs: Unify the message printingHanjun Guo
2021-06-07ACPI: glue: Clean up the printing messagesHanjun Guo
2021-06-07ACPI: event: Use pr_*() macros to replace printk()Hanjun Guo
2021-06-07ACPI: bus: Use pr_*() macros to replace printk()Hanjun Guo
2021-06-07ACPI: blacklist: Unify the message printingHanjun Guo
2021-06-07ACPI: cmos_rtc: Using pr_fmt() and remove PREFIXHanjun Guo
2021-06-07Revert "ACPI: sleep: Put the FACS table after using it"Zhang Rui