aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-1/+7
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-2/+2
2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h>Ingo Molnar1-1/+0
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>Ingo Molnar3-0/+3
2017-02-27ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso1-4/+9
2017-02-27ipc/mqueue: add missing sparse annotationLuc Van Oostenryck1-0/+1
2017-02-27ipc/sem: add hysteresisManfred Spraul1-25/+61
2017-02-27ipc/sem.c: avoid using spin_unlock_wait()Manfred Spraul1-22/+3
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-4/+4
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi1-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-1/+1
2017-01-10ipc/sem.c: fix incorrect sem_lock pairingManfred Spraul1-1/+1
2016-12-14ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso1-32/+5
2016-12-14ipc/sem: simplify wait-wake loopDavidlohr Bueso1-56/+52
2016-12-14ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso1-25/+13
2016-12-14ipc/sem: explicitly inline check_restartDavidlohr Bueso1-1/+1
2016-12-14ipc/sem: optimize perform_atomic_semop()Davidlohr Bueso1-10/+102
2016-12-14ipc/sem: rework task wakeupsDavidlohr Bueso1-180/+86
2016-12-14ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should obviously be paired with its _prepare()Davidlohr Bueso1-7/+12
2016-12-14ipc/shm.c: coding style fixesShailesh Pandey1-3/+10
2016-12-14ipc: msg, make msgrcv work with LONG_MINJiri Slaby1-1/+4
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2-6/+6
2016-10-27ipc: account for kmem usage on mqueue and msgAristeu Rozanski1-2/+2
2016-10-11ipc/sem.c: add cond_resched in exit_smeNikolay Borisov1-0/+2
2016-10-11ipc/msg: avoid waking sender upon full queueDavidlohr Bueso1-10/+43
2016-10-11ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso1-4/+4
2016-10-11ipc/msg: batch queue sender wakeupsDavidlohr Bueso1-10/+20
2016-10-11ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior1-93/+40
2016-10-11ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul1-55/+83
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+9
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-9/+9
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman1-1/+1
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman1-11/+34
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan2-4/+0
2016-08-02sysv, ipc: fix security-layer leakingFabian Frederick2-7/+7
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-13/+12
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov1-2/+2
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-2/+4
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman1-1/+1
2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman1-0/+1
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-11/+8
2016-06-23ipc: Initialize ipc_namespace->user_ns early.Eric W. Biederman1-2/+3