1. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  2. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  3. c1c8626 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. eec3636 ipc/shm.c add ->pagesize function to shm_vm_ops by Jane Chu · 6 years ago
  5. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. f075faa ipc/sem.c: prevent queue.status tearing in semop by Davidlohr Bueso · 6 years ago
  7. 4f089ac do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone() by Al Viro · 6 years ago
  8. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  9. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  10. 14f28f5 ipc: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  11. ec67aaa sysvipc/sem: mitigate semnum index against spectre v1 by Davidlohr Bueso · 6 years ago
  12. 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 6 years ago
  13. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 8f89c00 ipc/shm: fix shmat() nil address after round-down when remapping by Davidlohr Bueso · 6 years ago
  15. a73ab24 Revert "ipc/shm: Fix shmat mmap nil-page protection" by Davidlohr Bueso · 6 years ago
  16. 5dc0b15 y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop by Arnd Bergmann · 6 years ago
  17. b0d1757 y2038: ipc: Enable COMPAT_32BIT_TIME by Arnd Bergmann · 6 years ago
  18. 21fc538 y2038: ipc: Use __kernel_timespec by Arnd Bergmann · 6 years ago
  19. c2ab975 y2038: ipc: Report long times to user space by Arnd Bergmann · 9 years ago
  20. 2a70b78 y2038: ipc: Use ktime_get_real_seconds consistently by Arnd Bergmann · 6 years ago
  21. 3f05317 ipc/shm: fix use-after-free of shm file via remap_file_pages() by Eric Biggers · 6 years ago
  22. a61fc2c ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_ops by Andrew Morton · 6 years ago
  23. 23c8cec ipc/msg: introduce msgctl(MSG_STAT_ANY) by Davidlohr Bueso · 6 years ago
  24. a280d6d ipc/sem: introduce semctl(SEM_STAT_ANY) by Davidlohr Bueso · 6 years ago
  25. c21a697 ipc/shm: introduce shmctl(SHM_STAT_ANY) by Davidlohr Bueso · 6 years ago
  26. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 6 years ago
  27. 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  28. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  29. 31c213f ipc: add msgsnd syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  30. 078faac ipc: add msgrcv syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  31. e340db5 ipc: add msgctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  32. c84d079 ipc: add shmctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  33. da1e2744 ipc: add shmdt syscall wrapper by Dominik Brodowski · 6 years ago
  34. 65749e0 ipc: add shmget syscall wrapper by Dominik Brodowski · 6 years ago
  35. 3d65661 ipc: add msgget syscall wrapper by Dominik Brodowski · 6 years ago
  36. d969c6f ipc: add semctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  37. 6989471 ipc: add semget syscall wrapper by Dominik Brodowski · 6 years ago
  38. 41f4f0e ipc: add semtimedop syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  39. 3d942ee ipc/shm.c: add split function to shm_vm_ops by Mike Kravetz · 6 years ago
  40. 2236d4d ipc/shm: Fix pid freeing. by Eric W. Biederman · 6 years ago
  41. 50ab44b ipc: Directly call the security hook in ipc_ops.associate by Eric W. Biederman · 6 years ago
  42. 51d6f26 ipc/sem: Fix semctl(..., GETPID, ...) between pid namespaces by Eric W. Biederman · 6 years ago
  43. 39a4940 ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespaces by Eric W. Biederman · 6 years ago
  44. 98f929b ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces. by Eric W. Biederman · 6 years ago
  45. cfb2f6f Revert "mqueue: switch to on-demand creation of internal mount" by Eric W. Biederman · 6 years ago
  46. 03f1fc0 ipc/util: Helpers for making the sysvipc operations pid namespace aware by Eric W. Biederman · 6 years ago
  47. f83a396 ipc: Move IPCMNI from include/ipc.h into ipc/util.h by Eric W. Biederman · 6 years ago
  48. 34b56df msg: Move struct msg_queue into ipc/msg.c by Eric W. Biederman · 6 years ago
  49. a2e102c shm: Move struct shmid_kernel into ipc/shm.c by Eric W. Biederman · 6 years ago
  50. 1a5c134 sem: Move struct sem and struct sem_array into ipc/sem.c by Eric W. Biederman · 6 years ago
  51. d8c6e85 msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks by Eric W. Biederman · 6 years ago
  52. 7191adf shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks by Eric W. Biederman · 6 years ago
  53. aefad95 sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks by Eric W. Biederman · 6 years ago
  54. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  55. 68e34f4 ipc/mqueue.c: have RT tasks queue in by priority in wq_add() by Jonathan Haws · 6 years ago
  56. 87ad4b0 ipc: fix ipc data structures inconsistency by Philippe Mikoyan · 6 years ago
  57. 8b0fdf6 Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  58. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  59. faf1f22 signal: Ensure generic siginfos the kernel sends have all bits initialized by Eric W. Biederman · 7 years ago
  60. 36735a6 mqueue: switch to on-demand creation of internal mount by Al Viro · 7 years ago
  61. a713fd7 tidy do_mq_open() up a bit by Al Viro · 7 years ago
  62. 9b20d7f mqueue: clean prepare_open() up by Al Viro · 7 years ago
  63. 066cc81 do_mq_open(): move all work prior to dentry_open() into a helper by Al Viro · 7 years ago
  64. 05c1b29 mqueue: fold mq_attr_ok() into mqueue_get_inode() by Al Viro · 7 years ago
  65. af4a537 move dentry_open() calls up into do_mq_open() by Al Viro · 7 years ago
  66. eecec19 mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdata by Al Viro · 7 years ago
  67. 9dd9574 ipc, kernel, mm: annotate ->poll() instances by Al Viro · 7 years ago
  68. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  69. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  70. 15df03c sysvipc: make get_maxid O(1) again by Davidlohr Bueso · 7 years ago
  71. ebf6679 sysvipc: properly name ipc_addid() limit parameter by Davidlohr Bueso · 7 years ago
  72. 39c96a1 sysvipc: duplicate lock comments wrt ipc_addid() by Davidlohr Bueso · 7 years ago
  73. b8fd998 sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE by Davidlohr Bueso · 7 years ago
  74. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  75. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  76. 6aa211e fix address space warnings in ipc/ by Linus Torvalds · 7 years ago
  77. b776e4b fix a typo in put_compat_shm_info() by Al Viro · 7 years ago
  78. 58aff0a ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user by Will Deacon · 7 years ago
  79. cc73fee Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  80. 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
  81. e4243b8 ipc/sem: play nicer with large nsops allocations by Davidlohr Bueso · 7 years ago
  82. 8419e64 ipc/sem: drop sem_checkid helper by Davidlohr Bueso · 7 years ago
  83. 9405c03 ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  84. f74370b ipc: convert sem_undo_list.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  85. a2e0602 ipc: convert ipc_namespace.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  86. 7ff2819 ipc: shm: Make shmid_kernel timestamps y2038 safe by Deepa Dinamani · 7 years ago
  87. e54d02b ipc: sem: Make sem_array timestamps y2038 safe by Deepa Dinamani · 7 years ago
  88. 50578ea ipc: msg: Make msg_queue timestamps y2038 safe by Deepa Dinamani · 7 years ago
  89. b904772 ipc: mqueue: Replace timespec with timespec64 by Deepa Dinamani · 7 years ago
  90. 3ef56dc ipc: Make sys_semtimedop() y2038 safe by Deepa Dinamani · 7 years ago
  91. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  92. e0892e0 ipc: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 7 years ago
  93. ade9f91 ipc: add missing container_of()s for randstruct by Kees Cook · 7 years ago
  94. 44ee454 semtimedop(): move compat to native by Al Viro · 7 years ago
  95. a78ee9e shmat(2): move compat to native by Al Viro · 7 years ago
  96. 9b1404c msgrcv(2), msgsnd(2): move compat to native by Al Viro · 7 years ago
  97. 20bc2a3 ipc(2): move compat to native by Al Viro · 7 years ago
  98. 28327fa ipc: make use of compat ipc_perm helpers by Al Viro · 7 years ago
  99. c0ebccb semctl(): move compat to native by Al Viro · 7 years ago
  100. 45a4a64 semctl(): separate all layout-dependent copyin/copyout by Al Viro · 7 years ago