1. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 8 years ago
  2. b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
  3. 6157dbb ipc,sysv: return -EINVAL upon incorrect id/seqnum by Davidlohr Bueso · 9 years ago
  4. f8b5918 ipc,sysv: make return -EIDRM when racing with RMID consistent by Davidlohr Bueso · 9 years ago
  5. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  6. c859aa8 ipc/util.c: use kvfree() in ipc_rcu_free() by Pekka Enberg · 9 years ago
  7. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  8. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 9 years ago
  9. d66a052 ipc/util.c: use __seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  10. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  11. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  12. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  13. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  14. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 10 years ago
  15. 8dc5cd0 ipc: simplify sysvipc_proc_open() return by Davidlohr Bueso · 10 years ago
  16. 95d4eb2 ipc: remove useless return statement by Davidlohr Bueso · 10 years ago
  17. 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 10 years ago
  18. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 10 years ago
  19. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  20. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 10 years ago
  21. 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 10 years ago
  22. 18ccee2 ipc: update locking scheme comments by Davidlohr Bueso · 11 years ago
  23. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  24. 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
  25. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  26. 05603c4 ipc: document general ipc locking scheme by Davidlohr Bueso · 11 years ago
  27. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  28. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  29. 196aa01 ipc/util.c, ipc_rcu_alloc: cacheline align allocation by Manfred Spraul · 11 years ago
  30. 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
  31. dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
  32. 600fe97 ipc_schedule_free() can do vfree() directly now by Al Viro · 11 years ago
  33. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  34. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  35. 444d0f6 ipc: introduce lockless pre_down ipcctl by Davidlohr Bueso · 11 years ago
  36. 4d2bff5 ipc: introduce obtaining a lockless ipc object by Davidlohr Bueso · 11 years ago
  37. 8f68fa2 ipc/util.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  38. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  39. 54924ea ipc: convert to idr_alloc() by Tejun Heo · 11 years ago
  40. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 11 years ago
  41. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  42. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  43. d4ee9aa ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  44. 6213cfe ipc: fix util.c kernel-doc warnings by Randy Dunlap · 13 years ago
  45. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  46. 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
  47. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  48. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  49. e816f37 sanitize audit_ipc_set_perm() by Al Viro · 15 years ago
  50. a33e675 sanitize audit_ipc_obj() by Al Viro · 15 years ago
  51. ec98ce4 Merge branch 'master' into next by James Morris · 15 years ago
  52. e00b4ff7e sysvipc: fix the ipc structures initialization by Nadia Derbey · 15 years ago
  53. 414c070 CRED: Wrap task credential accesses in the SYSV IPC subsystem by David Howells · 15 years ago
  54. 00c2bf8 ipc: get rid of ipc_lock_down() by Nadia Derbey · 16 years ago
  55. 983bfb7 ipc: call idr_find() without locking in ipc_lock() by Nadia Derbey · 16 years ago
  56. 6a6375d sysvipc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  57. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  58. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  59. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  60. 424450c ipc: invoke the ipcns notifier chain as a work item by Nadia Derbey · 16 years ago
  61. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  62. 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 16 years ago
  63. 48dea40 IPC: use ipc_buildid() directly from ipc_addid() by Pierre Peiffer · 16 years ago
  64. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  65. b2d75cd ipc: uninline some code from util.h by Pavel Emelyanov · 16 years ago
  66. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  67. b524b9a make ipc/util.c:sysvipc_find_ipc() static by Adrian Bunk · 16 years ago
  68. 283bb7f IPC: fix error case when idr-cache is empty in ipcget() by Pierre Peiffer · 17 years ago
  69. 3e148c7 fix idr_find() locking by Nadia Derbey · 17 years ago
  70. f4566f0 ipc: fix wrong comments by Nadia Derbey · 17 years ago
  71. 2802831 ipc: inline ipc_buildid() by Nadia Derbey · 17 years ago
  72. ce621f5 ipc: introduce the ipcid_to_idx macro by Nadia Derbey · 17 years ago
  73. 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
  74. 637c366 ipc: remove the ipc_get() routine by Nadia Derbey · 17 years ago
  75. 7748dbf ipc: unify the syscalls code by Nadia Derbey · 17 years ago
  76. 7ca7e56 ipc: store ipcs into IDRs by Nadia Derbey · 17 years ago
  77. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  78. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  79. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  80. a28d193 [PATCH] ipcns: fix !CONFIG_IPC_NS behavior by Serge E. Hallyn · 17 years ago
  81. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  82. bc1fc6d [PATCH] ipc: save the ipc namespace while reading proc files by Eric W. Biederman · 17 years ago
  83. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  84. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 17 years ago
  85. c7e12b8 [PATCH] Fix ipc entries removal by Pavel Emelianov · 18 years ago
  86. 73ea413 [PATCH] IPC namespace - utils by Kirill Korotaev · 18 years ago
  87. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  88. 073115d [PATCH] Rework of IPC auditing by Steve Grubb · 18 years ago
  89. a9a5cd5 [PATCH] IPC: access to unmapped vmalloc area in grow_ary() by Alexey Kuznetsov · 18 years ago
  90. 9bc98fc BUG_ON() Conversion in ipc/util.c by Eric Sesterhenn · 18 years ago
  91. 5f921ae [PATCH] sem2mutex: ipc, id.sem by Ingo Molnar · 18 years ago
  92. 624dffc correct email address of Manfred Spraul by Christian Kujau · 18 years ago
  93. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  94. 1e5d533 [PATCH] more kernel-doc cleanups, additions by Randy Dunlap · 18 years ago
  95. ae78177 [PATCH] ipc: add generic struct ipc_ids seq_file iteration by Mike Waychison · 19 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago