me='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/ipc/util.c
AgeCommit message (Expand)Author
2019-05-14ipc: do cyclic id allocation for the ipc object.Manfred Spraul
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso
2018-08-22ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul
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: reorganize initialization of kern_ipc_perm.seqManfred Spraul
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan
2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso
2017-11-17sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso
2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-08ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova
2017-07-12ipc: move atomic_set() to where it is neededKees Cook
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook
2017-07-12ipc: drop non-RCU allocationKees Cook
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com