summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2018-12-282-10/+4
* 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-282-106/+25
* mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams2018-12-281-12/+41
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-285-36/+38
* mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams2018-12-281-6/+3
* mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2018-12-282-2/+2
* mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f...Huang Shijie2018-12-281-1/+1
* userfaultfd: convert userfaultfd_ctx::refcount to refcount_tEric Biggers2018-12-281-6/+5
* mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2018-12-282-2/+12
* vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2018-12-282-6/+10
* mm: remove managed_page_count_lock spinlockArun KS2018-12-282-11/+0
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-2853-81/+131
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-286-29/+34
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-2812-33/+44
* 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
* xxHash: create arch dependent 32/64-bit xxhash()Timofey Titovets2018-12-281-0/+23
* mm: only report isolation failures when offlining memoryMichal Hocko2018-12-284-16/+21
* 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
* writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell2018-12-281-0/+8
* mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson2018-12-282-8/+0
* mm/hotplug: optimize clear_hwpoisoned_pages()Balbir Singh2018-12-281-0/+9