Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2017-07-13ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul
2017-07-13ipc/sem: drop __sem_free()Kees Cook
2017-07-13ipc/msg: remove special msg_alloc/freeKees Cook
2017-07-13ipc/shm: remove special shm_alloc/freeKees Cook
2017-07-13ipc: move atomic_set() to where it is neededKees Cook
2017-07-13ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-13ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-13ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-13ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-07-13ipc/msg: avoid ipc_rcu_alloc()Kees Cook
2017-07-13ipc/shm: avoid ipc_rcu_alloc()Kees Cook
2017-07-13ipc/sem: avoid ipc_rcu_alloc()Kees Cook
2017-07-13ipc/util: drop ipc_rcu_free()Kees Cook
2017-07-13ipc/msg: do not use ipc_rcu_free()Kees Cook
2017-07-13ipc/shm: do not use ipc_rcu_free()Kees Cook
2017-07-13ipc/sem: do not use ipc_rcu_free()Kees Cook
2017-07-13ipc: drop non-RCU allocationKees Cook
2017-07-13ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-07-13ipc/sem.c: remove sem_base, embed struct semManfred Spraul
2017-07-10mqueue: fix a use-after-free in sys_mq_notify()Cong Wang
2017-07-08Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06fs: remove call_fsync helper functionJeff Layton
2017-07-04mqueue: move compat syscalls to native onesAl Viro
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-09ipc/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-18ipc: 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-03Merge 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-28ipc/shm: Fix shmat mmap nil-page protectionDavidlohr Bueso
2017-02-28ipc/mqueue: add missing sparse annotationLuc Van Oostenryck
2017-02-28ipc/sem: add hysteresisManfred Spraul
2017-02-28ipc/sem.c: avoid using spin_unlock_wait()Manfred Spraul
2017-02-25userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-25mm, 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-11ipc/sem.c: fix incorrect sem_lock pairingManfred Spraul
2016-12-15ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso
2016-12-15ipc/sem: simplify wait-wake loopDavidlohr Bueso
2016-12-15ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso
2016-12-15ipc/sem: explicitly inline check_restartDavidlohr Bueso