aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul
2014-12-13ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Manfred Spraul
2014-12-10Merge branch 'nsfs' into for-nextAl Viro
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul
2014-11-19new helper: audit_file()Al Viro
2014-10-14ipc: resolve shadow warningsMark Rustad
2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov
2014-10-14ipc: always handle a new value of auto_msgmniAndrey Vagin
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-08-08shm: allow exit_shm in parallel if only marking orphansJack Miller
2014-08-08shm: make exit_shm work proportional to task activityJack Miller
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman
2014-06-06ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul
2014-06-06ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliantManfred Spraul
2014-06-06ipc/sem.c: store which operation blocks in perform_atomic_semop()Manfred Spraul
2014-06-06ipc/sem.c: change perform_atomic_semop parametersManfred Spraul
2014-06-06ipc/sem.c: remove code duplicationManfred Spraul
2014-06-06ipc/sem.c: bugfix for semctl(,,GETZCNT)Manfred Spraul
2014-06-06ipc,msg: document volatile r_msgDavidlohr Bueso
2014-06-06ipc,msg: move some msgq ns code aroundDavidlohr Bueso
2014-06-06ipc,msg: use current->state helpersDavidlohr Bueso
2014-06-06ipc/shm.c: check for integer overflow during shmget.Manfred Spraul
2014-06-06ipc/shm.c: check for overflows of shm_totManfred Spraul
2014-06-06ipc/shm.c: check for ulong overflows in shmatManfred Spraul
2014-06-06ipc, kernel: clear whitespacePaul McQuade
2014-06-06ipc, kernel: use Linux headersPaul McQuade
2014-06-06ipc: constify ipc_opsMathias Krause
2014-04-07ipc: use device_initcallDavidlohr Bueso
2014-04-07ipc/compat.c: remove sc_semopm macroDavidlohr Bueso
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin