summaryrefslogtreecommitdiff
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI: video: Force backlight native for more TongFang devicesWerner Sembach2022-11-031-0/+64
* ACPI: extlog: Handle multiple recordsTony Luck2022-11-031-13/+20
* ACPI: video: Add Toshiba Satellite/Portege Z830 quirkArvid Norlander2022-10-261-0/+16
* ACPI: property: Return type of acpi_add_nondev_subnodes() should be boolSakari Ailus2022-08-251-4/+4
* ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki2022-08-251-30/+24
* ACPI: LPSS: Fix missing check in register_device_clock()huhai2022-08-251-0/+3
* ACPI: PM: save NVS memory for Lenovo G40-45Manyi Li2022-08-251-0/+8
* ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirksHans de Goede2022-08-251-7/+0
* ACPI: video: Shortening quirk list by identifying Clevo by board_name onlyWerner Sembach2022-08-111-34/+0
* ACPI: video: Force backlight native for some TongFang devicesWerner Sembach2022-08-111-1/+50
* ACPI: sysfs: Fix BERT error region memory mappingLorenzo Pieralisi2022-06-061-7/+18
* ACPI: sysfs: Make sparse happy about address space in useAndy Shevchenko2022-06-061-1/+1
* ACPI: CPPC: Avoid out of bounds access when parsing _CPC dataRafael J. Wysocki2022-04-151-0/+5
* ACPI/APEI: Limit printable size of BERT table dataDarren Hart2022-04-151-2/+6
* ACPICA: Avoid walking the ACPI Namespace if it is not thereRafael J. Wysocki2022-04-151-0/+3
* ACPI: APEI: fix return value of __setup handlersRandy Dunlap2022-04-153-3/+3
* ACPI: properties: Consistently return -ENOENT if there are no more referencesSakari Ailus2022-04-151-1/+1
* ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNUWerner Sembach2022-03-281-0/+75
* ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3Maximilian Luz2022-03-281-0/+12
* ACPI: battery: Add the ThinkPad "Not Charging" quirkThomas Weißschuh2022-01-271-0/+22
* ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov2022-01-273-4/+6
* ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()Rafael J. Wysocki2022-01-271-1/+2
* ACPICA: Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki2022-01-271-0/+1
* ACPI: PMIC: Fix intel_pmic_regs_handler() read accessesHans de Goede2021-11-261-23/+28
* ACPI: battery: Accept charges over the design capacity as fullAndré Almeida2021-11-261-1/+1
* ACPICA: Avoid evaluating methods too early during system resumeRafael J. Wysocki2021-11-264-13/+15
* acpi/arm64: fix next_platform_timer() section mismatch errorJackie Liu2021-10-201-1/+1
* ACPI: NFIT: Fix support for virtual SPA rangesDan Williams2021-08-261-0/+3
* Revert "ACPICA: Fix memory leak caused by _CID repair function"Rafael J. Wysocki2021-08-121-7/+0
* ACPI: video: Add quirk for the Dell Vostro 3350Hans de Goede2021-07-201-0/+9
* ACPI: AMBA: Fix resource name in /proc/iomemLiguang Zhang2021-07-201-0/+1
* ACPI: sysfs: Fix a buffer overrun problem with description_show()Krzysztof Wilczyński2021-07-201-1/+1
* ACPI: tables: Add custom DSDT file as makefile prerequisiteRichard Fitzgerald2021-07-201-0/+5
* ACPI: bus: Call kobject_put() in acpi_init() error pathHanjun Guo2021-07-201-0/+1
* ACPICA: Fix memory leak caused by _CID repair functionErik Kaneda2021-07-201-0/+7
* ACPI: EC: Make more Asus laptops use ECDT _GPEChris Chiu2021-07-201-0/+16
* ACPI: processor idle: Fix up C-state latency if not orderedMario Limonciello2021-07-201-0/+40
* ACPI: EC: Look for ECDT EC after calling acpi_load_tables()Rafael J. Wysocki2021-06-101-12/+12
* ACPI: probe ECDT before loading AML tables regardless of module-level code flagErik Schmauss2021-06-101-28/+16
* ACPI: scan: Fix a memory leak in an error handling pathChristophe JAILLET2021-05-221-0/+1
* ACPI: CPPC: Replace cppc_attr with kobj_attributeNathan Chancellor2021-05-221-11/+3
* ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failureMarc Zyngier2021-05-221-4/+6
* ACPI: custom_method: fix a possible memory leakMark Langsdorf2021-05-221-0/+2
* ACPI: custom_method: fix potential use-after-free issueMark Langsdorf2021-05-221-1/+1
* ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-05-071-3/+39
* ACPI: scan: Use unique number for instance_noAndy Shevchenko2021-03-302-6/+33
* ACPI: scan: Rearrange memory allocation in acpi_device_add()Rafael J. Wysocki2021-03-301-31/+26
* ACPI: configfs: add missing check after configfs_register_default_group()Qinglang Miao2021-03-041-1/+6
* ACPI: property: Fix fwnode string properties matchingRafael J. Wysocki2021-03-041-11/+33
* ACPI: thermal: Do not call acpi_thermal_check() directlyRafael J. Wysocki2021-02-071-17/+38