summaryrefslogtreecommitdiff
path: root/ipc/util.c
Commit message (Expand)AuthorAge
* proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-11
* ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman2018-03-24
* ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-06
* sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-17
* sysvipc: properly name ipc_addid() limit parameterDavidlohr 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
* ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-08
* ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova2017-09-08
* ipc: move atomic_set() to where it is neededKees Cook2017-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
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-08
* kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-02
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-09-30
* ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso2015-06-30
* ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso2015-06-30
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-30
* ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-06-30
* ipc: remove use of seq_printf return valueJoe Perches2015-04-15
* ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-13
* ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-14
* Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-09
* ipc, kernel: clear whitespacePaul McQuade2014-06-06
* ipc: constify ipc_opsMathias Krause2014-06-06
* ipc: use device_initcallDavidlohr Bueso2014-04-07
* ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-27
* ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso2014-01-27
* ipc: remove useless return statementDavidlohr Bueso2014-01-27
* ipc: remove braces for single statementsDavidlohr Bueso2014-01-27
* ipc: standardize code commentsDavidlohr Bueso2014-01-27
* ipc: whitespace cleanupManfred Spraul2014-01-27
* ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-27
* ipc/util.c: remove unnecessary work pending testXie XiuQi2013-11-13
* ipc: update locking scheme commentsDavidlohr Bueso2013-10-16
* ipc: fix race with LSMsDavidlohr Bueso2013-09-24
* ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-11
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-11
* ipc: document general ipc locking schemeDavidlohr Bueso2013-09-11
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-11
* ipc: drop ipcctl_pre_downDavidlohr Bueso2013-09-11
* ipc/util.c, ipc_rcu_alloc: cacheline align allocationManfred Spraul2013-07-09
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-09
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-09
* ipc_schedule_free() can do vfree() directly nowAl Viro2013-05-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09