summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ACPI / LPSS: Make acpi_lpss_find_device() also find PCI devicesHans de Goede2018-09-301-1/+8
| | * | | ACPI / LPSS: Make hid_uid_match helper accept a NULL uid argumentHans de Goede2018-09-301-1/+7
| | * | | ACPI / LPSS: Make hid_uid_match helper take an acpi_device as first argumentHans de Goede2018-09-301-7/+7
| | * | | ACPI / LPSS: Exclude I2C busses shared with PUNIT from pmc_atom_d3_maskHans de Goede2018-09-171-2/+20
| | * | | ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede2018-09-101-0/+2
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'acpi-init', 'acpi-osl', 'acpi-bus', 'acpi-tables' and 'acpi-m...Rafael J. Wysocki2018-10-186-63/+40Star
| |\ \ \ \ \ \ \
| | | | | | * | | ACPI: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-121-6/+0Star
| | | | | | * | | ACPI: custom_method: remove meaningless null check before debugfs_remove()zhong jiang2018-09-101-2/+1Star
| | | | | | |/ /
| | | | | * / / ACPI/PPTT: Handle architecturally unknown cache typesJeffrey Hugo2018-10-041-20/+13Star
| | | | | |/ /
| | | | * / / ACPI / glue: Split dev_is_platform() out of module for wide useAndy Shevchenko2018-09-101-1/+1
| | | | |/ /
| | | * / / ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()Bart Van Assche2018-10-181-6/+9
| | | |/ /
| | * | | ACPI: probe ECDT before loading AML tables regardless of module-level code flagErik Schmauss2018-10-181-28/+16Star
| * | | | Merge branch 'acpica'Rafael J. Wysocki2018-10-1813-274/+497
| |\| | |
| | * | | ACPICA: Remove acpi_gbl_group_module_level_code and only use acpi_gbl_execute...Erik Schmauss2018-10-182-3/+2Star
| | * | | ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended opcodesErik Schmauss2018-10-181-1/+13
| | * | | ACPICA: AML interpreter: add region addresses in global list during initializ...Erik Schmauss2018-10-181-0/+4
| | * | | ACPICA: Never run _REG on system_memory and system_IOBob Moore2018-10-045-9/+19
| | * | | ACPICA: Split large interpreter fileBob Moore2018-10-044-364/+381
| | * | | ACPICA: Update for field unit accessBob Moore2018-10-042-280/+435
| | * | | ACPICA: Rename some of the Field Attribute definesBob Moore2018-10-041-5/+5
| | * | | ACPICA: Update for generic_serial_bus and attrib_raw_process_bytes protocolBob Moore2018-10-041-9/+35
| | |/ /
| * / / ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede2018-10-181-0/+1
| |/ /
* | | Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-10-232-2/+12
|\ \ \
| | \ \
| | \ \
| *-. | | Merge branches 'acpi-pm' and 'pm-sleep'Rafael J. Wysocki2018-10-181-0/+6
| |\ \| |
| | * | | ACPI / PM: LPIT: Register sysfs attributes based on FADTRajneesh Bhardwaj2018-10-041-0/+6
| | |/ /
| * / / ACPI / CPPC: Add support for guaranteed performanceSrinivas Pandruvada2018-10-161-2/+6
| |/ /
* | | Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmiLinus Torvalds2018-10-231-2/+2
|\ \ \
| * | | acpi:ipmi: Convert ipmi_user_t to struct ipmi_user *Corey Minyard2018-09-181-2/+2
| |/ /
* / / dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-082-11/+1Star
|/ /
* | Merge branch 'acpi-bus'Rafael J. Wysocki2018-09-071-6/+7
|\ \
| * | ACPI / bus: Only call dmi_check_system() on X86Jean Delvare2018-09-061-6/+7
| |/
* / ACPI / LPSS: Force LPSS quirks on bootZhang Rui2018-09-061-1/+1
|/
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-262-4/+21
|\
| * acpi/nfit: queue issuing of ars when an uc error notification comes inDave Jiang2018-07-282-3/+10
| * acpi, nfit: Prefer _DSM over _LSR for namespace label readsDan Williams2018-07-141-1/+11
* | Merge tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-241-3/+3
|\ \
| * | ACPI: fix menuconfig presentation of ACPI submenuArnd Bergmann2018-08-231-3/+3
* | | Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-231-0/+1
|\ \ \ | |/ / |/| |
| * | xen/ACPI: don't upload Px/Cx data for disabled processorsJan Beulich2018-08-201-0/+1
* | | Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-2216-54/+252
|\ \ \ | |/ / |/| |
| * | Merge branch 'acpi-pmic'Rafael J. Wysocki2018-08-211-2/+107
| |\ \
| | * | ACPI / PMIC: CrystalCove: Extend PMOP support to support all possible fieldsHans de Goede2018-08-141-2/+107
| * | | ACPICA: Clear status of all events when entering sleep statesRafael J. Wysocki2018-08-141-8/+3Star
| * | | ACPICA: acpiexec: fix a small memory leak regressionBob Moore2018-08-141-3/+2Star
| * | | ACPICA: Reference count: add additional debugging detailsErik Schmauss2018-08-141-2/+5
| * | | ACPICA: acpi_exec: fixing -fi optionErik Schmauss2018-08-144-9/+57
| * | | ACPICA: Debugger: Cleanup interface to the AML disassemblerBob Moore2018-08-143-6/+22
| * | | ACPICA: AML Parser: skip opcodes that open a scope upon parse failureErik Schmauss2018-08-141-6/+11
| * | | ACPICA: Utilities: split hex detection into smaller functionsErik Schmauss2018-08-143-4/+26
| * | | ACPICA: Update an error message for a duplicate tableBob Moore2018-08-141-2/+2