Date |
List |
Subject |
2023-01-31 08:40:02
|
linux-kernel
|
[PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h |
2023-01-27 01:53:45
|
linux-kernel
|
[PATCH v8 25/25] dept: Track the potential waits of PG_{locked,writeback} |
2023-01-27 01:53:36
|
linux-kernel
|
[PATCH v8 23/25] dept: Record the latest one out of consecutive waits of the same class |
2023-01-27 01:53:29
|
linux-kernel
|
[PATCH v8 24/25] dept: Make Dept able to work with an external wgen |
2023-01-27 01:53:20
|
linux-kernel
|
[PATCH v8 19/25] dept: Apply timeout consideration to swait |
2023-01-27 01:53:17
|
linux-ext4
|
[PATCH v8 23/25] dept: Record the latest one out of consecutive waits of the same class |
2023-01-27 01:53:16
|
linux-kernel
|
[PATCH v8 22/25] dept: Apply timeout consideration to dma fence wait |
2023-01-27 01:53:15
|
linux-ext4
|
[PATCH v8 25/25] dept: Track the potential waits of PG_{locked,writeback} |
2023-01-27 01:53:13
|
linux-kernel
|
[PATCH v8 21/25] dept: Apply timeout consideration to hashed-waitqueue wait |
2023-01-27 01:53:11
|
linux-ext4
|
[PATCH v8 17/25] dept: Track timeout waits separately with a new Kconfig |
2023-01-27 01:53:07
|
linux-kernel
|
[PATCH v8 18/25] dept: Apply timeout consideration to wait_for_completion()/complete() |
2023-01-27 01:53:01
|
linux-ext4
|
[PATCH v8 18/25] dept: Apply timeout consideration to wait_for_completion()/complete() |
2023-01-27 01:52:59
|
linux-ext4
|
[PATCH v8 24/25] dept: Make Dept able to work with an external wgen |
2023-01-27 01:52:51
|
linux-kernel
|
[PATCH v8 17/25] dept: Track timeout waits separately with a new Kconfig |
2023-01-27 01:52:51
|
linux-ext4
|
[PATCH v8 22/25] dept: Apply timeout consideration to dma fence wait |
2023-01-27 01:52:49
|
linux-ext4
|
[PATCH v8 19/25] dept: Apply timeout consideration to swait |
2023-01-27 01:52:46
|
linux-ext4
|
[PATCH v8 21/25] dept: Apply timeout consideration to hashed-waitqueue wait |
2023-01-27 01:52:34
|
linux-kernel
|
[PATCH v8 20/25] dept: Apply timeout consideration to waitqueue wait |
2023-01-27 01:52:32
|
linux-ext4
|
[PATCH v8 20/25] dept: Apply timeout consideration to waitqueue wait |
2023-01-27 01:52:04
|
linux-kernel
|
[PATCH v8 12/25] dept: Distinguish each syscall context from another |
2023-01-27 01:52:00
|
linux-kernel
|
[PATCH v8 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait |
2023-01-27 01:51:57
|
linux-ext4
|
[PATCH v8 12/25] dept: Distinguish each syscall context from another |
2023-01-27 01:51:47
|
linux-ext4
|
[PATCH v8 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait |
2023-01-27 01:51:45
|
linux-kernel
|
[PATCH v8 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread |
2023-01-27 01:51:43
|
linux-ext4
|
[PATCH v8 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread |
2023-01-27 01:51:43
|
linux-ext4
|
[PATCH v8 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait |
2023-01-27 01:51:20
|
linux-kernel
|
[PATCH v8 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait |
2023-01-27 01:51:03
|
linux-kernel
|
[PATCH v8 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait |
2023-01-27 01:50:57
|
linux-kernel
|
[PATCH v8 13/25] dept: Distinguish each work from another |
2023-01-27 01:50:55
|
linux-kernel
|
[PATCH v8 02/25] dept: Implement Dept(Dependency Tracker) |
2023-01-27 01:50:53
|
linux-ext4
|
[PATCH v8 02/25] dept: Implement Dept(Dependency Tracker) |
2023-01-27 01:50:49
|
linux-kernel
|
[PATCH v8 03/25] dept: Add single event dependency tracker APIs |
2023-01-27 01:50:46
|
linux-ext4
|
[PATCH v8 04/25] dept: Add lock dependency tracker APIs |
2023-01-27 01:50:45
|
linux-kernel
|
[PATCH v8 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() |
2023-01-27 01:50:41
|
linux-kernel
|
[PATCH v8 14/25] dept: Add a mechanism to refill the internal memory pools on running out |
2023-01-27 01:50:40
|
linux-ext4
|
[PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing |
2023-01-27 01:50:38
|
linux-ext4
|
[PATCH v8 14/25] dept: Add a mechanism to refill the internal memory pools on running out |
2023-01-27 01:50:38
|
linux-kernel
|
[PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing |
2023-01-27 01:50:37
|
linux-ext4
|
[PATCH v8 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait |
2023-01-27 01:50:30
|
linux-ext4
|
[PATCH v8 06/25] dept: Add proc knobs to show stats and dependency graph |
2023-01-27 01:50:29
|
linux-ext4
|
[PATCH v8 00/25] DEPT(Dependency Tracker) |
2023-01-27 01:50:29
|
linux-kernel
|
[PATCH v8 00/25] DEPT(Dependency Tracker) |
2023-01-27 01:50:27
|
linux-ext4
|
[PATCH v8 13/25] dept: Distinguish each work from another |
2023-01-27 01:50:24
|
linux-kernel
|
[PATCH v8 06/25] dept: Add proc knobs to show stats and dependency graph |
2023-01-27 01:50:22
|
linux-ext4
|
[PATCH v8 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait |
2023-01-27 01:50:20
|
linux-ext4
|
[PATCH v8 03/25] dept: Add single event dependency tracker APIs |
2023-01-27 01:50:16
|
linux-kernel
|
[PATCH v8 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait |
2023-01-27 01:50:05
|
linux-kernel
|
[PATCH v8 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait |
2023-01-27 01:50:04
|
linux-ext4
|
[PATCH v8 01/25] llist: Move llist_{head,node} definition to types.h |
2023-01-27 01:49:58
|
linux-kernel
|
[PATCH v8 04/25] dept: Add lock dependency tracker APIs |
2023-01-27 01:49:56
|
linux-ext4
|
[PATCH v8 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() |