1. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 8 years ago
  2. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  3. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  4. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  5. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 10 years ago
  6. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  7. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 10 years ago
  8. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 10 years ago
  9. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 10 years ago
  10. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  11. 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
  12. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  13. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  14. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  15. cf9d5d7 ipc: close open coded spin lock calls by Davidlohr Bueso · 11 years ago
  16. 1ca7003 ipc: introduce ipc object locking helpers by Davidlohr Bueso · 11 years ago
  17. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  18. 16df367 ipc,sem: do not hold ipc lock more than necessary by Davidlohr Bueso · 11 years ago
  19. 444d0f6 ipc: introduce lockless pre_down ipcctl by Davidlohr Bueso · 11 years ago
  20. 4d2bff5 ipc: introduce obtaining a lockless ipc object by Davidlohr Bueso · 11 years ago
  21. 7bb4def ipc: remove bogus lock comment for ipc_checkid by Davidlohr Bueso · 11 years ago
  22. 4a674f3 ipc: introduce message queue copy feature by Stanislav Kinsbursky · 11 years ago
  23. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 11 years ago
  24. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  25. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  26. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  27. 232086b ipc: unbreak 32-bit shmctl/semctl/msgctl by Johannes Weiner · 15 years ago
  28. 665c774 ipcns: move free_ipcs() proto by Alexey Dobriyan · 15 years ago
  29. 31a985fb ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h by Arnd Bergmann · 15 years ago
  30. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  31. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  32. 00c2bf8 ipc: get rid of ipc_lock_down() by Nadia Derbey · 16 years ago
  33. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  34. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  35. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  36. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  37. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  38. b2d75cd ipc: uninline some code from util.h by Pavel Emelyanov · 16 years ago
  39. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  40. 1b531f2 ipc: remove unneeded parameters by Nadia Derbey · 17 years ago
  41. 3e148c7 fix idr_find() locking by Nadia Derbey · 17 years ago
  42. f4566f0 ipc: fix wrong comments by Nadia Derbey · 17 years ago
  43. 2802831 ipc: inline ipc_buildid() by Nadia Derbey · 17 years ago
  44. ce621f5 ipc: introduce the ipcid_to_idx macro by Nadia Derbey · 17 years ago
  45. 03f02c7 Storing ipcs into IDRs by Nadia Derbey · 17 years ago
  46. 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
  47. 637c366 ipc: remove the ipc_get() routine by Nadia Derbey · 17 years ago
  48. 7748dbf ipc: unify the syscalls code by Nadia Derbey · 17 years ago
  49. 7ca7e56 ipc: store ipcs into IDRs by Nadia Derbey · 17 years ago
  50. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  51. c7e12b8 [PATCH] Fix ipc entries removal by Pavel Emelianov · 18 years ago
  52. 73ea413 [PATCH] IPC namespace - utils by Kirill Korotaev · 18 years ago
  53. 5f921ae [PATCH] sem2mutex: ipc, id.sem by Ingo Molnar · 18 years ago
  54. 624dffc correct email address of Manfred Spraul by Christian Kujau · 18 years ago
  55. ae78177 [PATCH] ipc: add generic struct ipc_ids seq_file iteration by Mike Waychison · 19 years ago
  56. 813e678 [PATCH] xtensa: remove old syscalls by Chris Zankel · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago