aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-25mmap: fix and tidy up overcommit page arithmeticDmitry Fink1-21/+13
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-2/+1
2011-07-08mm/nommu.c: fix remap_pfn_range()Bob Liu1-3/+6
2011-06-22ptrace: kill trivial tracehooksTejun Heo1-2/+1
2011-05-25nommu: add page alignment to mmapBob Liu1-9/+14
2011-05-25mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim1-3/+3
2011-05-25mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim1-1/+1
2011-05-25mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim1-4/+2
2011-05-25mm: nommu: find vma using the sorted vma listNamhyung Kim1-8/+4
2011-05-25mm: nommu: don't scan the vma list when deletingNamhyung Kim1-7/+8
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim1-22/+16
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-3/+3
2011-03-29NOMMU: implement access_remote_vmMike Frysinger1-13/+39
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+0
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-4/+0
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse1-2/+4
2010-12-24nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt1-1/+26
2010-12-24nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt1-0/+1
2010-11-25nommu: yield CPU while disposing VMSteven J. Magnani1-0/+1
2010-10-30audit mmapAl Viro1-0/+2
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young1-1/+48
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-2/+5