- 22cc877 mm: nommu: refactor debug and warning prints by Leon Romanovsky · 9 years ago
- 6e242a1 nommu: use __vfs_read() by Al Viro · 10 years ago
- 5b8bf30 mm/nommu.c: export symbol max_mapnr by gchen gchen · 10 years ago
- da61653 mm/nommu: fix memory leak by Joonsoo Kim · 10 years ago
- 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- 8138a67a mm/nommu.c: fix arithmetic overflow in __vm_enough_memory() by Roman Gushchin · 10 years ago
- 0fd71a5 mm: gup: add __get_user_pages_unlocked to customize gup_flags by Andrea Arcangeli · 10 years ago
- f0818f4 mm: gup: add get_user_pages_locked and get_user_pages_unlocked by Andrea Arcangeli · 10 years ago
- c8d78c1 mm: replace remap_file_pages() syscall with emulation by Kirill A. Shutemov · 10 years ago
- 944b687 mm: export "high_memory" symbol on !MMU by Arnd Bergmann · 10 years ago
- b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
- dbc8358 mm/nommu: use alloc_pages_exact() rather than its own implementation by Joonsoo Kim · 10 years ago
- 1acf2e0 mm/nommu: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
- 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
- 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
- a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
- e020d5b mm: nommu: per-thread vma cache fix by Steven Miao · 10 years ago
- b1de0d1 mm: convert some level-less printks to pr_* by Mitchel Humpherys · 10 years ago
- ac71490 mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style by Choi Gi-yong · 11 years ago
- 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
- 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 11 years ago
- f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 11 years ago
- d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 11 years ago
- 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 11 years ago
- 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
- 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
- 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
- 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
- 1895418 mm: kill global variable num_physpages by Jiang Liu · 11 years ago
- 9bde916 mm/nommu.c: add additional check for vread() just like vwrite() has done by Chen Gang · 11 years ago
- 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 12 years ago
- c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 12 years ago
- f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 12 years ago
- 3c0b9de vm: add no-mmu vm_iomap_memory() stub by Linus Torvalds · 12 years ago
- b6a9b7f mm: prevent mmap_cache race in find_vma() by Jan Stancek · 12 years ago
- 4b377ba make do_mremap() static by Al Viro · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 240aade mm: accelerate mm_populate() treatment of THP pages by Michel Lespinasse · 12 years ago
- 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 12 years ago
- ec8acf2 swap: add per-partition lock for swapfile by Shaohua Li · 12 years ago
- 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 12 years ago
- bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
- 997071b mm: export a function to get vm committed memory by K. Y. Srinivasan · 12 years ago
- 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
- 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
- e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
- 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
- cb0942b make get_file() return its argument by Al Viro · 12 years ago
- ad1ed29 nommu: fix compilation of nommu.c by Greg Ungerer · 12 years ago
- eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
- dc98250 kill do_mmap() completely by Al Viro · 12 years ago
- e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
- 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
- e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
- cf74d14 unexport do_mmap() by Al Viro · 12 years ago
- bfce281 kill mm argument of vm_munmap() by Al Viro · 13 years ago
- 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 13 years ago
- a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 13 years ago
- e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 13 years ago
- b94cfaf NOMMU: Don't need to clear vm_mm when deleting a VMA by David Howells · 13 years ago
- 918e556 NOMMU: Lock i_mmap_mutex for access to the VMA prio list by David Howells · 13 years ago
- cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
- b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
- c15bef3 mmap: fix and tidy up overcommit page arithmetic by Dmitry Fink · 13 years ago
- 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
- 8f3b132 mm/nommu.c: fix remap_pfn_range() by Bob Liu · 13 years ago
- a288eec ptrace: kill trivial tracehooks by Tejun Heo · 13 years ago
- f67d9b1 nommu: add page alignment to mmap by Bob Liu · 13 years ago
- bb005a5 mm: nommu: fix a compile warning in do_mmap_pgoff() by Namhyung Kim · 13 years ago
- 7223bb4 mm: nommu: fix a potential memory leak in do_mmap_private() by Namhyung Kim · 13 years ago
- d75a310 mm: nommu: check the vma list when unmapping file-mapped vma by Namhyung Kim · 13 years ago
- e922c4c mm: nommu: find vma using the sorted vma list by Namhyung Kim · 13 years ago
- b951bf2 mm: nommu: don't scan the vma list when deleting by Namhyung Kim · 13 years ago
- 6038def mm: nommu: sort mm->mmap list properly by Namhyung Kim · 13 years ago
- 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
- f55f199 NOMMU: implement access_remote_vm by Mike Frysinger · 14 years ago
- 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 14 years ago
- 29c185e nommu: Provide stubbed alloc/free_vm_area() implementation. by Paul Mundt · 14 years ago
- 9a14f65 nommu: Fix up vmalloc_node() symbol export regression. by Paul Mundt · 14 years ago
- 04c3496 nommu: yield CPU while disposing VM by Steven J. Magnani · 14 years ago
- 120a795 audit mmap by Al Viro · 14 years ago
- e1ca778 mm: add vzalloc() and vzalloc_node() helpers by Dave Young · 14 years ago
- 297c5ee mm: make the vma list be doubly linked by Linus Torvalds · 14 years ago
- fe622e7 NOMMU: Remove an extraneous no_printk() by David Howells · 14 years ago
- 3c7b204 nommu: allow private mappings of read-only devices by Bernd Schmidt · 14 years ago
- e1ee65d NOMMU: Fix __get_user_pages() to pin last page on offset buffers by David Howells · 15 years ago
- 7561e8c NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start' by David Howells · 15 years ago
- 3fa3046 nommu: fix an incorrect comment in the do_mmap_shared_file() by David Howells · 15 years ago
- a467937 Add generic sys_old_mmap() by Christoph Hellwig · 15 years ago
- c08c6e1 nommu: get_user_pages(): pin last page on non-page-aligned start by Steven J. Magnani · 15 years ago
- 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 15 years ago
- 7e66087 nommu: fix shared mmap after truncate shrinkage problems by David Howells · 15 years ago
- efc1a3b nommu: don't need get_unmapped_area() for NOMMU by David Howells · 15 years ago
- 779c102 nommu: remove a superfluous check of vm_region::vm_usage by David Howells · 15 years ago