summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2018-01-31ipc: msg, make msgrcv work with LONG_MINJiri Slaby1-1/+4
2017-07-15mqueue: fix a use-after-free in sys_mq_notify()Cong Wang1-1/+3
2016-08-22sysv, ipc: fix security-layer leakingFabian Frederick2-7/+7
2015-10-28Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds3-17/+18
2015-09-15ipc/sem.c: update/correct memory barriersManfred Spraul1-2/+18
2015-09-15ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski1-6/+17
2015-08-27ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie1-5/+0
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul1-7/+8
2014-10-14ipc: resolve shadow warningsMark Rustad1-46/+46
2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones1-16/+4
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov1-7/+0
2014-10-14ipc: always handle a new value of auto_msgmniAndrey Vagin1-2/+1
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-3/+3
2014-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+3
2014-08-09shm: allow exit_shm in parallel if only marking orphansJack Miller1-32/+35
2014-08-09shm: make exit_shm work proportional to task activityJack Miller1-11/+11
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-3/+3
2014-06-07ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-13/+13
2014-06-07ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul1-0/+11
2014-06-07ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliantManfred Spraul1-21/+13
2014-06-07ipc/sem.c: store which operation blocks in perform_atomic_semop()Manfred Spraul1-0/+3
2014-06-07ipc/sem.c: change perform_atomic_semop parametersManfred Spraul1-19/+19
2014-06-07ipc/sem.c: remove code duplicationManfred Spraul1-56/+51
2014-06-07ipc/sem.c: bugfix for semctl(,,GETZCNT)Manfred Spraul1-0/+10
2014-06-07ipc,msg: document volatile r_msgDavidlohr Bueso1-3/+7
2014-06-07ipc,msg: move some msgq ns code aroundDavidlohr Bueso1-69/+63
2014-06-07ipc,msg: use current->state helpersDavidlohr Bueso1-2/+2
2014-06-07ipc/shm.c: check for integer overflow during shmget.Manfred Spraul1-0/+3
2014-06-07ipc/shm.c: check for overflows of shm_totManfred Spraul1-1/+2
2014-06-07ipc/shm.c: check for ulong overflows in shmatManfred Spraul1-0/+3
2014-06-07ipc, kernel: clear whitespacePaul McQuade5-28/+27
2014-06-07ipc, kernel: use Linux headersPaul McQuade5-5/+5
2014-06-07ipc: constify ipc_opsMathias Krause5-20/+19
2014-04-08ipc: use device_initcallDavidlohr Bueso3-3/+3
2014-04-08ipc/compat.c: remove sc_semopm macroDavidlohr Bueso1-3/+0
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-25/+6
2014-04-01Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2-22/+23
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk1-0/+2
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-8/+8
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2-12/+13
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens1-2/+2
2014-02-26ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2-9/+15
2014-02-03compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2-25/+6
2014-01-28ipc: fix compat msgrcv with negative msgtypMateusz Guzik1-1/+1
2014-01-28ipc,msg: document barriersDavidlohr Bueso1-2/+17
2014-01-28ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2-11/+3
2014-01-28ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso1-5/+4
2014-01-28ipc: remove useless return statementDavidlohr Bueso1-4/+0
2014-01-28ipc: remove braces for single statementsDavidlohr Bueso4-19/+16