Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-01-26 | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 1 | -2/+2 |
2012-01-12 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -10/+0 |
2012-01-11 | procfs: introduce the /proc/<pid>/map_files/ directory | Pavel Emelyanov | 1 | -0/+12 |
2012-01-11 | mm: more intensive memory corruption debugging | Stanislaw Gruszka | 1 | -0/+17 |
2012-01-04 | HWPOISON: Add code to handle "action required" errors. | Tony Luck | 1 | -0/+1 |
2012-01-04 | HWPOISON: Clean up memory_failure() vs. __memory_failure() | Tony Luck | 1 | -2/+1 |
2011-12-20 | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 1 | -22/+12 |
2011-12-09 | vmscan: use atomic-long for shrinker batching | Konstantin Khlebnikov | 1 | -0/+1 |
2011-12-08 | memblock: Kill early_node_map[] | Tejun Heo | 1 | -39/+11 |
2011-12-06 | mm, x86: Remove debug_pagealloc_enabled | Stanislaw Gruszka | 1 | -10/+0 |
2011-11-28 | Merge branch 'master' into x86/memblock | Tejun Heo | 1 | -82/+57 |
2011-11-03 | thp: share get_huge_page_tail() | Andrea Arcangeli | 1 | -0/+11 |
2011-11-03 | mm: thp: tail page refcounting fix | Andrea Arcangeli | 1 | -34/+22 |
2011-11-01 | mm: neaten warn_alloc_failed | Joe Perches | 1 | -1/+2 |
2011-08-18 | mm: fix __page_to_pfn for a const struct page argument | Ian Campbell | 1 | -2/+2 |
2011-08-18 | mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. | Ian Campbell | 1 | -1/+1 |
2011-08-08 | mm: Fix fixup_user_fault() for MMU=n | Peter Zijlstra | 1 | -2/+10 |
2011-08-03 | Merge branch 'apei' into apei-release | Len Brown | 1 | -0/+1 |
2011-08-03 | HWPoison: add memory_failure_queue() | Huang Ying | 1 | -0/+1 |
2011-07-26 | mm/futex: fix futex writes on archs with SW tracking of dirty & young | Benjamin Herrenschmidt | 1 | -0/+2 |
2011-07-26 | mm: truncate functions are in truncate.c | Hugh Dickins | 1 | -2/+1 |
2011-07-26 | pagewalk: add locking-rule comments | KOSAKI Motohiro | 1 | -0/+2 |
2011-07-26 | mm: make some struct page's const | Ian Campbell | 1 | -6/+6 |