summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-281-3/+3
| * | | memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2018-12-281-14/+8
| * | | 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-281-2/+2
| * | | 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-281-103/+24
| * | | mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f...Huang Shijie2018-12-281-1/+1
| * | | mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2018-12-281-1/+2
| * | | vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2018-12-281-0/+10
| * | | mm: remove managed_page_count_lock spinlockArun KS2018-12-281-5/+0
| * | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-2814-30/+32
| * | | mm: convert zone->managed_pages to atomic variableArun KS2018-12-283-25/+25
| * | | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-282-3/+5
| * | | 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
| * | | mm: only report isolation failures when offlining memoryMichal Hocko2018-12-283-14/+12
| * | | 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
| * | | mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson2018-12-281-7/+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
| * | | 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
| * | | kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov2018-12-288-0/+8
| * | | kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-281-6/+9
| * | | kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-284-3/+26
| * | | kasan: add hooks implementation for tag-based modeAndrey Konovalov2018-12-283-19/+153
| * | | mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov2018-12-281-13/+0
| * | | kasan: add bug reporting routines for tag-based modeAndrey Konovalov2018-12-284-37/+59
| * | | kasan: split out generic_report.c from report.cAndrey Konovalov2018-12-285-185/+257
| * | | kasan, mm: perform untagged pointers comparison in kreallocAndrey Konovalov2018-12-281-1/+1
| * | | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov2018-12-282-11/+15
| * | | kasan: add tag related helper functionsAndrey Konovalov2018-12-282-0/+68
| * | | kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-1/+2
| * | | kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-30/+40
| * | | kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-285-4/+84
| * | | kasan: rename source files to reflect the new naming schemeAndrey Konovalov2018-12-283-4/+4
| * | | kasan: move common generic and tag-based code to common.cAndrey Konovalov2018-12-284-569/+614
| * | | kasan, slub: handle pointer tags in early_kmem_cache_node_allocAndrey Konovalov2018-12-281-5/+5