aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2017-07-15mqueue: fix a use-after-free in sys_mq_notify()Cong Wang
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08ipc/shm: some shmat cleanupsDavidlohr Bueso
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-04-17ipc: Remove unused declaration of recompute_msgmniEric W. Biederman
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso
2017-02-27ipc/mqueue: add missing sparse annotationLuc Van Oostenryck
2017-02-27ipc/sem: add hysteresisManfred Spraul
2017-02-27ipc/sem.c: avoid using spin_unlock_wait()Manfred Spraul
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2017-01-10ipc/sem.c: fix incorrect sem_lock pairingManfred Spraul
2016-12-14ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso
2016-12-14ipc/sem: simplify wait-wake loopDavidlohr Bueso
2016-12-14ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso
2016-12-14ipc/sem: explicitly inline check_restartDavidlohr Bueso
2016-12-14ipc/sem: optimize perform_atomic_semop()Davidlohr Bueso
2016-12-14ipc/sem: rework task wakeupsDavidlohr Bueso
2016-12-14ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ...Davidlohr Bueso
2016-12-14ipc/shm.c: coding style fixesShailesh Pandey
2016-12-14ipc: msg, make msgrcv work with LONG_MINJiri Slaby
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long
2016-10-27ipc: account for kmem usage on mqueue and msgAristeu Rozanski
2016-10-11ipc/sem.c: add cond_resched in exit_smeNikolay Borisov
2016-10-11ipc/msg: avoid waking sender upon full queueDavidlohr Bueso
2016-10-11ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso
2016-10-11ipc/msg: batch queue sender wakeupsDavidlohr Bueso
2016-10-11ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior
2016-10-11ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan
2016-08-02sysv, ipc: fix security-layer leakingFabian Frederick
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds