1. 6d97e23 ipc/sem.c: make free_un() static by Adrian Bunk · 16 years ago
  2. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  3. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  4. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  5. 9eefe52 ipc: do not use a negative value to re-enable msgmni automatic recomputing by Nadia Derbey · 16 years ago
  6. f1a43f9 ipc: use simple_read_from_buffer() by Akinobu Mita · 16 years ago
  7. 380af1b ipc/sem.c: rewrite undo list locking by Manfred Spraul · 16 years ago
  8. a1193f8 ipc/sem.c: convert sem_array.sem_pending to struct list_head by Manfred Spraul · 16 years ago
  9. 2c0c29d ipc/sem.c: remove unused entries from struct sem_queue by Manfred Spraul · 16 years ago
  10. 4daa28f ipc/sem.c: convert undo structures to struct list_head by Manfred Spraul · 16 years ago
  11. 00c2bf8 ipc: get rid of ipc_lock_down() by Nadia Derbey · 16 years ago
  12. 983bfb7 ipc: call idr_find() without locking in ipc_lock() by Nadia Derbey · 16 years ago
  13. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  14. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  15. 6c82681 /proc/sysvipc/shm: fix 32-bit truncation of segment sizes by Paul Menage · 16 years ago
  16. c592713 shm: Remove silly double assignment by Neil Horman · 16 years ago
  17. dfcceb2 ipc: only output msgmni value at boot time by Nadia Derbey · 16 years ago
  18. 9457afe netlink: Remove nonblock parameter from netlink_attachskb by Denis V. Lunev · 16 years ago
  19. 269f213 tiny mq_open optimization by Ulrich Drepper · 16 years ago
  20. 6a6375d sysvipc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  21. 9edff4a ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) by Manfred Spraul · 16 years ago
  22. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  23. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  24. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  25. 016d713 IPC: get rid of the use *_setbuf structure. by Pierre Peiffer · 16 years ago
  26. 21a4826 IPC/semaphores: remove one unused parameter from semctl_down() by Pierre Peiffer · 16 years ago
  27. 522bb2a IPC/semaphores: move the rwmutex handling inside semctl_down by Pierre Peiffer · 16 years ago
  28. a0d092f IPC/message queues: introduce msgctl_down by Pierre Peiffer · 16 years ago
  29. 8d4cc8b IPC/shared memory: introduce shmctl_down by Pierre Peiffer · 16 years ago
  30. 6ff3797 IPC/semaphores: code factorisation by Pierre Peiffer · 16 years ago
  31. 6546bc4 ipc: re-enable msgmni automatic recomputing msgmni if set to negative by Nadia Derbey · 16 years ago
  32. 91cfb2b ipc: do not recompute msgmni anymore if explicitly set by user by Nadia Derbey · 16 years ago
  33. e2c284d ipc: recompute msgmni on ipc namespace creation/removal by Nadia Derbey · 16 years ago
  34. 424450c ipc: invoke the ipcns notifier chain as a work item by Nadia Derbey · 16 years ago
  35. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  36. 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 16 years ago
  37. f7bf3df ipc: scale msgmni to the amount of lowmem by Nadia Derbey · 16 years ago
  38. 48dea40 IPC: use ipc_buildid() directly from ipc_addid() by Pierre Peiffer · 16 years ago
  39. 52cd3b0 mempolicy: rework mempolicy Reference Counting [yet again] by Lee Schermerhorn · 16 years ago
  40. ae4d8c1 mempolicy: fixup Fallback for Default Shmem Policy by Lee Schermerhorn · 16 years ago
  41. 4a3fd21 [PATCH] r/o bind mounts: elevate write count for open()s by Dave Hansen · 16 years ago
  42. 0622753 [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. by Dave Hansen · 16 years ago
  43. 69682d8 mempolicy: fix reference counting bugs by Lee Schermerhorn · 16 years ago
  44. 56496c1 Pidns: fix badly converted mqueues pid handling by Pavel Emelyanov · 16 years ago
  45. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 16 years ago
  46. 01b8b07 IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() by Pierre Peiffer · 16 years ago
  47. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  48. 4b9fcb0 IPC/semaphores: consolidate SEM_STAT and IPC_STAT commands by Pierre Peiffer · 16 years ago
  49. b2d75cd ipc: uninline some code from util.h by Pavel Emelyanov · 16 years ago
  50. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  51. b524b9a make ipc/util.c:sysvipc_find_ipc() static by Adrian Bunk · 16 years ago
  52. b1ed88b IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functions by Pierre Peiffer · 16 years ago
  53. fd79b77 ipc: lost unlock and fput in mqueue.c on error path by Pavel Emelyanov · 16 years ago
  54. c3d8d1e [NETLINK]: Fix unicast timeouts by Patrick McHardy · 17 years ago
  55. 5a190ae [PATCH] pass dentry to audit_inode()/audit_inode_child() by Al Viro · 17 years ago
  56. 283bb7f IPC: fix error case when idr-cache is empty in ipcget() by Pierre Peiffer · 17 years ago
  57. 3ac88a4 virtualization of sysv msg queues is incomplete by Kirill Korotaev · 17 years ago
  58. c530c6a IPC: cleanup some code and wrong comments about semundo list managment by Pierre Peiffer · 17 years ago
  59. 1b531f2 ipc: remove unneeded parameters by Nadia Derbey · 17 years ago
  60. 3e148c7 fix idr_find() locking by Nadia Derbey · 17 years ago
  61. f4566f0 ipc: fix wrong comments by Nadia Derbey · 17 years ago
  62. 2802831 ipc: inline ipc_buildid() by Nadia Derbey · 17 years ago
  63. ce621f5 ipc: introduce the ipcid_to_idx macro by Nadia Derbey · 17 years ago
  64. 03f02c7 Storing ipcs into IDRs by Nadia Derbey · 17 years ago
  65. 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
  66. 637c366 ipc: remove the ipc_get() routine by Nadia Derbey · 17 years ago
  67. 7748dbf ipc: unify the syscalls code by Nadia Derbey · 17 years ago
  68. 7ca7e56 ipc: store ipcs into IDRs by Nadia Derbey · 17 years ago
  69. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  70. 97aeacf sysctl mqueue: remove the binary sysctl numbers by Eric W. Biederman · 17 years ago
  71. ce8d2cd r/o bind mounts: filesystem helpers for custom 'struct file's by Dave Hansen · 17 years ago
  72. a08b4be ipc namespace: remove config ipc ns fix by Cedric Le Goater · 17 years ago
  73. d823e3e ipc/shm.c: make 2 functions static by Adrian Bunk · 17 years ago
  74. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  75. 7ee015e [NET]: cleanup 3rd argument in netlink_sendskb by Denis V. Lunev · 17 years ago
  76. 7be77e2 Fix user struct leakage with locked IPC shem segment by Pavel Emelianov · 17 years ago
  77. 2e92a3b NOMMU: Fix SYSV IPC SHM by David Howells · 17 years ago
  78. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  79. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  80. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  81. 8e1c091 arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  82. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  83. d57d973 fix logic error in ipc compat semctl() by Alexander Graf · 17 years ago
  84. 9d66586 shm: fix the filename of hugetlb sysv shared memory by Eric W. Biederman · 17 years ago
  85. 2274192 hugetlb: fix get_policy for stacked shared memory files by Adam Litke · 17 years ago
  86. 30475cc Restore shmid as inode# to fix /proc/pid/maps ABI breakage by Badari Pulavarty · 17 years ago
  87. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  88. 4fc03b9 [PATCH] complete message queue auditing by Amy Griffis · 17 years ago
  89. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  90. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  91. af7c693 Cap shmmax at INT_MAX in compat shminfo by Guy Streeter · 17 years ago
  92. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  93. a28d193 [PATCH] ipcns: fix !CONFIG_IPC_NS behavior by Serge E. Hallyn · 17 years ago
  94. 7a43481 [PATCH] mqueue: nested locking annotation by Peter Zijlstra · 17 years ago
  95. 516dffd [PATCH] Fix get_unmapped_area and fsync for hugetlb shm segments by Adam Litke · 17 years ago
  96. de01bad [PATCH] make ipc/shm.c:shm_nopage() static by Adrian Bunk · 17 years ago
  97. bc56bba [PATCH] shm: make sysv ipc shared memory use stacked files by Eric W. Biederman · 17 years ago
  98. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  99. a5494dc [PATCH] sysctl: move SYSV IPC sysctls to their own file by Eric W. Biederman · 17 years ago
  100. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago