- 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
- 623e3db mm for fs: add truncate_pagecache_range() by Hugh Dickins · 13 years ago
- 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
- 49a7f04 Move all declarations of free_initmem() to linux/mm.h by David Howells · 13 years ago
- ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 13 years ago
- 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 13 years ago
- 754b980 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
- 8d13bdd page_alloc.c: remove add_from_early_node_map() by Kautuk Consul · 13 years ago
- 05af2e1 mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() by David Rientjes · 13 years ago
- b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 13 years ago
- 69c9782 mm: make get_mm_counter static-inline by Konstantin Khlebnikov · 13 years ago
- 6e8bb01 VM: make unmap_vmas() return void by Al Viro · 13 years ago
- 14f5ff5 VM: make zap_page_range() return void by Al Viro · 13 years ago
- 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
- 4e9f44b Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 13 years ago
- d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 640708a procfs: introduce the /proc/<pid>/map_files/ directory by Pavel Emelyanov · 13 years ago
- c0a32fc5 mm: more intensive memory corruption debugging by Stanislaw Gruszka · 13 years ago
- 7329bbe HWPOISON: Add code to handle "action required" errors. by Tony Luck · 13 years ago
- cd42f4a HWPOISON: Clean up memory_failure() vs. __memory_failure() by Tony Luck · 13 years ago
- 45aa066 Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock by Ingo Molnar · 13 years ago
- 83aeead vmscan: use atomic-long for shrinker batching by Konstantin Khlebnikov · 13 years ago
- 0ee332c memblock: Kill early_node_map[] by Tejun Heo · 13 years ago
- 54c29c6 mm, x86: Remove debug_pagealloc_enabled by Stanislaw Gruszka · 13 years ago
- d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
- b35a35b thp: share get_huge_page_tail() by Andrea Arcangeli · 13 years ago
- 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
- 3ee9a4f mm: neaten warn_alloc_failed by Joe Perches · 13 years ago
- aa462ab mm: fix __page_to_pfn for a const struct page argument by Ian Campbell · 13 years ago
- f991879 mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. by Ian Campbell · 13 years ago
- 5c723ba mm: Fix fixup_user_fault() for MMU=n by Peter Zijlstra · 13 years ago
- d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
- ea8f5fb HWPoison: add memory_failure_queue() by Huang Ying · 13 years ago
- 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 13 years ago
- 85821aa mm: truncate functions are in truncate.c by Hugh Dickins · 13 years ago
- c27fe4c8 pagewalk: add locking-rule comments by KOSAKI Motohiro · 13 years ago
- 33dd4e0 mm: make some struct page's const by Ian Campbell · 13 years ago
- bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
- b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
- e9299f5 vmscan: add customisable shrinker batch size by Dave Chinner · 13 years ago
- 7c0caeb memblock: Add optional region->nid by Tejun Heo · 13 years ago
- eb40c4c memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls by Tejun Heo · 13 years ago
- 5dfe866 bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range() by Tejun Heo · 13 years ago
- 1e01979 x86, numa: Implement pfn -> nid mapping granularity check by Tejun Heo · 13 years ago
- 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 13 years ago
- ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
- c856507 mm: remove last trace of shmem_get_unmapped_area by Hugh Dickins · 13 years ago
- 172703b mm: delete non-atomic mm counter implementation by Matt Fleming · 13 years ago
- ba93fa8 mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEM by Daniel Kiper · 13 years ago
- bf4e890 mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_VMEMMAP by Daniel Kiper · 13 years ago
- 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
- a09ed5e vmscan: change shrink_slab() interfaces by passing shrink_control by Ying Han · 13 years ago
- a238ab5 mm: break out page allocation warning code by Dave Hansen · 13 years ago
- 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
- d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 13 years ago
- d05f316 mm: make expand_downwards() symmetrical with expand_upwards() by Michal Hocko · 13 years ago
- 1b79acc mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs by KOSAKI Motohiro · 13 years ago
- 37b23e0 x86,mm: make pagefault killable by KOSAKI Motohiro · 13 years ago
- 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
- a09a79f Don't lock guardpage if the stack is growing up by Mikulas Patocka · 13 years ago
- 78f11a2 mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups by Andrea Arcangeli · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 14 years ago
- b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- 5ddd36b mm: implement access_remote_vm by Stephen Wilson · 14 years ago
- cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
- 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
- 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
- 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 14 years ago
- 318b275 mm: allow GUP to fail instead of waiting on a page by Gleb Natapov · 14 years ago
- ddd588b oom: suppress nodes that are not allowed from meminfo on oom kill by David Rientjes · 14 years ago
- ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
- ef2b4b9 mm: PageBuddy and mapcount robustness by Andrea Arcangeli · 14 years ago
- f58c9df mm: remove is_hwpoison_address by Huang Ying · 14 years ago
- 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 14 years ago
- 0014bd9 mm: export __get_user_pages by Huang Ying · 14 years ago
- 8bc1f91 bootmem: Move __alloc_memory_core_early() to nobootmem.c by Yinghai Lu · 14 years ago
- 3dece37 mm: System without MMU do not need pte_mkwrite by Michal Simek · 14 years ago
- a664b2d thp: madvise(MADV_NOHUGEPAGE) by Andrea Arcangeli · 14 years ago
- 37c2ac7 thp: compound_trans_order by Andrea Arcangeli · 14 years ago
- f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
- 5f24ce5 thp: remove PG_buddy by Andrea Arcangeli · 14 years ago
- 500d65d thp: pmd_trans_huge migrate bugcheck by Andrea Arcangeli · 14 years ago
- 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 14 years ago
- 47ad847 thp: clear_copy_huge_page by Andrea Arcangeli · 14 years ago
- 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 14 years ago
- 14fd403 thp: export maybe_mkwrite by Andrea Arcangeli · 14 years ago
- 9180706 thp: alter compound get_page/put_page by Andrea Arcangeli · 14 years ago
- e9da73d thp: compound_lock by Andrea Arcangeli · 14 years ago
- e20e877 mm: remove unlikely() from page_mapping() by Steven Rostedt · 14 years ago
- 110d74a mm: add FOLL_MLOCK follow_page flag. by Michel Lespinasse · 14 years ago
- 25ca1d6 mm: wrap get_locked_pte() using __cond_lock() by Namhyung Kim · 14 years ago
- d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
- bce54bb mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGS by Will Deacon · 14 years ago
- f629d1c mm: add account_page_writeback() by Michael Rubin · 14 years ago
- 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
- aa50d3a Encode huge page size for VM_FAULT_HWPOISON errors by Andi Kleen · 14 years ago
- 153db80 Merge commit 'v2.6.36-rc7' into core/memblock by Ingo Molnar · 14 years ago