1. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 07a46ed shmdt: use i_size_read() instead of ->i_size by Dave Hansen · 9 years ago
  3. d3c9790 ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments by Dave Hansen · 9 years ago
  4. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 9 years ago
  5. 2e094ab ipc/sem.c: change memory barrier in sem_lock() to smp_rmb() by Manfred Spraul · 9 years ago
  6. 707c596 Merge branch 'nsfs' into for-next by Al Viro · 9 years ago
  7. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  9. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  10. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  11. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  12. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  13. e8577d1 ipc/sem.c: fully initialize sem_array before making it visible by Manfred Spraul · 9 years ago
  14. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  15. 0d5e758 ipc: resolve shadow warnings by Mark Rustad · 10 years ago
  16. d66a052 ipc/util.c: use __seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  17. bf77b94 ipc/shm: kill the historical/wrong mm->start_stack check by Oleg Nesterov · 10 years ago
  18. 1195d94 ipc: always handle a new value of auto_msgmni by Andrey Vagin · 10 years ago
  19. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  20. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  21. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  22. 83293c0 shm: allow exit_shm in parallel if only marking orphans by Jack Miller · 10 years ago
  23. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  24. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  25. a5c5928 ipc: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  26. 9b44ee2 ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT) by Manfred Spraul · 10 years ago
  27. b220c57 ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant by Manfred Spraul · 10 years ago
  28. ed247b7 ipc/sem.c: store which operation blocks in perform_atomic_semop() by Manfred Spraul · 10 years ago
  29. d198cd6 ipc/sem.c: change perform_atomic_semop parameters by Manfred Spraul · 10 years ago
  30. 2f2ed41d ipc/sem.c: remove code duplication by Manfred Spraul · 10 years ago
  31. 1994862 ipc/sem.c: bugfix for semctl(,,GETZCNT) by Manfred Spraul · 10 years ago
  32. 4bb6657 ipc,msg: document volatile r_msg by Davidlohr Bueso · 10 years ago
  33. 3440a6b ipc,msg: move some msgq ns code around by Davidlohr Bueso · 10 years ago
  34. f75a2f3 ipc,msg: use current->state helpers by Davidlohr Bueso · 10 years ago
  35. 1376327 ipc/shm.c: check for integer overflow during shmget. by Manfred Spraul · 10 years ago
  36. 09c6eb1 ipc/shm.c: check for overflows of shm_tot by Manfred Spraul · 10 years ago
  37. 247a8ce ipc/shm.c: check for ulong overflows in shmat by Manfred Spraul · 10 years ago
  38. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  39. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  40. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  41. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  42. 187841a8 ipc/compat.c: remove sc_semopm macro by Davidlohr Bueso · 10 years ago
  43. 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
  44. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  45. 4f87dac ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation by Michael Kerrisk · 10 years ago
  46. 8eee909 ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  47. 5d70a59 ipc/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  48. 291fdb0 ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t by Heiko Carstens · 10 years ago
  49. f3713fd ipc,mqueue: remove limits for the amount of system-wide queues by Davidlohr Bueso · 10 years ago
  50. 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 10 years ago
  51. e7ca255 ipc: fix compat msgrcv with negative msgtyp by Mateusz Guzik · 10 years ago
  52. ffa571d ipc,msg: document barriers by Davidlohr Bueso · 10 years ago
  53. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 10 years ago
  54. 8dc5cd0 ipc: simplify sysvipc_proc_open() return by Davidlohr Bueso · 10 years ago
  55. 95d4eb2 ipc: remove useless return statement by Davidlohr Bueso · 10 years ago
  56. 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 10 years ago
  57. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 10 years ago
  58. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  59. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 10 years ago
  60. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 10 years ago
  61. 78f5009 ipc/sem.c: avoid overflow of semop undo (semadj) value by Petr Mladek · 10 years ago
  62. 3a72660 ipc,shm: correct error return value in shmctl (SHM_UNLOCK) by Jesper Nilsson · 11 years ago
  63. a399b29 ipc,shm: fix shm_file deletion races by Greg Thelen · 11 years ago
  64. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  65. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 11 years ago
  67. 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
  68. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  69. 9bf76ca ipc, msg: forbid negative values for "msg{max,mnb,mni}" by Mathias Krause · 11 years ago
  70. 6e224f9 ipc/sem.c: synchronize semop and semctl with IPC_RMID by Manfred Spraul · 11 years ago
  71. 18ccee2 ipc: update locking scheme comments by Davidlohr Bueso · 11 years ago
  72. 4271b05 ipc,msg: prevent race with rmid in msgsnd,msgrcv by Davidlohr Bueso · 11 years ago
  73. 0e8c665 ipc/sem.c: update sem_otime for all operations by Manfred Spraul · 11 years ago
  74. d8c6337 ipc/sem.c: synchronize the proc interface by Manfred Spraul · 11 years ago
  75. 6d07b68 ipc/sem.c: optimize sem_lock() by Manfred Spraul · 11 years ago
  76. 5e9d527 ipc/sem.c: fix race in sem_lock() by Manfred Spraul · 11 years ago
  77. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  78. 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
  79. 7a25dd9 ipc, shm: drop shm_lock_check by Davidlohr Bueso · 11 years ago
  80. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  81. 530fcd16 ipc, shm: guard against non-existant vma in shmdt(2) by Davidlohr Bueso · 11 years ago
  82. 05603c4 ipc: document general ipc locking scheme by Davidlohr Bueso · 11 years ago
  83. 4718787 ipc,msg: drop msg_unlock by Davidlohr Bueso · 11 years ago
  84. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  85. c2c737a ipc,shm: shorten critical region for shmat by Davidlohr Bueso · 11 years ago
  86. f42569b ipc,shm: cleanup do_shmat pasta by Davidlohr Bueso · 11 years ago
  87. 2caacaa ipc,shm: shorten critical region for shmctl by Davidlohr Bueso · 11 years ago
  88. c97cb9c ipc,shm: make shmctl_nolock lockless by Davidlohr Bueso · 11 years ago
  89. 68eccc1 ipc,shm: introduce shmctl_nolock by Davidlohr Bueso · 11 years ago
  90. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  91. 79ccf0f ipc,shm: shorten critical region in shmctl_down by Davidlohr Bueso · 11 years ago
  92. 8b8d52a ipc,shm: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  93. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  94. bebcb92 ipc/msg.c: Fix lost wakeup in msgsnd(). by Manfred Spraul · 11 years ago
  95. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  96. 368ae53 IPC: bugfix for msgrcv with msgtyp < 0 by Svenning Sørensen · 11 years ago
  97. 758a6ba3 ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update by Manfred Spraul · 11 years ago
  98. d12e1e5 ipc/sem.c: replace shared sem_otime with per-semaphore value by Manfred Spraul · 11 years ago
  99. f269f40 ipc/sem.c: always use only one queue for alter operations by Manfred Spraul · 11 years ago
  100. 1a82e9e ipc/sem: separate wait-for-zero and alter tasks into seperate queues by Manfred Spraul · 11 years ago