1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  2. 68e34f4 ipc/mqueue.c: have RT tasks queue in by priority in wq_add() by Jonathan Haws · 6 years ago
  3. 87ad4b0 ipc: fix ipc data structures inconsistency by Philippe Mikoyan · 6 years ago
  4. 8b0fdf6 Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  6. faf1f22 signal: Ensure generic siginfos the kernel sends have all bits initialized by Eric W. Biederman · 7 years ago
  7. 36735a6 mqueue: switch to on-demand creation of internal mount by Al Viro · 7 years ago
  8. a713fd7 tidy do_mq_open() up a bit by Al Viro · 7 years ago
  9. 9b20d7f mqueue: clean prepare_open() up by Al Viro · 7 years ago
  10. 066cc81 do_mq_open(): move all work prior to dentry_open() into a helper by Al Viro · 7 years ago
  11. 05c1b29 mqueue: fold mq_attr_ok() into mqueue_get_inode() by Al Viro · 7 years ago
  12. af4a537 move dentry_open() calls up into do_mq_open() by Al Viro · 7 years ago
  13. eecec19 mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdata by Al Viro · 7 years ago
  14. 9dd9574 ipc, kernel, mm: annotate ->poll() instances by Al Viro · 7 years ago
  15. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  16. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  17. 15df03c sysvipc: make get_maxid O(1) again by Davidlohr Bueso · 7 years ago
  18. ebf6679 sysvipc: properly name ipc_addid() limit parameter by Davidlohr Bueso · 7 years ago
  19. 39c96a1 sysvipc: duplicate lock comments wrt ipc_addid() by Davidlohr Bueso · 7 years ago
  20. b8fd998 sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE by Davidlohr Bueso · 7 years ago
  21. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 6aa211e fix address space warnings in ipc/ by Linus Torvalds · 7 years ago
  24. b776e4b fix a typo in put_compat_shm_info() by Al Viro · 7 years ago
  25. 58aff0a ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user by Will Deacon · 7 years ago
  26. cc73fee Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  27. 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
  28. e4243b8 ipc/sem: play nicer with large nsops allocations by Davidlohr Bueso · 7 years ago
  29. 8419e64 ipc/sem: drop sem_checkid helper by Davidlohr Bueso · 7 years ago
  30. 9405c03 ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  31. f74370b ipc: convert sem_undo_list.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  32. a2e0602 ipc: convert ipc_namespace.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  33. 7ff2819 ipc: shm: Make shmid_kernel timestamps y2038 safe by Deepa Dinamani · 7 years ago
  34. e54d02b ipc: sem: Make sem_array timestamps y2038 safe by Deepa Dinamani · 7 years ago
  35. 50578ea ipc: msg: Make msg_queue timestamps y2038 safe by Deepa Dinamani · 7 years ago
  36. b904772 ipc: mqueue: Replace timespec with timespec64 by Deepa Dinamani · 7 years ago
  37. 3ef56dc ipc: Make sys_semtimedop() y2038 safe by Deepa Dinamani · 7 years ago
  38. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  39. e0892e0 ipc: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 7 years ago
  40. ade9f91 ipc: add missing container_of()s for randstruct by Kees Cook · 7 years ago
  41. 44ee454 semtimedop(): move compat to native by Al Viro · 7 years ago
  42. a78ee9e shmat(2): move compat to native by Al Viro · 7 years ago
  43. 9b1404c msgrcv(2), msgsnd(2): move compat to native by Al Viro · 7 years ago
  44. 20bc2a3 ipc(2): move compat to native by Al Viro · 7 years ago
  45. 28327fa ipc: make use of compat ipc_perm helpers by Al Viro · 7 years ago
  46. c0ebccb semctl(): move compat to native by Al Viro · 7 years ago
  47. 45a4a64 semctl(): separate all layout-dependent copyin/copyout by Al Viro · 7 years ago
  48. 4693916 msgctl(): move compat to native by Al Viro · 7 years ago
  49. 156d9ed msgctl(): split the actual work from copyin/copyout by Al Viro · 7 years ago
  50. 553f770 ipc: move compat shmctl to native by Al Viro · 7 years ago
  51. 9ba720c shmctl: split the work from copyin/copyout by Al Viro · 7 years ago
  52. 62b49c9 ipc/util.h: update documentation for ipc_getref() and ipc_putref() by Manfred Spraul · 7 years ago
  53. e2029df ipc/sem: drop __sem_free() by Kees Cook · 7 years ago
  54. fb259c3 ipc/msg: remove special msg_alloc/free by Kees Cook · 7 years ago
  55. 42e618f ipc/shm: remove special shm_alloc/free by Kees Cook · 7 years ago
  56. 3d3653f ipc: move atomic_set() to where it is needed by Kees Cook · 7 years ago
  57. 51c23b7 ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
  58. a2642f8 ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
  59. 2ec55f8 ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
  60. c3f6fb6 ipc/util: drop ipc_rcu_alloc() by Kees Cook · 7 years ago
  61. 52f9089 ipc/msg: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
  62. 3e0c240 ipc/shm: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
  63. 101ede0 ipc/sem: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
  64. 5ccc8fb ipc/util: drop ipc_rcu_free() by Kees Cook · 7 years ago
  65. 9ef5932 ipc/msg: do not use ipc_rcu_free() by Kees Cook · 7 years ago
  66. 66470b1 ipc/shm: do not use ipc_rcu_free() by Kees Cook · 7 years ago
  67. 1b4654e ipc/sem: do not use ipc_rcu_free() by Kees Cook · 7 years ago
  68. f8dbe8d ipc: drop non-RCU allocation by Kees Cook · 7 years ago
  69. dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
  70. 1a23395 ipc/sem.c: remove sem_base, embed struct sem by Manfred Spraul · 7 years ago
  71. f991af3 mqueue: fix a use-after-free in sys_mq_notify() by Cong Wang · 7 years ago
  72. 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  73. 0f41074 fs: remove call_fsync helper function by Jeff Layton · 7 years ago
  74. 0d06060 mqueue: move compat syscalls to native ones by Al Viro · 7 years ago
  75. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
  76. f0cb880 ipc/shm: some shmat cleanups by Davidlohr Bueso · 7 years ago
  77. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  78. 2bcb988 ipc: Remove unused declaration of recompute_msgmni by Eric W. Biederman · 8 years ago
  79. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 7 years ago
  80. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  81. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  82. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 7 years ago
  83. eb61baf sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h> by Ingo Molnar · 7 years ago
  84. f719ff9 sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 7 years ago
  85. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 7 years ago
  86. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 7 years ago
  87. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  88. 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 7 years ago
  89. 95e91b8 ipc/shm: Fix shmat mmap nil-page protection by Davidlohr Bueso · 7 years ago
  90. eac0b1c ipc/mqueue: add missing sparse annotation by Luc Van Oostenryck · 7 years ago
  91. 9de5ab8 ipc/sem: add hysteresis by Manfred Spraul · 7 years ago
  92. 27d7be1 ipc/sem.c: avoid using spin_unlock_wait() by Manfred Spraul · 7 years ago
  93. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 7 years ago
  94. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  95. 0eb8af4 vfs: use helper for calling f_op->fsync() by Miklos Szeredi · 7 years ago
  96. f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 7 years ago
  97. c626bc4 ipc/sem.c: fix incorrect sem_lock pairing by Manfred Spraul · 8 years ago
  98. 370b262 ipc/sem: avoid idr tree lookup for interrupted semop by Davidlohr Bueso · 8 years ago
  99. b5fa01a ipc/sem: simplify wait-wake loop by Davidlohr Bueso · 8 years ago
  100. f150f02 ipc/sem: use proper list api for pending_list wakeups by Davidlohr Bueso · 8 years ago