aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: sysv shared memory limited to 8TiBRobin Holt2013-05-071-1/+1
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-4/+5
* ipc: shm: fix information leak to userlandVasiliy Kulikov2010-10-301-0/+1
* ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shmHelge Deller2010-10-271-21/+42
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-7/+4
* ipc: use rlimit helpersJiri Slaby2010-03-121-2/+1
* nommu: fix SYSV SHM for NOMMUDavid Howells2010-01-161-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-7/+5
|\
| * Untangling ima mess, part 1: alloc_file()Al Viro2009-12-161-2/+0
| * switch alloc_file() to passing struct pathAl Viro2009-12-161-5/+5
* | ipc ns: fix memory leak (idr)Serge E. Hallyn2009-12-161-0/+1
|/
* file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro2009-12-111-14/+17
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-2/+2
* hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson2009-09-221-1/+1
* fix undefined reference to user_shm_unlockHugh Dickins2009-09-141-1/+1
* mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins2009-08-241-3/+5
* Merge branch 'next' into for-linusJames Morris2009-06-111-2/+1
|\
| * integrity: move ima_counts_getMimi Zohar2009-05-221-1/+0
| * integrity: path_check updateMimi Zohar2009-05-221-2/+2
* | shm: fix unused warnings on nommuMike Frysinger2009-06-091-2/+5
|/
* ipc: make shm_get_stat() more robustTony Battersby2009-04-021-2/+4
* Merge branch 'master' into nextJames Morris2009-03-241-3/+5
|\
| * Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-101-3/+5
* | Merge branch 'master' into nextJames Morris2009-02-061-19/+28
|\|
| * shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEMTony Battersby2009-02-051-0/+4
| * Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-01-311-2/+2
| * [CVE-2009-0029] System call wrappers part 25Heiko Carstens2009-01-141-4/+4
| * NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-0/+12
| * ipc: clean up ipc/shm.cWANG Cong2009-01-061-10/+5
| * sanitize audit_ipc_obj()Al Viro2009-01-041-3/+1
* | Integrity: IMA file free imbalanceMimi Zohar2009-02-061-0/+3
|/
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-2/+2
* CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
* CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells2008-11-141-2/+3
* [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