summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+0
| * | | mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2018-12-281-3/+2
| * | | 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/+1
| * | | 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/+6
| * | | 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/+8
| * | | mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang2018-12-281-6/+1
| * | | mm/page_alloc.c: use a single function to free pageAaron Lu2018-12-281-23/+14
| * | | mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu2018-12-281-2/+8
| * | | mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2018-12-281-2/+2
| * | | mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams2018-12-281-170/+26
| * | | mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2018-12-281-103/+24
| * | | mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f...Huang Shijie2018-12-281-1/+1
| * | | mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2018-12-281-1/+2
| * | | vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2018-12-281-0/+10
| * | | mm: remove managed_page_count_lock spinlockArun KS2018-12-281-5/+0
| * | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-2814-30/+32
| * | | mm: convert zone->managed_pages to atomic variableArun KS2018-12-283-25/+25
| * | | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-282-3/+5
| * | | mm: remove reset of pcp->counter in pageset_init()Wei Yang2018-12-281-1/+0
| * | | mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko2018-12-281-29/+1
| * | | mm/mmap.c: remove verify_mm_writelocked()Yangtao Li2018-12-281-16/+0
| * | | ksm: replace jhash2 with xxhashTimofey Titovets2018-12-282-2/+3
| * | | mm: only report isolation failures when offlining memoryMichal Hocko2018-12-283-14/+12
| * | | mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko2018-12-282-4/+9
| * | | mm, memory_hotplug: print reason for the offlining failureMichal Hocko2018-12-281-11/+23
| * | | mm, memory_hotplug: drop pointless block alignment checks from __offline_pagesMichal Hocko2018-12-281-6/+0
| * | | mm: lower the printk loglevel for __dump_page messagesMichal Hocko2018-12-281-10/+10
| * | | mm: print more information about mapping in __dump_pageMichal Hocko2018-12-281-0/+13
| * | | mm/readahead.c: simplify get_next_ra_size()Gao Xiang2018-12-281-7/+5
| * | | mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson2018-12-281-7/+0
| * | | mm/hotplug: optimize clear_hwpoisoned_pages()Balbir Singh2018-12-281-0/+9
| * | | mm/page_owner: clamp read count to PAGE_SIZEMiles Chen2018-12-281-0/+1