Show patches with: Submitter = Byungchul Park       |    State = Action Required       |    Archived = No       |   308 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v13,08/27] dept: Apply sdt_might_sleep_{start,end}() to swait DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v13,07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v13,06/27] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v13,05/27] dept: Tie to Lockdep and IRQ tracing DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v13,04/27] dept: Add lock dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v13,03/27] dept: Add single event dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v13,02/27] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v13,01/27] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - --- 2024-03-06 Byungchul Park New
[v6] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure [v6] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure - - - --- 2024-03-04 Byungchul Park New
[v5] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure [v5] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure - - - --- 2024-03-04 Byungchul Park New
[v4] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure [v4] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure - - - --- 2024-03-04 Byungchul Park New
mm/vmscan: simplify the calculation of fractions for SCAN_FRACT mm/vmscan: simplify the calculation of fractions for SCAN_FRACT - - - --- 2024-02-28 Byungchul Park New
[RESEND,v8,8/8] mm: Pause migrc mechanism at high memory pressure Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[RESEND,v8,7/8] mm: Defer TLB flush by keeping both src and dst folios at migration Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[RESEND,v8,6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[RESEND,v8,5/8] mm: Separate move/undo doing on folio list from migrate_pages_batch() Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[RESEND,v8,4/8] x86/tlb, mm/rmap: Separate arch_tlbbatch_clear() out of arch_tlbbatch_flush() Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[RESEND,v8,3/8] mm/rmap: Recognize read-only TLB entries during batched TLB flush Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[RESEND,v8,2/8] arm64: tlbflush: Add APIs manipulating tlb batch's arch data Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[RESEND,v8,1/8] x86/tlb: Add APIs manipulating tlb batch's arch data Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-26 Byungchul Park New
[v3] mm, vmscan: do not turn on cache_trim_mode if it doesn't work [v3] mm, vmscan: do not turn on cache_trim_mode if it doesn't work 1 - - --- 2024-02-23 Byungchul Park New
[v2] mm, vmscan: don't turn on cache_trim_mode at high scan priorities [v2] mm, vmscan: don't turn on cache_trim_mode at high scan priorities - - - --- 2024-02-22 Byungchul Park New
[v12,27/27] dept: Add 'Dept' documentation DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,26/27] fs/jbd2: Use a weaker annotation in journal handling DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,25/27] dept: Print event context requestor's stacktrace on report DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,24/27] dept: Track PG_locked with dept DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,23/27] dept: Make Dept able to work with an external wgen DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,22/27] dept: Record the latest one out of consecutive waits of the same class DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,21/27] dept: Apply timeout consideration to dma fence wait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,20/27] dept: Apply timeout consideration to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,19/27] dept: Apply timeout consideration to waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,18/27] dept: Apply timeout consideration to swait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,17/27] dept: Apply timeout consideration to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,16/27] dept: Track timeout waits separately with a new Kconfig DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,14/27] cpu/hotplug: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,13/27] dept: Add a mechanism to refill the internal memory pools on running out DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,12/27] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,11/27] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,08/27] dept: Apply sdt_might_sleep_{start,end}() to swait DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,06/27] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,05/27] dept: Tie to Lockdep and IRQ tracing DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,04/27] dept: Add lock dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,03/27] dept: Add single event dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,02/27] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v12,01/27] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - --- 2024-02-21 Byungchul Park New
[v8,8/8] mm: Pause migrc mechanism at high memory pressure Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v8,7/8] mm: Defer TLB flush by keeping both src and dst folios at migration Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v8,6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v8,5/8] mm: Separate move/undo doing on folio list from migrate_pages_batch() Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v8,4/8] x86/tlb, mm/rmap: Separate arch_tlbbatch_clear() out of arch_tlbbatch_flush() Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v8,3/8] mm/rmap: Recognize read-only TLB entries during batched TLB flush Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v8,2/8] arm64: tlbflush: Add APIs manipulating tlb batch's arch data Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v8,1/8] x86/tlb: Add APIs manipulating tlb batch's arch data Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-19 Byungchul Park New
[v4] sched/numa, mm: do not try to migrate memory to memoryless nodes [v4] sched/numa, mm: do not try to migrate memory to memoryless nodes - 6 - --- 2024-02-19 Byungchul Park New
[v3] sched/numa, mm: do not promote folios to nodes not set N_MEMORY [v3] sched/numa, mm: do not promote folios to nodes not set N_MEMORY 1 3 - --- 2024-02-16 Byungchul Park New
mm/vmscan: Fix a bug calling wakeup_kswapd() with a wrong zone index mm/vmscan: Fix a bug calling wakeup_kswapd() with a wrong zone index - - - --- 2024-02-16 Byungchul Park New
[v2] sched/numa, mm: do not promote folios to nodes not set N_MEMORY [v2] sched/numa, mm: do not promote folios to nodes not set N_MEMORY - - - --- 2024-02-16 Byungchul Park New
sched/numa, mm: do not promote folios to nodes not set N_MEMORY sched/numa, mm: do not promote folios to nodes not set N_MEMORY - - - --- 2024-02-14 Byungchul Park New
[RESEND,v7,8/8] mm: Pause migrc mechanism at high memory pressure Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
[RESEND,v7,7/8] mm: Defer TLB flush by keeping both src and dst folios at migration Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
[RESEND,v7,6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
[RESEND,v7,5/8] mm: Separate move/undo doing on folio list from migrate_pages_batch() Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
[RESEND,v7,4/8] x86/tlb, mm/rmap: Separate arch_tlbbatch_clear() out of arch_tlbbatch_flush() Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
[RESEND,v7,3/8] mm/rmap: Recognize read-only TLB entries during batched TLB flush Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
[RESEND,v7,2/8] arm64: tlbflush: Add APIs manipulating tlb batch's arch data Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
[RESEND,v7,1/8] x86/tlb: Add APIs manipulating tlb batch's arch data Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-02-08 Byungchul Park New
mm, vmscan: Don't turn on cache_trim_mode at the highest scan priority mm, vmscan: Don't turn on cache_trim_mode at the highest scan priority - - - --- 2024-02-08 Byungchul Park New
[v11,26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,25/26] dept: Print event context requestor's stacktrace on report DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,24/26] dept: Track PG_locked with dept DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,23/26] dept: Make Dept able to work with an external wgen DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,22/26] dept: Record the latest one out of consecutive waits of the same class DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,21/26] dept: Apply timeout consideration to dma fence wait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,20/26] dept: Apply timeout consideration to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,19/26] dept: Apply timeout consideration to waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,18/26] dept: Apply timeout consideration to swait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,17/26] dept: Apply timeout consideration to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,16/26] dept: Track timeout waits separately with a new Kconfig DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,13/26] dept: Add a mechanism to refill the internal memory pools on running out DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,12/26] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,11/26] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,08/26] dept: Apply sdt_might_sleep_{start,end}() to swait DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,06/26] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,05/26] dept: Tie to Lockdep and IRQ tracing DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,04/26] dept: Add lock dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,03/26] dept: Add single event dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,02/26] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v11,01/26] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - --- 2024-01-24 Byungchul Park New
[v7,8/8] mm: Pause migrc mechanism at high memory pressure Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-01-22 Byungchul Park New
[v7,7/8] mm: Defer TLB flush by keeping both src and dst folios at migration Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-01-22 Byungchul Park New
[v7,6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp Reduce TLB flushes by 94% by improving folio migration - - - --- 2024-01-22 Byungchul Park New
« 1 2 3 4 »