aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/shm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31Fix user struct leakage with locked IPC shem segmentPavel Emelianov1-1/+1
2007-07-31NOMMU: Fix SYSV IPC SHMDavid Howells1-0/+2
2007-07-19mm: fault feedback #1Nick Piggin1-3/+2
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-4/+5
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater1-3/+1
2007-06-16shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman1-3/+3
2007-06-16hugetlb: fix get_policy for stacked shared memory filesAdam Litke1-1/+3
2007-06-16Restore shmid as inode# to fix /proc/pid/maps ABI breakageBadari Pulavarty1-0/+5
2007-03-01[PATCH] Fix get_unmapped_area and fsync for hugetlb shm segmentsAdam Litke1-6/+26
2007-03-01[PATCH] make ipc/shm.c:shm_nopage() staticAdrian Bunk1-2/+2
2007-02-20[PATCH] shm: make sysv ipc shared memory use stacked filesEric W. Biederman1-85/+155
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-2/+2
2007-01-23[PATCH] correct sys_shmget allocation checkGuy Streeter1-1/+1
2006-12-08[PATCH] struct path: convert ipcJosef Sipek1-8/+8
2006-11-03[PATCH] Fix ipc entries removalPavel Emelianov1-0/+1
2006-10-02[PATCH] IPC namespace - shmKirill Korotaev1-86/+168
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] remove unused o_flags from do_shmatHugh Dickins1-3/+0
2006-06-20[PATCH] update of IPC audit record cleanupLinda Knippers1-1/+1
2006-05-01[PATCH] Rework of IPC auditingSteve Grubb1-3/+16
2006-04-17[PATCH] shmat: stop mprotect from giving write permission to a readonly attachment (CVE-2006-1524)Hugh Dickins1-0/+2
2006-04-02BUG_ON() Conversion in ipc/shm.cEric Sesterhenn1-8/+7
2006-03-26[PATCH] sem2mutex: ipc, id.semIngo Molnar1-14/+16
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-2/+2
2006-03-24[PATCH] shmdt: check address alignmentHugh Dickins1-0/+3
2006-03-20[PATCH] Capture selinux subject/object context information.Dustin Kirkland1-2/+2
2006-02-10[PATCH] shmdt cannot detach not-alined shm segment cleanly.KAMEZAWA Hiroyuki1-0/+1
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-08[PATCH] ipc: expand shm_flagsAndrew Morton1-12/+10
2006-01-06[PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells1-5/+13
2005-11-07[PATCH] SHM_NORESERVE flags for shmget()Badari Pulavarty1-1/+9
2005-10-29[PATCH] hugetlb: remove repeated codeKrishnakumar R1-3/+4
2005-09-07[PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interfaceMike Waychison1-58/+28
2005-08-01[PATCH] shm: CONFIG_SHMEM=n build fixAndrew Morton1-1/+1
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-0/+14
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+917