summaryrefslogtreecommitdiffstats
path: root/ipc/sem.c
AgeCommit message (Expand)AuthorLines
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva-5/+1
2019-03-07ipc: annotate implicit fall throughMathieu Malaterre-0/+1
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-1/+1
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann-7/+32
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann-5/+5
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul-3/+3
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso-6/+4
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul-1/+1
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul-1/+1
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul-5/+13
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-07-26ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso-1/+1
2018-06-22rhashtable: split rhashtable.hNeilBrown-0/+1
2018-06-15sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso-4/+14
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook-1/+1
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann-1/+2
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann-2/+2
2018-04-20y2038: ipc: Report long times to user spaceArnd Bergmann-3/+11
2018-04-20y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann-3/+3
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso-5/+12
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-28/+53
2018-04-02ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski-2/+12
2018-04-02ipc: add semget syscall wrapperDominik Brodowski-1/+6
2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski-5/+18
2018-03-27ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman-9/+1
2018-03-27ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman-10/+12
2018-03-22sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman-0/+34
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman-11/+8
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan-0/+10
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2017-11-17sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso-0/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-11fix address space warnings in ipc/Linus Torvalds-2/+2
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-116/+228
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel-4/+7
2017-09-08ipc/sem: play nicer with large nsops allocationsDavidlohr Bueso-2/+2
2017-09-08ipc/sem: drop sem_checkid helperDavidlohr Bueso-2/+0
2017-09-08ipc: convert sem_undo_list.refcnt from atomic_t to refcount_tElena Reshetova-4/+4
2017-09-03ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani-9/+9
2017-09-03ipc: Make sys_semtimedop() y2038 safeDeepa Dinamani-6/+6
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+2
2017-08-17ipc: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney-1/+2
2017-08-02ipc: add missing container_of()s for randstructKees Cook-1/+2
2017-07-15semtimedop(): move compat to nativeAl Viro-11/+33
2017-07-15semctl(): move compat to nativeAl Viro-0/+94
2017-07-15semctl(): separate all layout-dependent copyin/copyoutAl Viro-98/+94
2017-07-12ipc/sem: drop __sem_free()Kees Cook-7/+2
2017-07-12ipc: move atomic_set() to where it is neededKees Cook-1/+0
2017-07-12ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul-5/+4