Commit Graph

130 Commits (f99e8f715a5c7ebad5410b1e9b4d744ddb284f54)

Author SHA1 Message Date
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
Hugh Dickins 66f0dc481e mm: move sys_mmap_pgoff from util.c 15 years ago
Jie Zhang ea63763959 nommu: fix malloc performance by adding uninitialized flag 15 years ago
David Howells 89a8640279 NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff() 16 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
David Howells 06aab5a308 NOMMU: Ignore mmap() address param as it is a hint 16 years ago
David Howells 645d83c5db NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directly 16 years ago
npiggin@suse.de 25d9e2d152 truncate: new helpers 16 years ago
Hugh Dickins 4266c97a3e nommu: fix two build breakages 16 years ago
Bernd Schmidt eb8cdec4a9 nommu: add support for Memory Protection Units (MPU) 16 years ago
Hugh Dickins 58fa879e1e mm: FOLL flags for GUP flags 16 years ago
Hugh Dickins 1c3aff1cee mm: remove unused GUP flags 16 years ago