Age | Commit message (Expand) | Author |
2020-10-16 | mm/page_alloc: move pages to tail in move_to_free_list() | David Hildenbrand |
2020-10-16 | mm/page_alloc: place pages to tail in __putback_isolated_page() | David Hildenbrand |
2020-10-16 | mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag | David Hildenbrand |
2020-10-16 | mm: don't panic when links can't be created in sysfs | Laurent Dufour |
2020-10-16 | kernel/resource: make iomem_resource implicit in release_mem_region_adjustable() | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso... | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: prepare passing flags to add_memory() and friends | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG | David Hildenbrand |
2020-10-16 | kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED | David Hildenbrand |
2020-10-16 | kernel/resource: make release_mem_region_adjustable() never fail | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory | David Hildenbrand |
2020-10-16 | mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() | David Hildenbrand |
2020-10-16 | mm/page_alloc: drop stale pageblock comment in memmap_init_zone*() | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: simplify page onlining | David Hildenbrand |
2020-10-16 | mm/page_isolation: simplify return value of start_isolate_page_range() | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages() | David Hildenbrand |
2020-10-16 | mm/page_alloc: simplify __offline_isolated_pages() | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: simplify page offlining | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: enforce section granularity when onlining/offlining | David Hildenbrand |
2020-10-16 | mm/memory_hotplug: inline __offline_pages() into offline_pages() | David Hildenbrand |
2020-10-16 | mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert | Jann Horn |
2020-10-16 | mm/util.c: update the kerneldoc for kstrdup_const() | Bartosz Golaszewski |
2020-10-16 | mm/vmstat.c: use helper macro abs() | Miaohe Lin |
2020-10-16 | mm/page_poison.c: replace bool variable with static key | Mateusz Nosek |
2020-10-16 | mm,hwpoison: try to narrow window race for free pages | Oscar Salvador |
2020-10-16 | mm,hwpoison: double-check page count in __get_any_page() | Naoya Horiguchi |
2020-10-16 | mm,hwpoison: introduce MF_MSG_UNSPLIT_THP | Naoya Horiguchi |
2020-10-16 | mm,hwpoison: return 0 if the page is already poisoned in soft-offline | Oscar Salvador |
2020-10-16 | mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page | Oscar Salvador |
2020-10-16 | mm,hwpoison: rework soft offline for in-use pages | Oscar Salvador |
2020-10-16 | mm,hwpoison: rework soft offline for free pages | Oscar Salvador |
2020-10-16 | mm,hwpoison: unify THP handling for hard and soft offline | Oscar Salvador |
2020-10-16 | mm,hwpoison: kill put_hwpoison_page | Oscar Salvador |
2020-10-16 | mm,hwpoison: refactor madvise_inject_error | Oscar Salvador |
2020-10-16 | mm,hwpoison: unexport get_hwpoison_page and make it static | Oscar Salvador |
2020-10-16 | mm,hwpoison-inject: don't pin for hwpoison_filter | Naoya Horiguchi |
2020-10-16 | mm, hwpoison: remove recalculating hpage | Naoya Horiguchi |
2020-10-16 | mm,hwpoison: cleanup unused PageHuge() check | Naoya Horiguchi |
2020-10-16 | mm/readahead: pass a file_ra_state into force_page_cache_ra | David Howells |
2020-10-16 | mm/filemap: fold ra_submit into do_sync_mmap_readahead | David Howells |
2020-10-16 | mm/readahead: add page_cache_sync_ra and page_cache_async_ra | Matthew Wilcox (Oracle) |
2020-10-16 | mm/readahead: pass readahead_control to force_page_cache_ra | David Howells |
2020-10-16 | mm/readahead: make ondemand_readahead take a readahead_control | David Howells |
2020-10-16 | mm/readahead: make do_page_cache_ra take a readahead_control | Matthew Wilcox (Oracle) |
2020-10-16 | mm/readahead: make page_cache_ra_unbounded take a readahead_control | Matthew Wilcox (Oracle) |
2020-10-16 | mm/readahead: add DEFINE_READAHEAD | Matthew Wilcox (Oracle) |
2020-10-16 | mm: fix a race during THP splitting | Huang Ying |
2020-10-16 | fs: add a filesystem flag for THPs | Matthew Wilcox (Oracle) |
2020-10-16 | mm/vmscan: allow arbitrary sized pages to be paged out | Matthew Wilcox (Oracle) |
2020-10-16 | mm/page-writeback: support tail pages in wait_for_stable_page | Matthew Wilcox (Oracle) |