summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse2016-08-161-5/+5
* PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier2016-08-121-2/+2
* PM / hibernate: Introduce test_resume mode for hibernationChen Yu2016-07-222-21/+50
* x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki2016-07-152-1/+8
* PM / hibernate: Image data protection during restorationRafael J. Wysocki2016-07-103-0/+52
* PM / hibernate: Add missing braces in __register_nosave_region()Rafael J. Wysocki2016-07-101-1/+2
* PM / hibernate: Clean up comments in snapshot.cRafael J. Wysocki2016-07-101-306/+330
* PM / hibernate: Clean up function headers in snapshot.cRafael J. Wysocki2016-07-101-51/+42Star
* PM / hibernate: Add missing braces in hibernate_setup()Rafael J. Wysocki2016-07-101-3/+3
* Merge back earlier suspend/hibernation changes for v4.8.Rafael J. Wysocki2016-07-0810-95/+149
|\
| * PM / hibernate: Recycle safe pages after image restorationRafael J. Wysocki2016-07-021-2/+38
| * PM / hibernate: Simplify mark_unsafe_pages()Rafael J. Wysocki2016-07-021-39/+25Star
| * PM / hibernate: Do not free preallocated safe pages during image restoreRafael J. Wysocki2016-07-021-28/+38
| * PM / suspend: show workqueue state in suspend flowRoger Lu2016-07-022-2/+5
| * PM / sleep: make PM notifiers called symmetricallyLianwei Wang2016-06-285-20/+37
| * PM / sleep: Make pm_prepare_console() return voidBorislav Petkov2016-06-151-4/+4
| * PM / Hibernate: Don't let kasan instrument snapshot.cJames Morse2016-06-141-0/+2
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-06-253-21/+66
|\ \
| * | sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo2016-06-241-1/+3
| * | sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov2016-06-241-5/+4Star
| * | sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2016-06-242-1/+21
| * | sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra2016-06-201-8/+25
| * | kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-06-141-2/+4
| * | sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf2016-06-141-1/+1
| * | sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra2016-06-142-3/+8
| |/
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-06-251-3/+33
|\ \
| * | locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2016-06-241-3/+33
* | | Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman2016-06-251-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-251-0/+12
|\ \ \
| * | | oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko2016-06-251-0/+12
* | | | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-251-25/+25
|/ / /
* | | locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds2016-06-234-12/+12
* | | Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-06-201-1/+6
|\ \ \ | |/ / |/| |
| * | tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-06-201-1/+6
| |/
* / kernel/kcov: unproxify debugfs file's fopsNicolai Stange2016-06-151-1/+6
|/
* Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2016-06-101-1/+2
|\
| * sched: panic on corrupted stack endJann Horn2016-06-101-1/+2
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-06-103-16/+28
|\ \
| * | sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf2016-06-081-5/+21
| * | sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf2016-06-082-11/+7Star
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-101-4/+2Star
|\ \ \
| * | | perf/core: Remove a redundant checkAlexander Shishkin2016-06-081-4/+2Star
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-06-103-6/+77
|\ \ \ \
| * | | | futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman2016-06-081-3/+11
| * | | | locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra2016-06-081-0/+60
| * | | | locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson2016-06-031-3/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-101-2/+2
|\ \ \ \ \
| * | | | | bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2016-06-071-2/+2
| |/ / / /
* | | | | Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-06-101-1/+1
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki2016-06-091-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |