summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
* SHM_LOCKED pages are unevictableLee Schermerhorn2008-10-201-0/+4
* ipc: get rid of ipc_lock_down()Nadia Derbey2008-07-251-18/+3
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-1/+2
* /proc/sysvipc/shm: fix 32-bit truncation of segment sizesPaul Menage2008-06-121-8/+8
* shm: Remove silly double assignmentNeil Horman2008-06-101-2/+0
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-291-38/+4
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-291-4/+1
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-291-27/+14
* IPC/shared memory: introduce shmctl_downPierre Peiffer2008-04-291-88/+72
* IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer2008-04-291-9/+1
* mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn2008-04-281-3/+2
* mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn2008-04-281-2/+1
* mempolicy: fix reference counting bugsLee Schermerhorn2008-03-101-2/+3
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-081-21/+6
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-22/+4
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+3
* IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsPierre Peiffer2008-02-061-3/+17
* IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer2007-10-191-2/+3
* ipc: remove unneeded parametersNadia Derbey2007-10-191-3/+2
* fix idr_find() lockingNadia Derbey2007-10-191-26/+51
* ipc: fix wrong commentsNadia Derbey2007-10-191-13/+26
* Storing ipcs into IDRsNadia Derbey2007-10-191-6/+17
* ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey2007-10-191-42/+48
* ipc: remove the ipc_get() routineNadia Derbey2007-10-191-3/+13
* ipc: unify the syscalls codeNadia Derbey2007-10-191-46/+27
* ipc: store ipcs into IDRsNadia Derbey2007-10-191-47/+69
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-3/+3
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-8/+5
* ipc/shm.c: make 2 functions staticAdrian Bunk2007-10-171-2/+3
* Fix user struct leakage with locked IPC shem segmentPavel Emelianov2007-07-311-1/+1
* NOMMU: Fix SYSV IPC SHMDavid Howells2007-07-311-0/+2
* mm: fault feedback #1Nick Piggin2007-07-191-3/+2
* mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-191-4/+5
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-3/+1
* shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman2007-06-161-3/+3
* hugetlb: fix get_policy for stacked shared memory filesAdam Litke2007-06-161-1/+3
* Restore shmid as inode# to fix /proc/pid/maps ABI breakageBadari Pulavarty2007-06-161-0/+5
* [PATCH] Fix get_unmapped_area and fsync for hugetlb shm segmentsAdam Litke2007-03-011-6/+26
* [PATCH] make ipc/shm.c:shm_nopage() staticAdrian Bunk2007-03-011-2/+2
* [PATCH] shm: make sysv ipc shared memory use stacked filesEric W. Biederman2007-02-201-85/+155
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [PATCH] correct sys_shmget allocation checkGuy Streeter2007-01-231-1/+1
* [PATCH] struct path: convert ipcJosef Sipek2006-12-081-8/+8
* [PATCH] Fix ipc entries removalPavel Emelianov2006-11-031-0/+1
* [PATCH] IPC namespace - shmKirill Korotaev2006-10-021-86/+168
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] remove unused o_flags from do_shmatHugh Dickins2006-06-231-3/+0
* [PATCH] update of IPC audit record cleanupLinda Knippers2006-06-201-1/+1
* [PATCH] Rework of IPC auditingSteve Grubb2006-05-011-3/+16