aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAge
* 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-09
|/
* 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
* arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-25
* NOMMU: implement access_remote_vmMike Frysinger2011-03-29
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-23
|/
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-13
* nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt2010-12-23
* nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt2010-12-23
* nommu: yield CPU while disposing VMSteven J. Magnani2010-11-24
* audit mmapAl Viro2010-10-30
* mm: add vzalloc() and vzalloc_node() helpersDave Young2010-10-26
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-21
* NOMMU: Remove an extraneous no_printk()David Howells2010-08-13
* nommu: allow private mappings of read-only devicesBernd Schmidt2010-05-26
* NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells2010-03-25
* NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells2010-03-25
* nommu: fix an incorrect comment in the do_mmap_shared_file()David Howells2010-03-24
* Add generic sys_old_mmap()Christoph Hellwig2010-03-12
* nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani2010-03-06
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-06
* nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-16
* nommu: don't need get_unmapped_area() for NOMMUDavid Howells2010-01-16
* nommu: remove a superfluous check of vm_region::vm_usageDavid Howells2010-01-16
* nommu: struct vm_region's vm_usage count need not be atomicDavid Howells2010-01-16