Age | Commit message (Expand) | Author | Files | Lines |
2013-02-24 | mm: use long type for page counts in mm_populate() and get_user_pages() | Michel Lespinasse | 1 | -7/+8 |
2013-02-24 | mm: add SECTION_IN_PAGE_FLAGS | Cody P Schafer | 1 | -2/+6 |
2013-02-24 | mm: rename page struct field helpers | Mel Gorman | 1 | -10/+10 |
2013-02-24 | mm: uninline page_xchg_last_nid() | Mel Gorman | 1 | -16/+5 |
2013-02-24 | page-writeback.c: subtract min_free_kbytes from dirtyable memory | Paul Szabo | 1 | -0/+3 |
2013-02-24 | mm: don't inline page_mapping() | Shaohua Li | 1 | -12/+1 |
2013-02-24 | mm: fold page->_last_nid into page->flags where possible | Peter Zijlstra | 1 | -1/+32 |
2013-02-24 | mm: move page flags layout to separate header | Peter Zijlstra | 1 | -40/+0 |
2013-02-24 | memory-failure: use num_poisoned_pages instead of mce_bad_pages | Xishi Qiu | 1 | -1/+1 |
2013-02-24 | acpi, memory-hotplug: support getting hotplug info from SRAT | Tang Chen | 1 | -0/+2 |
2013-02-24 | acpi, memory-hotplug: extend movablemem_map ranges to the end of node | Tang Chen | 1 | -0/+5 |
2013-02-24 | page_alloc: add movable_memmap kernel parameter | Tang Chen | 1 | -0/+11 |
2013-02-24 | memory-hotplug: remove memmap of sparse-vmemmap | Tang Chen | 1 | -0/+3 |
2013-02-24 | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap | Yasuaki Ishimatsu | 1 | -1/+2 |
2013-02-24 | mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool | Michel Lespinasse | 1 | -1/+1 |
2013-02-24 | mm: introduce VM_POPULATE flag to better deal with racy userspace programs | Michel Lespinasse | 1 | -0/+1 |
2013-02-24 | mm: directly use __mlock_vma_pages_range() in find_extend_vma() | Michel Lespinasse | 1 | -1/+0 |
2013-02-24 | mm: remove flags argument to mmap_region | Michel Lespinasse | 1 | -2/+1 |
2013-02-24 | mm: introduce mm_populate() for populating new vmas | Michel Lespinasse | 1 | -3/+15 |
2013-01-30 | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 1 | -2/+70 |
2013-01-11 | mm: compaction: Partially revert capture of suitable high-order page | Mel Gorman | 1 | -1/+0 |
2012-12-21 | mm: drop vmtruncate | Marco Stornelli | 1 | -1/+0 |
2012-12-17 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+39 |
2012-12-12 | mm: vm_unmapped_area() lookup function | Michel Lespinasse | 1 | -0/+31 |
2012-12-11 | mm: numa: Introduce last_nid to the page frame | Mel Gorman | 1 | -0/+30 |
2012-12-11 | mm: mempolicy: Implement change_prot_numa() in terms of change_protection() | Mel Gorman | 1 | -2/+2 |
2012-12-11 | mm: mempolicy: Add MPOL_MF_LAZY | Lee Schermerhorn | 1 | -0/+5 |
2012-12-11 | mm: numa: Support NUMA hinting page faults from gup/gup_fast | Andrea Arcangeli | 1 | -0/+1 |
2012-12-11 | mm: Count the number of pages affected in change_protection() | Peter Zijlstra | 1 | -0/+3 |
2012-11-17 | x86, mm: Move after_bootmem to mm_internel.h | Yinghai Lu | 1 | -1/+0 |
2012-11-17 | revert "mm: fix-up zone present pages" | Andrew Morton | 1 | -4/+0 |
2012-10-09 | mm: fix-up zone present pages | Jianguo Wu | 1 | -0/+4 |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
2012-10-09 | mm: remain migratetype in freed page | Minchan Kim | 1 | -2/+2 |
2012-10-09 | mm: page_alloc: use get_freepage_migratetype() instead of page_private() | Minchan Kim | 1 | -0/+12 |
2012-10-09 | mm: avoid taking rmap locks in move_ptes() | Michel Lespinasse | 1 | -2/+4 |
2012-10-09 | mm: add CONFIG_DEBUG_VM_RB build option | Michel Lespinasse | 1 | -0/+3 |
2012-10-09 | mm anon rmap: replace same_anon_vma linked list with an interval tree. | Michel Lespinasse | 1 | -0/+14 |
2012-10-09 | mm: interval tree updates | Michel Lespinasse | 1 | -3/+3 |
2012-10-09 | mm: replace vma prio_tree with an interval tree | Michel Lespinasse | 1 | -13/+17 |
2012-10-09 | mm: compaction: capture a suitable high-order page immediately when it is mad... | Mel Gorman | 1 | -0/+1 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -2/+1 |
2012-10-09 | mm: prepare VM_DONTDUMP for using in drivers | Konstantin Khlebnikov | 1 | -1/+1 |
2012-10-09 | mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas | Konstantin Khlebnikov | 1 | -4/+0 |
2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -3/+4 |
2012-10-09 | mm: kill vma flag VM_INSERTPAGE | Konstantin Khlebnikov | 1 | -1/+0 |
2012-10-09 | mm: introduce arch-specific vma flag VM_ARCH_1 | Konstantin Khlebnikov | 1 | -13/+21 |
2012-10-09 | mm, x86, pat: rework linear pfn-mmap tracking | Konstantin Khlebnikov | 1 | -19/+1 |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
2012-08-01 | mm: add get_kernel_page[s] for pinning of kernel addresses for I/O | Mel Gorman | 1 | -0/+4 |