aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-0/+2
2018-06-13Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-13/+163
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-5/+6
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-7/+11
2018-06-10ACPICA: Recognize the _OSI string "Windows 2017.2"Mario Limonciello1-0/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-11/+0
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-1/+660
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+15
2018-06-06Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-9/+7
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas1-2/+9
2018-06-06ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devicesHans de Goede1-0/+2
2018-06-06ACPICA: Interpreter: Begin deprecation of Unload operatorBob Moore1-0/+11
2018-06-06ACPICA: AML parser: attempt to continue loading table after errorErik Schmauss3-6/+85
2018-06-06ACPICA: Debugger: Reduce verbosity for module-level code errors.Bob Moore2-4/+31
2018-06-06ACPICA: AML Parser: Add debug option to dump parse treesBob Moore1-3/+31
2018-06-06ACPICA: Debugger: Add count of namespace nodes after namespace dumpBob Moore2-0/+4
2018-06-05Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds22-131/+403
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-6/+45
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-130/+31
2018-06-04Merge branches 'acpi-soc' and 'acpi-tables'Rafael J. Wysocki3-3/+59
2018-06-04Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac'Rafael J. Wysocki4-78/+214
2018-06-04Merge branch 'acpica'Rafael J. Wysocki14-23/+85
2018-06-04Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki5-0/+42
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki1-6/+3
2018-06-03acpi, nfit: Remove ecc_unit_sizeDan Williams1-11/+0
2018-06-02PCI: shpchp: Request SHPC control via _OSC when adding host bridgeMika Westerberg1-0/+5
2018-06-02PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg1-1/+1
2018-05-27ACPICA: Mark acpi_ut_create_internal_object_dbg() memory allocations as non-leaksLarry Finger1-0/+2
2018-05-25ACPI: EC: Dispatch the EC GPE directly on s2idle wakeRafael J. Wysocki3-0/+14
2018-05-25ACPICA: Introduce acpi_dispatch_gpe()Rafael J. Wysocki2-0/+28
2018-05-24ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAMMika Westerberg1-27/+45
2018-05-23PCI: pciehp: Request control of native hotplug only if supportedMika Westerberg1-1/+3
2018-05-18ACPICA: acpidump/acpixtract: Support for tables larger than 1MBBob Moore1-2/+2
2018-05-17ACPI: Add PPTT to injectable table listJeremy Linton1-1/+1
2018-05-17ACPI: Enable PPTT support on ARM64Jeremy Linton2-0/+4
2018-05-17ACPI/PPTT: Add Processor Properties Topology Table parsingJeremy Linton1-0/+655
2018-05-17ACPI: APD: Add AMD misc clock handler supportAkshu Agrawal1-0/+47
2018-05-16acpi/battery: simplify procfs codeChristoph Hellwig1-95/+26
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-35/+5
2018-05-15ACPICA: Debugger: Removed direct support for EC address space in "Test Objects"Bob Moore1-2/+1
2018-05-15ACPICA: Debugger: Add Package support for "test objects" commandBob Moore1-2/+54
2018-05-15ACPICA: Improve error messages for the namespace root nodeBob Moore3-8/+14
2018-05-15ACPICA: Fix potential infinite loop in acpi_rs_dump_byte_listColin Ian King1-1/+1
2018-05-15ACPICA: vsnprintf: this statement may fall throughToomas Soome1-0/+1
2018-05-15ACPICA: Tables: Fix spelling mistake in commentColin Ian King1-1/+1
2018-05-15ACPICA: iASL: Enhance the -tc option (create AML hex file in C)Bob Moore1-0/+2
2018-05-15Merge back earlier ACPICA material for v4.18.Rafael J. Wysocki4-7/+7
2018-05-14PM / Domains: Allow a better error handling of dev_pm_domain_attach()Ulf Hansson1-3/+3