summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-091-6/+17
* ipc: close open coded spin lock callsDavidlohr Bueso2013-07-091-2/+2
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-091-1/+4
* ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton2013-07-091-2/+2
* shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan2013-05-091-1/+7
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-071-1/+5
* ipc: sysv shared memory limited to 8TiBRobin Holt2013-05-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+6
|\
| * fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-221-1/+2
| * new helper: file_inode(file)Al Viro2013-02-221-4/+4
* | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-231-2/+2
* | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-231-5/+7
|/
* mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-111-1/+2
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-061-8/+11
* ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-301-4/+5
* ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon2012-06-071-0/+12
* switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2012-06-011-1/+1
* take security_mmap_file() outside of ->mmap_semAl Viro2012-06-011-0/+5
* hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-211-1/+1
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-1/+1
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-231-15/+22
* Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds2011-08-041-1/+8
* shm: optimize exit_shm()Vasiliy Kulikov2011-08-031-0/+3
* shm: fix wrong testsVasiliy Kulikov2011-08-031-2/+2
* shm: optimize locking and ipc_namespace gettingVasiliy Kulikov2011-07-301-33/+28
* shm: handle separate PID namespaces caseVasiliy Kulikov2011-07-301-7/+20
* ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-261-4/+93
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+2
* 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
|/