summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-12/+12
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-152-12/+12
* | ipc: remove use of seq_printf return valueJoe Perches2015-04-154-50/+58
|/
* ipc,sem: use current->state helpersDavidlohr Bueso2015-02-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-162-18/+19
|\
| * Merge branch 'nsfs' into for-nextAl Viro2014-12-102-18/+19
| |\
| | * copy address of proc_ns_ops into ns_commonAl Viro2014-12-042-0/+4
| | * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-3/+3
| | * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3
| | * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-041-6/+9
| | * common object embedded into various struct ....nsAl Viro2014-12-042-5/+5
* | | shmdt: use i_size_read() instead of ->i_sizeDave Hansen2014-12-131-2/+3
* | | ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen2014-12-131-5/+13
* | | ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-136-266/+19
* | | ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Manfred Spraul2014-12-131-3/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-2/+2
|\ \ \ | |/ /
| * | new helper: audit_file()Al Viro2014-11-191-2/+2
| |/
* | ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul2014-12-031-7/+8
|/
* ipc: resolve shadow warningsMark Rustad2014-10-141-46/+46
* ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-141-16/+4
* ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov2014-10-141-7/+0
* ipc: always handle a new value of auto_msgmniAndrey Vagin2014-10-141-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-3/+3
|\
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-091-3/+3
|\ \
| * | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-3/+3
| |/
* | shm: allow exit_shm in parallel if only marking orphansJack Miller2014-08-081-32/+35
* | shm: make exit_shm work proportional to task activityJack Miller2014-08-081-11/+11
|/
* ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-062-13/+13
* ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul2014-06-061-0/+11
* ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliantManfred Spraul2014-06-061-21/+13
* ipc/sem.c: store which operation blocks in perform_atomic_semop()Manfred Spraul2014-06-061-0/+3
* ipc/sem.c: change perform_atomic_semop parametersManfred Spraul2014-06-061-19/+19
* ipc/sem.c: remove code duplicationManfred Spraul2014-06-061-56/+51
* ipc/sem.c: bugfix for semctl(,,GETZCNT)Manfred Spraul2014-06-061-0/+10
* ipc,msg: document volatile r_msgDavidlohr Bueso2014-06-061-3/+7
* ipc,msg: move some msgq ns code aroundDavidlohr Bueso2014-06-061-69/+63
* ipc,msg: use current->state helpersDavidlohr Bueso2014-06-061-2/+2
* ipc/shm.c: check for integer overflow during shmget.Manfred Spraul2014-06-061-0/+3
* ipc/shm.c: check for overflows of shm_totManfred Spraul2014-06-061-1/+2
* ipc/shm.c: check for ulong overflows in shmatManfred Spraul2014-06-061-0/+3
* ipc, kernel: clear whitespacePaul McQuade2014-06-065-28/+27
* ipc, kernel: use Linux headersPaul McQuade2014-06-065-5/+5
* ipc: constify ipc_opsMathias Krause2014-06-065-20/+19
* ipc: use device_initcallDavidlohr Bueso2014-04-073-3/+3
* ipc/compat.c: remove sc_semopm macroDavidlohr Bueso2014-04-071-3/+0
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-022-25/+6
|\
| * compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-022-25/+6
* | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-312-22/+23
|\ \
| * | ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-8/+8
OpenPOWER on IntegriCloud