aboutsummaryrefslogtreecommitdiff
path: root/mm/nommu.c
AgeCommit message (Expand)Author
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim
2013-04-27vm: add no-mmu vm_iomap_memory() stubLinus Torvalds
2013-04-04mm: prevent mmap_cache race in find_vma()Jan Stancek
2013-03-04make do_mremap() staticAl Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse
2013-02-23swap: add per-partition lock for swapfileShaohua Li
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-22new helper: file_inode(file)Al Viro
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2012-11-15mm: export a function to get vm committed memoryK. Y. Srinivasan
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-09-26make get_file() return its argumentAl Viro
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer
2012-06-01new helper: vm_mmap_pgoff()Al Viro
2012-06-01kill do_mmap() completelyAl Viro
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-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro
2012-05-30unexport do_mmap()Al Viro
2012-04-21kill mm argument of vm_munmap()Al Viro
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-25mmap: fix and tidy up overcommit page arithmeticDmitry Fink
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-08mm/nommu.c: fix remap_pfn_range()Bob Liu
2011-06-22ptrace: kill trivial tracehooksTejun Heo
2011-05-25nommu: add page alignment to mmapBob Liu
2011-05-25mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim
2011-05-25mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim
2011-05-25mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim
2011-05-25mm: nommu: find vma using the sorted vma listNamhyung Kim
2011-05-25mm: nommu: don't scan the vma list when deletingNamhyung Kim
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes
2011-03-29NOMMU: implement access_remote_vmMike Frysinger
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds