| Commit message (Expand) | Author | Age | Files | Lines |
* | futex: Add mutex around futex exit | Thomas Gleixner | 2021-02-03 | 1 | -0/+1 |
* | exit/exec: Seperate mm_release() | Thomas Gleixner | 2021-02-03 | 1 | -2/+4 |
* | futex: Replace PF_EXITPIDONE with a state | Thomas Gleixner | 2021-02-03 | 1 | -1/+1 |
* | signal: Extend exec_id to 64bits | Eric W. Biederman | 2020-04-24 | 1 | -2/+2 |
* | sched/fair: Don't free p->numa_faults with concurrent readers | Jann Horn | 2019-08-04 | 1 | -2/+2 |
* | x86/speculation: Add prctl() control for indirect branch speculation | Thomas Gleixner | 2019-05-14 | 1 | -0/+9 |
* | oom, oom_reaper: do not enqueue same task twice | Tetsuo Handa | 2019-02-12 | 1 | -0/+1 |
* | mm: get rid of vmacache_flush_all() entirely | Linus Torvalds | 2018-09-19 | 1 | -1/+1 |
* | exec: avoid gcc-8 warning for get_task_comm | Arnd Bergmann | 2018-07-28 | 1 | -1/+5 |
* | prctl: Add force disable speculation | Thomas Gleixner | 2018-05-22 | 1 | -0/+9 |
* | sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks | Daniel Bristot de Oliveira | 2018-04-13 | 1 | -0/+1 |
* | pids: make task_tgid_nr_ns() safe | Oleg Nesterov | 2017-08-24 | 1 | -23/+27 |
* | signal: protect SIGNAL_UNKILLABLE from unintentional clearing. | Jamie Iles | 2017-08-11 | 1 | -0/+10 |
* | cgroup, kthread: close race window where new kthreads can be migrated to non-... | Tejun Heo | 2017-04-21 | 1 | -0/+4 |
* | ptrace: Capture the ptracer's creds not PT_PTRACE_CAP | Eric W. Biederman | 2017-01-06 | 1 | -0/+1 |
* | sched/autogroup: Do not use autogroup->tg in zombie threads | Oleg Nesterov | 2016-11-22 | 1 | -0/+2 |
* | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 2016-10-07 | 1 | -0/+1 |
* | mm: make sure that kthreads will not refault oom reaped memory | Michal Hocko | 2016-10-07 | 1 | -0/+1 |
* | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 2016-10-07 | 1 | -2/+1 |
* | kernel, oom: fix potential pgd_lock deadlock from __mmdrop | Michal Hocko | 2016-10-07 | 1 | -0/+14 |
* | oom: keep mm of the killed task available | Michal Hocko | 2016-10-07 | 1 | -0/+2 |
* | mm,oom_reaper: do not attempt to reap a task twice | Tetsuo Handa | 2016-10-07 | 1 | -1/+0 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-03 | 1 | -2/+79 |
|\ |
|
| * | sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK | Andy Lutomirski | 2016-09-16 | 1 | -0/+14 |
| * | sched/core: Add try_get_task_stack() and put_task_stack() | Andy Lutomirski | 2016-09-16 | 1 | -0/+16 |
| * | sched/core: Allow putting thread_info into task_struct | Andy Lutomirski | 2016-09-15 | 1 | -2/+34 |
| * | fork: Add generic vmalloced stack support | Andy Lutomirski | 2016-08-24 | 1 | -0/+15 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-10-03 | 1 | -2/+28 |
|\ \ |
|
| * | | sched/core, ia64: Rename set_curr_task() | Peter Zijlstra | 2016-09-30 | 1 | -1/+1 |
| * | | sched/core: Rewrite and improve select_idle_siblings() | Peter Zijlstra | 2016-09-30 | 1 | -0/+3 |
| * | | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared | Peter Zijlstra | 2016-09-30 | 1 | -0/+1 |
| * | | sched/core: Introduce 'struct sched_domain_shared' | Peter Zijlstra | 2016-09-30 | 1 | -0/+6 |
| * | | sched/core: Avoid _cond_resched() for PREEMPT=y | Peter Zijlstra | 2016-09-22 | 1 | -0/+4 |
| * | | sched/core: Optimize __schedule() | Peter Zijlstra | 2016-09-22 | 1 | -0/+2 |
| * | | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flag | Morten Rasmussen | 2016-08-18 | 1 | -0/+1 |
| * | | sched/debug: Make the "Preemption disabled at ..." message more useful | Vegard Nossum | 2016-08-10 | 1 | -0/+9 |
| * | | sched/core: Fix power to capacity renaming in comment | Morten Rasmussen | 2016-08-10 | 1 | -1/+1 |
| |/ |
|
* | | cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait condition | Rafael J. Wysocki | 2016-09-13 | 1 | -0/+1 |
* | | cpufreq / sched: Pass flags to cpufreq_update_util() | Rafael J. Wysocki | 2016-08-16 | 1 | -4/+8 |
|/ |
|
* | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 2016-08-02 | 1 | -0/+63 |
* | mm, oom_reaper: do not attempt to reap a task more than twice | Michal Hocko | 2016-07-28 | 1 | -0/+1 |
* | mm, oom: skip vforked tasks from being selected | Michal Hocko | 2016-07-28 | 1 | -0/+26 |
* | sched/fair: Fix PELT integrity for new tasks | Peter Zijlstra | 2016-06-27 | 1 | -2/+3 |
* | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2016-06-27 | 1 | -1/+1 |
|\ |
|
| * | Clarify naming of thread info/stack allocators | Linus Torvalds | 2016-06-24 | 1 | -1/+1 |
* | | sched/api: Introduce task_rcu_dereference() and try_get_task_struct() | Oleg Nesterov | 2016-06-03 | 1 | -0/+3 |
|/ |
|
* | mm: oom_reaper: remove some bloat | Michal Hocko | 2016-05-26 | 1 | -1/+3 |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-05-25 | 1 | -0/+1 |
|\ |
|
| * | sched/core: Fix remote wakeups | Peter Zijlstra | 2016-05-25 | 1 | -0/+1 |
* | | signal: make oom_flags a bool | Tetsuo Handa | 2016-05-23 | 1 | -1/+5 |