aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2017-05-08mm: introduce kv[mz]alloc helpersGravatar Michal Hocko 1-6/+1
2017-05-08ipc/shm: some shmat cleanupsGravatar Davidlohr Bueso 1-9/+7
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+0
2017-04-17ipc: Remove unused declaration of recompute_msgmniGravatar Eric W. Biederman 1-2/+0
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesGravatar mchehab@s-opensource.com 1-5/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 4-1/+7
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusGravatar Al Viro 1-2/+2
2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Gravatar Ingo Molnar 1-1/+0
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-02-27ipc/shm: Fix shmat mmap nil-page protectionGravatar Davidlohr Bueso 1-4/+9
2017-02-27ipc/mqueue: add missing sparse annotationGravatar Luc Van Oostenryck 1-0/+1
2017-02-27ipc/sem: add hysteresisGravatar Manfred Spraul 1-25/+61
2017-02-27ipc/sem.c: avoid using spin_unlock_wait()Gravatar Manfred Spraul 1-22/+3
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsGravatar Mike Rapoport 1-4/+4
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+3
2017-02-20vfs: use helper for calling f_op->fsync()Gravatar Miklos Szeredi 1-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Gravatar Miklos Szeredi 1-1/+1
2017-01-10ipc/sem.c: fix incorrect sem_lock pairingGravatar Manfred Spraul 1-1/+1
2016-12-14ipc/sem: avoid idr tree lookup for interrupted semopGravatar Davidlohr Bueso 1-32/+5
2016-12-14ipc/sem: simplify wait-wake loopGravatar Davidlohr Bueso 1-56/+52
2016-12-14ipc/sem: use proper list api for pending_list wakeupsGravatar Davidlohr Bueso 1-25/+13
2016-12-14ipc/sem: explicitly inline check_restartGravatar Davidlohr Bueso 1-1/+1
2016-12-14ipc/sem: optimize perform_atomic_semop()Gravatar Davidlohr Bueso 1-10/+102
2016-12-14ipc/sem: rework task wakeupsGravatar Davidlohr Bueso 1-180/+86
2016-12-14ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ...Gravatar Davidlohr Bueso 1-7/+12
2016-12-14ipc/shm.c: coding style fixesGravatar Shailesh Pandey 1-3/+10
2016-12-14ipc: msg, make msgrcv work with LONG_MINGravatar Jiri Slaby 1-1/+4
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QGravatar Waiman Long 2-6/+6
2016-10-27ipc: account for kmem usage on mqueue and msgGravatar Aristeu Rozanski 1-2/+2
2016-10-11ipc/sem.c: add cond_resched in exit_smeGravatar Nikolay Borisov 1-0/+2
2016-10-11ipc/msg: avoid waking sender upon full queueGravatar Davidlohr Bueso 1-10/+43
2016-10-11ipc/msg: make ss_wakeup() kill arg booleanGravatar Davidlohr Bueso 1-4/+4
2016-10-11ipc/msg: batch queue sender wakeupsGravatar Davidlohr Bueso 1-10/+20
2016-10-11ipc/msg: implement lockless pipelined wakeupsGravatar Sebastian Andrzej Siewior 1-93/+40
2016-10-11ipc/sem.c: fix complex_count vs. simple op raceGravatar Manfred Spraul 1-55/+83
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+9
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-9/+9
2016-09-22Merge branch 'nsfs-ioctls' into HEADGravatar Eric W. Biederman 1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceGravatar Andrey Vagin 1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCGravatar Eric W. Biederman 1-1/+1
2016-08-08ipcns: Add a limit on the number of ipc namespacesGravatar Eric W. Biederman 1-11/+34
2016-08-02ipc: delete "nr_ipc_ns"Gravatar Alexey Dobriyan 2-4/+0
2016-08-02sysv, ipc: fix security-layer leakingGravatar Fabian Frederick 2-7/+7
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-13/+12
2016-07-26shmem: make shmem_inode_info::lock irq-safeGravatar Kirill A. Shutemov 1-2/+2