Show patches with: Submitter = Yang Shi       |    State = Action Required       |    Archived = No       |   155 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3,linux-next] Revert "mm,shmem: fix a typo in shmem_swapin_page()" [1/3,linux-next] Revert "mm,shmem: fix a typo in shmem_swapin_page()" - - - --- 2021-08-10 Yang Shi New
[2/3] Revert "mm/shmem: fix shmem_swapin() race with swapoff" [1/3,linux-next] Revert "mm,shmem: fix a typo in shmem_swapin_page()" - - - --- 2021-08-10 Yang Shi New
[3/3] Revert "mm: swap: check if swap backing device is congested or not" [1/3,linux-next] Revert "mm,shmem: fix a typo in shmem_swapin_page()" 1 - - --- 2021-08-10 Yang Shi New
[1/2] mm: hwpoison: don't drop slab caches for offlining non-LRU page [1/2] mm: hwpoison: don't drop slab caches for offlining non-LRU page - - - --- 2021-08-16 Yang Shi New
[2/2] doc: hwpoison: correct the support for hugepage [1/2] mm: hwpoison: don't drop slab caches for offlining non-LRU page 1 - - --- 2021-08-16 Yang Shi New
[RFC] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA [RFC] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA - - - --- 2021-08-17 Yang Shi New
[v2,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page [v2,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page 2 - - --- 2021-08-19 Yang Shi New
[v2,2/3] doc: hwpoison: correct the support for hugepage [v2,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page 1 1 - --- 2021-08-19 Yang Shi New
[v2,3/3] mm: hwpoison: dump page for unhandlable page [v2,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page - - - --- 2021-08-19 Yang Shi New
[v3,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page [v3,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page 2 - - --- 2021-08-24 Yang Shi New
[v3,2/3] doc: hwpoison: correct the support for hugepage [v3,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page 1 1 - --- 2021-08-24 Yang Shi New
[v3,3/3] mm: hwpoison: dump page for unhandlable page [v3,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page 1 1 - --- 2021-08-24 Yang Shi New
mm: hwpoison: deal with page cache THP mm: hwpoison: deal with page cache THP - - - --- 2021-08-24 Yang Shi New
[1/4] mm: filemap: check if any subpage is hwpoisoned for PMD page fault Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-14 Yang Shi New
[2/4] mm: khugepaged: check if file page is on LRU after locking page Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-14 Yang Shi New
[3/4] mm: shmem: don't truncate page if memory failure happens Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-14 Yang Shi New
[4/4] mm: hwpoison: handle non-anonymous THP correctly Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-14 Yang Shi New
fs: buffer: check huge page size instead of single page for invalidatepage fs: buffer: check huge page size instead of single page for invalidatepage - - 1 --- 2021-09-17 Yang Shi New
[v2,1/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-23 Yang Shi New
[v2,2/5] mm: hwpoison: refactor refcount check handling Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-23 Yang Shi New
[v2,3/5] mm: hwpoison: remove the unnecessary THP check Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-23 Yang Shi New
[v2,4/5] mm: shmem: don't truncate page if memory failure happens Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-23 Yang Shi New
[v2,5/5] mm: hwpoison: handle non-anonymous THP correctly Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-23 Yang Shi New
[v3,1/5] mm: hwpoison: remove the unnecessary THP check Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-09-30 Yang Shi New
[v3,2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-30 Yang Shi New
[v3,3/5] mm: hwpoison: refactor refcount check handling Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-30 Yang Shi New
[v3,4/5] mm: shmem: don't truncate page if memory failure happens Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-30 Yang Shi New
[v3,5/5] mm: hwpoison: handle non-anonymous THP correctly Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-09-30 Yang Shi New
[v4,1/6] mm: hwpoison: remove the unnecessary THP check Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-10-14 Yang Shi New
[v4,2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - 1 - --- 2021-10-14 Yang Shi New
[v4,3/6] mm: filemap: coding style cleanup for filemap_map_pmd() Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - 1 - --- 2021-10-14 Yang Shi New
[v4,4/6] mm: hwpoison: refactor refcount check handling Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-10-14 Yang Shi New
[v4,5/6] mm: shmem: don't truncate page if memory failure happens Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-10-14 Yang Shi New
[v4,6/6] mm: hwpoison: handle non-anonymous THP correctly Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-10-14 Yang Shi New
mm: migrate: make demotion knob depend on migration mm: migrate: make demotion knob depend on migration 1 - - --- 2021-10-15 Yang Shi New
[v5,1/6] mm: hwpoison: remove the unnecessary THP check Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-10-20 Yang Shi New
[v5,2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - 1 - --- 2021-10-20 Yang Shi New
[v5,3/6] mm: filemap: coding style cleanup for filemap_map_pmd() Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - 1 - --- 2021-10-20 Yang Shi New
[v5,4/6] mm: hwpoison: refactor refcount check handling Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-10-20 Yang Shi New
[v5,5/6] mm: shmem: don't truncate page if memory failure happens Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-10-20 Yang Shi New
[v5,6/6] mm: hwpoison: handle non-anonymous THP correctly Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-10-20 Yang Shi New
mm: khugepaged: skip huge page collapse for special files mm: khugepaged: skip huge page collapse for special files - - - --- 2021-10-27 Yang Shi New
mm: page-flags: fix build failure due to missing parameter for HasHWPoisoned flag mm: page-flags: fix build failure due to missing parameter for HasHWPoisoned flag - - - --- 2021-11-01 Yang Shi New
[stable,5.10] mm: hwpoison: remove the unnecessary THP check [stable,5.10] mm: hwpoison: remove the unnecessary THP check 1 - - --- 2021-11-01 Yang Shi New
[stable,5.10] mm: khugepaged: skip huge page collapse for special files [stable,5.10] mm: khugepaged: skip huge page collapse for special files - - - --- 2021-11-03 Yang Shi New
[stable,5.10,v2,1/2] mm: hwpoison: remove the unnecessary THP check [stable,5.10,v2,1/2] mm: hwpoison: remove the unnecessary THP check 1 - - --- 2021-11-04 Yang Shi New
[stable,5.10,v2,2/2] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault [stable,5.10,v2,1/2] mm: hwpoison: remove the unnecessary THP check - 1 - --- 2021-11-04 Yang Shi New
[UPDATE] mm: shmem: don't truncate page if memory failure happens [UPDATE] mm: shmem: don't truncate page if memory failure happens - - - --- 2021-11-14 Yang Shi New
[v2,UPDATE] mm: shmem: don't truncate page if memory failure happens [v2,UPDATE] mm: shmem: don't truncate page if memory failure happens - - - --- 2021-11-16 Yang Shi New
fs/proc: task_mmu.c: don't read mapcount for migration entry fs/proc: task_mmu.c: don't read mapcount for migration entry - - - --- 2022-01-12 Yang Shi New
[v2] fs/proc: task_mmu.c: don't read mapcount for migration entry [v2] fs/proc: task_mmu.c: don't read mapcount for migration entry - - - --- 2022-01-20 Yang Shi New
[v3] fs/proc: task_mmu.c: don't read mapcount for migration entry [v3] fs/proc: task_mmu.c: don't read mapcount for migration entry 1 - - --- 2022-02-01 Yang Shi New
[v4] fs/proc: task_mmu.c: don't read mapcount for migration entry [v4] fs/proc: task_mmu.c: don't read mapcount for migration entry 1 - - --- 2022-02-03 Yang Shi New
[stable-5.15] fs/proc: task_mmu.c: don't read mapcount for migration entry [stable-5.15] fs/proc: task_mmu.c: don't read mapcount for migration entry 1 - - --- 2022-02-15 Yang Shi New
[stable-5.10] fs/proc: task_mmu.c: don't read mapcount for migration entry [stable-5.10] fs/proc: task_mmu.c: don't read mapcount for migration entry 1 - - --- 2022-02-15 Yang Shi New
[1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE Make khugepaged collapse readonly FS THP more consistent - 1 - --- 2022-02-28 Yang Shi New
[2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED Make khugepaged collapse readonly FS THP more consistent - 1 - --- 2022-02-28 Yang Shi New
[3/8] mm: khugepaged: skip DAX vma Make khugepaged collapse readonly FS THP more consistent - 1 - --- 2022-02-28 Yang Shi New
[4/8] mm: thp: only regular file could be THP eligible Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-02-28 Yang Shi New
[5/8] mm: khugepaged: make khugepaged_enter() void function Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-02-28 Yang Shi New
[6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-02-28 Yang Shi New
[7/8] mm: khugepaged: introduce khugepaged_enter_file() helper Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-02-28 Yang Shi New
[8/8] fs: register suitable readonly vmas for khugepaged Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-02-28 Yang Shi New
mm: thp: don't have to lock page anymore when splitting PMD mm: thp: don't have to lock page anymore when splitting PMD - - - --- 2022-03-03 Yang Shi New
[v2,1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE Make khugepaged collapse readonly FS THP more consistent - 1 - --- 2022-03-17 Yang Shi New
[v2,2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED Make khugepaged collapse readonly FS THP more consistent - 1 - --- 2022-03-17 Yang Shi New
[v2,3/8] mm: khugepaged: skip DAX vma Make khugepaged collapse readonly FS THP more consistent - 1 - --- 2022-03-17 Yang Shi New
[v2,4/8] mm: thp: only regular file could be THP eligible Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-03-17 Yang Shi New
[v2,5/8] mm: khugepaged: make khugepaged_enter() void function Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-03-17 Yang Shi New
[v2,6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-03-17 Yang Shi New
[v2,7/8] mm: khugepaged: introduce khugepaged_enter_file() helper Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-03-17 Yang Shi New
[v2,8/8] fs: register suitable readonly vmas for khugepaged Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-03-17 Yang Shi New
[v3,1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE Make khugepaged collapse readonly FS THP more consistent 2 1 - --- 2022-04-04 Yang Shi New
[v3,2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED Make khugepaged collapse readonly FS THP more consistent 2 1 - --- 2022-04-04 Yang Shi New
[v3,3/8] mm: khugepaged: skip DAX vma Make khugepaged collapse readonly FS THP more consistent 2 1 - --- 2022-04-04 Yang Shi New
[v3,4/8] mm: thp: only regular file could be THP eligible Make khugepaged collapse readonly FS THP more consistent 2 - - --- 2022-04-04 Yang Shi New
[v3,5/8] mm: khugepaged: make khugepaged_enter() void function Make khugepaged collapse readonly FS THP more consistent 2 - - --- 2022-04-04 Yang Shi New
[v3,6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c Make khugepaged collapse readonly FS THP more consistent 1 - - --- 2022-04-04 Yang Shi New
[v3,7/8] mm: khugepaged: introduce khugepaged_enter_vma() helper Make khugepaged collapse readonly FS THP more consistent 1 - - --- 2022-04-04 Yang Shi New
[v3,8/8] mm: mmap: register suitable readonly file vmas for khugepaged Make khugepaged collapse readonly FS THP more consistent 1 - - --- 2022-04-04 Yang Shi New
mm: swap: determine swap device by using page nid mm: swap: determine swap device by using page nid - - - --- 2022-04-07 Yang Shi New
[v4,1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE Make khugepaged collapse readonly FS THP more consistent 2 1 - --- 2022-05-10 Yang Shi New
[v4,2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED Make khugepaged collapse readonly FS THP more consistent 2 1 - --- 2022-05-10 Yang Shi New
[v4,3/8] mm: khugepaged: skip DAX vma Make khugepaged collapse readonly FS THP more consistent 2 1 - --- 2022-05-10 Yang Shi New
[v4,4/8] mm: thp: only regular file could be THP eligible Make khugepaged collapse readonly FS THP more consistent 2 - - --- 2022-05-10 Yang Shi New
[v4,5/8] mm: khugepaged: make khugepaged_enter() void function Make khugepaged collapse readonly FS THP more consistent 2 - - --- 2022-05-10 Yang Shi New
[v4,6/8] mm: khugepaged: make hugepage_vma_check() non-static Make khugepaged collapse readonly FS THP more consistent - - - --- 2022-05-10 Yang Shi New
[v4,7/8] mm: khugepaged: introduce khugepaged_enter_vma() helper Make khugepaged collapse readonly FS THP more consistent 1 - - --- 2022-05-10 Yang Shi New
[v4,8/8] mm: mmap: register suitable readonly file vmas for khugepaged Make khugepaged collapse readonly FS THP more consistent 1 - - --- 2022-05-10 Yang Shi New
[1/2] mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK [1/2] mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK - 2 - --- 2022-05-12 Yang Shi New
[2/2] mm: pvmw: check possible huge PMD map by transhuge_vma_suitable() [1/2] mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK - - - --- 2022-05-12 Yang Shi New
[v2] mm: pvmw: check possible huge PMD map by transhuge_vma_suitable() [v2] mm: pvmw: check possible huge PMD map by transhuge_vma_suitable() - 1 - --- 2022-05-13 Yang Shi New
[1/7] mm: khugepaged: check THP flag in hugepage_vma_check() Cleanup transhuge_xxx helpers - - - --- 2022-05-20 Yang Shi New
[2/7] mm: thp: introduce transhuge_vma_size_ok() helper Cleanup transhuge_xxx helpers - - - --- 2022-05-20 Yang Shi New
[3/7] mm: khugepaged: remove the redundant anon vma check Cleanup transhuge_xxx helpers - - - --- 2022-05-20 Yang Shi New
[4/7] mm: khugepaged: use transhuge_vma_suitable replace open-code Cleanup transhuge_xxx helpers - - - --- 2022-05-20 Yang Shi New
[5/7] mm: thp: kill transparent_hugepage_active() Cleanup transhuge_xxx helpers - - - --- 2022-05-20 Yang Shi New
[6/7] mm: thp: kill __transhuge_page_enabled() Cleanup transhuge_xxx helpers - - - --- 2022-05-20 Yang Shi New
[7/7] mm: khugepaged: reorg some khugepaged helpers Cleanup transhuge_xxx helpers - - - --- 2022-05-20 Yang Shi New
[v2,1/7] mm: khugepaged: check THP flag in hugepage_vma_check() Cleanup transhuge_xxx helpers - - - --- 2022-06-02 Yang Shi New
« 1 2 »