| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-16 | 1 | -2/+15 |
|\ |
|
| * | clone: fix CLONE_PIDFD support | Dmitry V. Levin | 2019-07-14 | 1 | -2/+15 |
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2019-07-15 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Merge tag 'v5.2-rc7' into rdma.git hmm | Jason Gunthorpe | 2019-07-02 | 1 | -41/+23 |
| |\ |
|
| * | | mm/hmm: Hold a mmgrab from hmm to mm | Jason Gunthorpe | 2019-06-10 | 1 | -1/+0 |
* | | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 2019-07-11 | 1 | -36/+155 |
|\ \ \ |
|
| * | | | arch: handle arches who do not yet define clone3 | Christian Brauner | 2019-06-21 | 1 | -0/+2 |
| * | | | fork: add clone3 | Christian Brauner | 2019-06-09 | 1 | -48/+153 |
* | | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-11 | 1 | -0/+26 |
|\ \ \ \ |
|
| * | | | | pidfd: add polling support | Joel Fernandes (Google) | 2019-06-28 | 1 | -0/+26 |
| |/ / / |
|
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-07-09 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior | 2019-06-03 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-07-09 | 1 | -3/+0 |
|\ \ \ \ |
|
| * | | | | locking/lockdep: Use lockdep_init_task for task initiation consistently | Yuyang Du | 2019-06-03 | 1 | -3/+0 |
| |/ / / |
|
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-07-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | timekeeping: Use proper clock specifier names in functions | Jason A. Donenfeld | 2019-06-22 | 1 | -1/+1 |
| |/ / / |
|
* | | / | fork: return proper negative error code | Christian Brauner | 2019-07-01 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | fork,memcg: alloc_thread_stack_node needs to set tsk->stack | Andrea Arcangeli | 2019-06-29 | 1 | -1/+5 |
* | | | copy_process(): don't use ksys_close() on cleanups | Al Viro | 2019-06-27 | 1 | -28/+18 |
* | | | fork: don't check parent_tidptr with CLONE_PIDFD | Dmitry V. Levin | 2019-06-24 | 1 | -12/+0 |
|/ / |
|
* | | kernel/fork.c: make max_threads symbol static | Kefeng Wang | 2019-06-02 | 1 | -1/+1 |
* | | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr... | Lin Feng | 2019-05-15 | 1 | -1/+1 |
* | userfaultfd: use RCU to free the task struct when fork fails | Andrea Arcangeli | 2019-05-15 | 1 | -2/+29 |
* | fork: do not release lock that wasn't taken | Christian Brauner | 2019-05-10 | 1 | -2/+3 |
* | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2019-05-09 | 1 | -0/+2 |
|\ |
|
| * | cgroup: cgroup v2 freezer | Roman Gushchin | 2019-04-19 | 1 | -0/+2 |
* | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2019-05-07 | 1 | -4/+103 |
|\ \ |
|
| * | | clone: add CLONE_PIDFD | Christian Brauner | 2019-05-07 | 1 | -4/+103 |
| |/ |
|
* | | fork: Provide a function for copying init_mm | Nadav Amit | 2019-04-30 | 1 | -6/+18 |
* | | uprobes: Initialize uprobes earlier | Nadav Amit | 2019-04-30 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-03-10 | 1 | -1/+1 |
|\ |
|
| * | mm: make mm->pinned_vm an atomic64 counter | Davidlohr Bueso | 2019-02-07 | 1 | -1/+1 |
* | | kernel/fork.c: remove duplicated include | YueHaibing | 2019-03-08 | 1 | -1/+0 |
* | | sched/core: Convert task_struct.stack_refcount to refcount_t | Elena Reshetova | 2019-02-04 | 1 | -3/+3 |
* | | sched/core: Convert task_struct.usage to refcount_t | Elena Reshetova | 2019-02-04 | 1 | -2/+2 |
* | | sched/core: Convert signal_struct.sigcnt to refcount_t | Elena Reshetova | 2019-02-04 | 1 | -3/+3 |
* | | sched/core: Convert sighand_struct.count to refcount_t | Elena Reshetova | 2019-02-04 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-09 | 1 | -0/+1 |
|\ |
|
| * | fork, memcg: fix cached_stacks case | Shakeel Butt | 2019-01-09 | 1 | -0/+1 |
* | | fork: record start_time late | David Herrmann | 2019-01-08 | 1 | -2/+11 |
|/ |
|
* | fork: fix some -Wmissing-prototypes warnings | Yi Wang | 2019-01-04 | 1 | -5/+0 |
* | kernel/fork.c: mark 'stack_vm_area' with __maybe_unused | YueHaibing | 2018-12-28 | 1 | -1/+1 |
* | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 2018-12-28 | 1 | -1/+1 |
* | mm: reference totalram_pages and managed_pages once per function | Arun KS | 2018-12-28 | 1 | -2/+3 |
* | fork,memcg: fix crash in free_thread_stack on memcg charge fail | Rik van Riel | 2018-12-21 | 1 | -2/+7 |
* | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-11-01 | 1 | -0/+3 |
|\ |
|
| * | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls | Alexander Popov | 2018-09-04 | 1 | -0/+3 |
* | | psi: pressure stall information for CPU, memory, and IO | Johannes Weiner | 2018-10-27 | 1 | -0/+4 |
* | | mm: rework memcg kernel stack accounting | Roman Gushchin | 2018-10-27 | 1 | -6/+49 |