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