messages from 2024-03-01 16:00:42 to 2024-03-20 14:57:58 UTC [more...]
[PATCH] lib: sbi: Add missing sscrind and sscfg extensions in sbi_hart_ext[]
2024-03-20 14:57 UTC (2+ messages)
[PATCH] platform: generic: allwinner: sun20i-d1: Remove duplicated CSR definitions
2024-03-20 5:42 UTC (2+ messages)
[PATCH] docs: writing_tests: Make docs correspond the latest changes
2024-03-20 5:42 UTC (2+ messages)
[PATCH 0/2] Optimize current hart scratch access
2024-03-20 5:38 UTC (5+ messages)
` [PATCH 1/2] lib: utils/timer: "
` [PATCH 2/2] platform: generic: allwinner: "
[PATCH 0/2] Move tests to the 'tests' directory
2024-03-19 16:23 UTC (9+ messages)
` [PATCH 1/2] lib: tests: Move tests to a separate directory
` [PATCH 2/2] docs/writing_tests: Update tests paths
[PATCH 0/2] Coldboot wait improvements
2024-03-19 14:59 UTC (3+ messages)
` [PATCH 1/2] lib: sbi: Simplify wait_for_coldboot() implementation
` [PATCH 2/2] lib: sbi: Wakeup non-coldboot HARTs early in the coldboot path
[PATCH v3 00/10] Improve trap handling for nested traps
2024-03-19 6:06 UTC (12+ messages)
` [PATCH v3 01/10] lib: sbi: Remove epc from struct sbi_trap_info
` [PATCH v3 02/10] lib: sbi: Remove sbi_trap_exit() and related code
` [PATCH v3 03/10] include: sbi: Add trap_context pointer in struct sbi_scratch
` [PATCH v3 04/10] lib: sbi: Introduce trap context
` [PATCH v3 05/10] lib: sbi: Simplify parameters of misaligned and access fault handlers
` [PATCH v3 06/10] lib: sbi: Simplify parameters of sbi_illegal_insn_handler()
` [PATCH v3 07/10] lib: sbi: Remove regs paramter of sbi_irqchip_process()
` [PATCH v3 08/10] lib: sbi: Remove regs parameter from trap irq handling functions
` [PATCH v3 09/10] lib: sbi: Pass trap context pointer to sbi_ecall_handler()
` [PATCH v3 10/10] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap
[PATCH] lib: sbi: Remove gva from struct sbi_trap_info
2024-03-19 5:25 UTC (2+ messages)
[PATCH 1/2] Makefile: Respect manual changes to .config
2024-03-18 20:49 UTC (2+ messages)
` [PATCH 2/2] Makefile: Remove unnecessary dependencies
[PATCH v4] lib: sbi: Add initial domain context management support
2024-03-18 2:59 UTC (5+ messages)
[PATCH v2 00/10] Improve trap handling for nested traps
2024-03-17 11:55 UTC (30+ messages)
` [PATCH v2 01/10] lib: sbi: Remove epc from struct sbi_trap_info
` [PATCH v2 02/10] lib: sbi: Remove sbi_trap_exit() and related code
` [PATCH v2 03/10] include: sbi: Add trap_context pointer in struct sbi_scratch
` [PATCH v2 04/10] lib: sbi: Introduce trap context
` [PATCH v2 05/10] lib: sbi: Simplify parameters of misaligned and access fault handlers
` [PATCH v2 06/10] lib: sbi: Simplify parameters of sbi_illegal_insn_handler()
` [PATCH v2 07/10] lib: sbi: Remove regs paramter of sbi_irqchip_process()
` [PATCH v2 08/10] lib: sbi: Remove regs parameter from trap irq handling functions
` [PATCH v2 09/10] lib: sbi: Pass trap context pointer to sbi_ecall_handler()
` [PATCH v2 10/10] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap
[RFC PATCH 0/2] Add support for Linux kernel image header
2024-03-16 0:28 UTC (4+ messages)
` [RFC PATCH 1/2] include: sbi: Support byteorder macros in assembly
` [RFC PATCH 2/2] firmware: Add support for Linux kernel image header
[PATCH] lib: sbi: Remove epc from struct sbi_trap_info
2024-03-12 10:01 UTC (2+ messages)
[PATCH v3 0/2] Some updates about firmware
2024-03-12 8:25 UTC (3+ messages)
` [PATCH v3 1/2] firmware: remove copy-base relocation
` [PATCH v3 2/2] firmware: remove fixed address
[PATCH v2] firmware: remove copy-base relocation
2024-03-12 8:23 UTC (5+ messages)
[PATCH 0/9] Improve trap handling for nested traps
2024-03-12 7:59 UTC (22+ messages)
` [PATCH 1/9] lib: sbi: Remove sbi_trap_exit() and related code
` [PATCH 2/9] include: sbi: Add trap_context pointer in struct sbi_scratch
` [PATCH 3/9] lib: sbi: Introduce trap context
` [PATCH 4/9] lib: sbi: Simplify parameters of misaligned and access fault handlers
` [PATCH 5/9] lib: sbi: Simplify parameters of sbi_illegal_insn_handler()
` [PATCH 6/9] lib: sbi: Remove regs paramter of sbi_irqchip_process()
` [PATCH 7/9] lib: sbi: Remove regs parameter from trap irq handling functions
` [PATCH 8/9] lib: sbi: Pass trap context pointer to sbi_ecall_handler()
` [PATCH 9/9] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap
[PATCH v4 0/7] Allow platform to handle load/store faults
2024-03-11 5:29 UTC (13+ messages)
` [PATCH v4 1/7] lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
` [PATCH v4 2/7] include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h
` [PATCH v4 3/7] lib: sbi: change prototype of sbi_trap_redirect
` [PATCH v4 4/7] lib: sbi: change prototype of sbi_misaligned_load/store_handler
` [PATCH v4 5/7] lib: sbi: abstract out insn decoding to unify mem fault handlers
` [PATCH v4 6/7] include: sbi: add emulate_load/store handler to platform ops
` [PATCH v4 7/7] lib: sbi: call platform load/store emulators
[PATCH v4 0/4] SBIUnit: cover OpenSBI with tests
2024-03-10 20:21 UTC (16+ messages)
` [PATCH v4 1/4] docs: Add documentation about tests and SBIUnit
` [PATCH v4 2/4] lib: Add SBIUnit testing macros and functions
` [PATCH v4 3/4] lib: tests: Add a test for sbi_bitmap
` [PATCH v4 4/4] lib: tests: Add sbi_console test
[PATCH v6 0/5] Improvements to fw_base.S
2024-03-09 13:44 UTC (9+ messages)
` [PATCH v6 1/5] firmware: fw_base.S: Simplify address get
` [PATCH v6 2/5] firmware: fw_base: Simplified setup trap handler
` [PATCH v6 3/5] firmware: fw_dynamic.S: Remove _bad_dynamic_info
` [PATCH v6 4/5] firmware: fw_base.S: Remove _relocate_lottery
` [PATCH v6 5/5] firmware: fw_base.S: fix _reset_regs
[PATCH] lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SH
2024-03-06 5:46 UTC (5+ messages)
[PATCH] firmware: Prevent _start from not being at the beginning
2024-03-05 12:27 UTC (3+ messages)
[PATCH v3 0/4] SBIUnit: cover OpenSBI with tests
2024-03-04 16:46 UTC (12+ messages)
` [PATCH v3 1/4] docs: Add documentation about tests and SBIUnit
` [PATCH v3 2/4] lib: Add SBIUnit testing macros and functions
` [PATCH v3 3/4] lib: tests: Add a test for sbi_bitmap
` [PATCH v3 4/4] lib: tests: Add sbi_console test
[PATCH v1 0/1] Add Indirect CSR and Counter delegation ISA extension support
2024-03-04 6:53 UTC (5+ messages)
` [PATCH v1 1/1] lib: sbi: Add support for smcsrind and smcdeleg
[PATCH] lib: sbi_domain: Fix PMP condition for addresses
2024-03-04 5:28 UTC (2+ messages)
[PATCH] platform: andes: Drop andes_pmu_setup()
2024-03-04 4:56 UTC (2+ messages)
[PATCH v3 0/6] Allow platform to handle load/store faults
2024-03-03 4:32 UTC (16+ messages)
` [PATCH v3 1/6] lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
` [PATCH v3 2/6] include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h
` [PATCH v3 3/6] lib: sbi: change prototype of sbi_trap_redirect
` [PATCH v3 4/6] lib: sbi: abstract out insn decoding to unify mem fault handlers
` [PATCH v3 5/6] include: sbi: add emulate_load/store handler to platform ops
` [PATCH v3 6/6] lib: sbi: call platform load/store emulators
[PATCH v5 0/8] Improvements to fw_base.S
2024-03-02 13:30 UTC (13+ messages)
` [PATCH v5 1/8] firmware: remove copy-base relocation
` [PATCH v5 2/8] firmware: fw_base.S: Simplify address get
` [PATCH v5 3/8] firmware: fw_base: Simplified setup trap handler
` [PATCH v5 4/8] firmware: fw_dynamic.S: Remove _bad_dynamic_info
` [PATCH v5 5/8] firmware: fw_base.S: Remove _relocate_lottery
` [PATCH v5 6/8] firmware: fw_base.S: fix _reset_regs
` [PATCH v5 7/8] firmware: Improve fw_boot_hart
` [PATCH v5 8/8] firmware: Use C if possible
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