aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/sem.c
AgeCommit message (Expand)Author
26 hoursmaster: sync with upstream 6.6Bruce Ashfield
2022-12-05ipc/sem: Fix dangling sem_array access in semtimedop raceJann Horn
2022-05-09ipc: update semtimedop() to use hrtimerPrakash Sangappa
2022-05-09ipc/sem: remove redundant assignmentsMichal Orzel
2022-02-04ipc/sem: do not sleep with a spin lock heldMinghao Chi
2021-09-14ipc: remove memcg accounting for sops objects in do_semtimedop()Vasily Averin
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-09-03memcg: enable accounting of ipc resourcesVasily Averin
2021-08-20ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann
2021-07-01ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lockManfred Spraul
2021-07-01ipc sem: use kvmalloc for sem_undo allocationVasily Averin
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam
2021-05-07ipc/sem.c: spelling fixBhaskar Chowdhury
2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12ipc: uninline functionsAlexey Dobriyan
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva
2019-03-07ipc: annotate implicit fall throughMathieu Malaterre
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-26ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-15sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann
2018-04-20y2038: ipc: Report long times to user spaceArnd Bergmann
2018-04-20y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-02ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add semget syscall wrapperDominik Brodowski
2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski
2018-03-27ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman
2018-03-27ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman
2018-03-22sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-17sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso