summaryrefslogtreecommitdiffstats
path: root/kernel/power
AgeCommit message (Expand)Author
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-07Merge branch 'pm-x86'Rafael J. Wysocki
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina
2019-06-03PM: sleep: Add kerneldoc comments to some functionsRafael J. Wysocki
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-03kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe
2019-04-02PM / sleep: Measure the time of filesystems syncingHarry Pan
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-03-05PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand
2019-03-05PM/Hibernate: use pfn_to_online_page()David Hildenbrand
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki
2019-01-23PM / EM: Expose the Energy Model in debugfsQuentin Perret
2019-01-22PM: QoS: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2018-12-12PM / sleep: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret
2018-11-29PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-18Merge branches 'acpi-pm' and 'pm-sleep'Rafael J. Wysocki
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman
2018-10-01Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake
2018-09-10PM / sleep: Show freezing tasks that caused a suspend abortTodd Brandt
2018-08-15PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu
2018-08-06PM / hibernate: Mark expected switch fall-throughGustavo A. R. Silva
2018-07-02PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki
2018-06-04Merge branches 'pm-qos' and 'pm-core'Rafael J. Wysocki
2018-05-28PM / QoS: Drop redundant declaration of pm_qos_get_value()Rafael J. Wysocki
2018-05-27PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa