summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul
2017-07-12ipc/sem: drop __sem_free()Kees Cook
2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook
2017-07-12ipc/shm: remove special shm_alloc/freeKees Cook
2017-07-12ipc: move atomic_set() to where it is neededKees Cook
2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/shm: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/sem: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook
2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc/shm: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc/sem: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc: drop non-RCU allocationKees Cook
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-07-12ipc/sem.c: remove sem_base, embed struct semManfred Spraul
2017-07-09mqueue: fix a use-after-free in sys_mq_notify()Cong Wang
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-05fs: remove call_fsync helper functionJeff Layton
2017-07-04mqueue: move compat syscalls to native onesAl Viro
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