summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
AgeCommit message (Expand)AuthorLines
2008-04-29IPC: consolidate all xxxctl_down() functionsPierre Peiffer-38/+4
2008-04-29IPC: introduce ipc_update_perm()Pierre Peiffer-4/+1
2008-04-29IPC: get rid of the use *_setbuf structure.Pierre Peiffer-27/+14
2008-04-29IPC/shared memory: introduce shmctl_downPierre Peiffer-88/+72
2008-04-29IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer-9/+1
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn-3/+2
2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn-2/+1
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn-2/+3
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer-21/+6
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer-22/+4
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov-0/+3
2008-02-06IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsPierre Peiffer-3/+17
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer-2/+3
2007-10-19ipc: remove unneeded parametersNadia Derbey-3/+2
2007-10-19fix idr_find() lockingNadia Derbey-26/+51
2007-10-19ipc: fix wrong commentsNadia Derbey-13/+26
2007-10-19Storing ipcs into IDRsNadia Derbey-6/+17
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey-42/+48
2007-10-19ipc: remove the ipc_get() routineNadia Derbey-3/+13
2007-10-19ipc: unify the syscalls codeNadia Derbey-46/+27
2007-10-19ipc: store ipcs into IDRsNadia Derbey-47/+69
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-3/+3
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen-8/+5
2007-10-17ipc/shm.c: make 2 functions staticAdrian Bunk-2/+3
2007-07-31Fix user struct leakage with locked IPC shem segmentPavel Emelianov-1/+1
2007-07-31NOMMU: Fix SYSV IPC SHMDavid Howells-0/+2
2007-07-19mm: fault feedback #1Nick Piggin-3/+2
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin-4/+5
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater-3/+1
2007-06-16shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman-3/+3
2007-06-16hugetlb: fix get_policy for stacked shared memory filesAdam Litke-1/+3
2007-06-16Restore shmid as inode# to fix /proc/pid/maps ABI breakageBadari Pulavarty-0/+5
2007-03-01[PATCH] Fix get_unmapped_area and fsync for hugetlb shm segmentsAdam Litke-6/+26
2007-03-01[PATCH] make ipc/shm.c:shm_nopage() staticAdrian Bunk-2/+2
2007-02-20[PATCH] shm: make sysv ipc shared memory use stacked filesEric W. Biederman-85/+155
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven-2/+2
2007-01-23[PATCH] correct sys_shmget allocation checkGuy Streeter-1/+1
2006-12-08[PATCH] struct path: convert ipcJosef Sipek-8/+8
2006-11-03[PATCH] Fix ipc entries removalPavel Emelianov-0/+1
2006-10-02[PATCH] IPC namespace - shmKirill Korotaev-86/+168
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-23[PATCH] remove unused o_flags from do_shmatHugh Dickins-3/+0
2006-06-20[PATCH] update of IPC audit record cleanupLinda Knippers-1/+1
2006-05-01[PATCH] Rework of IPC auditingSteve Grubb-3/+16
2006-04-17[PATCH] shmat: stop mprotect from giving write permission to a readonly attac...Hugh Dickins-0/+2
2006-04-02BUG_ON() Conversion in ipc/shm.cEric Sesterhenn-8/+7
2006-03-26[PATCH] sem2mutex: ipc, id.semIngo Molnar-14/+16
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-2/+2
2006-03-24[PATCH] shmdt: check address alignmentHugh Dickins-0/+3
2006-03-20[PATCH] Capture selinux subject/object context information.Dustin Kirkland-2/+2