1. 7497835 ipc/sem.c: spelling fix by Bhaskar Chowdhury · 3 years, 8 months ago
  2. b1989a3 ipc/sem.c: mundane typo fixes by Bhaskar Chowdhury · 3 years, 8 months ago
  3. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  4. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  5. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  6. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  7. dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years ago
  8. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  9. fff1662 ipc: adjust proc_ipc_sem_dointvec definition to match prototype by Tobias Klauser · 4 years, 4 months ago
  10. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  11. 137ec39 ipc: Use generic ns_common::count by Kirill Tkhai · 4 years, 5 months ago
  12. ce14489 ipc/shm.c: remove the superfluous break by Liao Pingfang · 4 years, 5 months ago
  13. 00898e8 ipc: uninline functions by Alexey Dobriyan · 4 years, 5 months ago
  14. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  15. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  16. e1eb26f ipc/namespace.c: use a work queue to free_ipc by Giuseppe Scrivano · 4 years, 7 months ago
  17. 4b78e20 ipc/msg: add missing annotation for freeque() by Jules Irenge · 4 years, 7 months ago
  18. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  19. e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 7 months ago
  20. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  21. 5e69822 ipc/util.c: sysvipc_find_ipc() incorrectly updates position index by Vasily Averin · 4 years, 8 months ago
  22. f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 8 months ago
  23. b5f2006 ipc/mqueue.c: change __do_notify() to bypass check_kill_permission() by Oleg Nesterov · 4 years, 8 months ago
  24. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  25. 89163f9 ipc/util.c: sysvipc_find_ipc() should increase position index by Vasily Averin · 4 years, 9 months ago
  26. 1cd377b ipc/shm.c: make compat_ksys_shmctl() static by Jason Yan · 4 years, 9 months ago
  27. 43afe4d ipc/mqueue.c: fix a brace coding style issue by Somala Swaraj · 4 years, 9 months ago
  28. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
  29. edf28f4 Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" by Ioanna Alifieraki · 4 years, 10 months ago
  30. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  31. 889b331 ipc/msg.c: consolidate all xxxctl_down() functions by Lu Shuaibing · 5 years ago
  32. 8116b54 ipc/sem.c: document and update memory barriers by Manfred Spraul · 5 years ago
  33. 0d97a82 ipc/msg.c: update and document memory barriers by Manfred Spraul · 5 years ago
  34. c5b2cbd ipc/mqueue.c: update/document memory barriers by Manfred Spraul · 5 years ago
  35. ed29f17 ipc/mqueue.c: remove duplicated code by Davidlohr Bueso · 5 years ago
  36. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  37. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  38. 984035a ipc/sem.c: convert to use built-in RCU list checking by Joel Fernandes (Google) · 5 years ago
  39. c231740 ipc/mqueue: improve exception handling in do_mq_notify() by Markus Elfring · 5 years ago
  40. 97b0b1a ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb() by Markus Elfring · 5 years ago
  41. e170eb2 Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  42. fb377eb ipc: fix sparc64 ipc() wrapper by Arnd Bergmann · 5 years ago
  43. 533770c new helper: get_tree_keyed() by Al Viro · 5 years ago
  44. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  45. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  46. a318f12 ipc/mqueue.c: only perform resource calculation if user valid by Kees Cook · 5 years ago
  47. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  48. 709a643d mqueue: set ->user_ns before ->get_tree() by Al Viro · 6 years ago
  49. 8e8ccf4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52 by Thomas Gleixner · 6 years ago
  50. 99db46e ipc: do cyclic id allocation for the ipc object. by Manfred Spraul · 6 years ago
  51. 3278a2c ipc: conserve sequence numbers in ipcmni_extend mode by Manfred Spraul · 6 years ago
  52. 5ac893b ipc: allow boot time extension of IPCMNI from 32k to 16M by Waiman Long · 6 years ago
  53. a5091fd ipc/mqueue: optimize msg_get() by Davidlohr Bueso · 6 years ago
  54. 0ecb582 ipc/mqueue: remove redundant wq task assignment by Davidlohr Bueso · 6 years ago
  55. d6a2946 ipc: prevent lockup on alloc_msg and free_msg by Li Rongqing · 6 years ago
  56. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  57. 015d795 mqueue: switch to ->free_inode() by Al Viro · 6 years ago
  58. 8f0db01 rhashtable: use bit_spin_locks to protect hash bucket. by NeilBrown · 6 years ago
  59. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  60. 4a2ae92 ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_size by Gustavo A. R. Silva · 6 years ago
  61. 667da6a ipc: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  62. 935c6912 ipc: Convert mqueue fs to fs_context by David Howells · 6 years ago
  63. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  64. 275f221 ipc: rename old-style shmctl/semctl/msgctl syscalls by Arnd Bergmann · 6 years ago
  65. 58fa4a4 ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390 by Arnd Bergmann · 6 years ago
  66. 8c81ddd ipc: IPCMNI limit check for semmni by Waiman Long · 6 years ago
  67. 6730e65 ipc: IPCMNI limit check for msgmni and shmmni by Waiman Long · 6 years ago
  68. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  69. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  70. 59cf0a9 ipc/shm.c: use ERR_CAST() for shm_lock() error return by Kees Cook · 6 years ago
  71. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  72. 9c21dae ipc/shm: properly return EIDRM in shm_lock() by Davidlohr Bueso · 6 years ago
  73. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  74. 2a9d648 ipc/util.c: update return value of ipc_getref from int to bool by Manfred Spraul · 6 years ago
  75. 27c331a ipc/util.c: further variable name cleanups by Manfred Spraul · 6 years ago
  76. eae04d2 ipc: simplify ipc initialization by Davidlohr Bueso · 6 years ago
  77. dc2c8c8 ipc: get rid of ids->tables_initialized hack by Davidlohr Bueso · 6 years ago
  78. 82061c5 ipc: drop ipc_lock() by Davidlohr Bueso · 6 years ago
  79. 2e5ceb4 ipc/util.c: correct comment in ipc_obtain_object_check by Manfred Spraul · 6 years ago
  80. 4241c1a ipc: rename ipcctl_pre_down_nolock() by Manfred Spraul · 6 years ago
  81. 39cfffd ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid() by Manfred Spraul · 6 years ago
  82. e2652ae ipc: reorganize initialization of kern_ipc_perm.seq by Manfred Spraul · 6 years ago
  83. 615c999 ipc: compute kern_ipc_perm.id under the ipc lock by Manfred Spraul · 6 years ago
  84. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  85. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  86. c1c8626 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. eec3636 ipc/shm.c add ->pagesize function to shm_vm_ops by Jane Chu · 6 years ago
  88. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  89. f075faa ipc/sem.c: prevent queue.status tearing in semop by Davidlohr Bueso · 6 years ago
  90. 4f089ac do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone() by Al Viro · 7 years ago
  91. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  92. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 7 years ago
  93. 14f28f57 ipc: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  94. ec67aaa sysvipc/sem: mitigate semnum index against spectre v1 by Davidlohr Bueso · 7 years ago
  95. 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 7 years ago
  96. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. 8f89c00 ipc/shm: fix shmat() nil address after round-down when remapping by Davidlohr Bueso · 7 years ago
  98. a73ab24 Revert "ipc/shm: Fix shmat mmap nil-page protection" by Davidlohr Bueso · 7 years ago
  99. 5dc0b15 y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop by Arnd Bergmann · 7 years ago
  100. b0d1757 y2038: ipc: Enable COMPAT_32BIT_TIME by Arnd Bergmann · 7 years ago