1. 3df88c6 Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years ago
  2. 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
  3. 27b2670 ipc/shm: introduce new do_vma_munmap() to munmap by Liam R. Howlett · 2 years, 1 month ago
  4. d60beb1 ipc/shm: use the vma iterator for munmap calls by Liam R. Howlett · 2 years, 1 month ago
  5. da27f79 ipc,namespace: batch free ipc_namespace structures by Rik van Riel · 2 years, 1 month ago
  6. a80c4ad ipc,namespace: make ipc namespace allocation wait for pending free by Rik van Riel · 2 years, 1 month ago
  7. 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
  8. 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
  9. abf0857 fs: port vfs_*() helpers to struct mnt_idmap by Christian Brauner · 2 years, 1 month ago
  10. 8702f2c Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 2 months ago
  11. 12b677f ipc: fix memory leak in init_mqueue_fs() by Zhengchao Shao · 2 years, 2 months ago
  12. b52be55 ipc/sem: Fix dangling sem_array access in semtimedop race by Jann Horn · 2 years, 2 months ago
  13. b630504 ipc/shm: call underlying open/close vm_ops by Mike Kravetz · 2 years, 3 months ago
  14. 64b4c41 ipc/msg.c: fix percpu_counter use after free by Andrew Morton · 2 years, 4 months ago
  15. 676cb49 Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 4 months ago
  16. 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 4 months ago
  17. 86fb9c5 Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 4 months ago
  18. 72d1e61 ipc/msg: mitigate the lock contention with percpu counter by Jiebin Sun · 2 years, 5 months ago
  19. 5758478 ipc: mqueue: remove unnecessary conditionals by Jingyu Wang · 2 years, 5 months ago
  20. 01293a6 ipc/shm: use VMA iterator instead of linked list by Liam R. Howlett · 2 years, 5 months ago
  21. 58b5c20 ipc/util.c: cleanup and improve sysvipc_find_ipc() by Manfred Spraul · 2 years, 7 months ago
  22. eb5699ba Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 6 months ago
  23. c579d60 ipc: mqueue: fix possible memory leak in init_mqueue_fs() by Hangyu Hua · 2 years, 7 months ago
  24. 2c795fb ipc/mqueue: remove unnecessary (void*) conversion by Yu Zhe · 2 years, 8 months ago
  25. db7cfc3 ipc: Free mq_sysctls if ipc namespace creation failed by Alexey Gladkov · 2 years, 8 months ago
  26. 1888e9b Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 9 months ago
  27. d60c4d0 ipc/mqueue: use get_tree_nodev() in mqueue_get_tree() by Waiman Long · 2 years, 9 months ago
  28. 49c9dd0 ipc: update semtimedop() to use hrtimer by Prakash Sangappa · 2 years, 9 months ago
  29. 0e90002 ipc/sem: remove redundant assignments by Michal Orzel · 2 years, 9 months ago
  30. 38cd5b1 ipc: Remove extra braces by Alexey Gladkov · 2 years, 10 months ago
  31. 0889f44 ipc: Check permissions for checkpoint_restart sysctls at open time by Alexey Gladkov · 2 years, 10 months ago
  32. dd141a4 ipc: Remove extra1 field abuse to pass ipc namespace by Alexey Gladkov · 2 years, 10 months ago
  33. def7343 ipc: Use the same namespace to modify and validate by Alexey Gladkov · 2 years, 10 months ago
  34. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 11 months ago
  35. 1f5c135 ipc: Store ipc sysctls in the ipc namespace by Alexey Gladkov · 3 years ago
  36. dc55e35 ipc: Store mqueue sysctls in the ipc namespace by Alexey Gladkov · 3 years ago
  37. 520ba72 ipc/sem: do not sleep with a spin lock held by Minghao Chi · 3 years ago
  38. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years, 1 month ago
  39. 85b6d246 shm: extend forced shm destroy to support objects from several IPC nses by Alexander Mikhalitsyn · 3 years, 3 months ago
  40. 126e8be ipc: WARN if trying to remove ipc object which is absent by Alexander Mikhalitsyn · 3 years, 3 months ago
  41. 0e9beb8 ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL by Manfred Spraul · 3 years, 3 months ago
  42. 5563cab ipc: check checkpoint_restore_ns_capable() to modify C/R proc files by Michal Clapinski · 3 years, 3 months ago
  43. 83c1fd7 mm,hugetlb: remove mlock ulimit for SHM_HUGETLB by zhangyiru · 3 years, 3 months ago
  44. 6a4746b ipc: remove memcg accounting for sops objects in do_semtimedop() by Vasily Averin · 3 years, 5 months ago
  45. 35776f1 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 5 months ago
  46. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 5 months ago
  47. 20401d1 ipc: replace costly bailout check in sysvipc_find_ipc() by Rafael Aquini · 3 years, 5 months ago
  48. 1831949 memcg: enable accounting of ipc resources by Vasily Averin · 3 years, 6 months ago
  49. 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 6 months ago
  50. bdec014 ARM: 9114/1: oabi-compat: rework sys_semtimedop emulation by Arnd Bergmann · 3 years, 6 months ago
  51. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  52. b869d5b ipc/util.c: use binary search for max_idx by Manfred Spraul · 3 years, 8 months ago
  53. 17d056e ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lock by Manfred Spraul · 3 years, 8 months ago
  54. bc8136a ipc: use kmalloc for msg_queue and shmid_kernel by Vasily Averin · 3 years, 8 months ago
  55. fc37a3b ipc sem: use kvmalloc for sem_undo allocation by Vasily Averin · 3 years, 8 months ago
  56. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 8 months ago
  57. a11ddb3 ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry by Varad Gautam · 3 years, 9 months ago
  58. 7497835 ipc/sem.c: spelling fix by Bhaskar Chowdhury · 3 years, 10 months ago
  59. b1989a3 ipc/sem.c: mundane typo fixes by Bhaskar Chowdhury · 3 years, 10 months ago
  60. d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 10 months ago
  61. 6e52a9f Reimplement RLIMIT_MSGQUEUE on top of ucounts by Alexey Gladkov · 3 years, 10 months ago
  62. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
  63. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years, 1 month ago
  64. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 1 month ago
  65. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago
  66. dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years, 2 months ago
  67. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 2 months ago
  68. fff1662 ipc: adjust proc_ipc_sem_dointvec definition to match prototype by Tobias Klauser · 4 years, 6 months ago
  69. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  70. 137ec39 ipc: Use generic ns_common::count by Kirill Tkhai · 4 years, 7 months ago
  71. ce14489 ipc/shm.c: remove the superfluous break by Liao Pingfang · 4 years, 6 months ago
  72. 00898e8 ipc: uninline functions by Alexey Dobriyan · 4 years, 6 months ago
  73. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 6 months ago
  74. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 8 months ago
  75. e1eb26f ipc/namespace.c: use a work queue to free_ipc by Giuseppe Scrivano · 4 years, 8 months ago
  76. 4b78e20 ipc/msg: add missing annotation for freeque() by Jules Irenge · 4 years, 8 months ago
  77. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
  78. e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 9 months ago
  79. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  80. 5e69822 ipc/util.c: sysvipc_find_ipc() incorrectly updates position index by Vasily Averin · 4 years, 9 months ago
  81. f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 10 months ago
  82. b5f2006 ipc/mqueue.c: change __do_notify() to bypass check_kill_permission() by Oleg Nesterov · 4 years, 10 months ago
  83. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 10 months ago
  84. 89163f9 ipc/util.c: sysvipc_find_ipc() should increase position index by Vasily Averin · 4 years, 10 months ago
  85. 1cd377b ipc/shm.c: make compat_ksys_shmctl() static by Jason Yan · 4 years, 11 months ago
  86. 43afe4d ipc/mqueue.c: fix a brace coding style issue by Somala Swaraj · 4 years, 11 months ago
  87. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 11 months ago
  88. edf28f4 Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" by Ioanna Alifieraki · 5 years ago
  89. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  90. 889b331 ipc/msg.c: consolidate all xxxctl_down() functions by Lu Shuaibing · 5 years ago
  91. 8116b54 ipc/sem.c: document and update memory barriers by Manfred Spraul · 5 years ago
  92. 0d97a82 ipc/msg.c: update and document memory barriers by Manfred Spraul · 5 years ago
  93. c5b2cbd ipc/mqueue.c: update/document memory barriers by Manfred Spraul · 5 years ago
  94. ed29f17 ipc/mqueue.c: remove duplicated code by Davidlohr Bueso · 5 years ago
  95. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  96. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  97. 984035a ipc/sem.c: convert to use built-in RCU list checking by Joel Fernandes (Google) · 5 years ago
  98. c231740 ipc/mqueue: improve exception handling in do_mq_notify() by Markus Elfring · 5 years ago
  99. 97b0b1a ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb() by Markus Elfring · 5 years ago
  100. e170eb2 Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago