summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAgeFilesLines
* mm: prevent mmap_cache race in find_vma()Jan Stancek2013-04-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-6/+6
|\
| * new helper: file_inode(file)Al Viro2013-02-221-6/+6
* | mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse2013-02-231-2/+4
* | mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse2013-02-231-7/+8
* | swap: add per-partition lock for swapfileShaohua Li2013-02-231-1/+1
* | 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-1/+4
* | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
|/
* mm: export a function to get vm committed memoryK. Y. Srinivasan2012-11-151-0/+15
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-7/+5
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov2012-10-091-10/+1
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+8
* make get_file() return its argumentAl Viro2012-09-261-4/+2
* nommu: fix compilation of nommu.cGreg Ungerer2012-06-041-1/+1
* new helper: vm_mmap_pgoff()Al Viro2012-06-011-28/+1
* kill do_mmap() completelyAl Viro2012-06-011-11/+5
* switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2012-06-011-2/+2
* take security_mmap_file() outside of ->mmap_semAl Viro2012-06-011-10/+12
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-1/+4
* unexport do_mmap()Al Viro2012-05-301-1/+0
* kill mm argument of vm_munmap()Al Viro2012-04-211-2/+3
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-2/+27
* VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-201-2/+7
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-201-1/+1
* NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells2012-02-241-2/+0
* NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells2012-02-241-0/+7
* xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-161-1/+1
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* mmap: fix and tidy up overcommit page arithmeticDmitry Fink2011-07-251-21/+13
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-221-2/+1
|\
| * ptrace: kill trivial tracehooksTejun Heo2011-06-221-2/+1
* | mm/nommu.c: fix remap_pfn_range()Bob Liu2011-07-081-3/+6
|/
* nommu: add page alignment to mmapBob Liu2011-05-251-9/+14
* mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim2011-05-251-3/+3
* mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim2011-05-251-1/+1
* mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim2011-05-251-4/+2
* mm: nommu: find vma using the sorted vma listNamhyung Kim2011-05-251-8/+4
* mm: nommu: don't scan the vma list when deletingNamhyung Kim2011-05-251-7/+8
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-251-22/+16
* arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-251-3/+3
* NOMMU: implement access_remote_vmMike Frysinger2011-03-291-13/+39
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-4/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-4/+0
* | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
|/
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-131-2/+4
* nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt2010-12-241-1/+26
* nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt2010-12-241-0/+1
* nommu: yield CPU while disposing VMSteven J. Magnani2010-11-251-0/+1