summaryrefslogtreecommitdiffstats
path: root/ipc/util.h
Commit message (Expand)AuthorAgeFilesLines
* ipc: do cyclic id allocation for the ipc object.Manfred Spraul2019-05-151-0/+3
* ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul2019-05-151-4/+4
* ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long2019-05-151-9/+35
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-14/+7Star
* ipc: IPCMNI limit check for semmniWaiman Long2018-10-311-0/+9
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-1/+1
* ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2018-08-221-1/+1
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-221-5/+5
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-221-9/+9
* ipc: drop ipc_lock()Davidlohr Bueso2018-08-221-1/+0Star
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-221-1/+1
* y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann2018-04-201-1/+1
* y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-201-1/+1
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-041-0/+12
|\
| * ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman2018-03-241-0/+11
| * ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman2018-03-241-0/+1
* | ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski2018-04-021-0/+4
* | ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski2018-04-021-0/+4
* | ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski2018-04-021-0/+2
* | ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski2018-04-021-0/+2
* | ipc: add shmdt syscall wrapperDominik Brodowski2018-04-021-0/+1
* | ipc: add shmget syscall wrapperDominik Brodowski2018-04-021-0/+1
* | ipc: add msgget syscall wrapperDominik Brodowski2018-04-021-0/+1
* | ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski2018-04-021-0/+2
* | ipc: add semget syscall wrapperDominik Brodowski2018-04-021-0/+1
* | ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski2018-04-021-0/+13
|/
* sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-181-3/+18
* sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-181-5/+0Star
* 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-0/+30
|\
| * semctl(): move compat to nativeAl Viro2017-07-161-0/+6
| * ipc: move compat shmctl to nativeAl Viro2017-07-161-0/+24
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-091-9/+12
|/
* ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul2017-07-131-0/+3
* ipc/util: drop ipc_rcu_alloc()Kees Cook2017-07-131-3/+0Star
* ipc/util: drop ipc_rcu_free()Kees Cook2017-07-131-1/+0Star
* ipc: drop non-RCU allocationKees Cook2017-07-131-6/+0Star
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-131-11/+7Star
* ipc: Remove unused declaration of recompute_msgmniEric W. Biederman2017-04-181-2/+0Star
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-231-1/+1
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-07-011-1/+1
* ipc, kernel: clear whitespacePaul McQuade2014-06-071-4/+4
* ipc: constify ipc_opsMathias Krause2014-06-071-1/+1
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-281-0/+1
* ipc: whitespace cleanupManfred Spraul2014-01-281-7/+7
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-281-1/+1
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-281-0/+13
* ipc, msg: fix message length check for negative valuesMathias Krause2013-11-131-2/+2
* ipc: fix race with LSMsDavidlohr Bueso2013-09-241-1/+9
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-121-1/+0Star