Kuan-Wei Chiu ([email protected])

Number of posts: 157 (0.64 per day)
First post: 2023-09-05 16:24:15
Last post: 2024-05-08 13:29:17

Date List Subject
2024-04-07 01:34:11 linux-kernel [PATCH] bcachefs: Optimize eytzinger0_sort() with bottom-up heapsort
2024-04-06 23:55:51 linux-kernel [PATCH net-next] net: sched: cake: Optimize number of calls to cake_heapify()
2024-04-06 16:52:43 linux-kernel [PATCH v3 17/17] bcachefs: Remove heap-related macros and switch to generic min_heap
2024-04-06 16:52:32 linux-kernel [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap
2024-04-06 16:52:15 linux-kernel [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()
2024-04-06 16:52:14 linux-kernel [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
2024-04-06 16:51:46 linux-kernel [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initializing
2024-04-06 16:51:14 linux-kernel [PATCH v3 12/17] lib min_heap: Rename min_heapify() to min_heap_sift_down()
2024-04-06 16:50:57 linux-kernel [PATCH v3 11/17] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
2024-04-06 16:50:42 linux-kernel [PATCH v3 10/17] lib min_heap: Add min_heap_del()
2024-04-06 16:50:23 linux-kernel [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()
2024-04-06 16:50:10 linux-kernel [PATCH v3 08/17] lib min_heap: Add args for min_heap_callbacks
2024-04-06 16:49:59 linux-kernel [PATCH v3 06/17] lib min_heap: Add min_heap_peek()
2024-04-06 16:49:53 linux-kernel [PATCH v3 07/17] lib min_heap: Add min_heap_full()
2024-04-06 16:49:24 linux-kernel [PATCH v3 04/17] lib min_heap: Add type safe interface
2024-04-06 16:49:19 linux-kernel [PATCH v3 05/17] lib min_heap: Add min_heap_init()
2024-04-06 16:48:51 linux-kernel [PATCH v3 03/17] bcachefs: Fix typo
2024-04-06 16:48:34 linux-kernel [PATCH v3 02/17] bcache: Fix typo
2024-04-06 16:48:18 linux-kernel [PATCH v3 01/17] perf/core: Fix several typos
2024-04-06 16:47:49 linux-kernel [PATCH v3 00/17] treewide: Refactor heap related implementation
2024-03-23 02:19:23 linux-kernel Re: [PATCH v2 04/15] lib min_heap: Add type safe interface
2024-03-23 01:53:33 linux-kernel Re: [PATCH v2 04/15] lib min_heap: Add type safe interface
2024-03-22 17:05:50 linux-kernel Re: [PATCH v2 04/15] lib min_heap: Add type safe interface
2024-03-21 12:04:47 linux-kernel Re: [PATCH v2 04/15] lib min_heap: Add type safe interface
2024-03-21 07:13:52 linux-kernel Re: [PATCH v2 00/15] treewide: Refactor heap related implementation
2024-03-21 07:01:24 linux-kernel Re: [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up()
2024-03-20 15:00:34 linux-kernel [PATCH v2 12/15] lib min_heap: Rename min_heapify() to min_heap_sift_down()
2024-03-20 15:00:11 linux-kernel [PATCH v2 11/15] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
2024-03-20 14:59:36 linux-kernel [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up()
2024-03-20 14:59:19 linux-kernel [PATCH v2 08/15] lib min_heap: Add min_heap_del()
2024-03-20 14:59:17 linux-kernel [PATCH v2 15/15] bcachefs: Remove heap-related macros and switch to generic min_heap
2024-03-20 14:58:57 linux-kernel [PATCH v2 14/15] bcache: Remove heap-related macros and switch to generic min_heap
2024-03-20 14:58:38 linux-kernel [PATCH v2 13/15] lib/test_min_heap: Use min_heap_init() for initializing
2024-03-20 14:58:02 linux-kernel [PATCH v2 10/15] lib min_heap: Add args for min_heap_callbacks
2024-03-20 14:57:05 linux-kernel [PATCH v2 01/15] perf/core: Fix several typos
2024-03-20 14:56:49 linux-kernel [PATCH v2 07/15] lib min_heap: Add min_heap_full()
2024-03-20 14:56:44 linux-kernel [PATCH v2 06/15] lib min_heap: Add min_heap_peek()
2024-03-20 14:56:07 linux-kernel [PATCH v2 05/15] lib min_heap: Add min_heap_init()
2024-03-20 14:55:57 linux-kernel [PATCH v2 04/15] lib min_heap: Add type safe interface
2024-03-20 14:55:39 linux-kernel [PATCH v2 03/15] bcachefs: Fix typo
2024-03-20 14:55:23 linux-kernel [PATCH v2 02/15] bcache: Fix typo
2024-03-20 14:54:51 linux-kernel [PATCH v2 00/15] treewide: Refactor heap related implementation
2024-03-20 03:01:49 linux-kernel Re: [PATCH 00/13] treewide: Refactor heap related implementation
2024-03-20 02:59:19 linux-kernel Re: [PATCH 08/13] lib min_heap: Add args for min_heap_callbacks
2024-03-20 02:58:41 linux-kernel Re: [PATCH 12/13] lib min_heap: Add min_heap_sift_up()
2024-03-20 02:57:05 linux-kernel Re: [PATCH 05/13] lib min_heap: Add min_heap_init()
2024-03-20 02:55:25 linux-kernel Re: [PATCH 13/13] bcachefs: Remove heap-related macros and switch to generic min_heap
2024-03-19 18:18:59 linux-kernel [PATCH] MAINTAINERS: Remove incorrect M: tag for [email protected]
2024-03-19 18:06:32 linux-kernel [PATCH 12/13] lib min_heap: Add min_heap_sift_up()
2024-03-19 18:05:24 linux-kernel [PATCH 13/13] bcachefs: Remove heap-related macros and switch to generic min_heap
2024-03-19 18:05:11 linux-kernel [PATCH 08/13] lib min_heap: Add args for min_heap_callbacks