summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2021-08-26ACPI: NFIT: Fix support for virtual SPA rangesDan Williams1-0/+3
2021-07-20ACPI: AMBA: Fix resource name in /proc/iomemLiguang Zhang1-0/+1
2021-07-20ACPI: sysfs: Fix a buffer overrun problem with description_show()Krzysztof Wilczyński1-1/+1
2021-07-20ACPI: tables: Add custom DSDT file as makefile prerequisiteRichard Fitzgerald1-0/+5
2021-07-20ACPI: bus: Call kobject_put() in acpi_init() error pathHanjun Guo1-0/+1
2021-07-20ACPI: processor idle: Fix up C-state latency if not orderedMario Limonciello1-0/+40
2021-05-22ACPI: scan: Fix a memory leak in an error handling pathChristophe JAILLET1-0/+1
2021-05-22ACPI: custom_method: fix a possible memory leakMark Langsdorf1-0/+2
2021-05-22ACPI: custom_method: fix potential use-after-free issueMark Langsdorf1-1/+1
2021-03-30ACPI: scan: Use unique number for instance_noAndy Shevchenko2-6/+33
2021-03-30ACPI: scan: Rearrange memory allocation in acpi_device_add()Rafael J. Wysocki1-31/+26
2021-03-03ACPI: configfs: add missing check after configfs_register_default_group()Qinglang Miao1-1/+6
2021-02-10ACPI: thermal: Do not call acpi_thermal_check() directlyRafael J. Wysocki1-17/+38
2021-02-04ACPI: sysfs: Prefer "compatible" modaliasKai-Heng Feng1-14/+6
2021-01-30ACPI: scan: Make acpi_bus_get_device() clear return pointer on errorHans de Goede1-0/+2
2021-01-23ACPI: scan: Harden acpi_device_add() against device ID overflowsDexuan Cui2-2/+15
2020-12-29ACPI: PNP: compare the string length in the matching_id()Hui Wang1-0/+3
2020-12-29Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks"Daniel Scally1-1/+1
2020-11-22ACPI: GED: fix -WformatNick Desaulniers1-1/+1
2020-11-10ACPI: NFIT: Fix comparison to '-ENXIO'Zhang Qilong1-1/+1
2020-11-10ACPI: debug: don't allow debugging when ACPI is disabledJamie Iles1-0/+3
2020-11-10ACPI: video: use ACPI backlight for HP 635 NotebookAlex Hung1-0/+9
2020-11-10ACPI / extlog: Check for RDMSR failureBen Hutchings1-3/+3
2020-10-01ACPI: EC: Reference count query handlers under lockRafael J. Wysocki1-12/+4
2020-08-21ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2-9/+1
2020-06-30ACPI: sysfs: Fix pm_profile_attr typeNathan Chancellor1-2/+2
2020-06-20ACPI: GED: use correct trigger type field in _Exx / _Lxx handlingArd Biesheuvel1-1/+1
2020-06-20ACPI: PM: Avoid using power resources if there are none for D0Rafael J. Wysocki2-10/+20
2020-06-20ACPI: GED: add support for _Exx / _Lxx handler methodsArd Biesheuvel1-3/+19
2020-06-20ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe()Qiushi Wu1-1/+3
2020-06-20ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile()Qiushi Wu1-1/+3
2020-05-20Revert "ACPI / video: Add force_native quirk for HP Pavilion dv6"Hans de Goede1-11/+0
2020-05-05PM: ACPI: Output correct message on target power stateKai-Heng Feng1-2/+2
2020-04-02x86/mm: split vmalloc_sync_all()Joerg Roedel1-1/+1
2020-03-20ACPI: watchdog: Allow disabling WDAT at bootJean Delvare1-1/+11
2020-03-11ACPI: watchdog: Fix gas->access_width usageMika Westerberg1-2/+1
2020-02-28ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1Erik Kaneda2-1/+22
2019-12-21ACPI: PM: Avoid attaching ACPI PM domain to certain devicesRafael J. Wysocki1-1/+11
2019-12-21ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data()Vamshi K Sthambamkadi1-1/+1
2019-12-21ACPI: OSL: only free map once in osl.cFrancesco Ruggeri1-11/+17
2019-12-05ACPI / APEI: Switch estatus pool to use vmalloc memoryJames Morse1-15/+15
2019-12-05ACPI / LPSS: Ignore acpi_device_fix_up_power() return valueHans de Goede1-6/+1
2019-11-28mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-1/+1
2019-11-25ACPI / SBS: Fix rare oops when removing modulesRonald Tschalär2-0/+3
2019-11-25ACPICA: Never run _REG on system_memory and system_IOBob Moore5-9/+19
2019-11-25PCI/ACPI: Correct error message for ASPM disablingSinan Kaya1-2/+3
2019-10-05ACPI / PCI: fix acpi_pci_irq_enable() memory leakWenwen Wang1-1/+3
2019-10-05ACPI: custom_method: fix memory leaksWenwen Wang1-1/+4
2019-10-05ACPI / CPPC: do not require the _PSD methodAl Stone1-2/+4
2019-08-25ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()Lorenzo Pieralisi1-2/+2