1. 2a9d648 ipc/util.c: update return value of ipc_getref from int to bool by Manfred Spraul · 6 years 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. dc2c8c8 ipc: get rid of ids->tables_initialized hack by Davidlohr Bueso · 6 years ago
  5. 82061c5 ipc: drop ipc_lock() by Davidlohr Bueso · 6 years ago
  6. 2e5ceb4 ipc/util.c: correct comment in ipc_obtain_object_check by Manfred Spraul · 6 years ago
  7. 4241c1a ipc: rename ipcctl_pre_down_nolock() by Manfred Spraul · 6 years ago
  8. 39cfffd ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid() by Manfred Spraul · 6 years ago
  9. e2652ae ipc: reorganize initialization of kern_ipc_perm.seq by Manfred Spraul · 6 years ago
  10. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  11. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 6 years ago
  12. 03f1fc0 ipc/util: Helpers for making the sysvipc operations pid namespace aware by Eric W. Biederman · 6 years ago
  13. 87ad4b0 ipc: fix ipc data structures inconsistency by Philippe Mikoyan · 6 years ago
  14. 15df03c sysvipc: make get_maxid O(1) again by Davidlohr Bueso · 7 years ago
  15. ebf6679 sysvipc: properly name ipc_addid() limit parameter by Davidlohr Bueso · 7 years ago
  16. b8fd998 sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE by Davidlohr Bueso · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
  19. 9405c03 ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  20. 3d3653f ipc: move atomic_set() to where it is needed by Kees Cook · 7 years ago
  21. c3f6fb6 ipc/util: drop ipc_rcu_alloc() by Kees Cook · 7 years ago
  22. 5ccc8fb ipc/util: drop ipc_rcu_free() by Kees Cook · 7 years ago
  23. f8dbe8d ipc: drop non-RCU allocation by Kees Cook · 7 years ago
  24. dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
  25. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
  26. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 7 years ago
  27. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
  28. b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
  29. 6157dbb ipc,sysv: return -EINVAL upon incorrect id/seqnum by Davidlohr Bueso · 9 years ago
  30. f8b5918 ipc,sysv: make return -EIDRM when racing with RMID consistent by Davidlohr Bueso · 9 years ago
  31. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  32. c859aa8 ipc/util.c: use kvfree() in ipc_rcu_free() by Pekka Enberg · 9 years ago
  33. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  34. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 10 years ago
  35. d66a052 ipc/util.c: use __seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  36. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  37. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  38. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  39. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  40. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 11 years ago
  41. 8dc5cd0 ipc: simplify sysvipc_proc_open() return by Davidlohr Bueso · 11 years ago
  42. 95d4eb2 ipc: remove useless return statement by Davidlohr Bueso · 11 years ago
  43. 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 11 years ago
  44. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 11 years ago
  45. 239521f ipc: whitespace cleanup by Manfred Spraul · 11 years ago
  46. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 11 years ago
  47. 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
  48. 18ccee2 ipc: update locking scheme comments by Davidlohr Bueso · 11 years ago
  49. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  50. 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
  51. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  52. 05603c4 ipc: document general ipc locking scheme by Davidlohr Bueso · 11 years ago
  53. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  54. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  55. 196aa01 ipc/util.c, ipc_rcu_alloc: cacheline align allocation by Manfred Spraul · 11 years ago
  56. 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
  57. dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
  58. 600fe97 ipc_schedule_free() can do vfree() directly now by Al Viro · 11 years ago
  59. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  60. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  61. 444d0f6 ipc: introduce lockless pre_down ipcctl by Davidlohr Bueso · 11 years ago
  62. 4d2bff5 ipc: introduce obtaining a lockless ipc object by Davidlohr Bueso · 11 years ago
  63. 8f68fa2 ipc/util.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  64. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  65. 54924ea ipc: convert to idr_alloc() by Tejun Heo · 11 years ago
  66. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 12 years ago
  67. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  68. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  69. d4ee9aa ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  70. 6213cfe ipc: fix util.c kernel-doc warnings by Randy Dunlap · 13 years ago
  71. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  72. 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
  73. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  74. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  75. e816f37 sanitize audit_ipc_set_perm() by Al Viro · 16 years ago
  76. a33e675 sanitize audit_ipc_obj() by Al Viro · 16 years ago
  77. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  78. e00b4ff7e sysvipc: fix the ipc structures initialization by Nadia Derbey · 16 years ago
  79. 414c070 CRED: Wrap task credential accesses in the SYSV IPC subsystem by David Howells · 16 years ago
  80. 00c2bf8 ipc: get rid of ipc_lock_down() by Nadia Derbey · 16 years ago
  81. 983bfb7 ipc: call idr_find() without locking in ipc_lock() by Nadia Derbey · 16 years ago
  82. 6a6375d sysvipc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  83. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  84. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  85. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  86. 424450c ipc: invoke the ipcns notifier chain as a work item by Nadia Derbey · 16 years ago
  87. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  88. 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 16 years ago
  89. 48dea40 IPC: use ipc_buildid() directly from ipc_addid() by Pierre Peiffer · 16 years ago
  90. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  91. b2d75cd ipc: uninline some code from util.h by Pavel Emelyanov · 16 years ago
  92. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  93. b524b9a make ipc/util.c:sysvipc_find_ipc() static by Adrian Bunk · 16 years ago
  94. 283bb7f IPC: fix error case when idr-cache is empty in ipcget() by Pierre Peiffer · 17 years ago
  95. 3e148c7 fix idr_find() locking by Nadia Derbey · 17 years ago
  96. f4566f0 ipc: fix wrong comments by Nadia Derbey · 17 years ago
  97. 2802831 ipc: inline ipc_buildid() by Nadia Derbey · 17 years ago
  98. ce621f5 ipc: introduce the ipcid_to_idx macro by Nadia Derbey · 17 years ago
  99. 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
  100. 637c366 ipc: remove the ipc_get() routine by Nadia Derbey · 17 years ago