| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-05 | 1 | -1/+2 |
|\ |
|
| * | mm: introduce VM_LOCKONFAULT | Eric B Munson | 2015-11-05 | 1 | -1/+2 |
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-11-05 | 1 | -4/+1 |
|\ \
| |/
|/| |
|
| * | cgroup: keep zombies associated with their original cgroups | Tejun Heo | 2015-10-15 | 1 | -0/+1 |
| * | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-09-16 | 1 | -4/+0 |
* | | posix_cpu_timer: Convert cputimer->running to bool | Jason Low | 2015-10-15 | 1 | -1/+1 |
|/ |
|
* | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp... | Tejun Heo | 2015-09-16 | 1 | -0/+4 |
* | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP | Andrea Arcangeli | 2015-09-04 | 1 | -1/+1 |
* | userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct | Andrea Arcangeli | 2015-09-04 | 1 | -0/+1 |
* | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-09-02 | 1 | -2/+15 |
|\ |
|
| * | cgroup: allow a cgroup subsystem to reject a fork | Aleksa Sarai | 2015-07-14 | 1 | -2/+15 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-09-01 | 1 | -14/+22 |
|\ \ |
|
| * | | userns,pidns: Force thread group sharing, not signal handler sharing. | Eric W. Biederman | 2015-08-12 | 1 | -4/+4 |
| * | | unshare: Unsharing a thread does not require unsharing a vm | Eric W. Biederman | 2015-08-12 | 1 | -10/+18 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-08-31 | 1 | -3/+4 |
|\ \ |
|
| * | | sched/cputime: Guarantee stime + utime == rtime | Peter Zijlstra | 2015-08-03 | 1 | -3/+4 |
| |/ |
|
* | | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on... | Ingo Molnar | 2015-07-18 | 1 | -6/+5 |
* | | x86/fpu, sched: Dynamically allocate 'struct fpu' | Dave Hansen | 2015-07-18 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-06-26 | 1 | -4/+0 |
|\ |
|
| * | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-05-26 | 1 | -4/+0 |
* | | clone: support passing tls argument via C rather than pt_regs magic | Josh Triplett | 2015-06-25 | 1 | -16/+32 |
* | | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled | David Hildenbrand | 2015-05-19 | 1 | -0/+3 |
* | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 2015-05-08 | 1 | -3/+0 |
* | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low | 2015-05-08 | 1 | -1/+1 |
|/ |
|
* | oprofile: reduce mmap_sem hold for mm->exe_file | Davidlohr Bueso | 2015-04-17 | 1 | -0/+1 |
* | prctl: avoid using mmap_sem for exe_file serialization | Davidlohr Bueso | 2015-04-17 | 1 | -6/+13 |
* | mm: rcu-protected get_mm_exe_file() | Konstantin Khlebnikov | 2015-04-17 | 1 | -19/+37 |
* | kernel/sysctl.c: threads-max observe limits | Heinrich Schuchardt | 2015-04-17 | 1 | -2/+29 |
* | kernel/fork.c: avoid division by zero | Heinrich Schuchardt | 2015-04-17 | 1 | -9/+20 |
* | kernel/fork.c: new function for max_threads | Heinrich Schuchardt | 2015-04-17 | 1 | -13/+21 |
* | fork_init: update max_threads comment | Jean Delvare | 2015-04-17 | 1 | -2/+2 |
* | fork: report pid reservation failure properly | Michal Hocko | 2015-04-17 | 1 | -2/+3 |
* | Remove execution domain support | Richard Weinberger | 2015-04-12 | 1 | -4/+0 |
* | mm: do not use mm->nr_pmds on !MMU configurations | Kirill A. Shutemov | 2015-02-12 | 1 | -3/+1 |
* | mm: fix false-positive warning on exit due mm_nr_pmds(mm) | Kirill A. Shutemov | 2015-02-11 | 1 | -0/+8 |
* | mm: account pmd page tables to the process | Kirill A. Shutemov | 2015-02-11 | 1 | -0/+3 |
* | rmap: drop support of non-linear mappings | Kirill A. Shutemov | 2015-02-10 | 1 | -6/+2 |
* | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | 2014-12-13 | 1 | -2/+2 |
* | signal: Document the RCU protection of ->sighand | Oleg Nesterov | 2014-10-29 | 1 | -1/+4 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-13 | 1 | -3/+10 |
|\ |
|
| * | init/main.c: Give init_task a canary | Aaron Tomlin | 2014-09-19 | 1 | -3/+9 |
| * | time, signal: Protect resource use statistics with seqlock | Rik van Riel | 2014-09-08 | 1 | -0/+1 |
* | | mm: use VM_BUG_ON_MM where possible | Sasha Levin | 2014-10-09 | 1 | -2/+1 |
* | | perf: fix perf bug in fork() | Peter Zijlstra | 2014-10-02 | 1 | -2/+3 |
|/ |
|
* | seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock | Guenter Roeck | 2014-08-11 | 1 | -1/+1 |
* | mm: allow drivers to prevent new writable mappings | David Herrmann | 2014-08-08 | 1 | -1/+1 |
* | shm: make exit_shm work proportional to task activity | Jack Miller | 2014-08-08 | 1 | -0/+6 |
* | kernel/fork.c: make mm_init_owner static | Vladimir Davydov | 2014-08-08 | 1 | -7/+7 |
* | fork: copy mm's vm usage counters under mmap_sem | Vladimir Davydov | 2014-08-08 | 1 | -0/+5 |
* | fork: reset mm->pinned_vm | Vladimir Davydov | 2014-08-08 | 1 | -0/+1 |