summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm, oom: remove 'prefer children over parent' heuristicShakeel Butt2019-03-061-60/+18Star
* | | mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-069-64/+24Star
* | | mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox2019-03-061-1/+1
* | | mm: prevent mapping slab pages to userspaceMatthew Wilcox2019-03-061-1/+1
* | | mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-03-061-1/+5
* | | mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down2019-03-061-45/+19Star
* | | mm, memcg: create mem_cgroup_from_seqChris Down2019-03-062-15/+15
* | | mm, compaction: capture a page under direct compactionMel Gorman2019-03-063-11/+102
* | | mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman2019-03-061-18/+106
* | | mm, compaction: sample pageblocks for free pagesMel Gorman2019-03-061-6/+22
* | | mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman2019-03-062-4/+32
* | | mm, compaction: reduce premature advancement of the migration target scannerMel Gorman2019-03-061-17/+10Star
* | | mm, compaction: do not consider a need to reschedule as contentionMel Gorman2019-03-061-19/+4Star
* | | mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman2019-03-061-38/+23Star
* | | mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman2019-03-061-0/+18
* | | mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman2019-03-061-4/+12
* | | mm, compaction: finish pageblock scanning on contentionMel Gorman2019-03-061-56/+34Star
* | | mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman2019-03-062-6/+27
* | | mm, compaction: use free lists to quickly locate a migration targetMel Gorman2019-03-061-5/+213
* | | mm, compaction: keep migration source private to a single compaction instanceMel Gorman2019-03-061-25/+99
* | | mm, compaction: use free lists to quickly locate a migration sourceMel Gorman2019-03-062-3/+177
* | | mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman2019-03-061-1/+1
* | | mm, compaction: always finish scanning of a full pageblockMel Gorman2019-03-062-12/+8Star
* | | mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman2019-03-061-1/+1
* | | mm, compaction: rename map_pages to split_map_pagesMel Gorman2019-03-061-3/+3
* | | mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman2019-03-061-28/+26Star
* | | mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman2019-03-062-17/+9Star
* | | mm, compaction: rearrange compact_controlMel Gorman2019-03-061-3/+3
* | | mm, compaction: shrink compact_controlMel Gorman2019-03-061-2/+2
* | | mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin2019-03-061-1/+1
* | | mm: swap: add comment for swap_vma_readaheadYang Shi2019-03-061-1/+15
* | | mm: swap: check if swap backing device is congested or notYang Shi2019-03-061-0/+7
* | | mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox2019-03-061-10/+0Star
* | | mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva2019-03-061-2/+1Star
* | | mm: remove extra drain pages on pcp listWei Yang2019-03-062-2/+0Star
* | | mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2019-03-062-2/+2
* | | mm: remove sysctl_extfrag_handler()Matthew Wilcox2019-03-061-8/+0Star
* | | vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2019-03-061-0/+9
* | | mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev2019-03-061-23/+8Star
* | | mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev2019-03-061-5/+11
* | | mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-061-1/+1
* | | mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev2019-03-061-2/+3
* | | memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-063-14/+10Star
* | | mm, slub: make the comment of put_cpu_partial() completeWei Yang2019-03-061-2/+2
* | | mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai2019-03-062-4/+42
* | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-068-21/+24
* | | mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau2019-03-061-1/+1
* | | mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-063-16/+30
* | | mm/slub.c: remove an unused addr argumentQian Cai2019-03-061-3/+2Star
* | | mm/slab.c: kmemleak no scan alien cachesQian Cai2019-03-061-8/+9