1. 542cde0 ipc: msg, make msgrcv work with LONG_MIN by Jiri Slaby · 7 years ago
  2. ed27f91 ipc/msg: avoid waking sender upon full queue by Davidlohr Bueso · 8 years ago
  3. d0d6a2a ipc/msg: make ss_wakeup() kill arg boolean by Davidlohr Bueso · 8 years ago
  4. e365853 ipc/msg: batch queue sender wakeups by Davidlohr Bueso · 8 years ago
  5. ee51636 ipc/msg: implement lockless pipelined wakeups by Sebastian Andrzej Siewior · 8 years ago
  6. 9b24fef sysv, ipc: fix security-layer leaking by Fabian Frederick · 8 years ago
  7. b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
  8. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  9. ff35e5e ipc,msg: provide barrier pairings for lockless receive by Davidlohr Bueso · 9 years ago
  10. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  11. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 9 years ago
  12. 4bb6657 ipc,msg: document volatile r_msg by Davidlohr Bueso · 10 years ago
  13. 3440a6b ipc,msg: move some msgq ns code around by Davidlohr Bueso · 10 years ago
  14. f75a2f3 ipc,msg: use current->state helpers by Davidlohr Bueso · 10 years ago
  15. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  16. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  17. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  18. 4f87dac ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation by Michael Kerrisk · 10 years ago
  19. ffa571d ipc,msg: document barriers by Davidlohr Bueso · 10 years ago
  20. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  21. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 10 years ago
  22. 4271b05 ipc,msg: prevent race with rmid in msgsnd,msgrcv by Davidlohr Bueso · 11 years ago
  23. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  24. 4718787 ipc,msg: drop msg_unlock by Davidlohr Bueso · 11 years ago
  25. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  26. bebcb92 ipc/msg.c: Fix lost wakeup in msgsnd(). by Manfred Spraul · 11 years ago
  27. 368ae53 IPC: bugfix for msgrcv with msgtyp < 0 by Svenning Sørensen · 11 years ago
  28. 9ad66ae ipc: remove unused functions by Davidlohr Bueso · 11 years ago
  29. 41a0d52 ipc,msg: shorten critical region in msgrcv by Davidlohr Bueso · 11 years ago
  30. 3dd1f78 ipc,msg: shorten critical region in msgsnd by Davidlohr Bueso · 11 years ago
  31. ac0ba20 ipc,msg: make msgctl_nolock lockless by Davidlohr Bueso · 11 years ago
  32. a5001a0 ipc,msg: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  33. 2cafed3 ipc,msg: introduce msgctl_nolock by Davidlohr Bueso · 11 years ago
  34. 15724ec ipc,msg: shorten critical region in msgctl_down by Davidlohr Bueso · 11 years ago
  35. 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
  36. cf9d5d7 ipc: close open coded spin lock calls by Davidlohr Bueso · 11 years ago
  37. dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
  38. 41239fe ipc/msg.c: use list_for_each_entry_[safe] for list traversing by Nikola Pajkovsky · 11 years ago
  39. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  40. daaf74c ipc: refactor msg list search into separate function by Peter Hurley · 11 years ago
  41. d076ac9 ipc: simplify msg list search by Peter Hurley · 11 years ago
  42. 8ac6ed5 ipc: implement MSG_COPY as a new receive mode by Peter Hurley · 11 years ago
  43. 852028a ipc: remove msg handling from queue scan by Peter Hurley · 11 years ago
  44. 2dc958f ipc: set msg back to -EAGAIN if copy wasn't performed by Stanislav Kinsbursky · 11 years ago
  45. 88b9e45 ipc: don't allocate a copy larger than max by Peter Hurley · 11 years ago
  46. 3fcfe78 ipc: add more comments to message copying related code by Stanislav Kinsbursky · 11 years ago
  47. 51eeaca ipc: simplify message copying by Stanislav Kinsbursky · 11 years ago
  48. b30efe2 ipc: convert prepare_copy() from macro to function by Stanislav Kinsbursky · 11 years ago
  49. 85398aa ipc: simplify free_copy() call by Stanislav Kinsbursky · 11 years ago
  50. 4a674f3 ipc: introduce message queue copy feature by Stanislav Kinsbursky · 11 years ago
  51. f9dd87f ipc: message queue receive cleanup by Stanislav Kinsbursky · 11 years ago
  52. 9afdacd ipc: remove forced assignment of selected message by Stanislav Kinsbursky · 11 years ago
  53. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  55. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  56. 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
  57. 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
  58. 7d6feeb ipc ns: fix memory leak (idr) by Serge E. Hallyn · 14 years ago
  59. f1970c4 ipc: fix unused variable warning by Felipe Contreras · 15 years ago
  60. e48fbb6 [CVE-2009-0029] System call wrappers part 24 by Heiko Carstens · 15 years ago
  61. dfcceb2 ipc: only output msgmni value at boot time by Nadia Derbey · 16 years ago
  62. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  63. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  64. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  65. 016d713 IPC: get rid of the use *_setbuf structure. by Pierre Peiffer · 16 years ago
  66. a0d092f IPC/message queues: introduce msgctl_down by Pierre Peiffer · 16 years ago
  67. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  68. 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 16 years ago
  69. f7bf3df ipc: scale msgmni to the amount of lowmem by Nadia Derbey · 16 years ago
  70. 48dea40 IPC: use ipc_buildid() directly from ipc_addid() by Pierre Peiffer · 16 years ago
  71. 01b8b07 IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() by Pierre Peiffer · 16 years ago
  72. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  73. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  74. b1ed88b IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functions by Pierre Peiffer · 16 years ago
  75. 283bb7f IPC: fix error case when idr-cache is empty in ipcget() by Pierre Peiffer · 17 years ago
  76. 3ac88a4 virtualization of sysv msg queues is incomplete by Kirill Korotaev · 17 years ago
  77. 1b531f2 ipc: remove unneeded parameters by Nadia Derbey · 17 years ago
  78. 3e148c7 fix idr_find() locking by Nadia Derbey · 17 years ago
  79. f4566f0 ipc: fix wrong comments by Nadia Derbey · 17 years ago
  80. 03f02c7 Storing ipcs into IDRs by Nadia Derbey · 17 years ago
  81. 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
  82. 7748dbf ipc: unify the syscalls code by Nadia Derbey · 17 years ago
  83. 7ca7e56 ipc: store ipcs into IDRs by Nadia Derbey · 17 years ago
  84. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  85. 8e1c091 arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  86. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  87. 651971c [PATCH] Fix the size limit of compat space msgsize by suzuki · 17 years ago
  88. 80491eb Revert unintentional "volatile" changes in ipc/msg.c by Linus Torvalds · 18 years ago
  89. c7e12b8 [PATCH] Fix ipc entries removal by Pavel Emelianov · 18 years ago
  90. 1e78693 [PATCH] IPC namespace - msg by Kirill Korotaev · 18 years ago
  91. 5a06a36 [PATCH] ipc/msg.c: clean up coding style by Ingo Molnar · 18 years ago
  92. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  93. ac03221 [PATCH] update of IPC audit record cleanup by Linda Knippers · 18 years ago
  94. 073115d [PATCH] Rework of IPC auditing by Steve Grubb · 18 years ago
  95. 5f921ae [PATCH] sem2mutex: ipc, id.sem by Ingo Molnar · 18 years ago
  96. 1b9a391 Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  97. 8cd5283 BUG_ON() Conversion in ipc/msg.c by Eric Sesterhenn · 18 years ago
  98. 8c8570f [PATCH] Capture selinux subject/object context information. by Dustin Kirkland · 19 years ago
  99. 624dffc correct email address of Manfred Spraul by Christian Kujau · 18 years ago
  100. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago