Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-08-01 | mm: methods for teaching filesystems about PG_swapcache pages | Mel Gorman | 1 | -0/+25 |
2012-08-01 | mm/hotplug: free zone->pageset when a zone becomes empty | Jiang Liu | 1 | -0/+1 |
2012-08-01 | mm: account the total_vm in the vm_stat_account() | Huang Shijie | 1 | -0/+1 |
2012-07-31 | mm: Make default vm_ops provide ->page_mkwrite handler | Jan Kara | 1 | -0/+1 |
2012-07-11 | x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults | Tony Luck | 1 | -0/+1 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2012-06-01 | switch aio and shm to do_mmap_pgoff(), make do_mmap() static | Al Viro | 1 | -1/+1 |
2012-05-30 | mm: fix slab->page flags corruption | Pravin B Shelar | 1 | -0/+2 |
2012-05-30 | mm/fs: remove truncate_range | Hugh Dickins | 1 | -4/+0 |
2012-05-07 | vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces | Linus Torvalds | 1 | -3/+2 |
2012-05-07 | vm: simplify unmap_vmas() calling convention | Linus Torvalds | 1 | -2/+1 |
2012-04-21 | kill mm argument of vm_munmap() | Al Viro | 1 | -1/+1 |
2012-04-21 | VM: add "vm_mmap()" helper function | Linus Torvalds | 1 | -17/+6 |
2012-04-21 | VM: add "vm_munmap()" helper function | Linus Torvalds | 1 | -0/+1 |
2012-04-21 | VM: add "vm_brk()" helper function | Linus Torvalds | 1 | -1/+2 |
2012-03-29 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -1/+1 |
2012-03-29 | mm for fs: add truncate_pagecache_range() | Hugh Dickins | 1 | -1/+1 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -0/+2 |
2012-03-28 | Move all declarations of free_initmem() to linux/mm.h | David Howells | 1 | -0/+2 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-24 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 1 | -0/+1 |
2012-03-24 | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 1 | -1/+0 |
2012-03-22 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2012-03-22 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -14/+16 |
2012-03-22 | page_alloc.c: remove add_from_early_node_map() | Kautuk Consul | 1 | -2/+0 |
2012-03-22 | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() | David Rientjes | 1 | -2/+2 |
2012-03-22 | procfs: mark thread stack correctly in proc/<pid>/maps | Siddhesh Poyarekar | 1 | -0/+3 |
2012-03-22 | mm: make get_mm_counter static-inline | Konstantin Khlebnikov | 1 | -10/+11 |
2012-03-21 | VM: make unmap_vmas() return void | Al Viro | 1 | -1/+1 |
2012-03-21 | VM: make zap_page_range() return void | Al Viro | 1 | -1/+1 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |