1. b0d1757 y2038: ipc: Enable COMPAT_32BIT_TIME by Arnd Bergmann · 6 years ago
  2. 21fc538 y2038: ipc: Use __kernel_timespec by Arnd Bergmann · 6 years ago
  3. 17dec0a Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  4. 31c213f ipc: add msgsnd syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  5. 078faac ipc: add msgrcv syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  6. e340db5 ipc: add msgctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  7. c84d079 ipc: add shmctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  8. da1e2744 ipc: add shmdt syscall wrapper by Dominik Brodowski · 6 years ago
  9. 65749e0 ipc: add shmget syscall wrapper by Dominik Brodowski · 6 years ago
  10. 3d65661 ipc: add msgget syscall wrapper by Dominik Brodowski · 6 years ago
  11. d969c6f ipc: add semctl syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  12. 6989471 ipc: add semget syscall wrapper by Dominik Brodowski · 6 years ago
  13. 41f4f0e ipc: add semtimedop syscall/compat_syscall wrappers by Dominik Brodowski · 6 years ago
  14. 03f1fc0 ipc/util: Helpers for making the sysvipc operations pid namespace aware by Eric W. Biederman · 6 years ago
  15. f83a396 ipc: Move IPCMNI from include/ipc.h into ipc/util.h by Eric W. Biederman · 6 years ago
  16. 15df03c sysvipc: make get_maxid O(1) again by Davidlohr Bueso · 7 years ago
  17. b8fd998 sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE by Davidlohr Bueso · 7 years ago
  18. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  19. cc73fee Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  20. 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
  21. c0ebccb semctl(): move compat to native by Al Viro · 7 years ago
  22. 553f770 ipc: move compat shmctl to native by Al Viro · 7 years ago
  23. 62b49c9 ipc/util.h: update documentation for ipc_getref() and ipc_putref() by Manfred Spraul · 7 years ago
  24. c3f6fb6 ipc/util: drop ipc_rcu_alloc() by Kees Cook · 7 years ago
  25. 5ccc8fb ipc/util: drop ipc_rcu_free() by Kees Cook · 7 years ago
  26. f8dbe8d ipc: drop non-RCU allocation by Kees Cook · 7 years ago
  27. dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
  28. 2bcb988 ipc: Remove unused declaration of recompute_msgmni by Eric W. Biederman · 8 years ago
  29. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
  30. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  31. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  32. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  33. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 11 years ago
  34. 239521f ipc: whitespace cleanup by Manfred Spraul · 11 years ago
  35. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 11 years ago
  36. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 11 years ago
  37. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 11 years ago
  38. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  39. 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
  40. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  41. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  42. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  43. cf9d5d7 ipc: close open coded spin lock calls by Davidlohr Bueso · 11 years ago
  44. 1ca7003 ipc: introduce ipc object locking helpers by Davidlohr Bueso · 11 years ago
  45. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  46. 16df367 ipc,sem: do not hold ipc lock more than necessary by Davidlohr Bueso · 11 years ago
  47. 444d0f6 ipc: introduce lockless pre_down ipcctl by Davidlohr Bueso · 11 years ago
  48. 4d2bff5 ipc: introduce obtaining a lockless ipc object by Davidlohr Bueso · 11 years ago
  49. 7bb4def ipc: remove bogus lock comment for ipc_checkid by Davidlohr Bueso · 11 years ago
  50. 4a674f3 ipc: introduce message queue copy feature by Stanislav Kinsbursky · 12 years ago
  51. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 12 years ago
  52. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  53. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  54. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  55. 232086b ipc: unbreak 32-bit shmctl/semctl/msgctl by Johannes Weiner · 15 years ago
  56. 665c774 ipcns: move free_ipcs() proto by Alexey Dobriyan · 15 years ago
  57. 31a985fb ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h by Arnd Bergmann · 15 years ago
  58. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  59. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  60. 00c2bf8 ipc: get rid of ipc_lock_down() by Nadia Derbey · 16 years ago
  61. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  62. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  63. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  64. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  65. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 17 years ago
  66. b2d75cd ipc: uninline some code from util.h by Pavel Emelyanov · 17 years ago
  67. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 17 years ago
  68. 1b531f2 ipc: remove unneeded parameters by Nadia Derbey · 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. 03f02c7 Storing ipcs into IDRs by Nadia Derbey · 17 years ago
  74. 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
  75. 637c366 ipc: remove the ipc_get() routine by Nadia Derbey · 17 years ago
  76. 7748dbf ipc: unify the syscalls code by Nadia Derbey · 17 years ago
  77. 7ca7e56 ipc: store ipcs into IDRs by Nadia Derbey · 17 years ago
  78. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  79. c7e12b8 [PATCH] Fix ipc entries removal by Pavel Emelianov · 18 years ago
  80. 73ea413 [PATCH] IPC namespace - utils by Kirill Korotaev · 18 years ago
  81. 5f921ae [PATCH] sem2mutex: ipc, id.sem by Ingo Molnar · 18 years ago
  82. 624dffc correct email address of Manfred Spraul by Christian Kujau · 19 years ago
  83. ae78177 [PATCH] ipc: add generic struct ipc_ids seq_file iteration by Mike Waychison · 19 years ago
  84. 813e678 [PATCH] xtensa: remove old syscalls by Chris Zankel · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago