aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/util.h
Commit message (Expand)AuthorAge
* ipc: fix sparc64 ipc() wrapperArnd Bergmann2019-09-07
* ipc: do cyclic id allocation for the ipc object.Manfred Spraul2019-05-14
* ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul2019-05-14
* ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long2019-05-14
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-25
* ipc: IPCMNI limit check for semmniWaiman Long2018-10-31
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-27
* ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2018-08-22
* ipc/util.c: further variable name cleanupsManfred Spraul2018-08-22
* ipc: simplify ipc initializationDavidlohr Bueso2018-08-22
* ipc: drop ipc_lock()Davidlohr Bueso2018-08-22
* ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-22
* y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann2018-04-20
* y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-20
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-03
|\
| * ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman2018-03-24
| * ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman2018-03-24
* | ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add shmdt syscall wrapperDominik Brodowski2018-04-02
* | ipc: add shmget syscall wrapperDominik Brodowski2018-04-02
* | ipc: add msgget syscall wrapperDominik Brodowski2018-04-02
* | ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski2018-04-02
* | ipc: add semget syscall wrapperDominik Brodowski2018-04-02
* | ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski2018-04-02
|/
* sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-17
* sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-14
|\
| * semctl(): move compat to nativeAl Viro2017-07-15
| * ipc: move compat shmctl to nativeAl Viro2017-07-15
* | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-08
|/
* ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul2017-07-12
* ipc/util: drop ipc_rcu_alloc()Kees Cook2017-07-12
* ipc/util: drop ipc_rcu_free()Kees Cook2017-07-12
* ipc: drop non-RCU allocationKees Cook2017-07-12
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-12
* ipc: Remove unused declaration of recompute_msgmniEric W. Biederman2017-04-17
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-30
* ipc, kernel: clear whitespacePaul McQuade2014-06-06
* ipc: constify ipc_opsMathias Krause2014-06-06
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-28
* ipc: whitespace cleanupManfred Spraul2014-01-28
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-28
* ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-28
* ipc, msg: fix message length check for negative valuesMathias Krause2013-11-12
* ipc: fix race with LSMsDavidlohr Bueso2013-09-24