- ade9f91 ipc: add missing container_of()s for randstruct by Kees Cook · 7 years ago
- 62b49c9 ipc/util.h: update documentation for ipc_getref() and ipc_putref() by Manfred Spraul · 7 years ago
- e2029df ipc/sem: drop __sem_free() by Kees Cook · 7 years ago
- fb259c3 ipc/msg: remove special msg_alloc/free by Kees Cook · 7 years ago
- 42e618f ipc/shm: remove special shm_alloc/free by Kees Cook · 7 years ago
- 3d3653f ipc: move atomic_set() to where it is needed by Kees Cook · 7 years ago
- 51c23b7 ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
- a2642f8 ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
- 2ec55f8 ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid() by Manfred Spraul · 7 years ago
- c3f6fb6 ipc/util: drop ipc_rcu_alloc() by Kees Cook · 7 years ago
- 52f9089 ipc/msg: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
- 3e0c240 ipc/shm: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
- 101ede0 ipc/sem: avoid ipc_rcu_alloc() by Kees Cook · 7 years ago
- 5ccc8fb ipc/util: drop ipc_rcu_free() by Kees Cook · 7 years ago
- 9ef5932 ipc/msg: do not use ipc_rcu_free() by Kees Cook · 7 years ago
- 66470b1 ipc/shm: do not use ipc_rcu_free() by Kees Cook · 7 years ago
- 1b4654e ipc/sem: do not use ipc_rcu_free() by Kees Cook · 7 years ago
- f8dbe8d ipc: drop non-RCU allocation by Kees Cook · 7 years ago
- dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
- 1a23395 ipc/sem.c: remove sem_base, embed struct sem by Manfred Spraul · 7 years ago
- f991af3 mqueue: fix a use-after-free in sys_mq_notify() by Cong Wang · 7 years ago
- 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
- 0f41074 fs: remove call_fsync helper function by Jeff Layton · 7 years ago
- 0d06060 mqueue: move compat syscalls to native ones by Al Viro · 7 years ago
- a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
- f0cb880 ipc/shm: some shmat cleanups by Davidlohr Bueso · 7 years ago
- e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 2bcb988 ipc: Remove unused declaration of recompute_msgmni by Eric W. Biederman · 8 years ago
- 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
- 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
- eb61baf sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
- f719ff9 sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
- 95e91b8 ipc/shm: Fix shmat mmap nil-page protection by Davidlohr Bueso · 8 years ago
- eac0b1c ipc/mqueue: add missing sparse annotation by Luc Van Oostenryck · 8 years ago
- 9de5ab8 ipc/sem: add hysteresis by Manfred Spraul · 8 years ago
- 27d7be1 ipc/sem.c: avoid using spin_unlock_wait() by Manfred Spraul · 8 years ago
- 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- 0eb8af4 vfs: use helper for calling f_op->fsync() by Miklos Szeredi · 8 years ago
- f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 8 years ago
- c626bc4 ipc/sem.c: fix incorrect sem_lock pairing by Manfred Spraul · 8 years ago
- 370b262 ipc/sem: avoid idr tree lookup for interrupted semop by Davidlohr Bueso · 8 years ago
- b5fa01a ipc/sem: simplify wait-wake loop by Davidlohr Bueso · 8 years ago
- f150f02 ipc/sem: use proper list api for pending_list wakeups by Davidlohr Bueso · 8 years ago
- 4663d3e ipc/sem: explicitly inline check_restart by Davidlohr Bueso · 8 years ago
- 4ce33ec ipc/sem: optimize perform_atomic_semop() by Davidlohr Bueso · 8 years ago
- 9ae949f ipc/sem: rework task wakeups by Davidlohr Bueso · 8 years ago
- 248e735 ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should obviously be paired with its _prepare() by Davidlohr Bueso · 8 years ago
- 63980c8 ipc/shm.c: coding style fixes by Shailesh Pandey · 8 years ago
- 9998983 ipc: msg, make msgrcv work with LONG_MIN by Jiri Slaby · 8 years ago
- 194a6b5 sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q by Waiman Long · 8 years ago
- 8c8d4d4 ipc: account for kmem usage on mqueue and msg by Aristeu Rozanski · 8 years ago
- 2a1613a ipc/sem.c: add cond_resched in exit_sme by Nikolay Borisov · 8 years ago
- ed27f91 ipc/msg: avoid waking sender upon full queue by Davidlohr Bueso · 8 years ago
- d0d6a2a ipc/msg: make ss_wakeup() kill arg boolean by Davidlohr Bueso · 8 years ago
- e365853 ipc/msg: batch queue sender wakeups by Davidlohr Bueso · 8 years ago
- ee51636 ipc/msg: implement lockless pipelined wakeups by Sebastian Andrzej Siewior · 8 years ago
- 5864a2f ipc/sem.c: fix complex_count vs. simple op race by Manfred Spraul · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
- bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
- df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
- aba3566 ipcns: Add a limit on the number of ipc namespaces by Eric W. Biederman · 8 years ago
- 3bd080e ipc: delete "nr_ipc_ns" by Alexey Dobriyan · 8 years ago
- 9b24fef sysv, ipc: fix security-layer leaking by Fabian Frederick · 8 years ago
- a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 4595ef8 shmem: make shmem_inode_info::lock irq-safe by Kirill A. Shutemov · 8 years ago
- c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
- a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
- 3ee6901 ipc/mqueue: The mqueue filesystem should never contain executables by Eric W. Biederman · 8 years ago
- d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
- b236017 ipc: Initialize ipc_namespace->user_ns early. by Eric W. Biederman · 8 years ago
- be3e784 locking/spinlock: Update spin_unlock_wait() users by Peter Zijlstra · 8 years ago
- 33ac279 locking/barriers: Introduce smp_acquire__after_ctrl_dep() by Peter Zijlstra · 8 years ago
- 91f4f94 ipc, shm: make shmem attach/detach wait for mmap_sem killable by Michal Hocko · 8 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- a5f4db8 ipc/sem: make semctl setting sempid consistent by Davidlohr Bueso · 9 years ago
- 1ac0b6d ipc/shm: handle removed segments gracefully in shm_mmap() by Kirill A. Shutemov · 9 years ago
- cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 2954e440 ipc/shm.c: is_file_shm_hugepages() can be boolean by Yaowei Bai · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 5f2a2d5 ipc,msg: drop dst nil validation in copy_msg by Davidlohr Bueso · 9 years ago
- b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
- d0edd85 ipc: convert invalid scenarios to use WARN_ON by Davidlohr Bueso · 9 years ago
- 3ed1f8a ipc/sem.c: update/correct memory barriers by Manfred Spraul · 9 years ago
- a979558 ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem() by Herton R. Krzesinski · 9 years ago
- 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
- e1832f2 ipc: use private shmem or hugetlbfs inodes for shm segments. by Stephen Smalley · 9 years ago
- de54b9a ipc: modify message queue accounting to not take kernel data structures into account by Marcus Gelderie · 9 years ago
- 6157dbb ipc,sysv: return -EINVAL upon incorrect id/seqnum by Davidlohr Bueso · 9 years ago
- f8b5918 ipc,sysv: make return -EIDRM when racing with RMID consistent by Davidlohr Bueso · 9 years ago