Show patches with: Submitter = Byungchul Park       |    State = Action Required       |    Archived = No       |   268 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v16,42/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,41/42] dept: implement a basic unit test for dept DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,40/42] dept: introduce event_site() to disable event tracking if it's recoverable DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,39/42] dept: add module support for struct dept_event_site and dept_event_site_dep DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,38/42] dept: introduce a new type of dependency tracking between multi event sites DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,37/42] completion, dept: introduce init_completion_dmap() API DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,36/42] dept: assign unique dept_key to each distinct wait_for_completion() caller DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,35/42] i2c: rename wait_for_completion callback to wait_for_completion_cb DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,34/42] dept: make dept stop from working on debug_locks_off() DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,33/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,32/42] dept: assign unique dept_key to each distinct dma fence caller DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,31/42] dept: assign dept map to mmu notifier invalidation synchronization DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,30/42] fs/jbd2: use a weaker annotation in journal handling DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,29/42] cpu/hotplug: use a weaker annotation in AP thread DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,28/42] dept: add documentation for dept DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,27/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,26/42] dept: print staged wait's stacktrace on report DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,25/42] dept: track PG_locked with dept DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,24/42] dept: make dept able to work with an external wgen DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,23/42] dept: apply timeout consideration to dma fence wait DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,22/42] dept: apply timeout consideration to hashed-waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,21/42] dept: apply timeout consideration to waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,20/42] dept: apply timeout consideration to swait DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,19/42] dept: apply timeout consideration to wait_for_completion()/complete() DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,18/42] dept: track timeout waits separately with a new Kconfig DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,17/42] dept: apply sdt_might_sleep_{start,end}() to dma fence DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,16/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,15/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,14/42] dept: apply sdt_might_sleep_{start,end}() to swait DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,13/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,12/42] dept: record the latest one out of consecutive waits of the same class DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,11/42] dept: add a mechanism to refill the internal memory pools on running out DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,10/42] dept: distinguish each work from another DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,09/42] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64 DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,08/42] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64 DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,07/42] dept: distinguish each kernel context from another DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,06/42] dept: add proc knobs to show stats and dependency graph DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,05/42] dept: tie to lockdep and IRQ tracing DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,04/42] dept: add lock dependency tracker APIs DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,03/42] dept: add single event dependency tracker APIs DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v16,02/42] dept: implement DEPT(DEPendency Tracker) DEPT(DEPendency Tracker) - - - 4 --- 2025-05-19 Byungchul Park New
[v16,01/42] llist: move llist_{head,node} definition to types.h DEPT(DEPendency Tracker) - - - - --- 2025-05-19 Byungchul Park New
[v15,43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,42/43] dept: implement a basic unit test for dept DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,41/43] dept: introduce event_site() to disable event tracking if it's recoverable DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,40/43] dept: add module support for struct dept_event_site and dept_event_site_dep DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,39/43] dept: introduce a new type of dependency tracking between multi event sites DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,38/43] completion, dept: introduce init_completion_dmap() API DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,35/43] dept: make dept stop from working on debug_locks_off() DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,33/43] dept: assign unique dept_key to each distinct dma fence caller DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,32/43] dept: assign dept map to mmu notifier invalidation synchronization DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,31/43] fs/jbd2: use a weaker annotation in journal handling DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,30/43] cpu/hotplug: use a weaker annotation in AP thread DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,29/43] dept: add documentation for dept DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,28/43] dept: suppress reports with classes that have been already reported DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,26/43] dept: print staged wait's stacktrace on report DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,25/43] dept: track PG_locked with dept DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,24/43] dept: make dept able to work with an external wgen DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,23/43] dept: apply timeout consideration to dma fence wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,22/43] dept: apply timeout consideration to hashed-waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,21/43] dept: apply timeout consideration to waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,20/43] dept: apply timeout consideration to swait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,19/43] dept: apply timeout consideration to wait_for_completion()/complete() DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,18/43] dept: track timeout waits separately with a new Kconfig DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,14/43] dept: apply sdt_might_sleep_{start,end}() to swait DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,12/43] dept: record the latest one out of consecutive waits of the same class DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,11/43] dept: add a mechanism to refill the internal memory pools on running out DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,10/43] dept: distinguish each work from another DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64 DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64 DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,07/43] dept: distinguish each kernel context from another DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,06/43] dept: add proc knobs to show stats and dependency graph DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,05/43] dept: tie to lockdep and IRQ tracing DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,04/43] dept: add lock dependency tracker APIs DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,03/43] dept: add single event dependency tracker APIs DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v15,02/43] dept: implement DEPT(DEPendency Tracker) DEPT(DEPendency Tracker) - - - 4 --- 2025-05-13 Byungchul Park New
[v15,01/43] llist: move llist_{head,node} definition to types.h DEPT(DEPendency Tracker) - - - - --- 2025-05-13 Byungchul Park New
[v14,28/28] dept: Add documentation for Dept's APIs DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,27/28] dept: Add documentation for Dept DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,26/28] fs/jbd2: Use a weaker annotation in journal handling DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,25/28] cpu/hotplug: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,24/28] dept: Print event context requestor's stacktrace on report DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,23/28] dept: Track PG_locked with dept DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,22/28] dept: Make Dept able to work with an external wgen DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,21/28] dept: Apply timeout consideration to dma fence wait DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,20/28] dept: Apply timeout consideration to hashed-waitqueue wait DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,19/28] dept: Apply timeout consideration to waitqueue wait DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,18/28] dept: Apply timeout consideration to swait DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,17/28] dept: Apply timeout consideration to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,16/28] dept: Track timeout waits separately with a new Kconfig DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,15/28] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
[v14,14/28] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(Dependency Tracker) - - - - --- 2024-05-08 Byungchul Park New
« 1 2 3 »