summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2017-07-10mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual
2017-07-10mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi
2017-07-10mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi
2017-07-10mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi
2017-07-10mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers
2017-07-10mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereferenceGustavo A. R. Silva
2017-07-10mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes
2017-07-10mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko
2017-07-10mm, page_alloc: fallback to smallest page when not stealing whole pageblockVlastimil Babka
2017-07-10swap: add block io poll in swapin pathShaohua Li
2017-07-08Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-06mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko
2017-07-06mm, memory_hotplug: drop artificial restriction on online/offlineMichal Hocko
2017-07-06mm: memcontrol: account slab stats per lruvecJohannes Weiner
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner
2017-07-06mm: memcontrol: use the node-native slab memory countersJohannes Weiner
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner
2017-07-06mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...Markus Elfring
2017-07-06mm/zswap.c: improve a size determination in zswap_frontswap_init()Markus Elfring
2017-07-06mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...Markus Elfring
2017-07-06mm/swapfile.c: sort swap entries before freeHuang Ying
2017-07-06mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas
2017-07-06mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas
2017-07-06mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas
2017-07-06mm, mempolicy: don't check cpuset seqlock where it doesn't matterVlastimil Babka
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka
2017-07-06mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka
2017-07-06mm, page_alloc: fix more premature OOM due to race with cpuset updateVlastimil Babka
2017-07-06mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal
2017-07-06mm/hugetlb: introduce set_huge_swap_pte_at() helperPunit Agrawal
2017-07-06mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
2017-07-06mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal
2017-07-06mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon
2017-07-06mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi
2017-07-06mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke
2017-07-06mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V
2017-07-06mm: adaptive hash table scalingPavel Tatashin
2017-07-06mm: zero hash tables in allocatorPavel Tatashin
2017-07-06mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V
2017-07-06mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual
2017-07-06mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V