messages from 2023-06-06 10:30:32 to 2023-07-05 14:37:00 UTC [more...]
[PATCH v8 00/11] Improve sbi_console
2023-07-05 14:37 UTC (9+ messages)
` [PATCH v8 01/11] lib: sbi: Fix how print gets flags
` [PATCH v8 02/11] lib: sbi: print not fill '0' when left-aligned
` [PATCH v8 03/11] lib: sbi: Add '+' flags for print
` [PATCH v8 04/11] lib: sbi: Add ' ' '\'' "
` [PATCH v8 05/11] lib: sbi: implifying the parameters of printi
` [PATCH v8 06/11] lib: sbi: print add 'o' type
` [PATCH v8 07/11] lib: sbi: Fix printi
` [PATCH v8 08/11] lib: sbi: Simplify prints
[PATCH v7 00/11] Improve sbi_console
2023-07-05 13:33 UTC (18+ messages)
` [PATCH v7 01/11] lib: sbi: Fix how print gets flags
` [PATCH v7 02/11] lib: sbi: print not fill '0' when left-aligned
` [PATCH v7 03/11] lib: sbi: Add '+' flags for print
` [PATCH v7 04/11] lib: sbi: Add ' ' '\'' "
` [PATCH v7 05/11] lib: sbi: implifying the parameters of printi
` [PATCH v7 06/11] lib: sbi: print add 'o' type
` [PATCH v7 07/11] lib: sbi: Fix printi
` [PATCH v7 08/11] lib: sbi: Simplify prints
` [PATCH v7 09/11] lib: sbi: Fix printc
` [PATCH v7 10/11] lib: sbi: Fix timing of clearing tbuf
` [PATCH v7 11/11] lib: sbi: Fix missing '\0' when buffer szie equal 1
[PATCH 0/4] Misc OpenSBI HART ISA extension improvements
2023-07-05 11:58 UTC (5+ messages)
` [PATCH 1/4] lib: sbi: Add Zicntr as a HART ISA extension
` [PATCH 2/4] lib: sbi: Add Zihpm "
` [PATCH 3/4] lib: sbi: Alphabetically sort HART ISA extensions
` [PATCH 4/4] lib: sbi: Rename hart_pmu_get_allowed_bits() function
[PATCH] lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
2023-07-05 6:45 UTC
[PATCH 1/1] lib: sbi_pmu: Avoid out of bounds access
2023-07-05 4:41 UTC (5+ messages)
[PATCH] lib: sbi: fix comment indent
2023-07-05 4:41 UTC (3+ messages)
[PATCH 0/6] Add support for Smepmp
2023-07-04 13:28 UTC (12+ messages)
` [PATCH 1/6] include: sbi: Add macro definitions for mseccfg CSR
` [PATCH 2/6] lib: sbi: Add functions to manipulate PMP entries
` [PATCH 3/6] include: sbi: Add Smepmp specific access flags for "
` [PATCH 4/6] lib: sbi: Add detection of Smepmp from ISA string in FDT
` [PATCH 5/6] lib: sbi: Add support for Smepmp
` [PATCH 6/6] lib: sbi: Map/Unmap debug console shared memory buffers before and after read/write
[PATCH v6 00/12] Improve sbi_console
2023-07-04 10:34 UTC (32+ messages)
` [PATCH v6 01/12] lib: sbi: Fix how print gets flags
` [PATCH v6 02/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v6 03/12] lib: sbi: Add '+' flags for print
` [PATCH v6 04/12] lib: sbi: Add ' ' '\'' "
` [PATCH v6 05/12] lib: sbi: implifying the parameters of printi
` [PATCH v6 06/12] lib: sbi: print add 'o' type
` [PATCH v6 07/12] lib: sbi: Fix printi
` [PATCH v6 08/12] lib: sbi: Simplify prints
` [PATCH v6 09/12] lib: sbi: sbi_console.c code re-layout
` [PATCH v6 10/12] lib: sbi: Add print_info for sbi_console.c
` [PATCH v6 11/12] lib: sbi: Fix timing of clearing tbuf
` [PATCH v6 12/12] lib: sbi: Fix missing '\0' when buffer szie equal 1
[PATCH] lib: sbi: Try to make each domain have boot hart
2023-07-04 9:51 UTC (5+ messages)
OpenSBI v1.3 Released
2023-07-04 8:48 UTC (2+ messages)
[PATCH] lib: sbi: check A2 register in ecall_dbcn_handler
2023-06-29 14:18 UTC (4+ messages)
CFP open for RISC-V MC at Linux Plumbers Conference 2023
2023-06-27 6:21 UTC (3+ messages)
[PATCH V2] lib: reset: Move fdt_reset_init into generic_early_init
2023-06-21 5:48 UTC (3+ messages)
[PATCH] firmware: Fix find hart index
2023-06-21 5:48 UTC (2+ messages)
[PATCH] lib: reset: Add early_init api for fdt_reset_drv
2023-06-18 15:11 UTC (3+ messages)
[PATCH] lib: sbi: Hang when next mode not support
2023-06-16 5:54 UTC (3+ messages)
[RFC PATCH 0/2] lib: reset: thead: Correct dts naming convention
2023-06-16 0:05 UTC (28+ messages)
` [RFC PATCH 2/2] lib: reset: thead: Correct the naming convention of dts
[PATCH -fixes] platform/lib: Set no-map attribute on all PMP regions
2023-06-15 13:02 UTC (4+ messages)
Upcoming OpenSBI v1.3 release
2023-06-14 6:04 UTC
[PATCH 0/2] OpenSBI logo and copyright update
2023-06-14 5:57 UTC (5+ messages)
` [PATCH 1/2] docs: Add OpenSBI logo and use it in the top-level README.md
` [PATCH 2/2] README.md: Improve project copyright information
[PATCH v5 00/14] Improve sbi_console
2023-06-09 8:58 UTC (21+ messages)
` [PATCH v5 01/14] lib: sbi: Fix missing contine in print
` [PATCH v5 02/14] lib: sbi: Fix how print gets flags
` [PATCH v5 03/14] lib: sbi: print not fill '0' when left-aligned
` [PATCH v5 04/14] lib: sbi: Add '+' flags for print
` [PATCH v5 05/14] lib: sbi: Add ' ' '\'' "
` [PATCH v5 06/14] lib: sbi: implifying the parameters of printi
` [PATCH v5 07/14] lib: sbi: print add 'o' type
` [PATCH v5 08/14] lib: sbi: Fix printi
` [PATCH v5 09/14] lib: sbi: Simplify prints
` [PATCH v5 10/14] lib: sbi: sbi_console.c code re-layout
` [PATCH v5 11/14] lib: sbi: Add print_info for sbi_console.c
` [PATCH v5 12/14] lib: sbi: Fix timing of clearing tbuf
` [PATCH v5 13/14] lib: sbi: Fix missing '\0' when buffer szie equal 1
` [PATCH v5 14/14] lib: sbi: Fix invalid directive print
[PATCH v4 00/13] Improve sbi_console
2023-06-08 7:36 UTC (15+ messages)
` [PATCH v4 01/13] lib: sbi: Fix missing contine in print
` [PATCH v4 02/13] lib: sbi: Fix how print gets flags
` [PATCH v4 03/13] lib: sbi: print not fill '0' when left-aligned
` [PATCH v4 04/13] lib: sbi: Add '+' flags for print
` [PATCH v4 05/13] lib: sbi: Add ' ' '\'' "
` [PATCH v4 06/13] lib: sbi: implifying the parameters of printi
` [PATCH v4 07/13] lib: sbi: print add 'o' type
` [PATCH v4 08/13] lib: sbi: Fix printi
` [PATCH v4 09/13] lib: sbi: Simplify prints
` [PATCH v4 10/13] lib: sbi: sbi_console.c code re-layout
` [PATCH v4 11/13] lib: sbi: Add print_info for sbi_console.c
` [PATCH v4 12/13] lib: sbi: Fix timing of clearing tbuf
` [PATCH v4 13/13] lib: sbi: Fix missing '\0' when buffer szie equal 1
[PATCH v3 12/12] lib: sbi: Fix timing of clearing tbuf
2023-06-06 13:29 UTC
[PATCH v3 11/12] lib: sbi: Add print_info for sbi_console.c
2023-06-06 13:29 UTC
[PATCH v3 10/12] lib: sbi: sbi_console.c code re-layout
2023-06-06 13:29 UTC
[PATCH v3 09/12] lib: sbi: Simplify prints
2023-06-06 13:29 UTC
[PATCH v3 00/12] Improve sbi_console
2023-06-06 13:24 UTC (9+ messages)
` [PATCH v3 01/12] lib: sbi: Fix missing contine in print
` [PATCH v3 02/12] lib: sbi: Fix how print gets flags
` [PATCH v3 03/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v3 04/12] lib: sbi: Add '+' flags for print
` [PATCH v3 05/12] lib: sbi: Add ' ' '\'' "
` [PATCH v3 06/12] lib: sbi: implifying the parameters of printi
` [PATCH v3 07/12] lib: sbi: print add 'o' type
` [PATCH v3 08/12] lib: sbi: Fix printi
[PATCH v2 00/18] Introduce and use simple heap allocator
2023-06-06 10:33 UTC (2+ messages)
[PATCH v2 12/12] lib: sbi: Fix timing of clearing tbuf
2023-06-06 10:32 UTC
[PATCH v2 11/12] lib: sbi: Add print_info for sbi_console.c
2023-06-06 10:32 UTC
[PATCH v2 00/12] Improve sbi_console
2023-06-06 10:31 UTC (11+ messages)
` [PATCH v2 01/12] lib: sbi: Fix missing contine in print
` [PATCH v2 02/12] lib: sbi: Fix how print gets flags
` [PATCH v2 03/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v2 04/12] lib: sbi: Add '+' flags for print
` [PATCH v2 05/12] lib: sbi: Add ' ' '\'' "
` [PATCH v2 06/12] lib: sbi: implifying the parameters of printi
` [PATCH v2 07/12] lib: sbi: print add 'o' type
` [PATCH v2 08/12] lib: sbi: Fix printi
` [PATCH v2 09/12] lib: sbi: Simplify prints
` [PATCH v2 10/12] lib: sbi: sbi_console.c code re-layout
[PATCH v2 00/12] Improve sbi_console
2023-06-06 10:30 UTC (2+ messages)
` [PATCH v2 10/12] lib: sbi: sbi_console.c code re-layout
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox