aboutsummaryrefslogtreecommitdiff
path: root/ipc/shm.c
AgeCommit message (Expand)Author
2013-11-29ipc,shm: fix shm_file deletion racesGreg Thelen
2013-11-29ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson
2013-10-18ipc: fix race with LSMsDavidlohr Bueso
2013-10-18ipc, shm: drop shm_lock_checkDavidlohr Bueso
2013-10-18ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso
2013-10-18ipc: rename ids->rw_mutexDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region for shmatDavidlohr Bueso
2013-10-18ipc,shm: cleanup do_shmat pastaDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region for shmctlDavidlohr Bueso
2013-10-18ipc,shm: make shmctl_nolock locklessDavidlohr Bueso
2013-10-18ipc,shm: introduce shmctl_nolockDavidlohr Bueso
2013-10-18ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso
2013-10-18ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso
2013-10-18ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso
2013-10-18ipc: close open coded spin lock callsDavidlohr Bueso
2013-10-18ipc: move rcu lock out of ipc_addidDavidlohr Bueso
2013-05-09shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov
2013-02-22new helper: file_inode(file)Al Viro
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2011-08-04Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds
2011-08-03shm: optimize exit_shm()Vasiliy Kulikov
2011-08-03shm: fix wrong testsVasiliy Kulikov
2011-07-30shm: optimize locking and ipc_namespace gettingVasiliy Kulikov
2011-07-30shm: handle separate PID namespaces caseVasiliy Kulikov
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2010-10-30ipc: shm: fix information leak to userlandVasiliy Kulikov
2010-10-27ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shmHelge Deller
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-03-12ipc: use rlimit helpersJiri Slaby
2010-01-16nommu: fix SYSV SHM for NOMMUDavid Howells
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds