summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2017-08-02ipc: add missing container_of()s for randstructKees Cook3-3/+7
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul1-0/+3
2017-07-12ipc/sem: drop __sem_free()Kees Cook1-7/+2
2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook1-20/+4
2017-07-12ipc/shm: remove special shm_alloc/freeKees Cook1-20/+4
2017-07-12ipc: move atomic_set() to where it is neededKees Cook4-5/+1
2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-5/+5
2017-07-12ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-6/+3
2017-07-12ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-5/+4
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook2-24/+0
2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-12ipc/shm: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-12ipc/sem: avoid ipc_rcu_alloc()Kees Cook1-5/+20
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook2-8/+0
2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-12ipc/shm: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-12ipc/sem: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-12ipc: drop non-RCU allocationKees Cook3-33/+6
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul5-61/+63
2017-07-12ipc/sem.c: remove sem_base, embed struct semManfred Spraul1-54/+34
2017-07-09mqueue: fix a use-after-free in sys_mq_notify()Cong Wang1-1/+3
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-05fs: remove call_fsync helper functionJeff Layton1-1/+1
2017-07-04mqueue: move compat syscalls to native onesAl Viro3-228/+262
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-6/+1
2017-05-08ipc/shm: some shmat cleanupsDavidlohr Bueso1-9/+7
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+0
2017-04-17ipc: Remove unused declaration of recompute_msgmniEric W. Biederman1-2/+0
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-5/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-1/+7
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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 <li...Ingo Molnar1-1/+0
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...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 <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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