1. ba1f70d kernel/fork.c: unshare(): use swap() to make code cleaner by Ran Xiaokai · 3 years, 2 months ago
  2. 13db8c5 mm/hugetlb: initialize hugetlb_usage in mm_init by Liu Zixian · 3 years, 4 months ago
  3. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  4. 05da811 kernel/fork.c: unexport get_{mm,task}_exe_file by Christoph Hellwig · 3 years, 4 months ago
  5. 49624ef Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux by Linus Torvalds · 3 years, 4 months ago
  6. 8d0920b mm: remove VM_DENYWRITE by David Hildenbrand · 3 years, 9 months ago
  7. fe69d56 kernel/fork: always deny write access to current MM exe_file by David Hildenbrand · 3 years, 9 months ago
  8. 35d7bdc kernel/fork: factor out replacing the current MM exe_file by David Hildenbrand · 3 years, 9 months ago
  9. 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 5 months ago
  10. 5d3c0db Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 5 months ago
  11. 97c78d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  12. 5ddf994 ucounts: Fix regression preventing increasing of rlimits in init_user_ns by Eric W. Biederman · 3 years, 5 months ago
  13. b90ca8b sched: Introduce task_struct::user_cpus_ptr to track requested affinity by Will Deacon · 3 years, 6 months ago
  14. c7603cf bpf: Add ambient BPF runtime context stored in current by Andrii Nakryiko · 3 years, 6 months ago
  15. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  16. a458b76 mm: gup: pack has_pinned in MMF_HAS_PINNED by Andrea Arcangeli · 3 years, 7 months ago
  17. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 7 months ago
  18. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  19. b4b27b9 Revert "signal: Allow tasks to cache one sigqueue struct" by Linus Torvalds · 3 years, 7 months ago
  20. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  21. a8ea6fc sched: Stop PF_NO_SETAFFINITY from being inherited by various init system threads by Frederic Weisbecker · 3 years, 8 months ago
  22. f1a0a37 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  23. 85dd3f6 sched: Inherit task cookie on fork() by Peter Zijlstra · 3 years, 10 months ago
  24. 6e33cad sched: Trivial core scheduling cookie management by Peter Zijlstra · 3 years, 10 months ago
  25. a8ca6b1 kernel/fork.c: fix typos by Xiaofeng Cao · 3 years, 8 months ago
  26. a689539 kernel/fork.c: simplify copy_mm() by Rolf Eike Beer · 3 years, 8 months ago
  27. c1ada3d ucounts: Set ucount_max to the largest positive value the type can hold by Alexey Gladkov · 3 years, 9 months ago
  28. d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 9 months ago
  29. d646969 Reimplement RLIMIT_SIGPENDING on top of ucounts by Alexey Gladkov · 3 years, 9 months ago
  30. 6e52a9f Reimplement RLIMIT_MSGQUEUE on top of ucounts by Alexey Gladkov · 3 years, 9 months ago
  31. 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 9 months ago
  32. 905ae01 Add a reference to ucounts for each cred by Alexey Gladkov · 3 years, 9 months ago
  33. 27faca8 mm: memcontrol: fix kernel stack account by Muchun Song · 3 years, 9 months ago
  34. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 9 months ago
  35. 625434d Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  36. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  37. 42dec9a Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  38. ff24430 kernel: always initialize task->pf_io_worker to NULL by Stefan Metzmacher · 3 years, 9 months ago
  39. d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
  40. 2b26f0a perf: Support only inheriting events if cloned with CLONE_THREAD by Marco Elver · 3 years, 9 months ago
  41. 4bad58e signal: Allow tasks to cache one sigqueue struct by Thomas Gleixner · 3 years, 10 months ago
  42. 66ae0d1 kernel: allow fork with TIF_NOTIFY_SIGNAL pending by Jens Axboe · 3 years, 10 months ago
  43. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  44. b44d1dd Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  45. b16b385 kernel: stop masking signals in create_io_thread() by Jens Axboe · 3 years, 10 months ago
  46. efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
  47. 0ada2dad Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  48. 50eb842 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
  49. 82e69a1 mm/fork: clear PASID for new mm by Fenghua Yu · 3 years, 10 months ago
  50. 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 3 years, 10 months ago
  51. e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 3 years, 10 months ago
  52. c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  53. cc440e8 kernel: provide create_io_thread() helper by Jens Axboe · 3 years, 11 months ago
  54. a10787e bpf: Enable task local storage for tracing programs by Song Liu · 3 years, 11 months ago
  55. 96e1e98 Kernel: fork.c: Fix coding style: Do not use {} around single-line statements by Alexander Guril · 4 years, 1 month ago
  56. cebd0eb kasan: rename (un)poison_shadow to (un)poison_range by Andrey Konovalov · 4 years, 1 month ago
  57. d01e7f1 Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 1 month ago
  58. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 1 month ago
  59. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  60. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  61. da3ceef mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state by Muchun Song · 4 years, 1 month ago
  62. 57efa1f mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years, 1 month ago
  63. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  64. 76d4acf2 Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  65. 1ac0884 Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  66. f7cfd87 exec: Transform exec_update_mutex into a rw_semaphore by Eric W. Biederman · 4 years, 1 month ago
  67. 1f70260 exec: Simplify unshare_files by Eric W. Biederman · 4 years, 2 months ago
  68. bcfe06b mm: memcontrol: Use helpers to read page's memcg data by Roman Gushchin · 4 years, 1 month ago
  69. 1446e1d kernel: Implement selective syscall userspace redirection by Gabriel Krisman Bertazi · 4 years, 2 months ago
  70. 5fbda3e sched: highmem: Store local kmaps in task struct by Thomas Gleixner · 4 years, 2 months ago
  71. 64eb35f ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag by Gabriel Krisman Bertazi · 4 years, 2 months ago
  72. 64c19ba ptrace: Migrate to use SYSCALL_TRACE flag by Gabriel Krisman Bertazi · 4 years, 2 months ago
  73. 23d67a5 seccomp: Migrate to use SYSCALL_WORK flag by Gabriel Krisman Bertazi · 4 years, 2 months ago
  74. b4e0044 fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent by Eddy Wu · 4 years, 2 months ago
  75. 666fab4 Merge branch 'linus' into perf/kprobes by Ingo Molnar · 4 years, 2 months ago
  76. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 3 months ago
  77. 73eb7f9 mm: use helper function put_write_access() by Miaohe Lin · 4 years, 3 months ago
  78. 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 3 months ago
  79. 67197a4 mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary by Suren Baghdasaryan · 4 years, 3 months ago
  80. c78f463 mm: remove src/dst mm parameter in copy_page_range() by Peter Xu · 4 years, 3 months ago
  81. cf508b5 mm: use helper function mapping_allow_writable() by Miaohe Lin · 4 years, 3 months ago
  82. d741bf4 kprobes: Remove kretprobe hash by Peter Zijlstra · 4 years, 5 months ago
  83. 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 4 months ago
  84. 7a4830c mm/fork: Pass new vma pointer into copy_page_range() by Peter Xu · 4 years, 4 months ago
  85. 008cfe4 mm: Introduce mm_struct.has_pinned by Peter Xu · 4 years, 4 months ago
  86. b0daa2c fork: adjust sysctl_max_threads definition to match prototype by Tobias Klauser · 4 years, 4 months ago
  87. cad6967 fork: introduce kernel_clone() by Christian Brauner · 4 years, 5 months ago
  88. 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  89. 8dcc1d3 kasan: don't tag stacks allocated with pagealloc by Andrey Konovalov · 4 years, 5 months ago
  90. 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 4 years, 5 months ago
  91. 4f30a60 Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  92. 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  93. 3950e97 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 5 months ago
  94. 9ecc6ea4 Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  95. e4cbce4 Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  96. 63722bb Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core by Ingo Molnar · 4 years, 6 months ago
  97. 0584df9 lockdep: Refactor IRQ trace events fields into struct by Marco Elver · 4 years, 6 months ago
  98. b750586 sched: tasks: Use sequence counter with associated spinlock by Ahmed S. Darwish · 4 years, 6 months ago
  99. 13685c4 sched/uclamp: Add a new sysctl to control RT default boost value by Qais Yousef · 4 years, 6 months ago
  100. 3a15fb6 seccomp: release filter after task is fully dead by Christian Brauner · 4 years, 8 months ago