summaryrefslogtreecommitdiffstats
path: root/ipc/util.h
AgeCommit message (Expand)AuthorLines
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet-0/+1
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel-2/+0
2022-10-03ipc/msg: mitigate the lock contention with percpu counterJiebin Sun-2/+2
2021-07-01ipc/util.c: use binary search for max_idxManfred Spraul-0/+3
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann-23/+2
2019-05-14ipc: do cyclic id allocation for the ipc object.Manfred Spraul-0/+3
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul-4/+4
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long-9/+35
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann-14/+7
2018-10-31ipc: IPCMNI limit check for semmniWaiman Long-0/+9
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann-1/+1
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul-1/+1
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul-5/+5
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso-9/+9
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso-1/+0
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul-1/+1
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann-1/+1
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann-1/+1
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+12
2018-04-02ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski-0/+4
2018-04-02ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski-0/+4
2018-04-02ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski-0/+2
2018-04-02ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski-0/+2
2018-04-02ipc: add shmdt syscall wrapperDominik Brodowski-0/+1
2018-04-02ipc: add shmget syscall wrapperDominik Brodowski-0/+1
2018-04-02ipc: add msgget syscall wrapperDominik Brodowski-0/+1
2018-04-02ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski-0/+2
2018-04-02ipc: add semget syscall wrapperDominik Brodowski-0/+1
2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski-0/+13
2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman-0/+11
2018-03-24ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman-0/+1
2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso-3/+18
2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso-5/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-0/+30
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel-9/+12
2017-07-15semctl(): move compat to nativeAl Viro-0/+6
2017-07-15ipc: move compat shmctl to nativeAl Viro-0/+24
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul-0/+3
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook-3/+0
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook-1/+0
2017-07-12ipc: drop non-RCU allocationKees Cook-6/+0
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul-11/+7
2017-04-17ipc: Remove unused declaration of recompute_msgmniEric W. Biederman-2/+0
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa-1/+1
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso-1/+1
2014-06-06ipc, kernel: clear whitespacePaul McQuade-4/+4
2014-06-06ipc: constify ipc_opsMathias Krause-1/+1
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso-0/+1
2014-01-27ipc: whitespace cleanupManfred Spraul-7/+7