1. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  2. c2c737a ipc,shm: shorten critical region for shmat by Davidlohr Bueso · 11 years ago
  3. f42569b ipc,shm: cleanup do_shmat pasta by Davidlohr Bueso · 11 years ago
  4. 2caacaa ipc,shm: shorten critical region for shmctl by Davidlohr Bueso · 11 years ago
  5. c97cb9c ipc,shm: make shmctl_nolock lockless by Davidlohr Bueso · 11 years ago
  6. 68eccc1 ipc,shm: introduce shmctl_nolock by Davidlohr Bueso · 11 years ago
  7. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  8. 79ccf0f ipc,shm: shorten critical region in shmctl_down by Davidlohr Bueso · 11 years ago
  9. 8b8d52a ipc,shm: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  10. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  11. bebcb92 ipc/msg.c: Fix lost wakeup in msgsnd(). by Manfred Spraul · 11 years ago
  12. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  13. 368ae53 IPC: bugfix for msgrcv with msgtyp < 0 by Svenning Sørensen · 11 years ago
  14. 758a6ba3 ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update by Manfred Spraul · 11 years ago
  15. d12e1e5 ipc/sem.c: replace shared sem_otime with per-semaphore value by Manfred Spraul · 11 years ago
  16. f269f40 ipc/sem.c: always use only one queue for alter operations by Manfred Spraul · 11 years ago
  17. 1a82e9e ipc/sem: separate wait-for-zero and alter tasks into seperate queues by Manfred Spraul · 11 years ago
  18. f5c936c ipc/sem.c: cacheline align the semaphore structures by Manfred Spraul · 11 years ago
  19. 196aa01 ipc/util.c, ipc_rcu_alloc: cacheline align allocation by Manfred Spraul · 11 years ago
  20. 9ad66ae ipc: remove unused functions by Davidlohr Bueso · 11 years ago
  21. 41a0d52 ipc,msg: shorten critical region in msgrcv by Davidlohr Bueso · 11 years ago
  22. 3dd1f78 ipc,msg: shorten critical region in msgsnd by Davidlohr Bueso · 11 years ago
  23. ac0ba20 ipc,msg: make msgctl_nolock lockless by Davidlohr Bueso · 11 years ago
  24. a5001a0 ipc,msg: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  25. 2cafed3 ipc,msg: introduce msgctl_nolock by Davidlohr Bueso · 11 years ago
  26. 15724ec ipc,msg: shorten critical region in msgctl_down by Davidlohr Bueso · 11 years ago
  27. 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
  28. cf9d5d7 ipc: close open coded spin lock calls by Davidlohr Bueso · 11 years ago
  29. 1ca7003 ipc: introduce ipc object locking helpers by Davidlohr Bueso · 11 years ago
  30. dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
  31. c103a4d ipc/shmc.c: eliminate ugly 80-col tricks by Andrew Morton · 11 years ago
  32. 79f6530 audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record by Jeff Layton · 11 years ago
  33. ab465df ipc/sem.c: Fix missing wakeups in do_smart_update_queue() by Manfred Spraul · 11 years ago
  34. 091d0d5 shm: fix null pointer deref when userspace specifies invalid hugepage size by Li Zefan · 11 years ago
  35. de2657f ipc,sem: fix semctl(..., GETNCNT) by Rik van Riel · 11 years ago
  36. ebc2e5e ipc,sem: fix semctl(..., GETZCNT) by Rik van Riel · 11 years ago
  37. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  38. 941b030 ipc: simplify rcu_read_lock() in semctl_nolock() by Linus Torvalds · 11 years ago
  39. c728b9c ipc: simplify semtimedop/semctl_main() common error path handling by Linus Torvalds · 11 years ago
  40. 321310c ipc: move sem_obtain_lock() rcu locking into the only caller by Linus Torvalds · 11 years ago
  41. fbfd1d2 ipc: fix double sem unlock in semctl error path by Linus Torvalds · 11 years ago
  42. 4091fd9 ipc: move the rcu_read_lock() from sem_lock_and_putref() into callers by Linus Torvalds · 11 years ago
  43. 73b2950 ipc: sem_putref() does not need the semaphore lock any more by Linus Torvalds · 11 years ago
  44. 6d49dab ipc: move rcu_read_unlock() out of sem_unlock() and into callers by Linus Torvalds · 11 years ago
  45. ce85722 ipc: fix GETALL/IPC_RM race for sysv semaphores by Al Viro · 11 years ago
  46. 600fe97 ipc_schedule_free() can do vfree() directly now by Al Viro · 11 years ago
  47. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  48. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  49. d69f3ba ipc: sysv shared memory limited to 8TiB by Robin Holt · 11 years ago
  50. 41239fe ipc/msg.c: use list_for_each_entry_[safe] for list traversing by Nikola Pajkovsky · 11 years ago
  51. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  52. 9f1bc2c9 ipc,sem: have only one list in struct sem_queue by Rik van Riel · 11 years ago
  53. c460b66 ipc,sem: open code and rename sem_lock by Rik van Riel · 11 years ago
  54. 16df367 ipc,sem: do not hold ipc lock more than necessary by Davidlohr Bueso · 11 years ago
  55. 444d0f6 ipc: introduce lockless pre_down ipcctl by Davidlohr Bueso · 11 years ago
  56. 4d2bff5 ipc: introduce obtaining a lockless ipc object by Davidlohr Bueso · 11 years ago
  57. 7bb4def ipc: remove bogus lock comment for ipc_checkid by Davidlohr Bueso · 11 years ago
  58. 1e3c941 ipc/msgutil.c: use linux/uaccess.h by HoSung Jung · 11 years ago
  59. daaf74c ipc: refactor msg list search into separate function by Peter Hurley · 11 years ago
  60. d076ac9 ipc: simplify msg list search by Peter Hurley · 11 years ago
  61. 8ac6ed5 ipc: implement MSG_COPY as a new receive mode by Peter Hurley · 11 years ago
  62. 852028a ipc: remove msg handling from queue scan by Peter Hurley · 11 years ago
  63. 2b3097a ipc: set EFAULT as default error in load_msg() by Peter Hurley · 11 years ago
  64. da085d4 ipc: tighten msg copy loops by Peter Hurley · 11 years ago
  65. be5f4b3 ipc: separate msg allocation from userspace copy by Peter Hurley · 11 years ago
  66. 3d8fa45 ipc: clamp with min() by Peter Hurley · 11 years ago
  67. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  68. 8f68fa2 ipc/util.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  69. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  70. 2dc958f ipc: set msg back to -EAGAIN if copy wasn't performed by Stanislav Kinsbursky · 11 years ago
  71. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  72. a636b70 ipc: Restrict mounting the mqueue filesystem by Eric W. Biederman · 11 years ago
  73. 38d78e5 mqueue: sys_mq_open: do not call mnt_drop_write() if read-only by Vladimir Davydov · 11 years ago
  74. 88b9e45 ipc: don't allocate a copy larger than max by Peter Hurley · 11 years ago
  75. e1082f4 ipc: fix potential oops when src msg > 4k w/ MSG_COPY by Peter Hurley · 11 years ago
  76. e1fd1f4 get rid of union semop in sys_semctl(2) arguments by Al Viro · 11 years ago
  77. 0e65a81 get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC by Al Viro · 11 years ago
  78. 56e41d3 merge compat sys_ipc instances by Al Viro · 11 years ago
  79. 22d1a35 make HAVE_SYSCALL_WRAPPERS unconditional by Al Viro · 11 years ago
  80. 54924ea ipc: convert to idr_alloc() by Tejun Heo · 11 years ago
  81. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  82. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  83. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  84. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  85. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  86. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  87. bc1b69e userns: Allow the unprivileged users to mount mqueue fs by Gao feng · 11 years ago
  88. 3fcfe78 ipc: add more comments to message copying related code by Stanislav Kinsbursky · 11 years ago
  89. 51eeaca ipc: simplify message copying by Stanislav Kinsbursky · 11 years ago
  90. b30efe2 ipc: convert prepare_copy() from macro to function by Stanislav Kinsbursky · 11 years ago
  91. 85398aa ipc: simplify free_copy() call by Stanislav Kinsbursky · 11 years ago
  92. 3a66553 selftests: IPC message queue copy feature test by Stanislav Kinsbursky · 11 years ago
  93. 4a674f3 ipc: introduce message queue copy feature by Stanislav Kinsbursky · 11 years ago
  94. f9dd87f ipc: message queue receive cleanup by Stanislav Kinsbursky · 11 years ago
  95. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 11 years ago
  96. 9afdacd ipc: remove forced assignment of selected message by Stanislav Kinsbursky · 11 years ago
  97. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  98. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  99. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  100. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 12 years ago