rpc: add an rpc_pipe_open method
[safe/jmp/linux-2.6] / ipc /
2008-11-20 Nadia Derbeysysvipc: fix the ipc structures initialization
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-20 Joe Kortymessage queues: increase range limits
2008-10-20 Lee SchermerhornSHM_LOCKED pages are unevictable
2008-10-16 Adrian Bunkipc/sem.c: make free_un() static
2008-10-16 Alexey Dobriyansysctl: simplify ->strategy
2008-07-27 Al Viro[PATCH] kill nameidata passing to permission(), rename...
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Nadia Derbeyipc: do not use a negative value to re-enable msgmni...
2008-07-25 Akinobu Mitaipc: use simple_read_from_buffer()
2008-07-25 Manfred Spraulipc/sem.c: rewrite undo list locking
2008-07-25 Manfred Spraulipc/sem.c: convert sem_array.sem_pending to struct...
2008-07-25 Manfred Spraulipc/sem.c: remove unused entries from struct sem_queue
2008-07-25 Manfred Spraulipc/sem.c: convert undo structures to struct list_head
2008-07-25 Nadia Derbeyipc: get rid of ipc_lock_down()
2008-07-25 Nadia Derbeyipc: call idr_find() without locking in ipc_lock()
2008-07-24 Andi Kleenhugetlb: modular state for hugetlb page size
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-13 Paul Menage/proc/sysvipc/shm: fix 32-bit truncation of segment...
2008-06-10 Neil Hormanshm: Remove silly double assignment
2008-06-06 Nadia Derbeyipc: only output msgmni value at boot time
2008-06-05 Denis V. Lunevnetlink: Remove nonblock parameter from netlink_attachskb
2008-05-03 Ulrich Dreppertiny mq_open optimization
2008-04-29 Denis V. Lunevsysvipc: use non-racy method for proc entries creation
2008-04-29 Manfred Spraulipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)
2008-04-29 Zhang, Yanminipc: add definitions of USHORT_MAX and others
2008-04-29 Pierre PeifferIPC: consolidate all xxxctl_down() functions
2008-04-29 Pierre PeifferIPC: introduce ipc_update_perm()
2008-04-29 Pierre PeifferIPC: get rid of the use *_setbuf structure.
2008-04-29 Pierre PeifferIPC/semaphores: remove one unused parameter from semctl...
2008-04-29 Pierre PeifferIPC/semaphores: move the rwmutex handling inside semctl...
2008-04-29 Pierre PeifferIPC/message queues: introduce msgctl_down
2008-04-29 Pierre PeifferIPC/shared memory: introduce shmctl_down
2008-04-29 Pierre PeifferIPC/semaphores: code factorisation
2008-04-29 Nadia Derbeyipc: re-enable msgmni automatic recomputing msgmni...
2008-04-29 Nadia Derbeyipc: do not recompute msgmni anymore if explicitly...
2008-04-29 Nadia Derbeyipc: recompute msgmni on ipc namespace creation/removal
2008-04-29 Nadia Derbeyipc: invoke the ipcns notifier chain as a work item
2008-04-29 Nadia Derbeyipc: recompute msgmni on memory add / remove
2008-04-29 Nadia Derbeyipc: scale msgmni to the number of ipc namespaces
2008-04-29 Nadia Derbeyipc: scale msgmni to the amount of lowmem
2008-04-29 Pierre PeifferIPC: use ipc_buildid() directly from ipc_addid()
2008-04-28 Lee Schermerhornmempolicy: rework mempolicy Reference Counting [yet...
2008-04-28 Lee Schermerhornmempolicy: fixup Fallback for Default Shmem Policy
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for open()s
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for rmdir...
2008-03-11 Lee Schermerhornmempolicy: fix reference counting bugs
2008-02-08 Pavel EmelyanovPidns: fix badly converted mqueues pid handling
2008-02-08 Pavel EmelyanovPidns: make full use of xxx_vnr() calls
2008-02-08 Pierre PeifferIPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_e...
2008-02-08 Pierre PeifferIPC: make struct ipc_ids static in ipc_namespace
2008-02-08 Pierre PeifferIPC/semaphores: consolidate SEM_STAT and IPC_STAT commands
2008-02-08 Pavel Emelyanovipc: uninline some code from util.h
2008-02-08 Pavel Emelyanovnamespaces: move the IPC namespace under IPC_NS option
2008-02-06 Adrian Bunkmake ipc/util.c:sysvipc_find_ipc() static
2008-02-06 Pierre PeifferIPC: fix error check in all new xxx_lock() and xxx_exit...
2007-11-29 Pavel Emelyanovipc: lost unlock and fput in mqueue.c on error path
2007-11-07 Patrick McHardy[NETLINK]: Fix unicast timeouts
2007-10-21 Al Viro[PATCH] pass dentry to audit_inode()/audit_inode_child()
2007-10-19 Pierre PeifferIPC: fix error case when idr-cache is empty in ipcget()
2007-10-19 Kirill Korotaevvirtualization of sysv msg queues is incomplete
2007-10-19 Pierre PeifferIPC: cleanup some code and wrong comments about semundo...
2007-10-19 Nadia Derbeyipc: remove unneeded parameters
2007-10-19 Nadia Derbeyfix idr_find() locking
2007-10-19 Nadia Derbeyipc: fix wrong comments
2007-10-19 Nadia Derbeyipc: inline ipc_buildid()
2007-10-19 Nadia Derbeyipc: introduce the ipcid_to_idx macro
2007-10-19 Nadia DerbeyStoring ipcs into IDRs
2007-10-19 Nadia Derbeyipc: integrate ipc_checkid() into ipc_lock()
2007-10-19 Nadia Derbeyipc: remove the ipc_get() routine
2007-10-19 Nadia Derbeyipc: unify the syscalls code
2007-10-19 Nadia Derbeyipc: store ipcs into IDRs
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-18 Eric W. Biedermansysctl mqueue: remove the binary sysctl numbers
2007-10-17 Dave Hansenr/o bind mounts: filesystem helpers for custom 'struct...
2007-10-17 Cedric Le Goateripc namespace: remove config ipc ns fix
2007-10-17 Adrian Bunkipc/shm.c: make 2 functions static
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-11 Denis V. Lunev[NET]: cleanup 3rd argument in netlink_sendskb
2007-07-31 Pavel EmelianovFix user struct leakage with locked IPC shem segment
2007-07-31 David HowellsNOMMU: Fix SYSV IPC SHM
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Nick Pigginmm: fault feedback #1
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-17 Jeff Garzikarch/i386/* fs/* ipc/*: mark variables with uninitializ...
2007-07-16 Cedric Le Goaterremove CONFIG_UTS_NS and CONFIG_IPC_NS
2007-07-06 Alexander Graffix logic error in ipc compat semctl()
2007-06-16 Eric W. Biedermanshm: fix the filename of hugetlb sysv shared memory
2007-06-16 Adam Litkehugetlb: fix get_policy for stacked shared memory files
2007-06-16 Badari PulavartyRestore shmid as inode# to fix /proc/pid/maps ABI breakage
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-11 Amy Griffis[PATCH] complete message queue auditing
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Badari PulavartyMerge sys_clone()/sys_unshare() nsproxy and namespace...
2007-05-08 Guy StreeterCap shmmax at INT_MAX in compat shminfo
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-03-27 Serge E. Hallyn[PATCH] ipcns: fix !CONFIG_IPC_NS behavior
2007-03-06 Peter Zijlstra[PATCH] mqueue: nested locking annotation
2007-03-02 Adam Litke[PATCH] Fix get_unmapped_area and fsync for hugetlb...
2007-03-01 Adrian Bunk[PATCH] make ipc/shm.c:shm_nopage() static
next