summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-285-4/+30
* mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smapsMichal Hocko2018-12-281-1/+3
* include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang2018-12-281-1/+0
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-2817-250/+262
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-2812-116/+103
* 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
* lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-284-6/+39
* lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon2018-12-281-16/+12
* x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+0
* arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+2
* ioremap: rework pXd_free_pYd_page() APIWill Deacon2018-12-281-14/+42
* mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai2018-12-281-1/+1
* /proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2018-12-282-1/+7
* tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" fa...Anthony Yznaga2018-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
* lib/show_mem.c: drop pgdat_resize_lock in show_mem()Wei Yang2018-12-281-3/+0
* 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-282-5/+4
* mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2018-12-283-7/+7
* mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2018-12-282-10/+2
* mm: remove pte_lock_deinit()Yu Zhao2018-12-281-9/+2
* zram: writeback throttleMinchan Kim2018-12-284-3/+91
* zram: add bd_stat statisticsMinchan Kim2018-12-284-0/+53
* zram: support idle/huge page writebackMinchan Kim2018-12-285-79/+209
* zram: introduce ZRAM_IDLE flagMinchan Kim2018-12-284-7/+69
* zram: refactor flags and writeback stuffMinchan Kim2018-12-282-69/+44
* zram: fix double free backing deviceMinchan Kim2018-12-281-1/+3
* zram: fix lockdep warning of free block handlingMinchan Kim2018-12-282-18/+22
* mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-283-9/+13
* kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustableOscar Salvador2018-12-281-0/+15
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-289-10/+15
* mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2018-12-282-9/+6
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-285-33/+84
* mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2018-12-283-16/+31
* mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-284-13/+34
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-284-4/+4
* mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2018-12-282-2/+2
* mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan2018-12-282-2/+2
* mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-286-15/+202
* 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-283-11/+12
* 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-283-5/+5
* drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang2018-12-281-1/+1
* memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2018-12-282-17/+10
* 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