summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/page_owner: clamp read count to PAGE_SIZEMiles Chen2018-12-281-0/+1
* include/linux/slab.h: fix sparse warning in kmalloc_type()Vlastimil Babka2018-12-281-12/+12
* mm/slub.c: record final state of slub action in deactivate_slab()Wei Yang2018-12-281-14/+7
* mm/slub.c: page is always non-NULL in node_match()Wei Yang2018-12-281-1/+1
* mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()Wei Yang2018-12-281-5/+3
* mm, slab: remove unnecessary unlikely()Yangtao Li2018-12-281-3/+1
* ocfs2: don't clear bh uptodate for block readJunxiao Bi2018-12-281-2/+0
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2018-12-281-4/+2
* ocfs2: fix panic due to unrecovered local allocJunxiao Bi2018-12-281-2/+7
* ocfs2: improve ocfs2 MakefileLarry Chen2018-12-283-3/+3