summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-121-28/+28
* ipc,shm: shorten critical region for shmatDavidlohr Bueso2013-09-121-4/+10
* ipc,shm: cleanup do_shmat pastaDavidlohr Bueso2013-09-121-14/+12Star
* ipc,shm: shorten critical region for shmctlDavidlohr Bueso2013-09-121-24/+25
* ipc,shm: make shmctl_nolock locklessDavidlohr Bueso2013-09-121-7/+12
* ipc,shm: introduce shmctl_nolockDavidlohr Bueso2013-09-121-18/+39
* ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso2013-09-121-4/+6
* ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-09-121-0/+20
* 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-081-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-271-5/+6
|\
| * fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-231-1/+2
| * new helper: file_inode(file)Al Viro2013-02-231-4/+4
* | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-241-2/+2
* | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-241-5/+7
|/
* mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-121-1/+2
* userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-071-8/+11
* ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-311-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-221-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-051-1/+8
* shm: optimize exit_shm()Vasiliy Kulikov2011-08-041-0/+3
* shm: fix wrong testsVasiliy Kulikov2011-08-041-2/+2
* shm: optimize locking and ipc_namespace gettingVasiliy Kulikov2011-07-301-33/+28Star
* shm: handle separate PID namespaces caseVasiliy Kulikov2011-07-301-7/+20
* ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-271-4/+93
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-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-241-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-281-21/+42
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-281-7/+4Star
* ipc: use rlimit helpersJiri Slaby2010-03-131-2/+1Star
* 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/+5Star
|\
| * Untangling ima mess, part 1: alloc_file()Al Viro2009-12-161-2/+0Star
| * 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