summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-057-14/+17
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-0510-31/+35
* mm: fix some typos in mm directoryWei Yang2019-03-056-10/+10
* mm/page_owner: move config option to mm/Kconfig.debugChangbin Du2019-03-052-17/+17
* mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan2019-03-051-4/+3
* mm, oom: remove 'prefer children over parent' heuristicShakeel Butt2019-03-051-60/+18
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-059-64/+24
* mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox2019-03-051-1/+1
* mm: prevent mapping slab pages to userspaceMatthew Wilcox2019-03-051-1/+1
* mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-03-051-1/+5
* mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down2019-03-051-45/+19
* mm, memcg: create mem_cgroup_from_seqChris Down2019-03-053-15/+25
* kernel: cgroup: add poll file operationJohannes Weiner2019-03-052-0/+16
* fs: kernfs: add poll file operationJohannes Weiner2019-03-052-11/+26
* mm, compaction: capture a page under direct compactionMel Gorman2019-03-056-12/+111
* mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman2019-03-052-18/+108
* mm, compaction: sample pageblocks for free pagesMel Gorman2019-03-051-6/+22
* mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman2019-03-052-4/+32
* mm, compaction: reduce premature advancement of the migration target scannerMel Gorman2019-03-051-17/+10
* mm, compaction: do not consider a need to reschedule as contentionMel Gorman2019-03-051-19/+4
* mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman2019-03-051-38/+23
* mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman2019-03-051-0/+18
* mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman2019-03-051-4/+12
* 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-054-9/+188
* 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: shuffle GFP_* flagsAlexey Dobriyan2019-03-051-15/+15
* 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
* arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-052-0/+25
* arm64/mm: enable HugeTLB migrationAnshuman Khandual2019-03-051-0/+4
* mm/hugetlb: enable arch specific huge page size support for migrationAnshuman Khandual2019-03-051-2/+13
* mm/hugetlb: enable PUD level huge page migrationAnshuman Khandual2019-03-051-1/+2
* mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2019-03-053-2/+32
* mm: remove sysctl_extfrag_handler()Matthew Wilcox2019-03-053-11/+1
* selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2019-03-052-0/+192