aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-28userfaultfd: clear flag if remap event not enabledPeter Xu1-1/+9
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu2-1/+3
2018-12-28ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai1-2/+8
2018-12-28mm, fault_around: do not take a reference to a locked pageMichal Hocko1-0/+7
2018-12-28mm, memory_hotplug: deobfuscate migration part of offliningMichal Hocko1-29/+33
2018-12-28mm, memory_hotplug: try to migrate full pfn rangeMichal Hocko1-6/+2
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2-0/+13
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko5-4/+30
2018-12-28mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smapsMichal Hocko1-1/+3
2018-12-28include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang1-1/+0
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse17-250/+262
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse12-116/+103
2018-12-28hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2018-12-28mm, kmemleak: little optimization while scanningOscar Salvador1-3/+6
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon4-6/+39
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon1-16/+12
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon1-6/+0
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon1-6/+2
2018-12-28ioremap: rework pXd_free_pYd_page() APIWill Deacon1-14/+42
2018-12-28mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai1-1/+1
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2-1/+7
2018-12-28tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" failuresAnthony Yznaga1-1/+1
2018-12-28mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador1-14/+14
2018-12-28mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster1-14/+21
2018-12-28lib/show_mem.c: drop pgdat_resize_lock in show_mem()Wei Yang1-3/+0
2018-12-28mm/hmm.c: remove set but not used variable 'devmem'YueHaibing1-3/+0
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2-5/+4
2018-12-28mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang3-7/+7
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2-10/+2
2018-12-28mm: remove pte_lock_deinit()Yu Zhao1-9/+2
2018-12-28zram: writeback throttleMinchan Kim4-3/+91
2018-12-28zram: add bd_stat statisticsMinchan Kim4-0/+53
2018-12-28zram: support idle/huge page writebackMinchan Kim5-79/+209
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim4-7/+69
2018-12-28zram: refactor flags and writeback stuffMinchan Kim2-69/+44
2018-12-28zram: fix double free backing deviceMinchan Kim1-1/+3
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim2-18/+22
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai3-9/+13
2018-12-28kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustableOscar Salvador1-0/+15
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador9-10/+15
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2-9/+6
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins5-33/+84
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian3-16/+31
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian4-13/+34
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan4-4/+4
2018-12-28mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2-2/+2
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan2-2/+2
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman6-15/+202
2018-12-28mm: use alloc_flags to record if kswapd can wakeMel Gorman2-15/+19
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman3-11/+12