aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon4-6/+39
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon1-16/+12
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon1-6/+0
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon1-6/+2
2018-12-28ioremap: rework pXd_free_pYd_page() APIWill Deacon1-14/+42
2018-12-28mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai1-1/+1
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2-1/+7
2018-12-28tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" failuresAnthony Yznaga1-1/+1
2018-12-28mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador1-14/+14
2018-12-28mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster1-14/+21
2018-12-28lib/show_mem.c: drop pgdat_resize_lock in show_mem()Wei Yang1-3/+0
2018-12-28mm/hmm.c: remove set but not used variable 'devmem'YueHaibing1-3/+0
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2-5/+4
2018-12-28mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang3-7/+7
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2-10/+2
2018-12-28mm: remove pte_lock_deinit()Yu Zhao1-9/+2
2018-12-28zram: writeback throttleMinchan Kim4-3/+91
2018-12-28zram: add bd_stat statisticsMinchan Kim4-0/+53
2018-12-28zram: support idle/huge page writebackMinchan Kim5-79/+209
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim4-7/+69
2018-12-28zram: refactor flags and writeback stuffMinchan Kim2-69/+44
2018-12-28zram: fix double free backing deviceMinchan Kim1-1/+3
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim2-18/+22
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai3-9/+13
2018-12-28kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustableOscar Salvador1-0/+15
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador9-10/+15
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2-9/+6
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins5-33/+84
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian3-16/+31
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian4-13/+34
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan4-4/+4
2018-12-28mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2-2/+2
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan2-2/+2
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman6-15/+202
2018-12-28mm: use alloc_flags to record if kswapd can wakeMel Gorman2-15/+19
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman3-11/+12
2018-12-28mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman2-16/+105
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand3-5/+5
2018-12-28drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang1-1/+1
2018-12-28memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2-17/+10
2018-12-28mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang1-6/+1
2018-12-28mm/page_alloc.c: use a single function to free pageAaron Lu1-23/+14
2018-12-28mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu1-2/+8
2018-12-28mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2-10/+4
2018-12-28mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams1-170/+26
2018-12-28mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2-106/+25
2018-12-28mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams1-12/+41
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams5-36/+38
2018-12-28mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2018-12-28mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2-2/+2