summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko2018-12-281-2/+18
| * | | mm, swap: fix swapoff with KSM pagesHuang Ying2018-12-281-1/+2
| * | | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-2/+2
| * | | hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz2018-12-281-11/+10Star
| * | | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-285-20/+88
| * | | mm: remove __hugepage_set_anon_rmap()Kirill Tkhai2018-12-281-21/+4Star
| * | | mm/page_alloc.c: allow error injectionBenjamin Poirier2018-12-281-2/+8
| * | | mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-4/+3Star
| * | | mm: migrate: provide buffer_migrate_page_norefs()Jan Kara2018-12-281-7/+53
| * | | mm: migrate: move migrate_page_lock_buffers()Jan Kara2018-12-281-50/+42Star
| * | | mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara2018-12-281-26/+13Star
| * | | mm: migration: factor out code to compute expected number of page referencesJan Kara2018-12-281-10/+17
| * | | mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang2018-12-281-6/+16
| * | | kmemleak: add config to select auto scanSri Krishna chowdary2018-12-281-4/+6
| * | | mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long2018-12-281-8/+29
| * | | mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu2018-12-281-0/+1
| * | | ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai2018-12-281-2/+8
| * | | mm, fault_around: do not take a reference to a locked pageMichal Hocko2018-12-281-0/+7
| * | | mm, memory_hotplug: deobfuscate migration part of offliningMichal Hocko2018-12-281-29/+33
| * | | mm, memory_hotplug: try to migrate full pfn rangeMichal Hocko2018-12-281-6/+2Star
| * | | mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-282-3/+13
| * | | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-2812-209/+185Star
| * | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-282-16/+28
| * | | hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2018-12-281-0/+16
| * | | mm, kmemleak: little optimization while scanningOscar Salvador2018-12-281-3/+6
| * | | mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai2018-12-281-1/+1
| * | | mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador2018-12-281-14/+14
| * | | mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster2018-12-281-14/+21
| * | | mm/hmm.c: remove set but not used variable 'devmem'YueHaibing2018-12-281-3/+0Star
| * | | mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2018-12-281-3/+2Star
| * | | mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2018-12-282-5/+5
| * | | mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2018-12-281-8/+1Star
| * | | mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-8/+11
| * | | mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
| * | | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2018-12-281-7/+6Star
| * | | mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-284-33/+82
| * | | mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2018-12-282-14/+22
| * | | mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-282-11/+22
| * | | mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
| * | | mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2018-12-281-1/+1
| * | | mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan2018-12-281-1/+1
| * | | mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-282-11/+165
| * | | mm: use alloc_flags to record if kswapd can wakeMel Gorman2018-12-282-15/+19
| * | | mm: move zone watermark accesses behind an accessorMel Gorman2018-12-282-7/+7
| * | | mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman2018-12-282-16/+105
| * | | mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-3/+3
| * | | memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2018-12-281-14/+8Star
| * | | mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang2018-12-281-6/+1Star
| * | | mm/page_alloc.c: use a single function to free pageAaron Lu2018-12-281-23/+14Star
| * | | mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu2018-12-281-2/+8