summaryrefslogtreecommitdiffstats
path: root/ipc/util.h
Commit message (Expand)AuthorAgeFilesLines
* sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
* ipc,namespace: batch free ipc_namespace structuresRik van Riel2023-01-271-2/+0
* ipc/msg: mitigate the lock contention with percpu counterJiebin Sun2022-10-031-2/+2
* ipc/util.c: use binary search for max_idxManfred Spraul2021-07-011-0/+3
* ipc: fix sparc64 ipc() wrapperArnd Bergmann2019-09-071-23/+2
* ipc: do cyclic id allocation for the ipc object.Manfred Spraul2019-05-141-0/+3
* ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul2019-05-141-4/+4
* ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long2019-05-141-9/+35
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-14/+7
* 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/+0
* 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-031-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-171-3/+18
* sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-171-5/+0
* 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-141-0/+30
|\
| * semctl(): move compat to nativeAl Viro2017-07-151-0/+6
| * ipc: move compat shmctl to nativeAl Viro2017-07-151-0/+24
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-081-9/+12
|/
* ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul2017-07-121-0/+3
* ipc/util: drop ipc_rcu_alloc()Kees Cook2017-07-121-3/+0
* ipc/util: drop ipc_rcu_free()Kees Cook2017-07-121-1/+0
* ipc: drop non-RCU allocationKees Cook2017-07-121-6/+0
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-121-11/+7
* ipc: Remove unused declaration of recompute_msgmniEric W. Biederman2017-04-171-2/+0
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-1/+1
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-301-1/+1
* ipc, kernel: clear whitespacePaul McQuade2014-06-061-4/+4
* ipc: constify ipc_opsMathias Krause2014-06-061-1/+1
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-271-0/+1
* ipc: whitespace cleanupManfred Spraul2014-01-271-7/+7