aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-19mm: fault feedback #1Gravatar Nick Piggin 1-3/+2
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Gravatar Nick Piggin 1-4/+5
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Gravatar Jeff Garzik 2-3/+3
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSGravatar Cedric Le Goater 5-25/+6
2007-07-06fix logic error in ipc compat semctl()Gravatar Alexander Graf 1-1/+1
2007-06-16shm: fix the filename of hugetlb sysv shared memoryGravatar Eric W. Biederman 1-3/+3
2007-06-16hugetlb: fix get_policy for stacked shared memory filesGravatar Adam Litke 1-1/+3
2007-06-16Restore shmid as inode# to fix /proc/pid/maps ABI breakageGravatar Badari Pulavarty 1-0/+5
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-11[PATCH] complete message queue auditingGravatar Amy Griffis 1-0/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 2-2/+0
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingGravatar Badari Pulavarty 1-43/+10
2007-05-08Cap shmmax at INT_MAX in compat shminfoGravatar Guy Streeter 1-0/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-03-27[PATCH] ipcns: fix !CONFIG_IPC_NS behaviorGravatar Serge E. Hallyn 1-0/+7
2007-03-06[PATCH] mqueue: nested locking annotationGravatar Peter Zijlstra 1-1/+2
2007-03-01[PATCH] Fix get_unmapped_area and fsync for hugetlb shm segmentsGravatar Adam Litke 1-6/+26
2007-03-01[PATCH] make ipc/shm.c:shm_nopage() staticGravatar Adrian Bunk 1-2/+2
2007-02-20[PATCH] shm: make sysv ipc shared memory use stacked filesGravatar Eric W. Biederman 1-85/+155
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlGravatar Eric W. Biederman 2-2/+2
2007-02-14[PATCH] sysctl: move SYSV IPC sysctls to their own fileGravatar Eric W. Biederman 2-0/+184
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-2/+2
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 3-6/+6
2007-02-12[PATCH] ipc: save the ipc namespace while reading proc filesGravatar Eric W. Biederman 1-13/+45
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-11/+10
2007-01-23[PATCH] correct sys_shmget allocation checkGravatar Guy Streeter 1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-12-08[PATCH] struct path: convert ipcGravatar Josef Sipek 2-16/+16
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocGravatar Burman Yan 1-2/+1
2006-12-07[PATCH] Fix the size limit of compat space msgsizeGravatar suzuki 2-27/+40
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-1/+6
2006-11-04Revert unintentional "volatile" changes in ipc/msg.cGravatar Linus Torvalds 1-1/+1
2006-11-03[PATCH] Fix ipc entries removalGravatar Pavel Emelianov 5-1/+16
2006-10-03Michal Wronski: update contact infoGravatar Michal Wronski 1-1/+1
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2006-10-02[PATCH] ipc: replace kmalloc and memset in get_undo_list with kzallocGravatar Matt Helsley 1-4/+1
2006-10-02[PATCH] IPC namespace - shmGravatar Kirill Korotaev 1-86/+168
2006-10-02[PATCH] IPC namespace - semGravatar Kirill Korotaev 1-71/+130
2006-10-02[PATCH] IPC namespace - msgGravatar Kirill Korotaev 1-51/+106
2006-10-02[PATCH] IPC namespace - utilsGravatar Kirill Korotaev 2-13/+143
2006-10-02[PATCH] update mq_notify to use a struct pidGravatar Cedric Le Goater 1-12/+15
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-4/+1
2006-07-31[PATCH] ipc/msg.c: clean up coding styleGravatar Ingo Molnar 1-184/+205
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 5-5/+0