| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-28 | mm/debug.c: make "migrate_reason_names[]" const char * |  Alexey Dobriyan | 1 | -1/+1 |
| 2018-12-28 | mm/mmzone.c: make "migratetype_names" const char * |  Alexey Dobriyan | 1 | -1/+1 |
| 2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs |  Mel Gorman | 2 | -11/+165 |
| 2018-12-28 | mm: use alloc_flags to record if kswapd can wake |  Mel Gorman | 2 | -15/+19 |
| 2018-12-28 | mm: move zone watermark accesses behind an accessor |  Mel Gorman | 2 | -7/+7 |
| 2018-12-28 | mm, page_alloc: spread allocations across zones before introducing fragmentation |  Mel Gorman | 2 | -16/+105 |
| 2018-12-28 | mm/memory_hotplug: drop "online" parameter from add_memory_resource() |  David Hildenbrand | 1 | -3/+3 |
| 2018-12-28 | memblock: replace usage of __memblock_free_early() with memblock_free() |  Mike Rapoport | 1 | -14/+8 |
| 2018-12-28 | mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() |  Wentao Wang | 1 | -6/+1 |
| 2018-12-28 | mm/page_alloc.c: use a single function to free page |  Aaron Lu | 1 | -23/+14 |
| 2018-12-28 | mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() |  Aaron Lu | 1 | -2/+8 |
| 2018-12-28 | mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL |  Dan Williams | 1 | -2/+2 |
| 2018-12-28 | mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages() |  Dan Williams | 1 | -170/+26 |
| 2018-12-28 | mm, hmm: use devm semantics for hmm_devmem_{add, remove} |  Dan Williams | 1 | -103/+24 |
| 2018-12-28 | mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks |  Huang Shijie | 1 | -1/+1 |
| 2018-12-28 | mm/swap: use nr_node_ids for avail_lists in swap_info_struct |  Aaron Lu | 1 | -1/+2 |
| 2018-12-28 | vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n |  Wei Yang | 1 | -0/+10 |
| 2018-12-28 | mm: remove managed_page_count_lock spinlock |  Arun KS | 1 | -5/+0 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic |  Arun KS | 14 | -30/+32 |
| 2018-12-28 | mm: convert zone->managed_pages to atomic variable |  Arun KS | 3 | -25/+25 |
| 2018-12-28 | mm: reference totalram_pages and managed_pages once per function |  Arun KS | 2 | -3/+5 |
| 2018-12-28 | mm: remove reset of pcp->counter in pageset_init() |  Wei Yang | 1 | -1/+0 |
| 2018-12-28 | mm, memory_hotplug: do not clear numa_node association after hot_remove |  Michal Hocko | 1 | -29/+1 |
| 2018-12-28 | mm/mmap.c: remove verify_mm_writelocked() |  Yangtao Li | 1 | -16/+0 |
| 2018-12-28 | ksm: replace jhash2 with xxhash |  Timofey Titovets | 2 | -2/+3 |
| 2018-12-28 | mm: only report isolation failures when offlining memory |  Michal Hocko | 3 | -14/+12 |
| 2018-12-28 | mm, memory_hotplug: be more verbose for memory offline failures |  Michal Hocko | 2 | -4/+9 |
| 2018-12-28 | mm, memory_hotplug: print reason for the offlining failure |  Michal Hocko | 1 | -11/+23 |
| 2018-12-28 | mm, memory_hotplug: drop pointless block alignment checks from __offline_pages |  Michal Hocko | 1 | -6/+0 |
| 2018-12-28 | mm: lower the printk loglevel for __dump_page messages |  Michal Hocko | 1 | -10/+10 |
| 2018-12-28 | mm: print more information about mapping in __dump_page |  Michal Hocko | 1 | -0/+13 |
| 2018-12-28 | mm/readahead.c: simplify get_next_ra_size() |  Gao Xiang | 1 | -7/+5 |
| 2018-12-28 | mm/mmu_notifier.c: remove mmu_notifier_synchronize() |  Sean Christopherson | 1 | -7/+0 |
| 2018-12-28 | mm/hotplug: optimize clear_hwpoisoned_pages() |  Balbir Singh | 1 | -0/+9 |
| 2018-12-28 | mm/page_owner: clamp read count to PAGE_SIZE |  Miles Chen | 1 | -0/+1 |
| 2018-12-28 | mm/slub.c: record final state of slub action in deactivate_slab() |  Wei Yang | 1 | -14/+7 |
| 2018-12-28 | mm/slub.c: page is always non-NULL in node_match() |  Wei Yang | 1 | -1/+1 |
| 2018-12-28 | mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab() |  Wei Yang | 1 | -5/+3 |
| 2018-12-28 | mm, slab: remove unnecessary unlikely() |  Yangtao Li | 1 | -3/+1 |
| 2018-12-28 | kasan: add SPDX-License-Identifier mark to source files |  Andrey Konovalov | 8 | -0/+8 |
| 2018-12-28 | kasan: add __must_check annotations to kasan hooks |  Andrey Konovalov | 1 | -6/+9 |
| 2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc |  Andrey Konovalov | 4 | -3/+26 |
| 2018-12-28 | kasan: add hooks implementation for tag-based mode |  Andrey Konovalov | 3 | -19/+153 |
| 2018-12-28 | mm: move obj_to_index to include/linux/slab_def.h |  Andrey Konovalov | 1 | -13/+0 |
| 2018-12-28 | kasan: add bug reporting routines for tag-based mode |  Andrey Konovalov | 4 | -37/+59 |
| 2018-12-28 | kasan: split out generic_report.c from report.c |  Andrey Konovalov | 5 | -185/+257 |
| 2018-12-28 | kasan, mm: perform untagged pointers comparison in krealloc |  Andrey Konovalov | 1 | -1/+1 |
| 2018-12-28 | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU |  Andrey Konovalov | 2 | -11/+15 |
| 2018-12-28 | kasan: add tag related helper functions |  Andrey Konovalov | 2 | -0/+68 |
| 2018-12-28 | kasan: initialize shadow to 0xff for tag-based mode |  Andrey Konovalov | 1 | -1/+2 |