summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2007-10-18sysctl mqueue: remove the binary sysctl numbersEric W. Biederman
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-10-17ipc namespace: remove config ipc ns fixCedric Le Goater
2007-10-17ipc/shm.c: make 2 functions staticAdrian Bunk
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-10[NET]: cleanup 3rd argument in netlink_sendskbDenis V. Lunev
2007-07-31Fix user struct leakage with locked IPC shem segmentPavel Emelianov
2007-07-31NOMMU: Fix SYSV IPC SHMDavid Howells
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater
2007-07-06fix logic error in ipc compat semctl()Alexander Graf
2007-06-16shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman
2007-06-16hugetlb: fix get_policy for stacked shared memory filesAdam Litke
2007-06-16Restore shmid as inode# to fix /proc/pid/maps ABI breakageBadari Pulavarty
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-11[PATCH] complete message queue auditingAmy Griffis
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-05-08Cap shmmax at INT_MAX in compat shminfoGuy Streeter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-03-27[PATCH] ipcns: fix !CONFIG_IPC_NS behaviorSerge E. Hallyn
2007-03-06[PATCH] mqueue: nested locking annotationPeter Zijlstra
2007-03-01[PATCH] Fix get_unmapped_area and fsync for hugetlb shm segmentsAdam Litke
2007-03-01[PATCH] make ipc/shm.c:shm_nopage() staticAdrian Bunk
2007-02-20[PATCH] shm: make sysv ipc shared memory use stacked filesEric W. Biederman
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-14[PATCH] sysctl: move SYSV IPC sysctls to their own fileEric W. Biederman
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven
2007-02-12[PATCH] ipc: save the ipc namespace while reading proc filesEric W. Biederman
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2007-01-23[PATCH] correct sys_shmget allocation checkGuy Streeter
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-08[PATCH] struct path: convert ipcJosef Sipek
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan
2006-12-07[PATCH] Fix the size limit of compat space msgsizesuzuki
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-11-04Revert unintentional "volatile" changes in ipc/msg.cLinus Torvalds
2006-11-03[PATCH] Fix ipc entries removalPavel Emelianov
2006-10-03Michal Wronski: update contact infoMichal Wronski
2006-10-03fix file specification in commentsUwe Zeisberger
2006-10-02[PATCH] ipc: replace kmalloc and memset in get_undo_list with kzallocMatt Helsley
2006-10-02[PATCH] IPC namespace - shmKirill Korotaev
2006-10-02[PATCH] IPC namespace - semKirill Korotaev
2006-10-02[PATCH] IPC namespace - msgKirill Korotaev