summaryrefslogtreecommitdiff
path: root/mm/nommu.c
Commit message (Expand)AuthorAge
* mm: remove free_area_cacheMichel Lespinasse2013-07-10
* mm: kill global variable num_physpagesJiang Liu2013-07-03
* mm/nommu.c: add additional check for vread() just like vwrite() has doneChen Gang2013-07-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * make do_mremap() staticAl Viro2013-03-04
* | mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker2013-04-29
* | mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker2013-04-29
* | mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim2013-04-29
* | vm: add no-mmu vm_iomap_memory() stubLinus Torvalds2013-04-27
* | mm: prevent mmap_cache race in find_vma()Jan Stancek2013-04-04
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse2013-02-23
* | mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse2013-02-23
* | swap: add per-partition lock for swapfileShaohua Li2013-02-23
* | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-23
* | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-23
* | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-07
|/
* mm: export a function to get vm committed memoryK. Y. Srinivasan2012-11-15
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-09
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-09
* mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov2012-10-09
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-09
* make get_file() return its argumentAl Viro2012-09-26
* nommu: fix compilation of nommu.cGreg Ungerer2012-06-04
* new helper: vm_mmap_pgoff()Al Viro2012-06-01
* kill do_mmap() completelyAl Viro2012-06-01
* switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2012-06-01
* take security_mmap_file() outside of ->mmap_semAl Viro2012-06-01
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-31
* unexport do_mmap()Al Viro2012-05-30
* kill mm argument of vm_munmap()Al Viro2012-04-21
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-20
* VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-20
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-20
* NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells2012-02-24
* NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells2012-02-24
* xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-16
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* mmap: fix and tidy up overcommit page arithmeticDmitry Fink2011-07-25
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-22
|\
| * ptrace: kill trivial tracehooksTejun Heo2011-06-22
* | mm/nommu.c: fix remap_pfn_range()Bob Liu2011-07-08
|/
* nommu: add page alignment to mmapBob Liu2011-05-25
* mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim2011-05-25
* mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim2011-05-25
* mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim2011-05-25
* mm: nommu: find vma using the sorted vma listNamhyung Kim2011-05-25
* mm: nommu: don't scan the vma list when deletingNamhyung Kim2011-05-25
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-25