- a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
- 25eedab vm: fix incorrect unlock error path in madvise_free_huge_pmd by Linus Torvalds · 9 years ago
- 6611d8d memcg: only free spare array when readers are done by Martijn Coenen · 9 years ago
- 98fd1ef mm: soft-offline: exit with failure for non anonymous thp by Naoya Horiguchi · 9 years ago
- acc14dc mm: soft-offline: clean up soft_offline_page() by Naoya Horiguchi · 9 years ago
- 9f8bdb3 mm: make swapoff more robust against soft dirty by Hugh Dickins · 9 years ago
- 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 9 years ago
- d645fc0 mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY by Liang Chen · 9 years ago
- f16f091 mm/page_alloc.c: remove unused struct zone *z variable by Alexander Kuleshov · 9 years ago
- 7f43add mm/mlock.c: change can_do_mlock return value type to boolean by Wang Xiaoqiang · 9 years ago
- 61e1655 mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment by Wang Xiaoqiang · 9 years ago
- 654a0dd cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page() by Tejun Heo · 9 years ago
- 6f8d2b8 mm/page_isolation: do some cleanup in "undo_isolate_page_range" by Wang Xiaoqiang · 9 years ago
- 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
- 01871e5 mm, dax: fix livelock, allow dax pmd mappings to become writeable by Ross Zwisler · 9 years ago
- bd56086 thp: fix split_huge_page() after mremap() of THP by Kirill A. Shutemov · 9 years ago
- b8d3c4c mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called by Minchan Kim · 9 years ago
- 337ed7e mm/ksm.c: mark stable page dirty by Minchan Kim · 9 years ago
- 10853a0 mm: move lazily freed pages to inactive list by Minchan Kim · 9 years ago
- 64b42bc mm/madvise.c: free swp_entry in madvise_free by Minchan Kim · 9 years ago
- 854e9ed mm: support madvise(MADV_FREE) by Minchan Kim · 9 years ago
- 8749cfe mm: add page_check_address_transhuge() helper by Vladimir Davydov · 9 years ago
- d965432 thp: increase split_huge_page() success rate by Kirill A. Shutemov · 9 years ago
- 49071d4 thp: add debugfs handle to split all huge pages by Kirill A. Shutemov · 9 years ago
- b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 9 years ago
- e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 9 years ago
- 61f5d69 mm: re-enable THP by Kirill A. Shutemov · 9 years ago
- 9a98225 thp: introduce deferred_split_huge_page() by Kirill A. Shutemov · 9 years ago
- 248db92 migrate_pages: try to split pages on queuing by Kirill A. Shutemov · 9 years ago
- e9b61f1 thp: reintroduce split_huge_page() by Kirill A. Shutemov · 9 years ago
- 4e41a30 mm: hwpoison: adjust for new thp refcounting by Naoya Horiguchi · 9 years ago
- d96b339 mm: soft-offline: check return value in second __get_any_page() call by Naoya Horiguchi · 9 years ago
- 4d2fa96 thp, mm: split_huge_page(): caller need to lock page by Kirill A. Shutemov · 9 years ago
- ba98828 thp: add option to setup migration entries during PMD split by Kirill A. Shutemov · 9 years ago
- eef1b3b thp: implement split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- e81c480 mm, numa: skip PTE-mapped THP on numa fault by Kirill A. Shutemov · 9 years ago
- e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
- 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 9 years ago
- 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 3ac808f mm, thp: remove compound_lock() by Kirill A. Shutemov · 9 years ago
- f765f54 ksm: prepare to new THP semantics by Kirill A. Shutemov · 9 years ago
- ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 9 years ago
- ad0bed2 thp: drop all split_huge_page()-related code by Kirill A. Shutemov · 9 years ago
- 56a17b8 mm: temporarily mark THP broken by Kirill A. Shutemov · 9 years ago
- 122afea mm, vmstats: new THP splitting event by Kirill A. Shutemov · 9 years ago
- 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- b1caa95 khugepaged: ignore pmd tables with THP mapped with ptes by Kirill A. Shutemov · 9 years ago
- 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 9 years ago
- 7aef417 mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton by Kirill A. Shutemov · 9 years ago
- 6742d29 mm: adjust FOLL_SPLIT for new refcounting by Kirill A. Shutemov · 9 years ago
- 1f25fe2 mm, thp: adjust conditions when we can reuse the page on WP fault by Kirill A. Shutemov · 9 years ago
- f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 9 years ago
- d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
- 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 9 years ago
- de09d31 page-flags: define PG_reserved behavior on compound pages by Kirill A. Shutemov · 9 years ago
- 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
- 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 7dfa461 zsmalloc: reorganize struct size_class to pack 4 bytes hole by Weijie Yang · 9 years ago
- f58fb5e mm/zbud.c: use list_last_entry() instead of list_tail_entry() by Geliang Tang · 9 years ago
- 63f729c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 7d2eba0 mm: add tracepoint for scanning pages by Ebru Akagunduz · 9 years ago
- fec174d mm/page_isolation: use macro to judge the alignment by Naoya Horiguchi · 9 years ago
- 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
- d72ee91 mm: move lru_to_page to mm_inline.h by Geliang Tang · 9 years ago
- 6f754ba memory-hotplug: don't BUG() in register_memory_resource() by Vitaly Kuznetsov · 9 years ago
- 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 9 years ago
- 0d576d2 mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuations by Geliang Tang · 9 years ago
- bb5b858 mm: make sure isolate_lru_page() is never called for tail page by Kirill A. Shutemov · 9 years ago
- 0eb77e9 vmstat: make vmstat_updater deferrable again and shut down on idle by Christoph Lameter · 9 years ago
- 686739f memcg: avoid vmpressure oops when memcg disabled by Hugh Dickins · 9 years ago
- ef12947 mm: memcontrol: switch to the updated jump-label API by Johannes Weiner · 9 years ago
- 8e8ae64 mm: memcontrol: hook up vmpressure to socket pressure by Johannes Weiner · 9 years ago
- f7e1cb6 mm: memcontrol: account socket memory in unified hierarchy memory controller by Johannes Weiner · 9 years ago
- 1109208 mm: memcontrol: move socket code for unified hierarchy accounting by Johannes Weiner · 9 years ago
- 7941d21 mm: memcontrol: do not account memory+swap on unified hierarchy by Johannes Weiner · 9 years ago
- 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
- baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
- e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
- 3d596f7 net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label by Johannes Weiner · 9 years ago
- 7d82860 mm: memcontrol: export root_mem_cgroup by Johannes Weiner · 9 years ago
- 0364041 mm/ksm.c: use list_for_each_entry_safe by Geliang Tang · 9 years ago
- c8ad630 mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page by Geliang Tang · 9 years ago
- 7546934 mm/compaction.c: __compact_pgdat() code cleanuup by Joonsoo Kim · 9 years ago
- a8ae499 mm/swapfile.c: use list_{next,first}_entry by Geliang Tang · 9 years ago
- 8c9c170 mm/memblock: introduce for_each_memblock_type() by Alexander Kuleshov · 9 years ago
- f14516f mm/memblock: remove rgnbase and rgnsize variables by Alexander Kuleshov · 9 years ago
- 5020e28 mm, oom: give __GFP_NOFAIL allocations access to memory reserves by Michal Hocko · 9 years ago
- 86760a2 mm/page_alloc.c: use list_for_each_entry in mark_free_pages() by Geliang Tang · 9 years ago
- a16601c mm/page_alloc.c: use list_{first,last}_entry instead of list_entry by Geliang Tang · 9 years ago
- 6ac0206 mm/page_alloc.c: remove unnecessary parameter from __rmqueue by Mel Gorman · 9 years ago
- a8d0143 mm: page_alloc: generalize the dirty balance reserve by Johannes Weiner · 9 years ago
- c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 9 years ago
- fec4eb2 mm/compaction: improve comment for compact_memory tunable knob handler by Yaowei Bai · 9 years ago
- d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 9 years ago
- bc36f70 mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region by Piotr Kwapulinski · 9 years ago