summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse
2018-12-28hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko
2018-12-28mm, kmemleak: little optimization while scanningOscar Salvador
2018-12-28mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai
2018-12-28mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador
2018-12-28mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster
2018-12-28mm/hmm.c: remove set but not used variable 'devmem'YueHaibing
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang
2018-12-28mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan
2018-12-28mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman
2018-12-28mm: use alloc_flags to record if kswapd can wakeMel Gorman
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman
2018-12-28mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand
2018-12-28memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport
2018-12-28mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang
2018-12-28mm/page_alloc.c: use a single function to free pageAaron Lu
2018-12-28mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu
2018-12-28mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams
2018-12-28mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams
2018-12-28mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams
2018-12-28mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f...Huang Shijie
2018-12-28mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu
2018-12-28vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang
2018-12-28mm: remove managed_page_count_lock spinlockArun KS
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-28mm: remove reset of pcp->counter in pageset_init()Wei Yang
2018-12-28mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko
2018-12-28mm/mmap.c: remove verify_mm_writelocked()Yangtao Li
2018-12-28ksm: replace jhash2 with xxhashTimofey Titovets
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko
2018-12-28mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko
2018-12-28mm, memory_hotplug: print reason for the offlining failureMichal Hocko
2018-12-28mm, memory_hotplug: drop pointless block alignment checks from __offline_pagesMichal Hocko
2018-12-28mm: lower the printk loglevel for __dump_page messagesMichal Hocko
2018-12-28mm: print more information about mapping in __dump_pageMichal Hocko
2018-12-28mm/readahead.c: simplify get_next_ra_size()Gao Xiang
2018-12-28mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson