aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/shm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso1-6/+17
2013-07-09ipc: close open coded spin lock callsDavidlohr Bueso1-2/+2
2013-07-09ipc: move rcu lock out of ipc_addidDavidlohr Bueso1-1/+4
2013-07-09ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton1-2/+2
2013-05-09shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan1-1/+7
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-1/+5
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+6
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-2/+2
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-5/+7
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-1/+2
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-1/+2
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman1-8/+11
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon1-4/+5
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon1-0/+12
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-1/+1
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro1-0/+5
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove1-1/+1
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-1/+1
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-15/+22
2011-08-04Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds1-1/+8
2011-08-03shm: optimize exit_shm()Vasiliy Kulikov1-0/+3
2011-08-03shm: fix wrong testsVasiliy Kulikov1-2/+2
2011-07-30shm: optimize locking and ipc_namespace gettingVasiliy Kulikov1-33/+28
2011-07-30shm: handle separate PID namespaces caseVasiliy Kulikov1-7/+20
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov1-4/+93
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn1-4/+5
2010-10-30ipc: shm: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-10-27ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shmHelge Deller1-21/+42
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-7/+4
2010-03-12ipc: use rlimit helpersJiri Slaby1-2/+1
2010-01-16nommu: fix SYSV SHM for NOMMUDavid Howells1-0/+3
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-7/+5
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-2/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-5/+5
2009-12-16ipc ns: fix memory leak (idr)Serge E. Hallyn1-0/+1
2009-12-11file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro1-14/+17
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mountEric B Munson1-1/+1
2009-09-14fix undefined reference to user_shm_unlockHugh Dickins1-1/+1
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins1-3/+5
2009-06-11Merge branch 'next' into for-linusJames Morris1-2/+1
2009-06-09shm: fix unused warnings on nommuMike Frysinger1-2/+5
2009-05-22integrity: move ima_counts_getMimi Zohar1-1/+0
2009-05-22integrity: path_check updateMimi Zohar1-2/+2