aboutsummaryrefslogtreecommitdiff
path: root/ipc/util.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-11ipc/util.c: cleanup and improve sysvipc_find_ipc()Gravatar Manfred Spraul 1-21/+32
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-1/+1
2021-11-20ipc: WARN if trying to remove ipc object which is absentGravatar Alexander Mikhalitsyn 1-3/+3
2021-09-08ipc: replace costly bailout check in sysvipc_find_ipc()Gravatar Rafael Aquini 1-12/+4
2021-07-01ipc/util.c: use binary search for max_idxGravatar Manfred Spraul 1-5/+39
2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexGravatar Vasily Averin 1-6/+6
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexGravatar Vasily Averin 1-1/+1
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+7
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-05-14ipc: do cyclic id allocation for the ipc object.Gravatar Manfred Spraul 1-1/+6
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeGravatar Manfred Spraul 1-5/+30
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MGravatar Waiman Long 1-5/+5
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.Gravatar NeilBrown 1-1/+0
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolGravatar Manfred Spraul 1-1/+1
2018-08-22ipc/util.c: further variable name cleanupsGravatar Manfred Spraul 1-13/+13
2018-08-22ipc: simplify ipc initializationGravatar Davidlohr Bueso 1-13/+5
2018-08-22ipc: get rid of ids->tables_initialized hackGravatar Davidlohr Bueso 1-15/+8
2018-08-22ipc: drop ipc_lock()Gravatar Davidlohr Bueso 1-36/+0
2018-08-22ipc/util.c: correct comment in ipc_obtain_object_checkGravatar Manfred Spraul 1-2/+2
2018-08-22ipc: rename ipcctl_pre_down_nolock()Gravatar Manfred Spraul 1-4/+4
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Gravatar Manfred Spraul 1-2/+8
2018-08-22ipc: reorganize initialization of kern_ipc_perm.seqGravatar Manfred Spraul 1-43/+48
2018-06-22rhashtable: split rhashtable.hGravatar NeilBrown 1-0/+1
2018-04-11proc: move /proc/sysvipc creation to where it belongsGravatar Alexey Dobriyan 1-0/+1
2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareGravatar Eric W. Biederman 1-0/+9
2018-02-06ipc: fix ipc data structures inconsistencyGravatar Philippe Mikoyan 1-1/+4
2017-11-17sysvipc: make get_maxid O(1) againGravatar Davidlohr Bueso 1-30/+13
2017-11-17sysvipc: properly name ipc_addid() limit parameterGravatar Davidlohr Bueso 1-5/+5
2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREGravatar Davidlohr Bueso 1-15/+45
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGravatar Guillaume Knispel 1-24/+76
2017-09-08ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tGravatar Elena Reshetova 1-3/+3
2017-07-12ipc: move atomic_set() to where it is neededGravatar Kees Cook 1-0/+1
2017-07-12ipc/util: drop ipc_rcu_alloc()Gravatar Kees Cook 1-21/+0
2017-07-12ipc/util: drop ipc_rcu_free()Gravatar Kees Cook 1-7/+0
2017-07-12ipc: drop non-RCU allocationGravatar Kees Cook 1-24/+1
2017-07-12ipc: merge ipc_rcu and kern_ipc_permGravatar Manfred Spraul 1-18/+17
2017-05-08mm: introduce kv[mz]alloc helpersGravatar Michal Hocko 1-6/+1
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesGravatar mchehab@s-opensource.com 1-5/+7
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 1-8/+3
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Gravatar Linus Torvalds 1-4/+4
2015-06-30ipc,sysv: return -EINVAL upon incorrect id/seqnumGravatar Davidlohr Bueso 1-1/+1
2015-06-30ipc,sysv: make return -EIDRM when racing with RMID consistentGravatar Davidlohr Bueso 1-5/+8
2015-06-30ipc: rename ipc_obtain_objectGravatar Davidlohr Bueso 1-4/+4
2015-06-30ipc/util.c: use kvfree() in ipc_rcu_free()Gravatar Pekka Enberg 1-4/+1
2015-04-15ipc: remove use of seq_printf return valueGravatar Joe Perches 1-2/+4
2014-12-13ipc/msg: increase MSGMNI, remove scalingGravatar Manfred Spraul 1-40/+0
2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Gravatar Rob Jones 1-16/+4
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlGravatar Masanari Iida 1-3/+3