- 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
- 023a535 ipc: integrate ipc_checkid() into ipc_lock() by Nadia Derbey · 17 years ago
- 637c366 ipc: remove the ipc_get() routine by Nadia Derbey · 17 years ago
- 7748dbf ipc: unify the syscalls code by Nadia Derbey · 17 years ago
- 7ca7e56 ipc: store ipcs into IDRs by Nadia Derbey · 17 years ago
- 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
- e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
- a28d193 [PATCH] ipcns: fix !CONFIG_IPC_NS behavior by Serge E. Hallyn · 18 years ago
- 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
- bc1fc6d [PATCH] ipc: save the ipc namespace while reading proc files by Eric W. Biederman · 18 years ago
- 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
- 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
- c7e12b8 [PATCH] Fix ipc entries removal by Pavel Emelianov · 18 years ago
- 73ea413 [PATCH] IPC namespace - utils by Kirill Korotaev · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
- 073115d [PATCH] Rework of IPC auditing by Steve Grubb · 19 years ago
- a9a5cd5 [PATCH] IPC: access to unmapped vmalloc area in grow_ary() by Alexey Kuznetsov · 19 years ago
- 9bc98fc BUG_ON() Conversion in ipc/util.c by Eric Sesterhenn · 19 years ago
- 5f921ae [PATCH] sem2mutex: ipc, id.sem by Ingo Molnar · 19 years ago
- 624dffc correct email address of Manfred Spraul by Christian Kujau · 19 years ago
- c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
- 1e5d533 [PATCH] more kernel-doc cleanups, additions by Randy Dunlap · 19 years ago
- ae78177 [PATCH] ipc: add generic struct ipc_ids seq_file iteration by Mike Waychison · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago