1. 078dd73 ipc/msg.c: consolidate all xxxctl_down() functions by Lu Shuaibing · 4 years, 6 months ago
  2. 27c331a ipc/util.c: further variable name cleanups by Manfred Spraul · 6 years ago
  3. eae04d2 ipc: simplify ipc initialization by Davidlohr Bueso · 6 years ago
  4. 4241c1a ipc: rename ipcctl_pre_down_nolock() by Manfred Spraul · 6 years ago
  5. 39cfffd ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid() by Manfred Spraul · 6 years ago
  6. 615c999 ipc: compute kern_ipc_perm.id under the ipc lock by Manfred Spraul · 6 years ago
  7. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  8. c2ab975 y2038: ipc: Report long times to user space by Arnd Bergmann · 9 years ago
  9. 2a70b78 y2038: ipc: Use ktime_get_real_seconds consistently by Arnd Bergmann · 6 years ago
  10. 23c8cec ipc/msg: introduce msgctl(MSG_STAT_ANY) by Davidlohr Bueso · 6 years ago
  11. 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  12. 31c213f ipc: add msgsnd syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  13. 078faac ipc: add msgrcv syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  14. e340db5 ipc: add msgctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  15. 3d65661 ipc: add msgget syscall wrapper by Dominik Brodowski · 6 years ago
  16. 50ab44b ipc: Directly call the security hook in ipc_ops.associate by Eric W. Biederman · 6 years ago
  17. 39a4940 ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespaces by Eric W. Biederman · 6 years ago
  18. 34b56df msg: Move struct msg_queue into ipc/msg.c by Eric W. Biederman · 6 years ago
  19. d8c6e85 msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks by Eric W. Biederman · 6 years ago
  20. 87ad4b0 ipc: fix ipc data structures inconsistency by Philippe Mikoyan · 6 years ago
  21. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 6aa211e fix address space warnings in ipc/ by Linus Torvalds · 7 years ago
  24. cc73fee Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  25. 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
  26. 50578ea ipc: msg: Make msg_queue timestamps y2038 safe by Deepa Dinamani · 7 years ago
  27. ade9f91 ipc: add missing container_of()s for randstruct by Kees Cook · 7 years ago
  28. 9b1404c msgrcv(2), msgsnd(2): move compat to native by Al Viro · 7 years ago
  29. 28327fa ipc: make use of compat ipc_perm helpers by Al Viro · 7 years ago
  30. 4693916 msgctl(): move compat to native by Al Viro · 7 years ago
  31. 156d9ed msgctl(): split the actual work from copyin/copyout by Al Viro · 7 years ago
  32. fb259c3 ipc/msg: remove special msg_alloc/free by Kees Cook · 7 years ago
  33. 3d3653f ipc: move atomic_set() to where it is needed by Kees Cook · 7 years ago
  34. 51c23b7 ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
  35. 52f9089 ipc/msg: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
  36. 9ef5932 ipc/msg: do not use ipc_rcu_free() by Kees Cook · 7 years ago
  37. dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
  38. eb61baf sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h> by Ingo Molnar · 7 years ago
  39. 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 7 years ago
  40. 9998983 ipc: msg, make msgrcv work with LONG_MIN by Jiri Slaby · 8 years ago
  41. 194a6b5 sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q by Waiman Long · 8 years ago
  42. ed27f91 ipc/msg: avoid waking sender upon full queue by Davidlohr Bueso · 8 years ago
  43. d0d6a2a ipc/msg: make ss_wakeup() kill arg boolean by Davidlohr Bueso · 8 years ago
  44. e365853 ipc/msg: batch queue sender wakeups by Davidlohr Bueso · 8 years ago
  45. ee51636 ipc/msg: implement lockless pipelined wakeups by Sebastian Andrzej Siewior · 8 years ago
  46. 9b24fef sysv, ipc: fix security-layer leaking by Fabian Frederick · 8 years ago
  47. b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
  48. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  49. ff35e5e ipc,msg: provide barrier pairings for lockless receive by Davidlohr Bueso · 9 years ago
  50. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  51. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 10 years ago
  52. 4bb6657 ipc,msg: document volatile r_msg by Davidlohr Bueso · 10 years ago
  53. 3440a6b ipc,msg: move some msgq ns code around by Davidlohr Bueso · 10 years ago
  54. f75a2f3 ipc,msg: use current->state helpers by Davidlohr Bueso · 10 years ago
  55. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  56. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  57. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  58. 4f87dac ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation by Michael Kerrisk · 10 years ago
  59. ffa571d ipc,msg: document barriers by Davidlohr Bueso · 11 years ago
  60. 239521f ipc: whitespace cleanup by Manfred Spraul · 11 years ago
  61. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 11 years ago
  62. 4271b05 ipc,msg: prevent race with rmid in msgsnd,msgrcv by Davidlohr Bueso · 11 years ago
  63. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  64. 4718787 ipc,msg: drop msg_unlock by Davidlohr Bueso · 11 years ago
  65. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  66. bebcb92 ipc/msg.c: Fix lost wakeup in msgsnd(). by Manfred Spraul · 11 years ago
  67. 368ae53 IPC: bugfix for msgrcv with msgtyp < 0 by Svenning Sørensen · 11 years ago
  68. 9ad66ae ipc: remove unused functions by Davidlohr Bueso · 11 years ago
  69. 41a0d52 ipc,msg: shorten critical region in msgrcv by Davidlohr Bueso · 11 years ago
  70. 3dd1f78 ipc,msg: shorten critical region in msgsnd by Davidlohr Bueso · 11 years ago
  71. ac0ba20 ipc,msg: make msgctl_nolock lockless by Davidlohr Bueso · 11 years ago
  72. a5001a0 ipc,msg: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  73. 2cafed3 ipc,msg: introduce msgctl_nolock by Davidlohr Bueso · 11 years ago
  74. 15724ec ipc,msg: shorten critical region in msgctl_down by Davidlohr Bueso · 11 years ago
  75. 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
  76. cf9d5d7 ipc: close open coded spin lock calls by Davidlohr Bueso · 11 years ago
  77. dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
  78. 41239fe ipc/msg.c: use list_for_each_entry_[safe] for list traversing by Nikola Pajkovsky · 11 years ago
  79. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  80. daaf74c ipc: refactor msg list search into separate function by Peter Hurley · 11 years ago
  81. d076ac9 ipc: simplify msg list search by Peter Hurley · 11 years ago
  82. 8ac6ed5 ipc: implement MSG_COPY as a new receive mode by Peter Hurley · 11 years ago
  83. 852028a ipc: remove msg handling from queue scan by Peter Hurley · 11 years ago
  84. 2dc958f ipc: set msg back to -EAGAIN if copy wasn't performed by Stanislav Kinsbursky · 11 years ago
  85. 88b9e45 ipc: don't allocate a copy larger than max by Peter Hurley · 11 years ago
  86. 3fcfe78 ipc: add more comments to message copying related code by Stanislav Kinsbursky · 12 years ago
  87. 51eeaca ipc: simplify message copying by Stanislav Kinsbursky · 12 years ago
  88. b30efe2 ipc: convert prepare_copy() from macro to function by Stanislav Kinsbursky · 12 years ago
  89. 85398aa ipc: simplify free_copy() call by Stanislav Kinsbursky · 12 years ago
  90. 4a674f3 ipc: introduce message queue copy feature by Stanislav Kinsbursky · 12 years ago
  91. f9dd87f ipc: message queue receive cleanup by Stanislav Kinsbursky · 12 years ago
  92. 9afdacd ipc: remove forced assignment of selected message by Stanislav Kinsbursky · 12 years ago
  93. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  94. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  95. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  96. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  98. 7d6feeb ipc ns: fix memory leak (idr) by Serge E. Hallyn · 15 years ago
  99. f1970c4 ipc: fix unused variable warning by Felipe Contreras · 15 years ago
  100. e48fbb6 [CVE-2009-0029] System call wrappers part 24 by Heiko Carstens · 16 years ago