summaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)Author
2007-07-31Fix user struct leakage with locked IPC shem segmentPavel Emelianov
2007-07-31NOMMU: Fix SYSV IPC SHMDavid Howells
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater
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-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-12[PATCH] mark struct file_operations const 7Arjan van de Ven
2007-01-23[PATCH] correct sys_shmget allocation checkGuy Streeter
2006-12-08[PATCH] struct path: convert ipcJosef Sipek
2006-11-03[PATCH] Fix ipc entries removalPavel Emelianov
2006-10-02[PATCH] IPC namespace - shmKirill Korotaev
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-23[PATCH] remove unused o_flags from do_shmatHugh Dickins
2006-06-20[PATCH] update of IPC audit record cleanupLinda Knippers
2006-05-01[PATCH] Rework of IPC auditingSteve Grubb
2006-04-17[PATCH] shmat: stop mprotect from giving write permission to a readonly attac...Hugh Dickins
2006-04-02BUG_ON() Conversion in ipc/shm.cEric Sesterhenn
2006-03-26[PATCH] sem2mutex: ipc, id.semIngo Molnar
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2006-03-24[PATCH] shmdt: check address alignmentHugh Dickins
2006-03-20[PATCH] Capture selinux subject/object context information.Dustin Kirkland
2006-02-10[PATCH] shmdt cannot detach not-alined shm segment cleanly.KAMEZAWA Hiroyuki
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2006-01-08[PATCH] ipc: expand shm_flagsAndrew Morton
2006-01-06[PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells
2005-11-07[PATCH] SHM_NORESERVE flags for shmget()Badari Pulavarty
2005-10-29[PATCH] hugetlb: remove repeated codeKrishnakumar R
2005-09-07[PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interfaceMike Waychison
2005-08-01[PATCH] shm: CONFIG_SHMEM=n build fixAndrew Morton
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell
2005-03-01Audit IPC object owner/permission changes.David Woodhouse
2004-12-12[PATCH] shmctl SHM_LOCK permsHugh Dickins
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-08-23[PATCH] hugetlb: permit executable mappingsWilliam Lee Irwin III
2004-08-23[PATCH] remove magic +1 from shm segment countManfred Spraul
2004-08-22[PATCH] rlimit-based mlocks for unprivileged usersRik van Riel
2004-08-22[PATCH] ipc: Add refcount to ipc_rcu_allocManfred Spraul
2004-06-30[PATCH] sparse: NULL vs 0 - the rest of itMika Kukkonen
2004-05-22[PATCH] numa api: Add shared memory supportAndrew Morton
2004-04-11[PATCH] make the pagecache lock irq-safe.Andrew Morton
2004-03-18[PATCH] add file_accessed() helperAlexander Viro
2004-03-16[PATCH] SHMLBA compat task alignment fixAndrew Morton
2004-03-15[PATCH] document unchecked do_munmaps in ipc/shm.cAndrew Morton
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul
2004-02-22[PATCH] fix shmatAndrew Morton