- 15e0db6 ipc/util.c: sysvipc_find_ipc() incorrectly updates position index by Vasily Averin · 4 years, 6 months ago
- cb0ab2b ipc/util.c: sysvipc_find_ipc() should increase position index by Vasily Averin · 4 years, 7 months ago
- 2a9d648 ipc/util.c: update return value of ipc_getref from int to bool by Manfred Spraul · 6 years ago
- 27c331a ipc/util.c: further variable name cleanups by Manfred Spraul · 6 years ago
- eae04d2 ipc: simplify ipc initialization by Davidlohr Bueso · 6 years ago
- dc2c8c8 ipc: get rid of ids->tables_initialized hack by Davidlohr Bueso · 6 years ago
- 82061c5 ipc: drop ipc_lock() by Davidlohr Bueso · 6 years ago
- 2e5ceb4 ipc/util.c: correct comment in ipc_obtain_object_check by Manfred Spraul · 6 years ago
- 4241c1a ipc: rename ipcctl_pre_down_nolock() by Manfred Spraul · 6 years ago
- 39cfffd ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid() by Manfred Spraul · 6 years ago
- e2652ae ipc: reorganize initialization of kern_ipc_perm.seq by Manfred Spraul · 6 years ago
- 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
- e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 7 years ago
- 03f1fc0 ipc/util: Helpers for making the sysvipc operations pid namespace aware by Eric W. Biederman · 7 years ago
- 87ad4b0 ipc: fix ipc data structures inconsistency by Philippe Mikoyan · 7 years ago
- 15df03c sysvipc: make get_maxid O(1) again by Davidlohr Bueso · 7 years ago
- ebf6679 sysvipc: properly name ipc_addid() limit parameter by Davidlohr Bueso · 7 years ago
- b8fd998 sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE by Davidlohr Bueso · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
- 9405c03 ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
- 3d3653f ipc: move atomic_set() to where it is needed by Kees Cook · 7 years ago
- c3f6fb6 ipc/util: drop ipc_rcu_alloc() by Kees Cook · 7 years ago
- 5ccc8fb ipc/util: drop ipc_rcu_free() by Kees Cook · 7 years ago
- f8dbe8d ipc: drop non-RCU allocation by Kees Cook · 7 years ago
- dba4cdd ipc: merge ipc_rcu and kern_ipc_perm by Manfred Spraul · 7 years ago
- a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
- 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
- 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
- b9a5322 Initialize msg/shm IPC objects before doing ipc_addid() by Linus Torvalds · 9 years ago
- 6157dbb ipc,sysv: return -EINVAL upon incorrect id/seqnum by Davidlohr Bueso · 9 years ago
- f8b5918 ipc,sysv: make return -EIDRM when racing with RMID consistent by Davidlohr Bueso · 9 years ago
- 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
- c859aa8 ipc/util.c: use kvfree() in ipc_rcu_free() by Pekka Enberg · 9 years ago
- 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 10 years ago
- 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 10 years ago
- d66a052 ipc/util.c: use __seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
- da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
- 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
- eb66ec4 ipc: constify ipc_ops by Mathias Krause · 10 years ago
- 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 11 years ago
- daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 11 years ago
- 8dc5cd0 ipc: simplify sysvipc_proc_open() return by Davidlohr Bueso · 11 years ago
- 95d4eb2 ipc: remove useless return statement by Davidlohr Bueso · 11 years ago
- 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 11 years ago
- 8001c85 ipc: standardize code comments by Davidlohr Bueso · 11 years ago
- 239521f ipc: whitespace cleanup by Manfred Spraul · 11 years ago
- 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 11 years ago
- 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
- 18ccee2 ipc: update locking scheme comments by Davidlohr Bueso · 11 years ago
- 53dad6d ipc: fix race with LSMs by Davidlohr Bueso · 11 years ago
- 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
- 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
- 05603c4 ipc: document general ipc locking scheme by Davidlohr Bueso · 11 years ago
- d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
- 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
- 196aa01 ipc/util.c, ipc_rcu_alloc: cacheline align allocation by Manfred Spraul · 11 years ago
- 7b4cc5d ipc: move locking out of ipcctl_pre_down_nolock by Davidlohr Bueso · 11 years ago
- dbfcd91 ipc: move rcu lock out of ipc_addid by Davidlohr Bueso · 11 years ago
- 600fe97 ipc_schedule_free() can do vfree() directly now by Al Viro · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 12 years ago
- 444d0f6 ipc: introduce lockless pre_down ipcctl by Davidlohr Bueso · 12 years ago
- 4d2bff5 ipc: introduce obtaining a lockless ipc object by Davidlohr Bueso · 12 years ago
- 8f68fa2 ipc/util.c: use register_hotmemory_notifier() by Andrew Morton · 12 years ago
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- 54924ea ipc: convert to idr_alloc() by Tejun Heo · 12 years ago
- 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 12 years ago
- 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
- c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
- d4ee9aa ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu() by Lai Jiangshan · 14 years ago
- 6213cfe ipc: fix util.c kernel-doc warnings by Randy Dunlap · 14 years ago
- b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 14 years ago
- 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
- 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
- 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 16 years ago
- e816f37 sanitize audit_ipc_set_perm() by Al Viro · 16 years ago
- a33e675 sanitize audit_ipc_obj() by Al Viro · 16 years ago
- ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
- e00b4ff7e sysvipc: fix the ipc structures initialization by Nadia Derbey · 16 years ago
- 414c070 CRED: Wrap task credential accesses in the SYSV IPC subsystem by David Howells · 16 years ago
- 00c2bf8 ipc: get rid of ipc_lock_down() by Nadia Derbey · 16 years ago
- 983bfb7 ipc: call idr_find() without locking in ipc_lock() by Nadia Derbey · 16 years ago
- 6a6375d sysvipc: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
- 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 17 years ago
- a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 17 years ago
- 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 17 years ago
- 424450c ipc: invoke the ipcns notifier chain as a work item by Nadia Derbey · 17 years ago
- b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 17 years ago
- 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 17 years ago
- 48dea40 IPC: use ipc_buildid() directly from ipc_addid() by Pierre Peiffer · 17 years ago
- ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 17 years ago
- b2d75cd ipc: uninline some code from util.h by Pavel Emelyanov · 17 years ago
- ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 17 years ago
- b524b9a make ipc/util.c:sysvipc_find_ipc() static by Adrian Bunk · 17 years ago
- 283bb7f IPC: fix error case when idr-cache is empty in ipcget() by Pierre Peiffer · 17 years ago
- 3e148c7 fix idr_find() locking by Nadia Derbey · 17 years ago
- f4566f0 ipc: fix wrong comments by Nadia Derbey · 17 years ago
- 2802831 ipc: inline ipc_buildid() by Nadia Derbey · 17 years ago
- ce621f5 ipc: introduce the ipcid_to_idx macro by Nadia Derbey · 17 years ago