Age | Commit message (Expand) | Author |
2018-12-28 | mm: migrate: move migrate_page_lock_buffers() | Jan Kara |
2018-12-28 | mm: migrate: lock buffers before migrate_page_move_mapping() | Jan Kara |
2018-12-28 | mm: migration: factor out code to compute expected number of page references | Jan Kara |
2018-12-28 | mm, page_alloc: enable pcpu_drain with zone capability | Wei Yang |
2018-12-28 | kmemleak: add config to select auto scan | Sri Krishna chowdary |
2018-12-28 | mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init | Waiman Long |
2018-12-28 | mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES | Pingfan Liu |
2018-12-28 | ksm: react on changing "sleep_millisecs" parameter faster | Kirill Tkhai |
2018-12-28 | mm, fault_around: do not take a reference to a locked page | Michal Hocko |
2018-12-28 | mm, memory_hotplug: deobfuscate migration part of offlining | Michal Hocko |
2018-12-28 | mm, memory_hotplug: try to migrate full pfn range | Michal Hocko |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end callback | Jérôme Glisse |
2018-12-28 | hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined | Michal Hocko |
2018-12-28 | mm, kmemleak: little optimization while scanning | Oscar Salvador |
2018-12-28 | mm/filemap.c: remove useless check in pagecache_get_page() | Kirill Tkhai |
2018-12-28 | mm/page_alloc.c: drop uneeded __meminit and __meminitdata | Oscar Salvador |
2018-12-28 | mm/page-writeback.c: don't break integrity writeback on ->writepage() error | Brian Foster |
2018-12-28 | mm/hmm.c: remove set but not used variable 'devmem' | YueHaibing |
2018-12-28 | mm, hotplug: move init_currently_empty_zone() under zone_span_lock protection | Wei Yang |
2018-12-28 | mm, sparse: pass nid instead of pgdat to sparse_add_one_section() | Wei Yang |
2018-12-28 | mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section() | Wei Yang |
2018-12-28 | mm/memblock.c: skip kmemleak for kasan_init() | Qian Cai |
2018-12-28 | mm, memory_hotplug: add nid parameter to arch_remove_memory | Oscar Salvador |
2018-12-28 | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() | Wei Yang |
2018-12-28 | mm: put_and_wait_on_page_locked() while page is migrated | Hugh Dickins |
2018-12-28 | mm, oom: add oom victim's memcg to the oom context information | yuzhoujian |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian |
2018-12-28 | mm: make free_reserved_area() return "const char *" | Alexey Dobriyan |
2018-12-28 | mm/debug.c: make "migrate_reason_names[]" const char * | Alexey Dobriyan |
2018-12-28 | mm/mmzone.c: make "migratetype_names" const char * | Alexey Dobriyan |
2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs | Mel Gorman |
2018-12-28 | mm: use alloc_flags to record if kswapd can wake | Mel Gorman |
2018-12-28 | mm: move zone watermark accesses behind an accessor | Mel Gorman |
2018-12-28 | mm, page_alloc: spread allocations across zones before introducing fragmentation | Mel Gorman |
2018-12-28 | mm/memory_hotplug: drop "online" parameter from add_memory_resource() | David Hildenbrand |
2018-12-28 | memblock: replace usage of __memblock_free_early() with memblock_free() | Mike Rapoport |
2018-12-28 | mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() | Wentao Wang |
2018-12-28 | mm/page_alloc.c: use a single function to free page | Aaron Lu |
2018-12-28 | mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() | Aaron Lu |
2018-12-28 | mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL | Dan Williams |
2018-12-28 | mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages() | Dan Williams |
2018-12-28 | mm, hmm: use devm semantics for hmm_devmem_{add, remove} | Dan Williams |
2018-12-28 | mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f... | Huang Shijie |
2018-12-28 | mm/swap: use nr_node_ids for avail_lists in swap_info_struct | Aaron Lu |
2018-12-28 | vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n | Wei Yang |
2018-12-28 | mm: remove managed_page_count_lock spinlock | Arun KS |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-28 | mm: convert zone->managed_pages to atomic variable | Arun KS |