Show patches with: Submitter = Zi Yan       |    State = Action Required       |    Archived = No       |   230 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/1] mm/migrate: correct nr_failed in migrate_pages_sync() Large folio migration fix and questions on migration stats - - - --- 2023-10-09 Zi Yan New
[1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page(). [1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page(). - - - --- 2022-04-01 Zi Yan New
[1/2] mm: page-isolation: skip isolated pageblock in start_isolate_page_range() [1/2] mm: page-isolation: skip isolated pageblock in start_isolate_page_range() - - 2 --- 2022-05-26 Zi Yan New
[1/2] mm/huge_memory: check new folio order when split a folio [1/2] mm/huge_memory: check new folio order when split a folio - - - --- 2024-03-07 Zi Yan New
[1/3] mm: use nth_page() in place of direct struct page manipulation. Use nth_page() in place of direct struct page manipulation - 1 - --- 2023-08-30 Zi Yan New
[1/5] mm: memcg: make memcg huge page split support any order split. Split a folio to any lower order folios - - - --- 2023-03-21 Zi Yan New
[2/2] mm: split free page with properly free memory accounting and without race [1/2] mm: page-isolation: skip isolated pageblock in start_isolate_page_range() - - - --- 2022-05-26 Zi Yan New
[2/2] mm: wrap __find_buddy_pfn() with a necessary buddy page validation. [1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page(). - - - --- 2022-04-01 Zi Yan New
[2/2] mm/huge_memory: skip invalid debugfs new_order input for folio split [1/2] mm/huge_memory: check new folio order when split a folio - - - --- 2024-03-07 Zi Yan New
[2/3] fs: use nth_page() in place of direct struct page manipulation. Use nth_page() in place of direct struct page manipulation - 1 - --- 2023-08-30 Zi Yan New
[2/5] mm: page_owner: add support for splitting to any order in split page_owner. Split a folio to any lower order folios - - - --- 2023-03-21 Zi Yan New
[3/3] mips: use nth_page() in place of direct struct page manipulation. Use nth_page() in place of direct struct page manipulation - - - --- 2023-08-30 Zi Yan New
[3/5] mm: thp: split huge page to any lower order pages. Split a folio to any lower order folios - - - --- 2023-03-21 Zi Yan New
[4/5] mm: truncate: split huge page cache page to a non-zero order if possible. Split a folio to any lower order folios - - - --- 2023-03-21 Zi Yan New
[5/5] mm: huge_memory: enable debugfs to split huge pages to any order. Split a folio to any lower order folios - - - --- 2023-03-21 Zi Yan New
[RFC,01/15] arch: x86: remove MAX_ORDER exceeding SECTION_SIZE check for 32bit vdso. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,03/15] mm: check pfn validity when buddy allocator can merge pages across mem sections. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,04/15] mm: prevent pageblock size being larger than section size. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,05/15] mm/memory_hotplug: online pages at section size. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,06/15] mm: use PAGES_PER_SECTION instead for mem_map_offset/next(). Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,07/15] mm: hugetlb: use PAGES_PER_SECTION to check mem_map discontiguity Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,08/15] fs: proc: use PAGES_PER_SECTION for page offline checking period. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,09/15] virtio: virtio_mem: use PAGES_PER_SECTION instead of MAX_ORDER_NR_PAGES Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,1/3] mm: cma: alloc_contig_range: use pageblock_order as the single alignment. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-11-15 Zi Yan New
[RFC,1/4] mm/compaction: add support for >0 order folio memory compaction. Enable >0 order folio memory compaction - - - --- 2023-09-12 Zi Yan New
[RFC,1/5] mm: memcg: make memcg huge page split support any order split. Split a huge page to any lower order pages - - - --- 2022-03-21 Zi Yan New
[RFC,10/15] virtio: virtio_balloon: use PAGES_PER_SECTION instead of MAX_ORDER_NR_PAGES. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,11/15] mm/page_reporting: report pages at section size instead of MAX_ORDER. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,12/15] mm: Make MAX_ORDER of buddy allocator configurable via Kconfig SET_MAX_ORDER. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,13/15] mm: convert MAX_ORDER sized static arrays to dynamic ones. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,14/15] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,15/15] mm: make MAX_ORDER a kernel boot time parameter. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2021-08-05 Zi Yan New
[RFC,2/3] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-11-15 Zi Yan New
[RFC,2/4] mm/compaction: optimize >0 order folio compaction with free page split. Enable >0 order folio memory compaction - - - --- 2023-09-12 Zi Yan New
[RFC,2/5] mm: page_owner: add support for splitting to any order in split page_owner. Split a huge page to any lower order pages - 1 - --- 2022-03-21 Zi Yan New
[RFC,3/3] arch: powerpc: adjust fadump alignment to be pageblock aligned. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-11-15 Zi Yan New
[RFC,3/3] arch: powerpc: adjust fadump alignment to pageblock aligned. Untitled series #580353 - - - --- 2021-11-15 Zi Yan New
[RFC,3/4] mm/compaction: optimize >0 order folio compaction by sorting source pages. Enable >0 order folio memory compaction - - - --- 2023-09-12 Zi Yan New
[RFC,3/5] mm: thp: split huge page to any lower order pages. Split a huge page to any lower order pages - 1 - --- 2022-03-21 Zi Yan New
[RFC,4/4] mm/compaction: enable compacting >0 order folios. Enable >0 order folio memory compaction - - - --- 2023-09-12 Zi Yan New
[RFC,4/5] mm: truncate: split huge page cache page to a non-zero order if possible. Split a huge page to any lower order pages - - - --- 2022-03-21 Zi Yan New
[RFC,5/5] mm: huge_memory: enable debugfs to split huge pages to any order. Split a huge page to any lower order pages - 1 - --- 2022-03-21 Zi Yan New
[RFC,v2,01/12] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER Make MAX_ORDER adjustable as a kernel boot time parameter. 1 - - --- 2022-08-11 Zi Yan New
[RFC,v2,02/12] mm: rectify MAX_ORDER semantics to be the largest page order from buddy allocator Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,03/12] mm: replace MAX_ORDER when it is used to indicate max physical contiguity. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,04/12] mm: adapt deferred struct page init to new MAX_ORDER. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,05/12] mm: prevent pageblock size being larger than section size. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,06/12] fs: proc: use pageblock_nr_pages for reschedule period in read_kcore() Make MAX_ORDER adjustable as a kernel boot time parameter. - 1 - --- 2022-08-11 Zi Yan New
[RFC,v2,07/12] virtio: virtio_balloon: use pageblock_order instead of MAX_ORDER Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,08/12] mm/page_reporting: set page_reporting_order to -1 to prevent it running Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,09/12] mm: Make MAX_ORDER of buddy allocator configurable via Kconfig SET_MAX_ORDER. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-12-09 Zi Yan New
[RFC,v2,10/12] mm: convert MAX_ORDER sized static arrays to dynamic ones. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,11/12] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,12/12] mm: make MAX_ORDER a kernel boot time parameter. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-08-11 Zi Yan New
[RFC,v2,2/7] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block(). Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-12-09 Zi Yan New
[RFC,v2,3/7] mm: migrate: allocate the right size of non hugetlb or THP compound pages. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-12-09 Zi Yan New
[RFC,v2,4/7] mm: make alloc_contig_range work at pageblock granularity Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-12-09 Zi Yan New
[RFC,v2,5/7] mm: cma: use pageblock_order as the single alignment Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-12-09 Zi Yan New
[RFC,v2,6/7] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-12-09 Zi Yan New
[RFC,v2,7/7] arch: powerpc: adjust fadump alignment to be pageblock aligned. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2021-12-09 Zi Yan New
[RFC,v3,1/8] mm: page_alloc: avoid merging non-fallbackable pageblocks with others. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC,v3,2/8] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block(). Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC,v3,3/8] mm: migrate: allocate the right size of non hugetlb or THP compound pages. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC,v3,4/8] mm: make alloc_contig_range work at pageblock granularity Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC,v3,5/8] mm: page_isolation: check specified range for unmovable pages during isolation. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC,v3,6/8] mm: cma: use pageblock_order as the single alignment Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC,v3,7/8] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC,v3,8/8] arch: powerpc: adjust fadump alignment to be pageblock aligned. Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-01-05 Zi Yan New
[RFC] mm: use nth_page() for all memmap (struct page) position operations. [RFC] mm: use nth_page() for all memmap (struct page) position operations. - - - --- 2023-08-23 Zi Yan New
[STABLE,v4.19.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v4.19.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-06 Zi Yan New
[STABLE,v4.19.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v4.19.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-05 Zi Yan New
[STABLE,v5.10.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v5.10.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-06 Zi Yan New
[STABLE,v5.10.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v5.10.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-05 Zi Yan New
[STABLE,v5.15.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v5.15.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-06 Zi Yan New
[STABLE,v5.15.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v5.15.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-05 Zi Yan New
[STABLE,v5.4.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v5.4.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-06 Zi Yan New
[STABLE,v5.4.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v5.4.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-05 Zi Yan New
[STABLE,v6.1.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v6.1.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-06 Zi Yan New
[STABLE,v6.1.y] mm/migrate: set swap entry values of THP tail pages properly. [STABLE,v6.1.y] mm/migrate: set swap entry values of THP tail pages properly. 1 - - --- 2024-03-05 Zi Yan New
[v1,01/12] mm: rectify MAX_ORDER semantics to be the largest page order from buddy allocator Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,02/12] mm: check page validity when find a buddy page in a non-contiguous zone Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,03/12] mm: adapt deferred struct page init to new MAX_ORDER. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,04/12] mm: prevent pageblock size being larger than section size. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,05/12] fs: proc: use pageblock_nr_pages for reschedule period in read_kcore() Make MAX_ORDER adjustable as a kernel boot time parameter. - 1 - --- 2022-09-22 Zi Yan New
[v1,06/12] virtio: virtio_balloon: use pageblock_order instead of MAX_ORDER Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,07/12] mm/page_reporting: set page_reporting_order to -1 to prevent it running Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,08/12] mm: replace MAX_ORDER when it is used to indicate max physical contiguity. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,09/12] mm: Make MAX_ORDER of buddy allocator configurable via Kconfig SET_MAX_ORDER. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,1/4] mm/compaction: enable compacting >0 order folios. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,10/12] mm: convert MAX_ORDER sized static arrays to dynamic ones. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,11/12] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,12/12] mm: make MAX_ORDER a kernel boot time parameter. Make MAX_ORDER adjustable as a kernel boot time parameter. - - - --- 2022-09-22 Zi Yan New
[v1,2/4] mm/compaction: add support for >0 order folio memory compaction. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,3/4] mm/compaction: optimize >0 order folio compaction with free page split. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,4/4] mm/compaction: optimize >0 order folio compaction by sorting source pages. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v10,1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c Use pageblock_order for cma and alloc_contig_range alignment. 1 2 - --- 2022-04-06 Zi Yan New
[v10,2/5] mm: page_isolation: check specified range for unmovable pages Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-04-06 Zi Yan New
[v10,3/5] mm: make alloc_contig_range work at pageblock granularity Use pageblock_order for cma and alloc_contig_range alignment. - - - --- 2022-04-06 Zi Yan New
« 1 2 3 »