Age | Commit message (Expand) | Author |
2012-12-20 | mm: drop vmtruncate | Marco Stornelli |
2012-12-16 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2012-12-11 | mm: vm_unmapped_area() lookup function | Michel Lespinasse |
2012-12-11 | mm: numa: Introduce last_nid to the page frame | Mel Gorman |
2012-12-11 | mm: mempolicy: Implement change_prot_numa() in terms of change_protection() | Mel Gorman |
2012-12-11 | mm: mempolicy: Add MPOL_MF_LAZY | Lee Schermerhorn |
2012-12-11 | mm: numa: Support NUMA hinting page faults from gup/gup_fast | Andrea Arcangeli |
2012-12-11 | mm: Count the number of pages affected in change_protection() | Peter Zijlstra |
2012-11-16 | revert "mm: fix-up zone present pages" | Andrew Morton |
2012-10-09 | mm: fix-up zone present pages | Jianguo Wu |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li |
2012-10-09 | mm: remain migratetype in freed page | Minchan Kim |
2012-10-09 | mm: page_alloc: use get_freepage_migratetype() instead of page_private() | Minchan Kim |
2012-10-09 | mm: avoid taking rmap locks in move_ptes() | Michel Lespinasse |
2012-10-09 | mm: add CONFIG_DEBUG_VM_RB build option | Michel Lespinasse |
2012-10-09 | mm anon rmap: replace same_anon_vma linked list with an interval tree. | Michel Lespinasse |
2012-10-09 | mm: interval tree updates | Michel Lespinasse |
2012-10-09 | mm: replace vma prio_tree with an interval tree | Michel Lespinasse |
2012-10-09 | mm: compaction: capture a suitable high-order page immediately when it is mad... | Mel Gorman |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov |
2012-10-09 | mm: prepare VM_DONTDUMP for using in drivers | Konstantin Khlebnikov |
2012-10-09 | mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas | Konstantin Khlebnikov |
2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov |
2012-10-09 | mm: kill vma flag VM_INSERTPAGE | Konstantin Khlebnikov |
2012-10-09 | mm: introduce arch-specific vma flag VM_ARCH_1 | Konstantin Khlebnikov |
2012-10-09 | mm, x86, pat: rework linear pfn-mmap tracking | Konstantin Khlebnikov |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-07-31 | mm: add get_kernel_page[s] for pinning of kernel addresses for I/O | Mel Gorman |
2012-07-31 | mm: methods for teaching filesystems about PG_swapcache pages | Mel Gorman |
2012-07-31 | mm/hotplug: free zone->pageset when a zone becomes empty | Jiang Liu |
2012-07-31 | mm: account the total_vm in the vm_stat_account() | Huang Shijie |
2012-07-31 | mm: Make default vm_ops provide ->page_mkwrite handler | Jan Kara |
2012-07-11 | x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults | Tony Luck |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-06-01 | switch aio and shm to do_mmap_pgoff(), make do_mmap() static | Al Viro |
2012-05-29 | mm: fix slab->page flags corruption | Pravin B Shelar |
2012-05-29 | mm/fs: remove truncate_range | Hugh Dickins |
2012-05-06 | vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces | Linus Torvalds |
2012-05-06 | vm: simplify unmap_vmas() calling convention | Linus Torvalds |
2012-04-21 | kill mm argument of vm_munmap() | Al Viro |
2012-04-20 | VM: add "vm_mmap()" helper function | Linus Torvalds |
2012-04-20 | VM: add "vm_munmap()" helper function | Linus Torvalds |
2012-04-20 | VM: add "vm_brk()" helper function | Linus Torvalds |
2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-03-28 | mm for fs: add truncate_pagecache_range() | Hugh Dickins |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds |
2012-03-28 | Move all declarations of free_initmem() to linux/mm.h | David Howells |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds |
2012-03-23 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron |
2012-03-23 | coredump: remove VM_ALWAYSDUMP flag | Jason Baron |