Age | Commit message (Expand) | Author |
2019-03-05 | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman |
2019-03-05 | mm, compaction: ignore the fragmentation avoidance boost for isolation and co... | Mel Gorman |
2019-03-05 | mm, compaction: always finish scanning of a full pageblock | Mel Gorman |
2019-03-05 | mm, migrate: immediately fail migration of a page with no migration handler | Mel Gorman |
2019-03-05 | mm, compaction: rename map_pages to split_map_pages | Mel Gorman |
2019-03-05 | mm, compaction: remove unnecessary zone parameter in some instances | Mel Gorman |
2019-03-05 | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman |
2019-03-05 | mm, compaction: rearrange compact_control | Mel Gorman |
2019-03-05 | mm, compaction: shrink compact_control | Mel Gorman |
2019-03-05 | mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page | zhengbin |
2019-03-05 | mm: shuffle GFP_* flags | Alexey Dobriyan |
2019-03-05 | mm: swap: add comment for swap_vma_readahead | Yang Shi |
2019-03-05 | mm: swap: check if swap backing device is congested or not | Yang Shi |
2019-03-05 | mm/filemap.c: remove redundant test from find_get_pages_contig | Matthew Wilcox |
2019-03-05 | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva |
2019-03-05 | mm: remove extra drain pages on pcp list | Wei Yang |
2019-03-05 | arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages | Anshuman Khandual |
2019-03-05 | arm64/mm: enable HugeTLB migration | Anshuman Khandual |
2019-03-05 | mm/hugetlb: enable arch specific huge page size support for migration | Anshuman Khandual |
2019-03-05 | mm/hugetlb: enable PUD level huge page migration | Anshuman Khandual |
2019-03-05 | mm/hugetlb: distinguish between migratability and movability | Anshuman Khandual |
2019-03-05 | mm: remove sysctl_extfrag_handler() | Matthew Wilcox |
2019-03-05 | selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE | Uladzislau Rezki (Sony) |
2019-03-05 | vmalloc: add test driver to analyse vmalloc allocator | Uladzislau Rezki (Sony) |
2019-03-05 | vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE | Uladzislau Rezki (Sony) |
2019-03-05 | mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() | Roman Penyaev |
2019-03-05 | mm/vmalloc: do not call kmemleak_free() on not yet accounted memory | Roman Penyaev |
2019-03-05 | mm/vmalloc: fix size check for remap_vmalloc_range_partial() | Roman Penyaev |
2019-03-05 | mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA | Roman Penyaev |
2019-03-05 | memcg: localize memcg_kmem_enabled() check | Shakeel Butt |
2019-03-05 | mm, slub: make the comment of put_cpu_partial() complete | Wei Yang |
2019-03-05 | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai |
2019-03-05 | tools/: replace open encodings for NUMA_NO_NODE | Stephen Rothwell |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual |
2019-03-05 | mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() | Liviu Dudau |
2019-03-05 | PM/Hibernate: exclude all PageOffline() pages | David Hildenbrand |
2019-03-05 | PM/Hibernate: use pfn_to_online_page() | David Hildenbrand |
2019-03-05 | vmw_balloon: mark inflated pages PG_offline | David Hildenbrand |
2019-03-05 | hv_balloon: mark inflated pages PG_offline | David Hildenbrand |
2019-03-05 | xen/balloon: mark inflated pages PG_offline | David Hildenbrand |
2019-03-05 | kexec: export PG_offline to VMCOREINFO | David Hildenbrand |
2019-03-05 | mm: convert PG_balloon to PG_offline | David Hildenbrand |
2019-03-05 | mm: balloon: update comment about isolation/migration/compaction | David Hildenbrand |
2019-03-05 | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS |
2019-03-05 | mm/slub.c: remove an unused addr argument | Qian Cai |
2019-03-05 | include/linux/slub_def.h: comment fixes | Tobin C. Harding |
2019-03-05 | mm/slab.c: kmemleak no scan alien caches | Qian Cai |
2019-03-05 | mm/slub.c: freelist is ensured to be NULL when new_slab() fails | Peng Wang |
2019-03-05 | fs/file.c: initialize init_files.resize_wait | Shuriyc Chu |
2019-03-05 | fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() | Vineet Gupta |