From 79fb13d760056c26e02db7835094cc8123b3410f Mon Sep 17 00:00:00 2001 From: imtiny Date: Sat, 21 May 2022 02:23:05 +0000 Subject: [PATCH] clean up picks in plan/README.md. The picks without any output over than one month have been removed. --- plan/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plan/README.md b/plan/README.md index 6263079..e69e823 100644 --- a/plan/README.md +++ b/plan/README.md @@ -43,7 +43,7 @@ * ISA * [RISC-V ISA 简介](https://tinylab.org/riscv-isa-intro), [幻灯](https://gitee.com/tinylab/riscv-linux/raw/master/ppt/riscv-isa.pptx), [直播回放](https://www.cctalk.com/v/16484079493695) @iosdevlog -* psABI @pwl999 +* psABI * SBI * Extensions @@ -76,7 +76,7 @@ * DTS @iosdevlog * UEFI support @jiangbo.jacob * Compressed images -* Early Boot @ze_zhang +* Early Boot * earlycon @iosdevlog * Soc Init * setup_arch @marycarry @@ -93,7 +93,7 @@ * ioremap * Barriers @cursor_risc-v * Sparsemem @Jack Y. -* CMA @huozhikun +* CMA * DMA * Hugetlbfs * memtest @@ -112,7 +112,7 @@ * Timers @nalan01 * swtimer -* udelay @stanwang9211 +* udelay ## Synchronization @@ -149,14 +149,14 @@ * [RISC-V Linux Stacktrace 详解](https://tinylab.org/riscv-stacktrace/), [直播回放](https://www.cctalk.com/v/16525972863665) @zhao305149619 * Tracepoint -* Ftrace @luoxiaogang +* Ftrace * Kprobes @juliwang * Uprobes -* eBPF @Yuandaodao +* eBPF ## Debugging -* Ptrace @liuxig +* Ptrace * Crash * KGDB * Kexec & Kdump @zhao305149619 @@ -187,7 +187,7 @@ * Stackprotector * OP-TEE for RISC-V -* PengLai for RISC-V @jinlongfeng +* PengLai for RISC-V ## Virtulization @@ -195,7 +195,7 @@ ## Fast boot -* XIP @alony-quan +* XIP ## Real Time -- Gitee