summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-062-12/+7
|\
| * Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas2020-06-041-4/+4
| |\
| | * PCI: Constify struct pci_ecam_opsRob Herring2020-05-011-4/+4
| * | Merge branch 'pci/misc'Bjorn Helgaas2020-06-041-1/+1
| |\ \
| | * | PCI: Rename _DSM constants to align with specKrzysztof WilczyƄski2020-05-271-1/+1
| | |/
| * / PCI/AER: Use only _OSC to determine AER ownershipAlexandru Gagniuc2020-04-301-7/+2
| |/
* | Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-0228-77/+325
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki2020-06-014-20/+205
| |\ \ \ \ \
| | | | | * | ACPI: DPTF: Add battery participant driverSrinivas Pandruvada2020-05-251-10/+72
| | | | | * | ACPI: DPTF: Additional sysfs attributes for power participant driverSrinivas Pandruvada2020-05-251-1/+68
| | | | * | | ACPI: video: Use native backlight on Acer TravelMate 5735ZPaul Menzel2020-05-251-0/+10
| | | | |/ /
| | | * | | ACPI / PMIC: Add i2c address for thermal controlMauro Carvalho Chehab2020-05-181-0/+1
| | * | | | ACPI: APEI: Kick the memory_failure() queue for synchronous errorsJames Morse2020-05-191-11/+56
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-dbg', 'acpi-misc' and 'ac...Rafael J. Wysocki2020-06-0110-23/+51
| |\ \ \ \ \ \ \ \
| | | | | | * | | | ACPI: utils: Add acpi_evaluate_reg() helperHans de Goede2020-05-091-0/+25
| | | | | * | | | | ACPI: GED: use correct trigger type field in _Exx / _Lxx handlingArd Biesheuvel2020-05-271-1/+1
| | | | | * | | | | ACPI: GED: add support for _Exx / _Lxx handler methodsArd Biesheuvel2020-05-151-3/+19
| | | | | * | | | | ACPI: Delete unused proc filename macrosPascal Terjan2020-05-145-9/+0
| | | | | |/ / / /
| | | | * / / / / ACPI: debug: Make two functions staticZheng Zengkai2020-05-091-2/+2
| | | | |/ / / /
| | | * | | | | ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe()Qiushi Wu2020-05-281-0/+1
| | | * | | | | ACPI: CPPC: Make some symbols staticZou Wei2020-04-271-2/+2
| | * | | | | | ACPI: processor: idle: Allow probing on platforms with one ACPI C-stateZhang Rui2020-04-271-7/+2
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'acpica' and 'acpi-tables'Rafael J. Wysocki2020-06-0114-33/+66
| |\ \ \ \ \ \ \
| | | * | | | | | ACPI: sleep: Put the FACS table after using itHanjun Guo2020-05-091-1/+3
| | | * | | | | | ACPI: scan: Put SPCR and STAO table after using itHanjun Guo2020-05-091-5/+10
| | | * | | | | | ACPI: EC: Put the ACPI table after using itHanjun Guo2020-05-091-8/+12
| | | * | | | | | ACPI: APEI: Put the HEST table for error pathHanjun Guo2020-05-091-2/+3
| | | * | | | | | ACPI: APEI: Put the error record serialization table for error pathHanjun Guo2020-05-091-1/+3
| | | * | | | | | ACPI: APEI: Put the error injection table for error path and module exitHanjun Guo2020-05-091-1/+4
| | | * | | | | | ACPI: APEI: Put the boot error record table after parsingHanjun Guo2020-05-091-2/+4
| | | * | | | | | ACPI: watchdog: Put the watchdog action table after parsingHanjun Guo2020-05-091-2/+5
| | | * | | | | | ACPI: LPIT: Put the low power idle table after using itHanjun Guo2020-05-091-1/+2
| | | | |/ / / / | | | |/| | | |
| | * | | | | | ACPICA: Fix required parameters for _NIG and _NIHErik Kaneda2020-05-091-2/+2
| | * | | | | | ACPICA: Dispatcher: add status checksErik Kaneda2020-05-091-5/+12
| | * | | | | | ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing create ope...Erik Kaneda2020-05-091-1/+4
| | * | | | | | ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.hErik Kaneda2020-05-092-1/+1
| | * | | | | | ACPICA: Make acpi_protocol_lengths staticYue Haibing2020-05-091-1/+1
| | |/ / / / /
| * | | | / / ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile()Qiushi Wu2020-05-281-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-025-32/+37
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2020-06-013-26/+21
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Merge back system-wide PM material for v5.8.Rafael J. Wysocki2020-05-023-26/+21
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki2020-04-241-1/+1
| | | | * | | | PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki2020-04-242-7/+7
| | | | * | | | PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki2020-04-242-4/+4
| | | | * | | | PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki2020-04-241-5/+3
| | | | * | | | PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki2020-04-242-12/+9
| | | | | |_|/ | | | | |/| |
| * | | | | | ACPI: EC: PM: s2idle: Extend GPE dispatching debug messageRafael J. Wysocki2020-05-251-1/+1
| * | | | | | ACPI: PM: s2idle: Print type of wakeup debug messagesRafael J. Wysocki2020-05-251-5/+15
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-6/+0
|\ \ \ \ \ \
| * | | | | | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-6/+0
| |/ / / / /