1. 8c8d4d4 ipc: account for kmem usage on mqueue and msg by Aristeu Rozanski · 8 years ago
  2. 2a1613a ipc/sem.c: add cond_resched in exit_sme by Nikolay Borisov · 8 years ago
  3. ed27f91 ipc/msg: avoid waking sender upon full queue by Davidlohr Bueso · 8 years ago
  4. d0d6a2a ipc/msg: make ss_wakeup() kill arg boolean by Davidlohr Bueso · 8 years ago
  5. e365853 ipc/msg: batch queue sender wakeups by Davidlohr Bueso · 8 years ago
  6. ee51636 ipc/msg: implement lockless pipelined wakeups by Sebastian Andrzej Siewior · 8 years ago
  7. 5864a2f ipc/sem.c: fix complex_count vs. simple op race by Manfred Spraul · 8 years ago
  8. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  9. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  10. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  11. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  12. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  13. aba3566 ipcns: Add a limit on the number of ipc namespaces by Eric W. Biederman · 8 years ago
  14. 3bd080e ipc: delete "nr_ipc_ns" by Alexey Dobriyan · 8 years ago
  15. 9b24fef sysv, ipc: fix security-layer leaking by Fabian Frederick · 8 years ago
  16. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  17. 4595ef8 shmem: make shmem_inode_info::lock irq-safe by Kirill A. Shutemov · 8 years ago
  18. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  19. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  20. 3ee6901 ipc/mqueue: The mqueue filesystem should never contain executables by Eric W. Biederman · 8 years ago
  21. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  22. b236017 ipc: Initialize ipc_namespace->user_ns early. by Eric W. Biederman · 8 years ago
  23. be3e784 locking/spinlock: Update spin_unlock_wait() users by Peter Zijlstra · 8 years ago
  24. 33ac279 locking/barriers: Introduce smp_acquire__after_ctrl_dep() by Peter Zijlstra · 8 years ago
  25. 91f4f94 ipc, shm: make shmem attach/detach wait for mmap_sem killable by Michal Hocko · 8 years ago
  26. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  27. a5f4db8 ipc/sem: make semctl setting sempid consistent by Davidlohr Bueso · 8 years ago
  28. 1ac0b6d ipc/shm: handle removed segments gracefully in shm_mmap() by Kirill A. Shutemov · 8 years ago
  29. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  30. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 8 years ago
  31. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  32. 2954e440 ipc/shm.c: is_file_shm_hugepages() can be boolean by Yaowei Bai · 8 years ago
  33. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  34. 5f2a2d5 ipc,msg: drop dst nil validation in copy_msg by Davidlohr Bueso · 9 years ago
  35. b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
  36. d0edd85 ipc: convert invalid scenarios to use WARN_ON by Davidlohr Bueso · 9 years ago
  37. 3ed1f8a ipc/sem.c: update/correct memory barriers by Manfred Spraul · 9 years ago
  38. a979558 ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem() by Herton R. Krzesinski · 9 years ago
  39. 602b859 ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set exits by Herton R. Krzesinski · 9 years ago
  40. e1832f2 ipc: use private shmem or hugetlbfs inodes for shm segments. by Stephen Smalley · 9 years ago
  41. de54b9a ipc: modify message queue accounting to not take kernel data structures into account by Marcus Gelderie · 9 years ago
  42. 6157dbb ipc,sysv: return -EINVAL upon incorrect id/seqnum by Davidlohr Bueso · 9 years ago
  43. f8b5918 ipc,sysv: make return -EIDRM when racing with RMID consistent by Davidlohr Bueso · 9 years ago
  44. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  45. ff35e5e ipc,msg: provide barrier pairings for lockless receive by Davidlohr Bueso · 9 years ago
  46. c5c8975 ipc,shm: move BUG_ON check into shm_lock by Davidlohr Bueso · 9 years ago
  47. c859aa8 ipc/util.c: use kvfree() in ipc_rcu_free() by Pekka Enberg · 9 years ago
  48. fa6004a ipc/mqueue: Implement lockless pipelined wakeups by Davidlohr Bueso · 9 years ago
  49. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  50. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  51. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  52. 52644c9 ipc,sem: use current->state helpers by Davidlohr Bueso · 9 years ago
  53. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  54. 07a46ed shmdt: use i_size_read() instead of ->i_size by Dave Hansen · 9 years ago
  55. d3c9790 ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments by Dave Hansen · 9 years ago
  56. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 9 years ago
  57. 2e094ab ipc/sem.c: change memory barrier in sem_lock() to smp_rmb() by Manfred Spraul · 9 years ago
  58. 707c596 Merge branch 'nsfs' into for-next by Al Viro · 9 years ago
  59. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  60. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  61. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  62. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  63. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  64. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  65. e8577d1 ipc/sem.c: fully initialize sem_array before making it visible by Manfred Spraul · 9 years ago
  66. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  67. 0d5e758 ipc: resolve shadow warnings by Mark Rustad · 10 years ago
  68. d66a052 ipc/util.c: use __seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  69. bf77b94 ipc/shm: kill the historical/wrong mm->start_stack check by Oleg Nesterov · 10 years ago
  70. 1195d94 ipc: always handle a new value of auto_msgmni by Andrey Vagin · 10 years ago
  71. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  72. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  73. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  74. 83293c0 shm: allow exit_shm in parallel if only marking orphans by Jack Miller · 10 years ago
  75. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  76. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  77. a5c5928 ipc: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  78. 9b44ee2 ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT) by Manfred Spraul · 10 years ago
  79. b220c57 ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant by Manfred Spraul · 10 years ago
  80. ed247b7 ipc/sem.c: store which operation blocks in perform_atomic_semop() by Manfred Spraul · 10 years ago
  81. d198cd6 ipc/sem.c: change perform_atomic_semop parameters by Manfred Spraul · 10 years ago
  82. 2f2ed41d ipc/sem.c: remove code duplication by Manfred Spraul · 10 years ago
  83. 1994862 ipc/sem.c: bugfix for semctl(,,GETZCNT) by Manfred Spraul · 10 years ago
  84. 4bb6657 ipc,msg: document volatile r_msg by Davidlohr Bueso · 10 years ago
  85. 3440a6b ipc,msg: move some msgq ns code around by Davidlohr Bueso · 10 years ago
  86. f75a2f3 ipc,msg: use current->state helpers by Davidlohr Bueso · 10 years ago
  87. 1376327 ipc/shm.c: check for integer overflow during shmget. by Manfred Spraul · 10 years ago
  88. 09c6eb1 ipc/shm.c: check for overflows of shm_tot by Manfred Spraul · 10 years ago
  89. 247a8ce ipc/shm.c: check for ulong overflows in shmat by Manfred Spraul · 10 years ago
  90. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  91. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  92. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  93. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  94. 187841a8 ipc/compat.c: remove sc_semopm macro by Davidlohr Bueso · 10 years ago
  95. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  97. 4f87dac ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation by Michael Kerrisk · 10 years ago
  98. 8eee909 ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  99. 5d70a59 ipc/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  100. 291fdb0 ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t by Heiko Carstens · 10 years ago