| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm, mempolicy: fix uninit memory access | Vlastimil Babka | 2019-03-05 | 1 | -1/+1 |
* | memcg: killed threads should not invoke memcg OOM killer | Tetsuo Handa | 2019-03-05 | 1 | -5/+14 |
* | mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() | Mike Rapoport | 2019-03-05 | 1 | -1/+8 |
* | arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgrade | Aneesh Kumar K.V | 2019-03-05 | 3 | -0/+54 |
* | mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update | Aneesh Kumar K.V | 2019-03-05 | 2 | -3/+25 |
* | arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade | Aneesh Kumar K.V | 2019-03-05 | 4 | -0/+65 |
* | mm: update ptep_modify_prot_commit to take old pte value as arg | Aneesh Kumar K.V | 2019-03-05 | 7 | -14/+17 |
* | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 2019-03-05 | 10 | -31/+35 |
* | mm: fix some typos in mm directory | Wei Yang | 2019-03-05 | 6 | -10/+10 |
* | mm/page_owner: move config option to mm/Kconfig.debug | Changbin Du | 2019-03-05 | 2 | -17/+17 |
* | mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() | Yang Fan | 2019-03-05 | 1 | -4/+3 |
* | mm, oom: remove 'prefer children over parent' heuristic | Shakeel Butt | 2019-03-05 | 1 | -60/+18 |
* | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-03-05 | 9 | -64/+24 |
* | mm/memory.c: prevent mapping typed pages to userspace | Matthew Wilcox | 2019-03-05 | 1 | -1/+1 |
* | mm: prevent mapping slab pages to userspace | Matthew Wilcox | 2019-03-05 | 1 | -1/+1 |
* | mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! | Uladzislau Rezki (Sony) | 2019-03-05 | 1 | -1/+5 |
* | mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable | Chris Down | 2019-03-05 | 1 | -45/+19 |
* | mm, memcg: create mem_cgroup_from_seq | Chris Down | 2019-03-05 | 3 | -15/+25 |
* | kernel: cgroup: add poll file operation | Johannes Weiner | 2019-03-05 | 2 | -0/+16 |
* | fs: kernfs: add poll file operation | Johannes Weiner | 2019-03-05 | 2 | -11/+26 |
* | mm, compaction: capture a page under direct compaction | Mel Gorman | 2019-03-05 | 6 | -12/+111 |
* | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman | 2019-03-05 | 2 | -18/+108 |
* | mm, compaction: sample pageblocks for free pages | Mel Gorman | 2019-03-05 | 1 | -6/+22 |
* | mm, compaction: round-robin the order while searching the free lists for a ta... | Mel Gorman | 2019-03-05 | 2 | -4/+32 |
* | mm, compaction: reduce premature advancement of the migration target scanner | Mel Gorman | 2019-03-05 | 1 | -17/+10 |
* | mm, compaction: do not consider a need to reschedule as contention | Mel Gorman | 2019-03-05 | 1 | -19/+4 |
* | mm, compaction: rework compact_should_abort as compact_check_resched | Mel Gorman | 2019-03-05 | 1 | -38/+23 |
* | mm, compaction: keep cached migration PFNs synced for unusable pageblocks | Mel Gorman | 2019-03-05 | 1 | -0/+18 |
* | mm, compaction: check early for huge pages encountered by the migration scanner | Mel Gorman | 2019-03-05 | 1 | -4/+12 |
* | mm, compaction: finish pageblock scanning on contention | Mel Gorman | 2019-03-05 | 1 | -56/+34 |
* | mm, compaction: avoid rescanning the same pageblock multiple times | Mel Gorman | 2019-03-05 | 2 | -6/+27 |
* | mm, compaction: use free lists to quickly locate a migration target | Mel Gorman | 2019-03-05 | 1 | -5/+213 |
* | mm, compaction: keep migration source private to a single compaction instance | Mel Gorman | 2019-03-05 | 1 | -25/+99 |
* | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman | 2019-03-05 | 4 | -9/+188 |
* | mm, compaction: ignore the fragmentation avoidance boost for isolation and co... | Mel Gorman | 2019-03-05 | 1 | -1/+1 |
* | mm, compaction: always finish scanning of a full pageblock | Mel Gorman | 2019-03-05 | 2 | -12/+8 |
* | mm, migrate: immediately fail migration of a page with no migration handler | Mel Gorman | 2019-03-05 | 1 | -1/+1 |
* | mm, compaction: rename map_pages to split_map_pages | Mel Gorman | 2019-03-05 | 1 | -3/+3 |
* | mm, compaction: remove unnecessary zone parameter in some instances | Mel Gorman | 2019-03-05 | 1 | -28/+26 |
* | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman | 2019-03-05 | 2 | -17/+9 |
* | mm, compaction: rearrange compact_control | Mel Gorman | 2019-03-05 | 1 | -3/+3 |
* | mm, compaction: shrink compact_control | Mel Gorman | 2019-03-05 | 1 | -2/+2 |
* | mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page | zhengbin | 2019-03-05 | 1 | -1/+1 |
* | mm: shuffle GFP_* flags | Alexey Dobriyan | 2019-03-05 | 1 | -15/+15 |
* | mm: swap: add comment for swap_vma_readahead | Yang Shi | 2019-03-05 | 1 | -1/+15 |
* | mm: swap: check if swap backing device is congested or not | Yang Shi | 2019-03-05 | 1 | -0/+7 |
* | mm/filemap.c: remove redundant test from find_get_pages_contig | Matthew Wilcox | 2019-03-05 | 1 | -10/+0 |
* | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 2019-03-05 | 1 | -2/+1 |
* | mm: remove extra drain pages on pcp list | Wei Yang | 2019-03-05 | 2 | -2/+0 |
* | arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages | Anshuman Khandual | 2019-03-05 | 2 | -0/+25 |