1. 59cf0a9 ipc/shm.c: use ERR_CAST() for shm_lock() error return by Kees Cook · 6 years ago
  2. 9c21dae ipc/shm: properly return EIDRM in shm_lock() by Davidlohr Bueso · 6 years ago
  3. 27c331a ipc/util.c: further variable name cleanups by Manfred Spraul · 6 years ago
  4. eae04d2 ipc: simplify ipc initialization by Davidlohr Bueso · 6 years ago
  5. 82061c5 ipc: drop ipc_lock() by Davidlohr Bueso · 6 years ago
  6. 4241c1a ipc: rename ipcctl_pre_down_nolock() by Manfred Spraul · 6 years ago
  7. 39cfffd ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid() by Manfred Spraul · 6 years ago
  8. 615c999 ipc: compute kern_ipc_perm.id under the ipc lock by Manfred Spraul · 6 years ago
  9. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  10. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. c1c8626 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. eec3636 ipc/shm.c add ->pagesize function to shm_vm_ops by Jane Chu · 6 years ago
  13. 4f089ac do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone() by Al Viro · 6 years ago
  14. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  15. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  16. 14f28f5 ipc: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  17. 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
  18. 8f89c00 ipc/shm: fix shmat() nil address after round-down when remapping by Davidlohr Bueso · 6 years ago
  19. a73ab24 Revert "ipc/shm: Fix shmat mmap nil-page protection" by Davidlohr Bueso · 6 years ago
  20. c2ab975 y2038: ipc: Report long times to user space by Arnd Bergmann · 9 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. c21a697 ipc/shm: introduce shmctl(SHM_STAT_ANY) by Davidlohr Bueso · 6 years ago
  24. 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  25. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  26. c84d079 ipc: add shmctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  27. da1e2744 ipc: add shmdt syscall wrapper by Dominik Brodowski · 6 years ago
  28. 65749e0 ipc: add shmget syscall wrapper by Dominik Brodowski · 6 years ago
  29. 3d942ee ipc/shm.c: add split function to shm_vm_ops by Mike Kravetz · 6 years ago
  30. 2236d4d ipc/shm: Fix pid freeing. by Eric W. Biederman · 6 years ago
  31. 50ab44b ipc: Directly call the security hook in ipc_ops.associate by Eric W. Biederman · 6 years ago
  32. 98f929b ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces. by Eric W. Biederman · 6 years ago
  33. a2e102c shm: Move struct shmid_kernel into ipc/shm.c by Eric W. Biederman · 6 years ago
  34. 7191adf shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks by Eric W. Biederman · 6 years ago
  35. 87ad4b0 ipc: fix ipc data structures inconsistency by Philippe Mikoyan · 6 years ago
  36. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  37. 39c96a1 sysvipc: duplicate lock comments wrt ipc_addid() by Davidlohr Bueso · 7 years ago
  38. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  39. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  40. 6aa211e fix address space warnings in ipc/ by Linus Torvalds · 7 years ago
  41. b776e4b fix a typo in put_compat_shm_info() by Al Viro · 7 years ago
  42. 58aff0a ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user by Will Deacon · 7 years ago
  43. cc73fee Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  44. 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
  45. 7ff2819 ipc: shm: Make shmid_kernel timestamps y2038 safe by Deepa Dinamani · 7 years ago
  46. ade9f91 ipc: add missing container_of()s for randstruct by Kees Cook · 7 years ago
  47. a78ee9e shmat(2): move compat to native by Al Viro · 7 years ago
  48. 28327fa ipc: make use of compat ipc_perm helpers by Al Viro · 7 years ago
  49. 553f770 ipc: move compat shmctl to native by Al Viro · 7 years ago
  50. 9ba720c shmctl: split the work from copyin/copyout by Al Viro · 7 years ago
  51. 42e618f ipc/shm: remove special shm_alloc/free by Kees Cook · 7 years ago
  52. 3d3653f ipc: move atomic_set() to where it is needed by Kees Cook · 7 years ago
  53. a2642f8 ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
  54. 3e0c240 ipc/shm: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
  55. 66470b1 ipc/shm: do not use ipc_rcu_free() by Kees Cook · 7 years ago
  56. dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
  57. 0f41074 fs: remove call_fsync helper function by Jeff Layton · 7 years ago
  58. f0cb880 ipc/shm: some shmat cleanups by Davidlohr Bueso · 7 years ago
  59. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  60. 95e91b8 ipc/shm: Fix shmat mmap nil-page protection by Davidlohr Bueso · 7 years ago
  61. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 7 years ago
  62. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  63. 0eb8af4 vfs: use helper for calling f_op->fsync() by Miklos Szeredi · 7 years ago
  64. f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 7 years ago
  65. 63980c8 ipc/shm.c: coding style fixes by Shailesh Pandey · 8 years ago
  66. 4595ef8 shmem: make shmem_inode_info::lock irq-safe by Kirill A. Shutemov · 8 years ago
  67. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  68. 91f4f94 ipc, shm: make shmem attach/detach wait for mmap_sem killable by Michal Hocko · 8 years ago
  69. 1ac0b6d ipc/shm: handle removed segments gracefully in shm_mmap() by Kirill A. Shutemov · 8 years ago
  70. 2954e440 ipc/shm.c: is_file_shm_hugepages() can be boolean by Yaowei Bai · 9 years ago
  71. b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
  72. d0edd85 ipc: convert invalid scenarios to use WARN_ON by Davidlohr Bueso · 9 years ago
  73. e1832f2 ipc: use private shmem or hugetlbfs inodes for shm segments. by Stephen Smalley · 9 years ago
  74. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  75. c5c8975 ipc,shm: move BUG_ON check into shm_lock by Davidlohr Bueso · 9 years ago
  76. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  77. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  78. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  79. 07a46ed shmdt: use i_size_read() instead of ->i_size by Dave Hansen · 10 years ago
  80. d3c9790 ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments by Dave Hansen · 10 years ago
  81. bf77b94 ipc/shm: kill the historical/wrong mm->start_stack check by Oleg Nesterov · 10 years ago
  82. 83293c0 shm: allow exit_shm in parallel if only marking orphans by Jack Miller · 10 years ago
  83. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  84. 1376327 ipc/shm.c: check for integer overflow during shmget. by Manfred Spraul · 10 years ago
  85. 09c6eb1 ipc/shm.c: check for overflows of shm_tot by Manfred Spraul · 10 years ago
  86. 247a8ce ipc/shm.c: check for ulong overflows in shmat by Manfred Spraul · 10 years ago
  87. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  88. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  89. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  90. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 11 years ago
  91. 239521f ipc: whitespace cleanup by Manfred Spraul · 11 years ago
  92. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 11 years ago
  93. 3a72660 ipc,shm: correct error return value in shmctl (SHM_UNLOCK) by Jesper Nilsson · 11 years ago
  94. a399b29 ipc,shm: fix shm_file deletion races by Greg Thelen · 11 years ago
  95. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  96. 7a25dd9 ipc, shm: drop shm_lock_check by Davidlohr Bueso · 11 years ago
  97. 530fcd16 ipc, shm: guard against non-existant vma in shmdt(2) by Davidlohr Bueso · 11 years ago
  98. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  99. c2c737a ipc,shm: shorten critical region for shmat by Davidlohr Bueso · 11 years ago
  100. f42569b ipc,shm: cleanup do_shmat pasta by Davidlohr Bueso · 11 years ago