Age | Commit message (Expand) | Author | Files | Lines |
2017-05-27 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+12 |
2017-05-22 | kthread: Fix use-after-free if kthread fork fails | Vegard Nossum | 1 | -5/+12 |
2017-05-13 | pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes() | Kirill Tkhai | 1 | -2/+6 |
2017-05-12 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 1 | -1/+1 |
2017-05-08 | fork: free vmapped stacks in cache when cpus are offline | Hoeun Ryu | 1 | -0/+23 |
2017-05-05 | stackprotector: Increase the per-task stack canary's random range from 32 bit... | Daniel Micay | 1 | -1/+1 |
2017-05-03 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -1/+6 |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+3 |
2017-05-01 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 1 | -2/+2 |
2017-04-04 | sched/rtmutex/deadline: Fix a PI crash for deadline tasks | Xunlei Pang | 1 | -0/+1 |
2017-03-28 | LSM: Revive security_task_alloc() hook and per "struct task_struct" security ... | Tetsuo Handa | 1 | -1/+6 |
2017-03-13 | perf: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+2 |
2017-03-08 | livepatch: change to a per-task consistency model | Josh Poimboeuf | 1 | -0/+3 |
2017-03-03 | sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern... | Ingo Molnar | 1 | -0/+15 |
2017-03-02 | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers, cgroups: Remove the threadgroup_change_*() wrappery | Ingo Molnar | 1 | -3/+3 |
2017-02-27 | mm: add new mmget() helper | Vegard Nossum | 1 | -2/+2 |
2017-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -3/+39 |
2017-02-22 | userfaultfd: non-cooperative: Add fork() event | Pavel Emelyanov | 1 | -3/+7 |
2017-02-20 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+4 |
2017-02-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-02-20 | fork: Fix task_struct alignment | Peter Zijlstra | 1 | -1/+1 |
2017-02-03 | prctl: propagate has_child_subreaper flag to every descendant | Pavel Tikhomirov | 1 | -3/+7 |
2017-02-03 | introduce the walk_process_tree() helper | Oleg Nesterov | 1 | -0/+32 |
2017-02-01 | timers/posix-timers: Convert internals to use nsecs | Frederic Weisbecker | 1 | -1/+1 |
2017-01-27 | timers: Omit POSIX timer stuff from task_struct when disabled | Nicolas Pitre | 1 | -1/+9 |
2017-01-14 | locking/mutex: Fix mutex handoff | Peter Zijlstra | 1 | -2/+4 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -3/+6 |
2016-12-13 | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+1 |
2016-12-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-12-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2016-12-12 | kernel/fork: use vfree_atomic() to free thread stack | Andrey Ryabinin | 1 | -1/+1 |
2016-12-08 | kthread: Make struct kthread kmalloc'ed | Oleg Nesterov | 1 | -0/+2 |
2016-12-01 | Merge back earlier cpuidle material for v4.10. | Rafael J. Wysocki | 1 | -1/+1 |
2016-11-29 | sched/idle: Add support for tasks that inject idle | Peter Zijlstra | 1 | -1/+1 |
2016-11-22 | mm: Add a user_ns owner to mm_struct and fix ptrace permission checks | Eric W. Biederman | 1 | -3/+6 |
2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre | 1 | -0/+2 |