Show patches with: Submitter = Byungchul Park       |    State = Action Required       |    Archived = No       |   144 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/16] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[02/16] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[03/16] dept: Embed Dept data in Lockdep DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[04/16] dept: Apply Dept to spinlock DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[05/16] dept: Apply Dept to mutex families DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[06/16] dept: Apply Dept to rwlock DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[07/16] dept: Apply Dept to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[08/16] dept: Apply Dept to seqlock DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[09/16] dept: Apply Dept to rwsem DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[10/16] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[11/16] dept: Introduce split map concept and new APIs for them DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[12/16] dept: Apply Dept to wait/event of PG_{locked,writeback} DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[13/16] dept: Apply SDT to swait DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[14/16] dept: Apply SDT to wait(waitqueue) DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[15/16] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[16/16] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - - --- 2022-02-17 Byungchul Park New
[RFC,v5,01/21] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,02/21] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,03/21] dept: Embed Dept data in Lockdep DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,04/21] dept: Apply Dept to spinlock DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,05/21] dept: Apply Dept to mutex families DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,06/21] dept: Apply Dept to rwlock DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,07/21] dept: Apply Dept to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,08/21] dept: Apply Dept to seqlock DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,09/21] dept: Apply Dept to rwsem DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,10/21] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,11/21] dept: Introduce split map concept and new APIs for them DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,12/21] dept: Apply Dept to wait/event of PG_{locked,writeback} DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,13/21] dept: Apply SDT to swait DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,14/21] dept: Apply SDT to wait(waitqueue) DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,15/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,16/21] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,17/21] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,18/21] dept: Disable Dept within the wait_bit layer by default DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,19/21] dept: Add nocheck version of init_completion() DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,20/21] dept: Disable Dept on struct crypto_larval's completion for now DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v5,21/21] dept: Don't create dependencies between different depths in any case DEPT(Dependency Tracker) - - - - --- 2022-03-16 Byungchul Park New
[RFC,v6,01/21] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,02/21] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,03/21] dept: Apply Dept to spinlock DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,04/21] dept: Apply Dept to mutex families DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,05/21] dept: Apply Dept to rwlock DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,06/21] dept: Apply Dept to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,07/21] dept: Apply Dept to seqlock DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,08/21] dept: Apply Dept to rwsem DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,09/21] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,10/21] dept: Introduce split map concept and new APIs for them DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,11/21] dept: Apply Dept to wait/event of PG_{locked,writeback} DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,12/21] dept: Apply SDT to swait DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,13/21] dept: Apply SDT to wait(waitqueue) DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,14/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,15/21] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,16/21] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,17/21] dept: Disable Dept within the wait_bit layer by default DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,18/21] dept: Disable Dept on struct crypto_larval's completion for now DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,19/21] dept: Differentiate onstack maps from others of different tasks in class DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,20/21] dept: Do not add dependencies between events within scheduler and sleeps DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v6,21/21] dept: Unstage wait when tagging a normal sleep wait DEPT(Dependency Tracker) - - - - --- 2022-05-04 Byungchul Park New
[RFC,v7,01/23] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,02/23] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,03/23] dept: Add single event dependency tracker APIs DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,04/23] dept: Add lock dependency tracker APIs DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,05/23] dept: Tie to Lockdep and IRQ tracing DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,06/23] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,09/23] dept: Apply sdt_might_sleep_weak() to swait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,12/23] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,13/23] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,14/23] dept: Add a mechanism to refill the internal memory pools on running out DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,17/23] dept: Track timeout waits separately with a new Kconfig DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,18/23] dept: Apply timeout consideration to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,19/23] dept: Apply timeout consideration to swait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,20/23] dept: Apply timeout consideration to waitqueue wait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,21/23] dept: Apply timeout consideration to hashed-waitqueue wait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,22/23] dept: Apply timeout consideration to dma fence wait DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[RFC,v7,23/23] dept: Record the latest one out of consecutive waits of the same class DEPT(Dependency Tracker) - - - - --- 2023-01-09 Byungchul Park New
[v2,01/18] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,02/18] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,03/18] dept: Embed Dept data in Lockdep DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,04/18] dept: Add a API for skipping dependency check temporarily DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,05/18] dept: Apply Dept to spinlock DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,06/18] dept: Apply Dept to mutex families DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,07/18] dept: Apply Dept to rwlock DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,08/18] dept: Apply Dept to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,09/18] dept: Apply Dept to seqlock DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,10/18] dept: Apply Dept to rwsem DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,11/18] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,12/18] dept: Introduce split map concept and new APIs for them DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,13/18] dept: Apply Dept to wait/event of PG_{locked,writeback} DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,14/18] dept: Apply SDT to swait DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,15/18] dept: Apply SDT to wait(waitqueue) DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,16/18] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,17/18] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v2,18/18] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - - --- 2022-02-19 Byungchul Park New
[v3,01/21] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - - --- 2022-02-28 Byungchul Park New
« 1 2 »