1. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  2. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  3. eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
  4. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  5. 187841a8 ipc/compat.c: remove sc_semopm macro by Davidlohr Bueso · 10 years ago
  6. 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
  7. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  8. 4f87dac ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation by Michael Kerrisk · 10 years ago
  9. 8eee909 ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  10. 5d70a59 ipc/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  11. 291fdb0 ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t by Heiko Carstens · 10 years ago
  12. f3713fd ipc,mqueue: remove limits for the amount of system-wide queues by Davidlohr Bueso · 10 years ago
  13. 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 10 years ago
  14. e7ca255 ipc: fix compat msgrcv with negative msgtyp by Mateusz Guzik · 10 years ago
  15. ffa571d ipc,msg: document barriers by Davidlohr Bueso · 10 years ago
  16. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 10 years ago
  17. 8dc5cd0 ipc: simplify sysvipc_proc_open() return by Davidlohr Bueso · 10 years ago
  18. 95d4eb2 ipc: remove useless return statement by Davidlohr Bueso · 10 years ago
  19. 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 10 years ago
  20. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 10 years ago
  21. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  22. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 10 years ago
  23. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 10 years ago
  24. 78f5009 ipc/sem.c: avoid overflow of semop undo (semadj) value by Petr Mladek · 10 years ago
  25. 3a72660 ipc,shm: correct error return value in shmctl (SHM_UNLOCK) by Jesper Nilsson · 11 years ago
  26. a399b29 ipc,shm: fix shm_file deletion races by Greg Thelen · 11 years ago
  27. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  28. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  29. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 11 years ago
  30. 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
  31. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  32. 9bf76ca ipc, msg: forbid negative values for "msg{max,mnb,mni}" by Mathias Krause · 11 years ago
  33. 6e224f9 ipc/sem.c: synchronize semop and semctl with IPC_RMID by Manfred Spraul · 11 years ago
  34. 18ccee2 ipc: update locking scheme comments by Davidlohr Bueso · 11 years ago
  35. 4271b05 ipc,msg: prevent race with rmid in msgsnd,msgrcv by Davidlohr Bueso · 11 years ago
  36. 0e8c665 ipc/sem.c: update sem_otime for all operations by Manfred Spraul · 11 years ago
  37. d8c6337 ipc/sem.c: synchronize the proc interface by Manfred Spraul · 11 years ago
  38. 6d07b68 ipc/sem.c: optimize sem_lock() by Manfred Spraul · 11 years ago
  39. 5e9d527 ipc/sem.c: fix race in sem_lock() by Manfred Spraul · 11 years ago
  40. 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
  41. 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
  42. 7a25dd9 ipc, shm: drop shm_lock_check by Davidlohr Bueso · 11 years ago
  43. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  44. 530fcd16 ipc, shm: guard against non-existant vma in shmdt(2) by Davidlohr Bueso · 11 years ago
  45. 05603c4 ipc: document general ipc locking scheme by Davidlohr Bueso · 11 years ago
  46. 4718787 ipc,msg: drop msg_unlock by Davidlohr Bueso · 11 years ago
  47. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  48. c2c737a ipc,shm: shorten critical region for shmat by Davidlohr Bueso · 11 years ago
  49. f42569b ipc,shm: cleanup do_shmat pasta by Davidlohr Bueso · 11 years ago
  50. 2caacaa ipc,shm: shorten critical region for shmctl by Davidlohr Bueso · 11 years ago
  51. c97cb9c ipc,shm: make shmctl_nolock lockless by Davidlohr Bueso · 11 years ago
  52. 68eccc1 ipc,shm: introduce shmctl_nolock by Davidlohr Bueso · 11 years ago
  53. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  54. 79ccf0f ipc,shm: shorten critical region in shmctl_down by Davidlohr Bueso · 11 years ago
  55. 8b8d52a ipc,shm: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  56. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  57. bebcb92 ipc/msg.c: Fix lost wakeup in msgsnd(). by Manfred Spraul · 11 years ago
  58. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  59. 368ae53 IPC: bugfix for msgrcv with msgtyp < 0 by Svenning Sørensen · 11 years ago
  60. 758a6ba3 ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update by Manfred Spraul · 11 years ago
  61. d12e1e5 ipc/sem.c: replace shared sem_otime with per-semaphore value by Manfred Spraul · 11 years ago
  62. f269f40 ipc/sem.c: always use only one queue for alter operations by Manfred Spraul · 11 years ago
  63. 1a82e9e ipc/sem: separate wait-for-zero and alter tasks into seperate queues by Manfred Spraul · 11 years ago
  64. f5c936c ipc/sem.c: cacheline align the semaphore structures by Manfred Spraul · 11 years ago
  65. 196aa01 ipc/util.c, ipc_rcu_alloc: cacheline align allocation by Manfred Spraul · 11 years ago
  66. 9ad66ae ipc: remove unused functions by Davidlohr Bueso · 11 years ago
  67. 41a0d52 ipc,msg: shorten critical region in msgrcv by Davidlohr Bueso · 11 years ago
  68. 3dd1f78 ipc,msg: shorten critical region in msgsnd by Davidlohr Bueso · 11 years ago
  69. ac0ba20 ipc,msg: make msgctl_nolock lockless by Davidlohr Bueso · 11 years ago
  70. a5001a0 ipc,msg: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  71. 2cafed3 ipc,msg: introduce msgctl_nolock by Davidlohr Bueso · 11 years ago
  72. 15724ec ipc,msg: shorten critical region in msgctl_down by Davidlohr Bueso · 11 years ago
  73. 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
  74. cf9d5d7 ipc: close open coded spin lock calls by Davidlohr Bueso · 11 years ago
  75. 1ca7003 ipc: introduce ipc object locking helpers by Davidlohr Bueso · 11 years ago
  76. dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
  77. c103a4d ipc/shmc.c: eliminate ugly 80-col tricks by Andrew Morton · 11 years ago
  78. 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
  79. ab465df ipc/sem.c: Fix missing wakeups in do_smart_update_queue() by Manfred Spraul · 11 years ago
  80. 091d0d5 shm: fix null pointer deref when userspace specifies invalid hugepage size by Li Zefan · 11 years ago
  81. de2657f ipc,sem: fix semctl(..., GETNCNT) by Rik van Riel · 11 years ago
  82. ebc2e5e ipc,sem: fix semctl(..., GETZCNT) by Rik van Riel · 11 years ago
  83. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  84. 941b030 ipc: simplify rcu_read_lock() in semctl_nolock() by Linus Torvalds · 11 years ago
  85. c728b9c ipc: simplify semtimedop/semctl_main() common error path handling by Linus Torvalds · 11 years ago
  86. 321310c ipc: move sem_obtain_lock() rcu locking into the only caller by Linus Torvalds · 11 years ago
  87. fbfd1d2 ipc: fix double sem unlock in semctl error path by Linus Torvalds · 11 years ago
  88. 4091fd9 ipc: move the rcu_read_lock() from sem_lock_and_putref() into callers by Linus Torvalds · 11 years ago
  89. 73b2950 ipc: sem_putref() does not need the semaphore lock any more by Linus Torvalds · 11 years ago
  90. 6d49dab ipc: move rcu_read_unlock() out of sem_unlock() and into callers by Linus Torvalds · 11 years ago
  91. ce85722 ipc: fix GETALL/IPC_RM race for sysv semaphores by Al Viro · 11 years ago
  92. 600fe97 ipc_schedule_free() can do vfree() directly now by Al Viro · 11 years ago
  93. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  94. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  95. d69f3ba ipc: sysv shared memory limited to 8TiB by Robin Holt · 11 years ago
  96. 41239fe ipc/msg.c: use list_for_each_entry_[safe] for list traversing by Nikola Pajkovsky · 11 years ago
  97. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  98. 9f1bc2c9 ipc,sem: have only one list in struct sem_queue by Rik van Riel · 11 years ago
  99. c460b66 ipc,sem: open code and rename sem_lock by Rik van Riel · 11 years ago
  100. 16df367 ipc,sem: do not hold ipc lock more than necessary by Davidlohr Bueso · 11 years ago