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