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

Date List Subject
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
2024-03-19 18:04:39 linux-kernel [PATCH 11/13] lib min_heap: Add min_heap_del()
2024-03-19 18:04:01 linux-kernel [PATCH 09/13] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
2024-03-19 18:03:33 linux-kernel [PATCH 10/13] bcache: Remove heap-related macros and switch to generic min_heap
2024-03-19 18:02:38 linux-kernel [PATCH 07/13] lib min_heap: Add min_heap_full()
2024-03-19 18:02:21 linux-kernel [PATCH 06/13] lib min_heap: Add min_heap_peek()
2024-03-19 18:01:59 linux-kernel [PATCH 05/13] lib min_heap: Add min_heap_init()
2024-03-19 18:01:46 linux-kernel [PATCH 04/13] lib min_heap: Add type safe interface
2024-03-19 18:01:27 linux-kernel [PATCH 03/13] bcachefs: Fix typo
2024-03-19 18:01:05 linux-kernel [PATCH 02/13] bcache: Fix typo
2024-03-19 18:00:48 linux-kernel [PATCH 01/13] perf/core: Fix several typos
2024-03-19 18:00:29 linux-kernel [PATCH 00/13] treewide: Refactor heap related implementation
2024-01-22 17:22:01 linux-kernel Re: [PATCH 0/5] Optimize number of comparisons for heap/heapsort implementaion
2024-01-22 15:52:41 linux-kernel Re: [PATCH 0/5] Optimize number of comparisons for heap/heapsort implementaion
2024-01-21 17:05:52 linux-kernel Re: [PATCH 2/5] bcachefs: Introduce parent function for sort_cmp_size()
2024-01-21 16:56:05 linux-kernel Re: [PATCH 0/5] Optimize number of comparisons for heap/heapsort implementaion
2024-01-21 15:38:54 linux-kernel [PATCH 5/5] bcache: Optimize number of comparisons in heap_sift
2024-01-21 15:38:36 linux-kernel [PATCH 4/5] bcachefs: Optimize number of comparisons in heap_sift_down
2024-01-21 15:38:01 linux-kernel [PATCH 3/5] bcachefs: Optimize sort_cmp_size() using bottom-up heapsort
2024-01-21 15:37:44 linux-kernel [PATCH 2/5] bcachefs: Introduce parent function for sort_cmp_size()
2024-01-21 15:37:26 linux-kernel [PATCH 1/5] bcachefs: Optimize eytzinger0_sort() using bottom-up heapsort
2024-01-21 15:37:09 linux-kernel [PATCH 0/5] Optimize number of comparisons for heap/heapsort implementaion
2024-01-13 03:14:54 linux-kernel [PATCH 2/2] lib/sort: Optimize heapsort with double-pop variation
2024-01-13 03:14:38 linux-kernel [PATCH 1/2] lib/sort: Optimize heapsort for equal elements in sift-down path
2024-01-13 03:14:24 linux-kernel [PATCH 0/2] lib/sort: Optimize the number of swaps and comparisons
2024-01-10 08:13:24 linux-kernel [RESEND PATCH v2 2/2] lib min_heap: Optimize number of comparisons in min_heapify()
2024-01-10 08:12:39 linux-kernel [RESEND PATCH v2 0/2] lib min_heap: Min heap optimizations
2024-01-03 20:53:43 linux-kernel [PATCH v2 2/2] lib min_heap: Optimize number of comparisons in min_heapify()
2024-01-03 20:53:31 linux-kernel [PATCH v2 1/2] lib min_heap: Optimize number of calls to min_heapify()
2024-01-03 20:53:15 linux-kernel [PATCH v2 0/2] lib min_heap: Min heap optimizations
2024-01-03 20:09:03 linux-kernel Re: [PATCH 0/2] min_heap: Min heap optimizations
2023-12-20 08:33:20 linux-kernel [PATCH 2/2] min_heap: Optimize number of comparisons in min_heapify()
2023-12-20 08:33:06 linux-kernel [PATCH 1/2] min_heap: Optimize number of calls to min_heapify()
2023-12-20 08:32:53 linux-kernel [PATCH 0/2] min_heap: Min heap optimizations
2023-12-12 05:14:02 linux-kernel Re: [PATCH] clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()
2023-12-10 17:52:57 linux-kernel [PATCH] clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()
2023-12-10 17:19:28 linux-kernel [PATCH] clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
2023-12-10 16:50:59 linux-kernel [PATCH] clk: hi3620: Fix memory leak in hi3620_mmc_clk_init()
2023-12-02 21:13:42 linux-kernel Re: [PATCH] lib/sort: Optimize number of calls to comparison function
2023-12-02 16:37:38 linux-kernel [PATCH] lib/sort: Optimize number of calls to comparison function
2023-11-06 22:21:33 linux-kernel [PATCH] s390/qeth: Fix typo 'weed' in comment
2023-10-19 04:31:47 linux-kernel Re: [PATCH v2] ACPI: NFIT: Optimize nfit_mem_cmp() for efficiency
2023-10-19 03:56:56 linux-kernel Re: [PATCH] powerpc/perf: Optimize find_alternatives_list() using binary search
2023-10-13 17:57:35 linux-kernel [PATCH] powerpc/perf: Optimize find_alternatives_list() using binary search
2023-10-13 12:22:57 linux-kernel [PATCH v2] ACPI: NFIT: Optimize nfit_mem_cmp() for efficiency
2023-10-13 12:14:32 linux-kernel [PATCH v2] drm/i915/gvt: Optimize mmio_offset_compare() for efficiency
2023-10-12 23:05:47 linux-kernel [PATCH] drm/i915/gvt: Optimize mmio_offset_compare() for efficiency
2023-10-12 21:59:19 linux-kernel [PATCH] ACPI: NFIT: Optimize nfit_mem_cmp() for efficiency
2023-10-03 16:13:46 linux-kernel [PATCH] objtool: Fix memory leak in check.c
2023-09-30 16:30:52 linux-kernel [PATCH] perf hisi-ptt: Fix memory leak in lseek failure handling