summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorLines
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2018-06-13Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+163
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-5/+6
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-7/+11
2018-06-10ACPICA: Recognize the _OSI string "Windows 2017.2"Mario Limonciello-0/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+0
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+660
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+15
2018-06-06Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds-9/+7
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas-2/+9
2018-06-06ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devicesHans de Goede-0/+2
2018-06-06ACPICA: Interpreter: Begin deprecation of Unload operatorBob Moore-0/+11
2018-06-06ACPICA: AML parser: attempt to continue loading table after errorErik Schmauss-6/+85
2018-06-06ACPICA: Debugger: Reduce verbosity for module-level code errors.Bob Moore-4/+31
2018-06-06ACPICA: AML Parser: Add debug option to dump parse treesBob Moore-3/+31
2018-06-06ACPICA: Debugger: Add count of namespace nodes after namespace dumpBob Moore-0/+4
2018-06-05Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-131/+403
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-6/+45
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-130/+31
2018-06-04Merge branches 'acpi-soc' and 'acpi-tables'Rafael J. Wysocki-3/+59
2018-06-04Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac'Rafael J. Wysocki-78/+214
2018-06-04Merge branch 'acpica'Rafael J. Wysocki-23/+85
2018-06-04Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki-0/+42
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki-6/+3
2018-06-03acpi, nfit: Remove ecc_unit_sizeDan Williams-11/+0
2018-06-02PCI: shpchp: Request SHPC control via _OSC when adding host bridgeMika Westerberg-0/+5
2018-06-02PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg-1/+1
2018-05-27ACPICA: Mark acpi_ut_create_internal_object_dbg() memory allocations as non-l...Larry Finger-0/+2
2018-05-25ACPI: EC: Dispatch the EC GPE directly on s2idle wakeRafael J. Wysocki-0/+14
2018-05-25ACPICA: Introduce acpi_dispatch_gpe()Rafael J. Wysocki-0/+28
2018-05-24ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAMMika Westerberg-27/+45
2018-05-23PCI: pciehp: Request control of native hotplug only if supportedMika Westerberg-1/+3
2018-05-18ACPICA: acpidump/acpixtract: Support for tables larger than 1MBBob Moore-2/+2
2018-05-17ACPI: Add PPTT to injectable table listJeremy Linton-1/+1
2018-05-17ACPI: Enable PPTT support on ARM64Jeremy Linton-0/+4
2018-05-17ACPI/PPTT: Add Processor Properties Topology Table parsingJeremy Linton-0/+655
2018-05-17ACPI: APD: Add AMD misc clock handler supportAkshu Agrawal-0/+47
2018-05-16acpi/battery: simplify procfs codeChristoph Hellwig-95/+26
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-35/+5
2018-05-15ACPICA: Debugger: Removed direct support for EC address space in "Test Objects"Bob Moore-2/+1
2018-05-15ACPICA: Debugger: Add Package support for "test objects" commandBob Moore-2/+54
2018-05-15ACPICA: Improve error messages for the namespace root nodeBob Moore-8/+14
2018-05-15ACPICA: Fix potential infinite loop in acpi_rs_dump_byte_listColin Ian King-1/+1
2018-05-15ACPICA: vsnprintf: this statement may fall throughToomas Soome-0/+1
2018-05-15ACPICA: Tables: Fix spelling mistake in commentColin Ian King-1/+1
2018-05-15ACPICA: iASL: Enhance the -tc option (create AML hex file in C)Bob Moore-0/+2
2018-05-15Merge back earlier ACPICA material for v4.18.Rafael J. Wysocki-7/+7
2018-05-14PM / Domains: Allow a better error handling of dev_pm_domain_attach()Ulf Hansson-3/+3