Show patches with: Submitter = Zi Yan       |   375 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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,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,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,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,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,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,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,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,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,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,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,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,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,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,3/3] arch: powerpc: adjust fadump alignment to pageblock aligned. Untitled series #580353 - - - --- 2021-11-15 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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,7/7,not,for,merge] mm: increase SECTION_SIZE_BITS to 31 Memory hotplug/hotremove at subsection size - - - --- 2021-05-06 Zi Yan New
[RFC,6/7] arch: x86: no MAX_ORDER exceeds SECTION_SIZE check for 32bit vdso. Memory hotplug/hotremove at subsection size - - - --- 2021-05-06 Zi Yan New
[RFC,5/7] mm: memory_hotplug, sparse: enable memory hotplug/hotremove subsections Memory hotplug/hotremove at subsection size - - - --- 2021-05-06 Zi Yan New
[RFC,4/7] mm: pageblock: allow set/unset migratetype for partial pageblock Memory hotplug/hotremove at subsection size - - - --- 2021-05-06 Zi Yan New
[RFC,3/7] mm: memory_hotplug: decouple memory_block size with section size. Memory hotplug/hotremove at subsection size - - - --- 2021-05-06 Zi Yan New
[RFC,2/7] mm: set pageblock_order to the max of HUGETLB_PAGE_ORDER and MAX_ORDER-1 Memory hotplug/hotremove at subsection size - - - --- 2021-05-06 Zi Yan New
[RFC,1/7] mm: sparse: set/clear subsection bitmap when pages are onlined/offlined. Memory hotplug/hotremove at subsection size - - - --- 2021-05-06 Zi Yan New
[v8,2/2] mm: huge_memory: debugfs for file-backed THP split. [v8,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - 1 - --- 2021-03-31 Zi Yan New
[v8,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. [v8,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - 1 - --- 2021-03-31 Zi Yan New
[v7,2/2] mm: huge_memory: debugfs for file-backed THP split. [v7,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - 1 - --- 2021-03-29 Zi Yan New
[v7,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. [v7,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - 1 - --- 2021-03-29 Zi Yan New
[v6,2/2] mm: huge_memory: debugfs for file-backed THP split. [v6,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - 1 - --- 2021-03-22 Zi Yan New
[v6,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. [v6,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - 1 - --- 2021-03-22 Zi Yan New
[v5,2/2] mm: huge_memory: debugfs for file-backed THP split. [v5,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - - - --- 2021-03-19 Zi Yan New
[v5,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. [v5,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - - - --- 2021-03-19 Zi Yan New
[v4,2/2] mm: huge_memory: debugfs for file-backed THP split. [v4,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - - - --- 2021-03-15 Zi Yan New
[v4,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. [v4,1/2] mm: huge_memory: a new debugfs interface for splitting THP tests. - - - --- 2021-03-15 Zi Yan New
[v3] mm: huge_memory: a new debugfs interface for splitting THP tests. [v3] mm: huge_memory: a new debugfs interface for splitting THP tests. - - - --- 2021-03-12 Zi Yan New
[v2] mm: huge_memory: a new debugfs interface for splitting THP tests. [v2] mm: huge_memory: a new debugfs interface for splitting THP tests. - - - --- 2021-03-10 Zi Yan New
mm: huge_memory: a new debugfs interface for splitting THP tests. mm: huge_memory: a new debugfs interface for splitting THP tests. - - - --- 2021-03-08 Zi Yan New
[7/7] mm: huge_memory: enable debugfs to split huge pages to any order. Split huge pages to any lower order pages and selftests. - - - --- 2020-11-19 Zi Yan New
[6/7] mm: truncate: split thp to a non-zero order if possible. Split huge pages to any lower order pages and selftests. - - - --- 2020-11-19 Zi Yan New
[5/7] mm: thp: split huge page to any lower order pages. Split huge pages to any lower order pages and selftests. - - - --- 2020-11-19 Zi Yan New
[4/7] mm: page_owner: add support for splitting to any order in split page_owner. Split huge pages to any lower order pages and selftests. - - - --- 2020-11-19 Zi Yan New
[3/7] mm: memcg: make memcg huge page split support any order split. Split huge pages to any lower order pages and selftests. 1 1 - --- 2020-11-19 Zi Yan New
[2/7] mm: huge_memory: add new debugfs interface to trigger split huge page on any page range. Split huge pages to any lower order pages and selftests. - - - --- 2020-11-19 Zi Yan New
[1/7] XArray: Fix splitting to non-zero orders Split huge pages to any lower order pages and selftests. - - - --- 2020-11-19 Zi Yan New
[RFC,6/6] mm: huge_memory: enable debugfs to split huge pages to any order. Split huge pages to any lower order pages. - - - --- 2020-11-11 Zi Yan New
[RFC,5/6] mm: truncate: split thp to a non-zero order if possible. Split huge pages to any lower order pages. - - - --- 2020-11-11 Zi Yan New
[RFC,4/6] mm: thp: add support for split huge page to any lower order pages. Split huge pages to any lower order pages. - - - --- 2020-11-11 Zi Yan New
[RFC,3/6] mm: page_owner: add support for splitting to any order in split page_owner. Split huge pages to any lower order pages. - 1 - --- 2020-11-11 Zi Yan New
[RFC,2/6] mm: memcg: make memcg huge page split support any order split. Split huge pages to any lower order pages. 1 1 - --- 2020-11-11 Zi Yan New
[RFC,1/6] mm: huge_memory: add new debugfs interface to trigger split huge page on any page range. Split huge pages to any lower order pages. - - - --- 2020-11-11 Zi Yan New
[v3,2/2] mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate. [v3,1/2] mm/compaction: count pages and stop correctly during page isolation. 1 - - --- 2020-10-30 Zi Yan New
[v3,1/2] mm/compaction: count pages and stop correctly during page isolation. [v3,1/2] mm/compaction: count pages and stop correctly during page isolation. 1 1 - --- 2020-10-30 Zi Yan New
[v2,2/2] mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate. [v2,1/2] mm/compaction: count pages and stop correctly during page isolation. - - - --- 2020-10-30 Zi Yan New
[v2,1/2] mm/compaction: count pages and stop correctly during page isolation. [v2,1/2] mm/compaction: count pages and stop correctly during page isolation. - 1 - --- 2020-10-30 Zi Yan New
mm/compaction: count pages and stop correctly during page isolation. mm/compaction: count pages and stop correctly during page isolation. - - - --- 2020-10-29 Zi Yan New
[RFC,v2,30/30] mm: thp: enable anonymous PUD THP at page fault path. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,29/30] mm: thp: use cma reservation for pud thp allocation. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,28/30] hugetlb: cma: move cma reserve function to cma.c. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,27/30] mm: thp: make PUD THP size public. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,26/30] mm: thp: add a global knob to enable/disable PUD THPs. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,25/30] mm: vma: add VM_HUGEPAGE_PUD to vm_flags at bit 37. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,24/30] mm: madvise: add page size options to MADV_HUGEPAGE and MADV_NOHUGEPAGE. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,23/30] mm: support PUD THP pagemap support. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,22/30] mm: thp: split PUD THPs at page reclaim. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,21/30] mm: thp: PUD THP support in try_to_unmap(). 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,20/30] mm: page_vma_walk: teach it about PMD-mapped PUD THP. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,19/30] mm: stats: make smap stats understand PUD THPs. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,18/30] mm: thp: PUD THP follow_p*d_page() support. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,17/30] mm: thp: PUD THP COW splits PUD page and falls back to PMD page. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,16/30] mm: debug: adapt dump_page to PUD THP. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,15/30] mm: thp: add PUD THP to deferred split list when PUD mapping is gone. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,14/30] mm: thp: add PUD THP split_huge_pud_page() function. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,13/30] mm: rmap: add map_order to page_remove_anon_compound_rmap. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,12/30] mm: rmap: add mappped/unmapped page order to anonymous page rmap functions. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,11/30] mm: thp: handling PUD THP reference bit. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,10/30] fs: proc: add PUD THP kpageflag. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,09/30] mm: thp: add PUD THP support to zap_huge_pud. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,08/30] mm: thp: add PUD THP support for copy_huge_pud. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,07/30] mm: thp: add anonymous PUD THP page fault support without enabling it. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,06/30] mm: change thp_order and thp_nr as we will have not just PMD THPs. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,05/30] mm: thp: add page table deposit/withdraw functions for PUD THP. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,04/30] mm: add new helper functions to allocate one PMD page with 512 PTE pages. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,03/30] mm: thp: use single linked list for THP page table page deposit. 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
[RFC,v2,02/30] mm: pagewalk: use READ_ONCE when reading the PMD entry unlocked 1GB PUD THP support on x86_64 - - - --- 2020-09-28 Zi Yan New
« 1 2 3 4 »