summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao2019-09-251-22/+13
* z3fold: fix memory leak in kmem cacheVitaly Wool2019-09-251-6/+9
* mm: silence -Woverride-init/initializer-overridesQian Cai2019-09-251-0/+3
* mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmaskMike Rapoport2019-09-252-2/+1
* mm/vmalloc.c: move 'area->pages' after if statementAustin Kim2019-09-251-3/+5
* mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li2019-09-252-21/+23
* mm/vmalloc: do not keep unpurged areas in the busy treeUladzislau Rezki (Sony)2019-09-251-8/+44
* mm/sparse.c: remove NULL check in clear_hwpoisoned_pages()Alastair D'Silva2019-09-251-3/+0
* mm/sparse.c: don't manually decrement num_poisoned_pagesAlastair D'Silva2019-09-251-1/+3
* mm/sparse.c: use __nr_to_section(section_nr) to get mem_sectionWei Yang2019-09-251-1/+1
* mm/sparse.c: fix ALIGN() without power of 2 in sparse_buffer_alloc()Lecopzer Chen2019-09-251-1/+1
* mm/sparse.c: fix memory leak of sparsemap_buf in aligned memoryLecopzer Chen2019-09-251-2/+12
* mm/memory_hotplug.c: s/is/ifSouptick Joarder2019-09-251-1/+1
* mm/memory_hotplug: online_pages cannot be 0 in online_pages()David Hildenbrand2019-09-251-13/+9
* mm/memory_hotplug: make sure the pfn is aligned to the order when onliningDavid Hildenbrand2019-09-251-0/+3
* mm/memory_hotplug: simplify online_pages_range()David Hildenbrand2019-09-251-20/+16
* mm/memory_hotplug: drop PageReserved() check in online_pages_range()David Hildenbrand2019-09-251-3/+1
* mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range()David Hildenbrand2019-09-251-2/+2
* mm/memory_hotplug.c: prevent memory leak when reusing pgdatWei Yang2019-09-251-1/+9
* drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2019-09-254-8/+6
* driver/base/memory.c: validate memory block size earlyDavid Hildenbrand2019-09-252-25/+12
* drivers/base/memory.c: fixup documentation of removable/phys_index/block_size...David Hildenbrand2019-09-251-5/+6
* drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2019-09-252-24/+16
* mm/memory_hotplug: remove move_pfn_range()David Hildenbrand2019-09-251-16/+8
* mm: do not hash address in print_bad_pte()Kefeng Wang2019-09-251-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-2536-130/+5
* microblaze: switch to generic version of pte allocationMike Rapoport2019-09-251-36/+3
* sh: switch to generic version of pte allocationMike Rapoport2019-09-251-33/+1
* ia64: switch to generic version of pte allocationMike Rapoport2019-09-251-30/+2
* mm: remove quicklist page table cachesNicholas Piggin2019-09-2539-395/+25
* mm: release the spinlock on zap_pte_rangeMinchan Kim2019-09-251-2/+8
* mm: remove redundant assignment of entryWei Yang2019-09-251-1/+0
* net/xdp: convert put_page() to put_user_page*()John Hubbard2019-09-251-8/+1
* drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard2019-09-251-8/+2
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-257-92/+58
* mm: vmscan: do not share cgroup iteration between reclaimersJohannes Weiner2019-09-251-20/+2
* mm: memcontrol: switch to rcu protection in drain_all_stock()Roman Gushchin2019-09-251-8/+9
* mm, memcg: throttle allocators when failing reclaim over memory.highChris Down2019-09-251-1/+125
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-258-96/+95
* mm/filemap.c: rewrite mapping_needs_writeback in less fancy mannerKonstantin Khlebnikov2019-09-251-2/+5
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-09-251-1/+2
* mm, page_owner, debug_pagealloc: save and dump freeing stack traceVlastimil Babka2019-09-253-14/+45
* mm, page_owner: keep owner info when freeing the pageVlastimil Babka2019-09-252-10/+25
* mm, page_owner: record page owner for each subpageVlastimil Babka2019-09-251-12/+28
* mm: replace list_move_tail() with add_page_to_lru_list_tail()Yu Zhao2019-09-251-8/+6
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-2518-25/+30
* mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-253-9/+12
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-2517-38/+35
* mm/rmap.c: remove set but not used variable 'cstart'YueHaibing2019-09-251-3/+1
* mm/page_poison.c: fix a typo in a commentChristophe JAILLET2019-09-251-1/+1