summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-4/+5
|\
| * mqueue: set ->user_ns before ->get_tree()Al Viro2019-05-251-4/+5
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-19/+16
* | ipc/mqueue.c: only perform resource calculation if user validKees Cook2019-07-161-9/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-10/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Thomas Gleixner2019-05-241-5/+1
|/
* ipc: do cyclic id allocation for the ipc object.Manfred Spraul2019-05-143-1/+11
* ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul2019-05-142-9/+34
* ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long2019-05-143-15/+51
* ipc/mqueue: optimize msg_get()Davidlohr Bueso2019-05-141-25/+35
* ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso2019-05-141-2/+0
* ipc: prevent lockup on alloc_msg and free_msgLi Rongqing2019-05-142-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+0
|\
| * rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
* | mqueue: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-122-23/+73
|\
| * ipc: Convert mqueue fs to fs_contextDavid Howells2019-02-282-23/+73
* | ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva2019-03-071-5/+1
* | ipc: annotate implicit fall throughMathieu Malaterre2019-03-071-0/+1
* | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-072-9/+9
* | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-255-41/+110
* | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-4/+16
|/
* ipc: IPCMNI limit check for semmniWaiman Long2018-10-312-1/+31
* ipc: IPCMNI limit check for msgmni and shmmniWaiman Long2018-10-311-2/+5
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-256-17/+17
|\
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-276-17/+17
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+1
|\ \
| * | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
| |/
* | ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook2018-10-051-1/+1
* | ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso2018-09-041-0/+1
|/
* ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2018-08-222-2/+2
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-225-26/+26
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-226-54/+30
* ipc: get rid of ids->tables_initialized hackDavidlohr Bueso2018-08-221-15/+8
* ipc: drop ipc_lock()Davidlohr Bueso2018-08-223-43/+23
* ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul2018-08-221-2/+2
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-225-8/+8
* ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul2018-08-224-4/+12
* ipc: reorganize initialization of kern_ipc_perm.seqManfred Spraul2018-08-221-43/+48
* ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul2018-08-223-15/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-154-0/+4
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-0/+12
| |\
| * \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+1
| |\ \
| * | | rhashtable: split rhashtable.hNeilBrown2018-06-224-0/+4
* | | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-24/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro2018-07-121-21/+18
| * | | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-4/+4
| |/ /
* | / ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu2018-08-021-0/+12
| |/ |/|
* | ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso2018-07-261-1/+1
|/
* ipc: use new return type vm_fault_tSouptick Joarder2018-06-151-1/+1