aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-5/+0
2014-06-23mm: nommu: per-thread vma cache fixSteven Miao1-1/+1
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys1-1/+4
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong1-10/+6
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-8/+16
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+6
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-1/+1
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand1-0/+1
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-2/+1
2013-11-13mm: factor commit limit calculationJerome Marchand1-2/+1
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-4/+0
2013-07-03mm: kill global variable num_physpagesJiang Liu1-2/+0
2013-07-03mm/nommu.c: add additional check for vread() just like vwrite() has doneChen Gang1-0/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+1
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker1-4/+26
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker1-5/+30
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim1-2/+1
2013-04-27vm: add no-mmu vm_iomap_memory() stubLinus Torvalds1-0/+10
2013-04-04mm: prevent mmap_cache race in find_vma()Jan Stancek1-1/+1
2013-03-04make do_mremap() staticAl Viro1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse1-2/+4
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-7/+8
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-2/+2
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-1/+4
2013-02-22new helper: file_inode(file)Al Viro1-6/+6
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2012-11-15mm: export a function to get vm committed memoryK. Y. Srinivasan1-0/+15
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-7/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-10/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+8
2012-09-26make get_file() return its argumentAl Viro1-4/+2
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer1-1/+1
2012-06-01new helper: vm_mmap_pgoff()Al Viro1-28/+1
2012-06-01kill do_mmap() completelyAl Viro1-11/+5
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-2/+2
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro1-10/+12
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-1/+4
2012-05-30unexport do_mmap()Al Viro1-1/+0
2012-04-21kill mm argument of vm_munmap()Al Viro1-2/+3
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-2/+27
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-2/+7
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds1-1/+1
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells1-2/+0
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells1-0/+7
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel1-1/+1