aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-28mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacksHuang Shijie1-1/+1
2018-12-28userfaultfd: convert userfaultfd_ctx::refcount to refcount_tEric Biggers1-6/+5
2018-12-28mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2-2/+12
2018-12-28vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2-6/+10
2018-12-28mm: remove managed_page_count_lock spinlockArun KS2-11/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS53-81/+131
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS6-29/+34
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS12-33/+44
2018-12-28mm: remove reset of pcp->counter in pageset_init()Wei Yang1-1/+0
2018-12-28mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko1-29/+1
2018-12-28mm/mmap.c: remove verify_mm_writelocked()Yangtao Li1-16/+0
2018-12-28ksm: replace jhash2 with xxhashTimofey Titovets2-2/+3
2018-12-28xxHash: create arch dependent 32/64-bit xxhash()Timofey Titovets1-0/+23
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko4-16/+21
2018-12-28mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko2-4/+9
2018-12-28mm, memory_hotplug: print reason for the offlining failureMichal Hocko1-11/+23