summaryrefslogtreecommitdiffstats
path: root/ipc/sem.c
Commit message (Expand)AuthorAgeFilesLines
* ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva2019-03-081-5/+1Star
* ipc: annotate implicit fall throughMathieu Malaterre2019-03-081-0/+1
* y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-7/+32
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-5/+5
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-221-3/+3
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-221-6/+4Star
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-221-1/+1
* ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul2018-08-221-1/+1
* ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul2018-08-221-5/+13
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+1
|\
| * ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso2018-07-271-1/+1
* | rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
|/
* sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso2018-06-151-4/+14
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-131-1/+1
* y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann2018-04-201-1/+2
* y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-201-2/+2
* y2038: ipc: Report long times to user spaceArnd Bergmann2018-04-201-3/+11
* y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann2018-04-201-3/+3
* ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-111-5/+12
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-041-28/+53
|\
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-271-9/+1Star
| * ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman2018-03-271-10/+12
| * sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman2018-03-231-0/+34
| * sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-231-11/+8Star
* | ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski2018-04-021-2/+12
* | ipc: add semget syscall wrapperDominik Brodowski2018-04-021-1/+6
* | ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski2018-04-021-5/+18
|/
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-071-0/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-181-0/+1
|\
| * sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-181-0/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-2/+2
|\ \ | |/ |/|
| * fix address space warnings in ipc/Linus Torvalds2017-10-111-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-151-116/+228
|\
| * ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani2017-09-041-9/+9
| * ipc: Make sys_semtimedop() y2038 safeDeepa Dinamani2017-09-041-6/+6
| * semtimedop(): move compat to nativeAl Viro2017-07-161-11/+33
| * semctl(): move compat to nativeAl Viro2017-07-161-0/+94
| * semctl(): separate all layout-dependent copyin/copyoutAl Viro2017-07-161-98/+94Star
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-091-4/+7
* | ipc/sem: play nicer with large nsops allocationsDavidlohr Bueso2017-09-091-2/+2
* | ipc/sem: drop sem_checkid helperDavidlohr Bueso2017-09-091-2/+0Star
* | ipc: convert sem_undo_list.refcnt from atomic_t to refcount_tElena Reshetova2017-09-091-4/+4
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-1/+2
|\ \
| * | ipc: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-1/+2
| |/
* / ipc: add missing container_of()s for randstructKees Cook2017-08-031-1/+2
|/
* ipc/sem: drop __sem_free()Kees Cook2017-07-131-7/+2Star
* ipc: move atomic_set() to where it is neededKees Cook2017-07-131-1/+0Star
* ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-131-5/+4Star