summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2019-09-17Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2019-09-17Merge tag 'acpi-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds29-134/+245
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds8-219/+245
2019-09-17Merge branches 'acpi-misc' and 'acpi-doc'Rafael J. Wysocki2-10/+3
2019-09-17Merge branches 'acpi-apei', 'acpi-processor', 'acpi-tables', 'acpi-pci' and '...Rafael J. Wysocki7-42/+151
2019-09-17Merge branch 'acpica'Rafael J. Wysocki19-80/+87
2019-09-17Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki1-0/+4
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki3-109/+114
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki4-109/+125
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-09-03ACPI / PCI: fix acpi_pci_irq_enable() memory leakWenwen Wang1-1/+3
2019-09-02ACPI: custom_method: fix memory leaksWenwen Wang1-1/+4
2019-09-02ACPI: thermal: Remove redundant acpi_has_method() callsKelsey Skunberg1-8/+3
2019-09-02ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldocGeert Uytterhoeven1-1/+1
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-1/+52
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-2/+2
2019-08-28ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifierViresh Kumar3-109/+114
2019-08-28ACPI / CPPC: do not require the _PSD methodAl Stone1-2/+4
2019-08-26ACPI / property: Add two new Thunderbolt property GUIDs to the listMika Westerberg1-0/+6
2019-08-23ACPI: SBS: remove unused const variable 'SMBUS_PEC'YueHaibing1-2/+0
2019-08-23ACPI / LPSS: Save/restore LPSS private registers also on LynxpointJarkko Nikula1-3/+5
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-2/+4
2019-08-21ACPI: PM: s2idle: Always set up EC GPE for system wakeupRafael J. Wysocki2-3/+13
2019-08-21ACPI: PM: s2idle: Avoid rearming SCI for wakeup unnecessarilyRafael J. Wysocki1-2/+2
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo1-1/+2
2019-08-21ACPI/PCI: Remove surplus parentheses from a return statementKrzysztof Wilczynski1-2/+2
2019-08-21ACPICA: Add "Windows 2019" string to _OSI support.Jung-uk Kim1-0/+1
2019-08-21ACPICA: Differentiate Windows 8.1 from Windows 8.Jung-uk Kim1-1/+1
2019-08-21ACPICA: Fully deploy ACPI_PRINTF_LIKE macroBob Moore5-54/+57
2019-08-21ACPICA: Fix issues with arg types within printf format stringsBob Moore4-15/+13
2019-08-21ACPICA: Increase total number of possible Owner IDsBob Moore11-21/+27
2019-08-21ACPICA: Debugger: remove redundant assignment on obj_descColin Ian King1-1/+0
2019-08-20ACPI / APEI: Release resources if gen_pool_add() failsLiguang Zhang1-2/+15
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-1/+1
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig1-1/+1
2019-08-13acpi: Use built-in RCU list checking for acpi_ioremaps listJoel Fernandes (Google)1-2/+4
2019-08-12ACPI/PPTT: Add support for ACPI 6.3 thread flagJeremy Linton1-1/+52
2019-08-12HMAT: Skip publishing target info for nodes with no online memoryDan Williams1-4/+10
2019-08-12HMAT: Register attributes for memory hot addKeith Busch1-18/+57
2019-08-12HMAT: Register memory-side cache after parsingKeith Busch1-15/+55
2019-08-09ACPI / processor: don't print errors for processorIDs == 0xffJiri Slaby1-3/+7
2019-08-08ACPI: PM: Print debug messages on device power state changesRafael J. Wysocki1-0/+4
2019-08-08ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki1-12/+24
2019-08-08ACPI: EC: PM: Make acpi_ec_dispatch_gpe() print debug messageRafael J. Wysocki1-1/+5
2019-08-08ACPI: EC: PM: Consolidate some code depending on PM_SLEEPRafael J. Wysocki2-29/+27
2019-08-08ACPI: PM: s2idle: Eliminate acpi_sleep_no_ec_events()Rafael J. Wysocki3-12/+1
2019-08-08ACPI: PM: s2idle: Switch EC over to polling during "noirq" suspendRafael J. Wysocki1-4/+2