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-09-26fix a typo in put_compat_shm_info()Al Viro
2017-09-21ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon
2017-09-15Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-09ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-09ipc/sem: play nicer with large nsops allocationsDavidlohr Bueso
2017-09-09ipc/sem: drop sem_checkid helperDavidlohr Bueso
2017-09-09ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova
2017-09-09ipc: convert sem_undo_list.refcnt from atomic_t to refcount_tElena Reshetova
2017-09-09ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova
2017-09-04ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani
2017-09-04ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani
2017-09-04ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani
2017-09-04ipc: mqueue: Replace timespec with timespec64Deepa Dinamani
2017-09-04ipc: Make sys_semtimedop() y2038 safeDeepa Dinamani
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-17ipc: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-08-03ipc: add missing container_of()s for randstructKees Cook
2017-07-16semtimedop(): move compat to nativeAl Viro
2017-07-16shmat(2): move compat to nativeAl Viro
2017-07-16msgrcv(2), msgsnd(2): move compat to nativeAl Viro
2017-07-16ipc(2): move compat to nativeAl Viro
2017-07-16ipc: make use of compat ipc_perm helpersAl Viro
2017-07-16semctl(): move compat to nativeAl Viro
2017-07-16semctl(): separate all layout-dependent copyin/copyoutAl Viro
2017-07-16msgctl(): move compat to nativeAl Viro
2017-07-16msgctl(): split the actual work from copyin/copyoutAl Viro
2017-07-16ipc: move compat shmctl to nativeAl Viro
2017-07-16shmctl: split the work from copyin/copyoutAl Viro
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