summaryrefslogtreecommitdiffstats
path: root/ipc/sem.c
AgeCommit message (Expand)AuthorLines
2023-08-18ipc/sem: use flexible array in 'struct sem_undo'Christophe JAILLET-4/+2
2022-12-05ipc/sem: Fix dangling sem_array access in semtimedop raceJann Horn-1/+2
2022-05-09ipc: update semtimedop() to use hrtimerPrakash Sangappa-12/+11
2022-05-09ipc/sem: remove redundant assignmentsMichal Orzel-2/+0
2022-02-04ipc/sem: do not sleep with a spin lock heldMinghao Chi-2/+2
2021-09-14ipc: remove memcg accounting for sops objects in do_semtimedop()Vasily Averin-1/+1
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-33/+52
2021-09-03memcg: enable accounting of ipc resourcesVasily Averin-4/+5
2021-08-20ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann-32/+52
2021-07-01ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lockManfred Spraul-5/+9
2021-07-01ipc sem: use kvmalloc for sem_undo allocationVasily Averin-5/+6
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam-2/+4
2021-05-07ipc/sem.c: spelling fixBhaskar Chowdhury-1/+1
2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-12ipc: uninline functionsAlexey Dobriyan-2/+1
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki-4/+2
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul-25/+41
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)-1/+2
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