Age | Commit message (Expand) | Author | Files | Lines |
2019-05-07 | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 4 | -16/+21 |
2019-05-07 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+3 |
2019-05-03 | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze | Nicholas Piggin | 1 | -0/+9 |
2019-05-03 | power/suspend: Add function to disable secondaries for suspend | Nicholas Piggin | 2 | -8/+8 |
2019-04-30 | mm/hibernation: Make hibernation handle unmapped pages | Rick Edgecombe | 1 | -2/+3 |
2019-04-02 | PM / sleep: Measure the time of filesystems syncing | Harry Pan | 1 | -2/+7 |
2019-04-02 | PM / sleep: Refactor filesystems sync to reduce duplication | Harry Pan | 4 | -16/+16 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
2019-03-06 | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2 | -6/+59 |
2019-03-06 | PM/Hibernate: exclude all PageOffline() pages | David Hildenbrand | 1 | -2/+7 |
2019-03-06 | PM/Hibernate: use pfn_to_online_page() | David Hildenbrand | 1 | -4/+4 |
2019-03-04 | Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 2 | -6/+59 |
2019-01-24 | PM / EM: Expose the Energy Model in debugfs | Quentin Perret | 1 | -0/+57 |
2019-01-23 | PM: QoS: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -6/+2 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-12-27 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -0/+218 |
2018-12-21 | Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep' | Rafael J. Wysocki | 2 | -26/+4 |
2018-12-13 | PM / sleep: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 1 | -13/+2 |
2018-12-11 | PM: Introduce an Energy Model management framework | Quentin Perret | 3 | -0/+218 |
2018-11-30 | PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 1 | -13/+2 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 1 | -1/+2 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 1 | -1/+1 |
2018-10-18 | Merge branches 'acpi-pm' and 'pm-sleep' | Rafael J. Wysocki | 1 | -1/+1 |
2018-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Greg Kroah-Hartman | 1 | -0/+6 |
2018-10-02 | Input: i8042 - enable keyboard wakeups by default when s2idle is used | Daniel Drake | 1 | -0/+6 |
2018-09-10 | PM / sleep: Show freezing tasks that caused a suspend abort | Todd Brandt | 1 | -1/+1 |
2018-08-15 | PM / sleep: wakeup: Fix build error caused by missing SRCU support | zhangyi (F) | 1 | -0/+1 |
2018-08-14 | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 5 | -19/+21 |
2018-08-06 | PM / reboot: Eliminate race between reboot and suspend | Pingfan Liu | 4 | -17/+18 |
2018-08-06 | PM / hibernate: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-07-02 | PM / hibernate: cast PAGE_SIZE to int when comparing with error code | Chengguang Xu | 1 | -2/+2 |
2018-06-20 | sched/swait: Rename to exclusive | Peter Zijlstra | 1 | -2/+2 |
2018-06-16 | fix a series of Documentation/ broken file name references | Mauro Carvalho Chehab | 1 | -2/+3 |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -3/+3 |
2018-06-05 | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 5 | -12/+29 |
2018-06-04 | Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs' | Rafael J. Wysocki | 3 | -11/+28 |
2018-06-04 | Merge branches 'pm-qos' and 'pm-core' | Rafael J. Wysocki | 2 | -1/+1 |
2018-05-29 | PM / QoS: Drop redundant declaration of pm_qos_get_value() | Rafael J. Wysocki | 1 | -1/+0 |
2018-05-27 | PM / hibernate: Fix oops at snapshot_write() | Tetsuo Handa | 1 | -0/+5 |
2018-05-27 | PM / wakeup: Make s2idle_lock a RAW_SPINLOCK | Sebastian Andrzej Siewior | 1 | -7/+7 |
2018-05-27 | PM / s2idle: Make s2idle_wait_head swait based | Sebastian Andrzej Siewior | 1 | -4/+5 |
2018-05-27 | PM / suspend: Prevent might sleep splats | Thomas Gleixner | 2 | -0/+11 |
2018-05-14 | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig | 1 | -7/+7 |
2018-05-10 | PM / wakeup: Only update last time for active wakeup sources | Doug Berger | 1 | -0/+1 |
2018-04-09 | PM / QoS: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2018-04-03 | Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+25 |
2018-04-02 | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() | Dominik Brodowski | 3 | -3/+3 |
2018-03-30 | PM / hibernate: Change message when writing to /sys/power/resume | Mario Limonciello | 1 | -1/+1 |
2018-03-30 | PM / hibernate: Make passing hibernate offsets more friendly | Mario Limonciello | 1 | -0/+24 |