summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mm, compaction: finish pageblock scanning on contentionMel Gorman2019-03-051-56/+34
* | | | mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman2019-03-052-6/+27
* | | | mm, compaction: use free lists to quickly locate a migration targetMel Gorman2019-03-051-5/+213
* | | | mm, compaction: keep migration source private to a single compaction instanceMel Gorman2019-03-051-25/+99
* | | | mm, compaction: use free lists to quickly locate a migration sourceMel Gorman2019-03-052-3/+177
* | | | mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman2019-03-051-1/+1
* | | | mm, compaction: always finish scanning of a full pageblockMel Gorman2019-03-052-12/+8
* | | | mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman2019-03-051-1/+1
* | | | mm, compaction: rename map_pages to split_map_pagesMel Gorman2019-03-051-3/+3
* | | | mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman2019-03-051-28/+26
* | | | mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman2019-03-052-17/+9
* | | | mm, compaction: rearrange compact_controlMel Gorman2019-03-051-3/+3
* | | | mm, compaction: shrink compact_controlMel Gorman2019-03-051-2/+2
* | | | mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin2019-03-051-1/+1
* | | | mm: swap: add comment for swap_vma_readaheadYang Shi2019-03-051-1/+15
* | | | mm: swap: check if swap backing device is congested or notYang Shi2019-03-051-0/+7
* | | | mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox2019-03-051-10/+0
* | | | mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva2019-03-051-2/+1
* | | | mm: remove extra drain pages on pcp listWei Yang2019-03-052-2/+0
* | | | mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2019-03-052-2/+2
* | | | mm: remove sysctl_extfrag_handler()Matthew Wilcox2019-03-051-8/+0
* | | | vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2019-03-051-0/+9
* | | | mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev2019-03-051-23/+8
* | | | mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev2019-03-051-5/+11
* | | | mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-051-1/+1
* | | | mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev2019-03-051-2/+3
* | | | memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-053-14/+10
* | | | mm, slub: make the comment of put_cpu_partial() completeWei Yang2019-03-051-2/+2
* | | | mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai2019-03-052-4/+42
* | | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-058-21/+24
* | | | mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau2019-03-051-1/+1
* | | | mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-053-16/+30
* | | | mm/slub.c: remove an unused addr argumentQian Cai2019-03-051-3/+2
* | | | mm/slab.c: kmemleak no scan alien cachesQian Cai2019-03-051-8/+9
* | | | mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang2019-03-051-2/+1
* | | | kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov2019-03-051-3/+3
* | | | kasan: fix kasan_check_read/write definitionsArnd Bergmann2019-03-051-0/+2
* | | | page_poison: play nicely with KASANQian Cai2019-03-052-1/+5
* | | | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-053-25/+0
* | | | mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang2019-03-051-8/+6
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-012-3/+24
|\ \ \ \
| * | | | hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-012-3/+24
* | | | | mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-02-271-4/+3
|/ / / /
* | | | tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-02-251-1/+1
* | | | Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds2019-02-251-6/+0
* | | | mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko2019-02-211-12/+15
* | | | mm: don't let userspace spam allocations warningsDaniel Vetter2019-02-211-1/+1
* | | | slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai2019-02-211-1/+1
* | | | kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov2019-02-211-2/+0
* | | | kasan, slab: make freelist stored without tagsAndrey Konovalov2019-02-211-2/+9