| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-08-02 | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code |  Andy Lutomirski | 1 | -0/+63 |
| 2016-07-28 | mm, oom_reaper: do not attempt to reap a task more than twice |  Michal Hocko | 1 | -0/+1 |
| 2016-07-28 | mm, oom: skip vforked tasks from being selected |  Michal Hocko | 1 | -0/+26 |
| 2016-06-27 | sched/fair: Fix PELT integrity for new tasks |  Peter Zijlstra | 1 | -2/+3 |
| 2016-06-27 | Merge branch 'sched/urgent' into sched/core, to pick up fixes |  Ingo Molnar | 1 | -1/+1 |
| 2016-06-24 | Clarify naming of thread info/stack allocators |  Linus Torvalds | 1 | -1/+1 |
| 2016-06-03 | sched/api: Introduce task_rcu_dereference() and try_get_task_struct() |  Oleg Nesterov | 1 | -0/+3 |
| 2016-05-26 | mm: oom_reaper: remove some bloat |  Michal Hocko | 1 | -1/+3 |
| 2016-05-25 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
| 2016-05-25 | sched/core: Fix remote wakeups |  Peter Zijlstra | 1 | -0/+1 |
| 2016-05-23 | signal: make oom_flags a bool |  Tetsuo Handa | 1 | -1/+5 |
| 2016-05-20 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -2/+21 |
| 2016-05-20 | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging |  Linus Torvalds | 1 | -0/+4 |
| 2016-05-20 | exit_thread: accept a task parameter to be exited |  Jiri Slaby | 1 | -2/+2 |
| 2016-05-20 | exit_thread: remove empty bodies |  Jiri Slaby | 1 | -0/+7 |
| 2016-05-20 | userfaultfd: don't pin the user memory in userfaultfd_file_create() |  Oleg Nesterov | 1 | -1/+6 |
| 2016-05-20 | mm,oom: speed up select_bad_process() loop |  Tetsuo Handa | 1 | -0/+1 |
| 2016-05-20 | mm, oom_reaper: do not mmput synchronously from the oom reaper context |  Michal Hocko | 1 | -0/+5 |
| 2016-05-20 | mm, oom_reaper: hide oom reaped tasks from OOM killer more carefully |  Michal Hocko | 1 | -0/+1 |
| 2016-05-16 | Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -1/+4 |
| 2016-05-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -16/+108 |
| 2016-05-16 | Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+20 |
| 2016-05-16 | Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+0 |
| 2016-05-12 | sched/core: Provide a tsk_nr_cpus_allowed() helper |  Thomas Gleixner | 1 | -0/+5 |
| 2016-05-12 | Merge branch 'smp/hotplug' into sched/core, to resolve conflicts |  Ingo Molnar | 1 | -0/+9 |
| 2016-05-06 | sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() |  Thomas Gleixner | 1 | -0/+6 |
| 2016-05-06 | sched/hotplug: Convert cpu_[in]active notifiers to state machine |  Thomas Gleixner | 1 | -0/+2 |
| 2016-05-06 | sched: Make set_cpu_rq_start_time() a built in hotplug state |  Thomas Gleixner | 1 | -0/+1 |
| 2016-05-05 | sched/fair: Add detailed description to the sched load avg metrics |  Yuyang Du | 1 | -11/+49 |
| 2016-05-05 | sched/fair: Generalize the load/util averages resolution definition |  Yuyang Du | 1 | -3/+13 |
| 2016-05-04 | signals/sigaltstack: If SS_AUTODISARM, bypass on_sig_stack() |  Andy Lutomirski | 1 | -0/+12 |
| 2016-05-03 | signals/sigaltstack: Implement SS_AUTODISARM flag |  Stas Sergeev | 1 | -0/+8 |
| 2016-04-28 | Merge back earlier cpufreq material for v4.7. |  Rafael J. Wysocki | 1 | -1/+4 |
| 2016-04-23 | sched/fair: Correctly handle nohz ticks CPU load accounting |  Frederic Weisbecker | 1 | -2/+4 |
| 2016-04-23 | sched/fair: Gather CPU load functions under a more conventional namespace |  Frederic Weisbecker | 1 | -2/+2 |
| 2016-04-13 | sched/clock: Make local_clock()/cpu_clock() inline |  Daniel Lezcano | 1 | -2/+30 |
| 2016-04-11 | Merge 4.6-rc3 into staging-next |  Greg Kroah-Hartman | 1 | -2/+2 |
| 2016-04-04 | android,lowmemorykiller: Don't abuse TIF_MEMDIE. |  Tetsuo Handa | 1 | -0/+4 |
| 2016-04-02 | cpufreq: sched: Helpers to add and remove update_util hooks |  Rafael J. Wysocki | 1 | -1/+4 |
| 2016-04-01 | lib/proportions: Remove unused code |  Richard Cochran | 1 | -1/+0 |
| 2016-03-29 | timers/nohz: Convert tick dependency mask to atomic_t |  Frederic Weisbecker | 1 | -2/+2 |
| 2016-03-25 | oom, oom_reaper: protect oom_reaper_list using simpler way |  Tetsuo Handa | 1 | -2/+0 |
| 2016-03-25 | oom: make oom_reaper_list single linked |  Vladimir Davydov | 1 | -1/+1 |
| 2016-03-25 | oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task |  Michal Hocko | 1 | -0/+2 |
| 2016-03-25 | mm, oom_reaper: implement OOM victims queuing |  Michal Hocko | 1 | -0/+3 |
| 2016-03-25 | sched: add schedule_timeout_idle() |  Andrew Morton | 1 | -0/+1 |
| 2016-03-23 | parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option |  Helge Deller | 1 | -0/+8 |
| 2016-03-22 | kernel: add kcov code coverage |  Dmitry Vyukov | 1 | -0/+11 |
| 2016-03-18 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -2/+2 |
| 2016-03-17 | timer: convert timer_slack_ns from unsigned long to u64 |  John Stultz | 1 | -2/+2 |