messages from 2023-06-18 15:40:01 to 2023-07-20 21:07:02 UTC [more...]
[PATCH 0/1] sbi: Add support for smcntrpmf
2023-07-20 21:07 UTC (2+ messages)
` [PATCH 1/1] lib: "
[PATCH] lib: sbi: Update system suspend to spec
2023-07-20 15:48 UTC
Boot failure after QEMU's upgrade to OpenSBI v1.3 (was Re: [PATCH for-8.2 6/7] target/riscv: add 'max' CPU type)
2023-07-19 16:18 UTC (17+ messages)
OpenSBI v1.3.1 Released
2023-07-19 15:19 UTC
[PATCH 1/1] libfdt: fix SPDX license identifiers
2023-07-14 11:07 UTC
[PATCH] include: sbi: fix CSR define of mseccfg
2023-07-14 10:08 UTC
[PATCH] lib: sbi: Configure seed bits when MSECCFG is readable
2023-07-13 9:35 UTC (3+ messages)
[PATCH v2] lib: utils/gpio: Fix RV32 compile error for designware GPIO driver
2023-07-13 9:29 UTC (4+ messages)
[PATCH 0/6] Add support for Smepmp
2023-07-13 7:33 UTC (43+ 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 v2 0/8] Add support for Smepmp
` [PATCH v2 1/8] include: sbi: Add macro definitions for mseccfg CSR
` [PATCH v2 2/8] lib: sbi: Add functions to manipulate PMP entries
` [PATCH v2 3/8] include: sbi: Add Smepmp specific access flags for "
` [PATCH v2 4/8] lib: sbi: Add smepmp in hart extensions
` [PATCH v2 5/8] lib: utils: Add detection of Smepmp from ISA string in FDT
` [PATCH v2 6/8] lib: sbi: Add support for Smepmp
` [PATCH v2 7/8] lib: sbi: Add functions to map/unmap shared memory
` [PATCH v2 8/8] lib: sbi: Map/Unmap debug console shared memory buffers
` [PATCH v3 00/10] Add support for Smepmp
` [PATCH v3 01/10] include: sbi: Add macro definitions for mseccfg CSR
` [PATCH v3 02/10] lib: sbi: Add functions to manipulate PMP entries
` [PATCH v3 03/10] include: sbi: Add Smepmp specific access flags for "
` [PATCH v3 04/10] lib: sbi: Add smepmp in hart extensions
` [PATCH v3 05/10] lib: utils: Add detection of Smepmp from ISA string in FDT
` [PATCH v3 06/10] lib: sbi: Grant SU R/W/X permissions to whole memory
` [PATCH v3 07/10] lib: sbi: Add support for Smepmp
` [PATCH v3 08/10] lib: sbi: Change the order of PMP initialization
` [PATCH v3 09/10] lib: sbi: Add functions to map/unmap shared memory
` [PATCH v3 10/10] lib: sbi: Map/Unmap debug console shared memory buffers
[PATCH v9 00/11] Improve sbi_console
2023-07-12 5:53 UTC (14+ messages)
` [PATCH v9 01/11] lib: sbi: Fix how print gets flags
` [PATCH v9 02/11] lib: sbi: print not fill '0' when left-aligned
` [PATCH v9 03/11] lib: sbi: Add '+' flags for print
` [PATCH v9 04/11] lib: sbi: Add ' ' '\'' "
` [PATCH v9 05/11] lib: sbi: implifying the parameters of printi
` [PATCH v9 06/11] lib: sbi: print add 'o' type
` [PATCH v9 07/11] lib: sbi: Fix printi
` [PATCH v9 08/11] lib: sbi: Simplify prints
` [PATCH v9 09/11] lib: sbi: Fix printc
` [PATCH v9 10/11] lib: sbi: Fix timing of clearing tbuf
` [PATCH v9 11/11] lib: sbi: Fix missing '\0' when buffer szie equal 1
[PATCH] lib: utils/gpio: Fix RV32 compile error for designware GPIO driver
2023-07-11 14:49 UTC (2+ messages)
[PATCH v8 00/11] Improve sbi_console
2023-07-09 15:18 UTC (20+ 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 v8 09/11] lib: sbi: Fix printc
` [PATCH v8 10/11] lib: sbi: Fix timing of clearing tbuf
` [PATCH v8 11/11] lib: sbi: Fix missing '\0' when buffer szie equal 1
[PATCH v2] lib: sbi: Fix Priv spec version for [m|s]counteren and mcountinhibit CSRs
2023-07-09 5:42 UTC (2+ messages)
[PATCH v2 0/4] Misc OpenSBI HART ISA extension improvements
2023-07-09 5:41 UTC (9+ messages)
` [PATCH v2 1/4] lib: sbi: Add Zicntr as a HART ISA extension
` [PATCH v2 2/4] lib: sbi: Add Zihpm "
` [PATCH v2 3/4] lib: sbi: Alphabetically sort HART ISA extensions
` [PATCH v2 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-09 5:40 UTC (3+ messages)
[PATCH] gpio/desginware: add Synopsys DesignWare APB GPIO support
2023-07-07 4:38 UTC (2+ messages)
[PATCH] lib: sbi: Fix Priv spec version for [m|s]counter CSR
2023-07-06 6:10 UTC (3+ messages)
[PATCH 0/4] Misc OpenSBI HART ISA extension improvements
2023-07-06 4:09 UTC (11+ 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 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 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 v6 00/12] Improve sbi_console
2023-07-04 10:34 UTC (30+ 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] 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)
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