1. 8856ae4 kernel/fork.c: make max_threads symbol static by Kefeng Wang · 6 years ago
  2. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  3. e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 6 years ago
  4. c3f3ce0 userfaultfd: use RCU to free the task struct when fork fails by Andrea Arcangeli · 6 years ago
  5. c3b7112 fork: do not release lock that wasn't taken by Christian Brauner · 6 years ago
  6. abde77e Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  7. eac7078 Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  8. b3e58382 clone: add CLONE_PIDFD by Christian Brauner · 6 years ago
  9. 13585fa fork: Provide a function for copying init_mm by Nadav Amit · 6 years ago
  10. aad42dd uprobes: Initialize uprobes earlier by Nadav Amit · 6 years ago
  11. 76f969e cgroup: cgroup v2 freezer by Roman Gushchin · 6 years ago
  12. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  13. fd2081f kernel/fork.c: remove duplicated include by YueHaibing · 6 years ago
  14. 70f8a3c mm: make mm->pinned_vm an atomic64 counter by Davidlohr Bueso · 6 years ago
  15. f0b89d3 sched/core: Convert task_struct.stack_refcount to refcount_t by Elena Reshetova · 6 years ago
  16. ec1d281 sched/core: Convert task_struct.usage to refcount_t by Elena Reshetova · 6 years ago
  17. 60d4de3 sched/core: Convert signal_struct.sigcnt to refcount_t by Elena Reshetova · 6 years ago
  18. d036bda sched/core: Convert sighand_struct.count to refcount_t by Elena Reshetova · 6 years ago
  19. a88cc8d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  20. ba4a457 fork, memcg: fix cached_stacks case by Shakeel Butt · 6 years ago
  21. 7b55851 fork: record start_time late by David Herrmann · 6 years ago
  22. fb5bf31 fork: fix some -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  23. 0f4991e kernel/fork.c: mark 'stack_vm_area' with __maybe_unused by YueHaibing · 6 years ago
  24. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  25. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  26. 5eed6f1 fork,memcg: fix crash in free_thread_stack on memcg charge fail by Rik van Riel · 6 years ago
  27. 2d6bb6a Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  28. eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago
  29. 9b6f7e1 mm: rework memcg kernel stack accounting by Roman Gushchin · 6 years ago
  30. 1ed0cc5 mm: respect arch_dup_mmap() return value by Nadav Amit · 6 years ago
  31. afaef01 x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls by Alexander Popov · 6 years ago
  32. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  33. 06e62a4 fork: don't copy inconsistent signal handler state to child by Jann Horn · 6 years ago
  34. a2e5144 kernel/hung_task.c: allow to set checking interval separately from timeout by Dmitry Vyukov · 6 years ago
  35. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
  36. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  37. d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 6 years ago
  38. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  39. 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. c3ad2c3 signal: Don't restart fork when signals come in. by Eric W. Biederman · 6 years ago
  41. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  42. 924de3b fork: Have new threads join on-going signal group stops by Eric W. Biederman · 6 years ago
  43. 2c32301 blk-cgroup: clear the throttle queue on fork by Josef Bacik · 6 years ago
  44. 027232d mm: introduce vma_init() by Kirill A. Shutemov · 6 years ago
  45. 7673bf5 fork: Unconditionally exit if a fatal signal is pending by Eric W. Biederman · 6 years ago
  46. 4ca1d3e fork: Move and describe why the code examines PIDNS_ADDING by Eric W. Biederman · 6 years ago
  47. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  48. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  49. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  50. 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
  51. 2c47047 pids: Move the pgrp and session pid pointers from task_struct to signal_struct by Eric W. Biederman · 7 years ago
  52. c1a2f7f mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids by Rik van Riel · 6 years ago
  53. 655c79b mm: check for SIGKILL inside dup_mmap() loop by Tetsuo Handa · 7 years ago
  54. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  55. d82991a Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  56. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
  57. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  58. d7822b1 rseq: Introduce restartable sequences system call by Mathieu Desnoyers · 7 years ago
  59. c0b0ae8 audit: use inline function to set audit context by Richard Guy Briggs · 7 years ago
  60. e01e806 fork: unconditionally clear stack on fork by Kees Cook · 7 years ago
  61. 3eda69c kernel/fork.c: detect early free of a live mm by Mark Rutland · 7 years ago
  62. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
  63. 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
  64. d34bc48 include/linux/sched/mm.h: re-inline mmdrop() by Andrew Morton · 7 years ago
  65. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  66. 667b609 kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces by Marcos Paulo de Souza · 7 years ago
  67. 9f5325a kernel/fork.c: check error and return early by Marcos Paulo de Souza · 7 years ago
  68. 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
  69. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  70. d70f2a1 include/linux/sched/mm.h: uninline mmdrop_async(), etc by Andrew Morton · 7 years ago
  71. 5905429 fork: Provide usercopy whitelisting for task_struct by Kees Cook · 7 years ago
  72. f9d29946 fork: Define usercopy region in thread_stack slab caches by David Windsor · 8 years ago
  73. 07dcd7f fork: Define usercopy region in mm_struct slab caches by David Windsor · 7 years ago
  74. caf9a82 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. c10e83f arch, mm: Allow arch_dup_mmap() to fail by Thomas Gleixner · 7 years ago
  76. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  77. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  78. af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
  79. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  80. b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
  81. ca18255 kmemleak: clear stale pointers from task stacks by Konstantin Khlebnikov · 7 years ago
  82. a1b2289 android: binder: drop lru lock in isolate callback by Sherry Yang · 7 years ago
  83. 7f85565 Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  84. a23ba90 locking/rtmutex: replace top-waiter and pi_waiters leftmost caching by Davidlohr Bueso · 7 years ago
  85. 133ff0e mm/hmm: heterogeneous memory management (HMM for short) by Jérôme Glisse · 7 years ago
  86. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  87. 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
  88. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  89. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  90. 355627f mm, uprobes: fix multiple free of ->uprobes_state.xol_area by Eric Biggers · 7 years ago
  91. 2b7e866 fork: fix incorrect fput of ->exe_file causing use-after-free by Eric Biggers · 7 years ago
  92. 48ac3c1 fork: allow arch-override of VMAP stack alignment by Mark Rutland · 7 years ago
  93. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  94. 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
  95. b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
  96. 53a2eba sync to Linus v4.13-rc2 for subsystem developers to work against by James Morris · 7 years ago
  97. 3cf2993 LSM: Remove security_task_create() hook. by Tetsuo Handa · 7 years ago
  98. 7cd815b fork,random: use get_random_canary() to set tsk->stack_canary by Rik van Riel · 7 years ago
  99. e41d5818 fault-inject: support systematic fault injection by Dmitry Vyukov · 7 years ago
  100. 112166f kernel/fork.c: virtually mapped stacks: do not disable interrupts by Christoph Lameter · 7 years ago