LinuxLists
Users
About
Kuan-Wei Chiu (
[email protected]
)
Number of posts: 210 (0.77 per day)
First post: 2023-09-05 16:24:15
Last post: 2024-06-02 17:48:44
Previous Page
/
Next Page
Date
List
Subject
2024-05-10 03:07:23
linux-kernel
Re: linux-next: manual merge of the refactor-heap tree with the block tree
2024-05-09 22:44:46
linux-kernel
Re: linux-next: manual merge of the refactor-heap tree with the block tree
2024-05-08 13:29:17
linux-kernel
Re: linux-next: build failure after merge of the bitmap tree
2024-05-05 18:48:26
linux-kernel
Re: [PATCH v4 1/2] lib/test_bitops: Add benchmark test for fns()
2024-05-05 17:29:31
linux-kernel
Re: [PATCH v3 1/2] lib/test_bitops: Add benchmark test for fns()
2024-05-05 17:27:34
linux-kernel
Re: [PATCH v3 1/2] lib/test_bitops: Add benchmark test for fns()
2024-05-04 08:54:00
linux-kernel
Re: [PATCH 3/4] bitops: squeeze even more out of fns()
2024-05-03 15:30:26
linux-kernel
Re: [PATCH 1/4] lib: make test_bitops compilable into the kernel image
2024-05-03 13:02:19
linux-kernel
Re: [PATCH] maple_tree: Fix build failure with W=1 and LLVM=1
2024-05-03 09:50:47
linux-kernel
[PATCH] maple_tree: Fix build failure with W=1 and LLVM=1
2024-05-03 02:24:35
linux-kernel
Re: [PATCH 1/4] lib: make test_bitops compilable into the kernel image
2024-05-03 02:19:22
linux-kernel
Re: [PATCH 3/4] bitops: squeeze even more out of fns()
2024-05-03 02:00:21
linux-kernel
Re: [PATCH 1/4] lib: make test_bitops compilable into the kernel image
2024-05-02 09:40:25
linux-kernel
[PATCH v5 2/2] bitops: Optimize fns() for improved performance
2024-05-02 09:26:07
linux-kernel
[PATCH v5 1/2] lib/test_bitops: Add benchmark test for fns()
2024-05-02 09:25:55
linux-kernel
[PATCH v5 0/2] bitops: Optimize fns() for improved performance
2024-05-01 15:57:42
linux-kernel
Re: [PATCH] mptcp: subflow.c: fix typo
2024-05-01 13:22:15
linux-kernel
[PATCH v4 2/2] bitops: Optimize fns() for improved performance
2024-05-01 13:21:15
linux-kernel
[PATCH v4 1/2] lib/test_bitops: Add benchmark test for fns()
2024-05-01 13:21:01
linux-kernel
[PATCH v4 0/2] bitops: Optimize fns() for improved performance
2024-05-01 07:17:24
linux-kernel
[PATCH v3 2/2] bitops: Optimize fns() for improved performance
2024-05-01 07:17:13
linux-kernel
[PATCH v3 1/2] lib/test_bitops: Add benchmark test for fns()
2024-05-01 07:17:02
linux-kernel
[PATCH v3 0/2] bitops: Optimize fns() for improved performance
2024-05-01 04:50:16
linux-kernel
Re: [PATCH v2 1/2] lib/find_bit_benchmark: Add benchmark test for fns()
2024-04-30 06:11:56
linux-kernel
Re: [PATCH v2 0/2] bitops: Optimize fns() for improved performance
2024-04-30 05:49:59
linux-kernel
[PATCH v2 2/2] bitops: Optimize fns() for improved performance
2024-04-30 05:49:43
linux-kernel
[PATCH v2 1/2] lib/find_bit_benchmark: Add benchmark test for fns()
2024-04-30 05:49:32
linux-kernel
[PATCH v2 0/2] bitops: Optimize fns() for improved performance
2024-04-26 03:52:08
linux-kernel
[PATCH] bitops: Optimize fns() for improved performance
2024-04-26 00:14:46
linux-kernel
Re: [PATCH v4 00/16] treewide: Refactor heap related implementation
2024-04-25 14:48:32
linux-kernel
[PATCH v4 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
2024-04-25 14:48:05
linux-kernel
[PATCH v4 16/16] bcachefs: Remove heap-related macros and switch to generic min_heap
2024-04-25 14:46:37
linux-kernel
[PATCH v4 08/16] lib min_heap: Add args for min_heap_callbacks
2024-04-25 14:45:58
linux-kernel
[PATCH v4 06/16] lib min_heap: Add min_heap_peek()
2024-04-25 14:42:37
linux-kernel
[PATCH v4 01/16] perf/core: Fix several typos
2024-04-25 14:27:14
linux-kernel
[PATCH v4 02/16] bcache: Fix typo
2024-04-25 14:24:45
linux-kernel
[PATCH v4 15/16] bcache: Remove heap-related macros and switch to generic min_heap
2024-04-25 14:24:27
linux-kernel
[PATCH v4 14/16] lib/test_min_heap: Add test for heap_del()
2024-04-25 14:24:08
linux-kernel
[PATCH v4 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down()
2024-04-25 14:23:38
linux-kernel
[PATCH v4 10/16] lib min_heap: Add min_heap_del()
2024-04-25 14:23:34
linux-kernel
[PATCH v4 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
2024-04-25 14:22:52
linux-kernel
[PATCH v4 09/16] lib min_heap: Add min_heap_sift_up()
2024-04-25 14:22:31
linux-kernel
[PATCH v4 07/16] lib min_heap: Add min_heap_full()
2024-04-25 14:21:45
linux-kernel
[PATCH v4 05/16] lib min_heap: Add min_heap_init()
2024-04-25 14:21:27
linux-kernel
[PATCH v4 04/16] lib min_heap: Add type safe interface
2024-04-25 14:21:25
linux-kernel
[PATCH v4 03/16] bcachefs: Fix typo
2024-04-25 14:19:11
linux-kernel
[PATCH v4 00/16] treewide: Refactor heap related implementation
2024-04-23 09:35:43
linux-kernel
Re: [PATCH v3 00/17] treewide: Refactor heap related implementation
2024-04-15 17:35:52
linux-kernel
Re: [PATCH v3 04/17] lib min_heap: Add type safe interface
2024-04-08 18:28:48
linux-kernel
[PATCH net-next v2] net: sched: cake: Optimize the number of function calls and branches in heap construction
2024-04-08 11:15:05
linux-kernel
Re: [PATCH net-next] net: sched: cake: Optimize number of calls to cake_heapify()