Commit Graph

141 Commits (0fa6ebc600bc8e830551aee47a0e929e818a1868)

Author SHA1 Message Date
Greg Ungerer ad1ed2937e nommu: fix compilation of nommu.c 13 years ago
Al Viro eb36c5873b new helper: vm_mmap_pgoff() 13 years ago
Al Viro dc982501d9 kill do_mmap() completely 13 years ago
Al Viro e3fc629d7b switch aio and shm to do_mmap_pgoff(), make do_mmap() static 13 years ago
Al Viro 8b3ec6814c take security_mmap_file() outside of ->mmap_sem 13 years ago
Al Viro e5467859f7 split ->file_mmap() into ->mmap_addr()/->mmap_file() 13 years ago
Al Viro cf74d14c4f unexport do_mmap() 13 years ago
Al Viro bfce281c28 kill mm argument of vm_munmap() 13 years ago
Linus Torvalds 6be5ceb02e VM: add "vm_mmap()" helper function 13 years ago
Linus Torvalds a46ef99d80 VM: add "vm_munmap()" helper function 13 years ago
Linus Torvalds e4eb1ff61b VM: add "vm_brk()" helper function 13 years ago
David Howells b94cfaf668 NOMMU: Don't need to clear vm_mm when deleting a VMA 13 years ago
David Howells 918e556ec2 NOMMU: Lock i_mmap_mutex for access to the VMA prio list 13 years ago
David Vrabel cd12909cb5 xen: map foreign pages for shared rings by updating the PTEs directly 13 years ago
Paul Gortmaker b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
Dmitry Fink c15bef3099 mmap: fix and tidy up overcommit page arithmetic 14 years ago
Bob Liu 8f3b1327aa mm/nommu.c: fix remap_pfn_range() 14 years ago
Tejun Heo a288eecce5 ptrace: kill trivial tracehooks 14 years ago
Bob Liu f67d9b1576 nommu: add page alignment to mmap 14 years ago
Namhyung Kim bb005a59e0 mm: nommu: fix a compile warning in do_mmap_pgoff() 14 years ago
Namhyung Kim 7223bb4a82 mm: nommu: fix a potential memory leak in do_mmap_private() 14 years ago
Namhyung Kim d75a310c42 mm: nommu: check the vma list when unmapping file-mapped vma 14 years ago
Namhyung Kim e922c4c536 mm: nommu: find vma using the sorted vma list 14 years ago
Namhyung Kim b951bf2c46 mm: nommu: don't scan the vma list when deleting 14 years ago
Namhyung Kim 6038def0d1 mm: nommu: sort mm->mmap list properly 14 years ago
David Rientjes 7bf02ea22c arch, mm: filter disallowed nodes from arch specific show_mem functions 14 years ago
Mike Frysinger f55f199b7d NOMMU: implement access_remote_vm 14 years ago
Stephen Wilson cae5d39032 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Michel Lespinasse 53a7706d5e mlock: do not hold mmap_sem for extended periods of time 14 years ago
Paul Mundt 29c185e5c6 nommu: Provide stubbed alloc/free_vm_area() implementation. 14 years ago
Paul Mundt 9a14f653df nommu: Fix up vmalloc_node() symbol export regression. 14 years ago
Steven J. Magnani 04c3496152 nommu: yield CPU while disposing VM 14 years ago
Al Viro 120a795da0 audit mmap 14 years ago
Dave Young e1ca7788de mm: add vzalloc() and vzalloc_node() helpers 15 years ago
Linus Torvalds 297c5eee37 mm: make the vma list be doubly linked 15 years ago
David Howells fe622e76fd NOMMU: Remove an extraneous no_printk() 15 years ago
Bernd Schmidt 3c7b204547 nommu: allow private mappings of read-only devices 15 years ago
David Howells e1ee65d859 NOMMU: Fix __get_user_pages() to pin last page on offset buffers 15 years ago
David Howells 7561e8ca0d NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start' 15 years ago
David Howells 3fa30460ea nommu: fix an incorrect comment in the do_mmap_shared_file() 15 years ago
Christoph Hellwig a4679373cf Add generic sys_old_mmap() 15 years ago
Steven J. Magnani c08c6e1f54 nommu: get_user_pages(): pin last page on non-page-aligned start 15 years ago
Rik van Riel 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue 15 years ago
David Howells 7e6608724c nommu: fix shared mmap after truncate shrinkage problems 15 years ago
David Howells efc1a3b169 nommu: don't need get_unmapped_area() for NOMMU 15 years ago
David Howells 779c10232c nommu: remove a superfluous check of vm_region::vm_usage 15 years ago
David Howells 1e2ae599d3 nommu: struct vm_region's vm_usage count need not be atomic 15 years ago
Jie Zhang 7959722b95 NOMMU: Use copy_*_user_page() in access_process_vm() 15 years ago
Mike Frysinger cfe79c00a2 NOMMU: Avoiding duplicate icache flushes of shared maps 15 years ago