index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
lib: sbi_hart_pmp: disable unconfigured PMP entries
Vladimir Kondratiev
1
-0
/
+6
6 days
lib: sbi: print hartid in hex
Vladimir Kondratiev
1
-1
/
+1
10 days
lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64
James Raphael Tiovalen
2
-3
/
+11
11 days
lib: sbi_pmu: Fix multiple FW counter start operations with custom PMU device
James Raphael Tiovalen
1
-1
/
+5
2026-01-08
lib: sbi: Fix behavior on platform without HART protection
v1.8.1
release-1.8.x
Michal Simek
1
-7
/
+3
2025-12-28
lib: atomics: fix AMO test macros
Vladimir Kondratiev
3
-15
/
+15
2025-12-27
lib: sbi_pmu: Fix multiple start and stop operations of FW counters
James Raphael Tiovalen
1
-0
/
+6
2025-12-27
lib/sbi: optimize domain memory regions copying
Vladimir Kondratiev
1
-15
/
+5
2025-12-26
lib: sbi: expected trap must always clear MPRV
Deepak Gupta
1
-0
/
+4
2025-12-21
lib: sbi: give platform choice of using single memregion to cover OpenSBI
Bo Gan
1
-12
/
+24
2025-12-21
lib: sbi_domain: make is_region_subset public
Bo Gan
1
-20
/
+3
2025-12-21
lib: sbi_domain: add sbi_domain_get_oldpmp_flags
Bo Gan
2
-16
/
+23
2025-12-21
lib: sbi_hart_pmp: make sbi_hart_pmp_fence public
Bo Gan
1
-1
/
+1
2025-12-16
lib: sbi: Flush TLBs upon FWFT ADUE change
Andrew Waterman
1
-1
/
+12
2025-12-16
lib: sbi: Expose __sbi_sfence_vma_all() function
Andrew Waterman
2
-3
/
+4
2025-12-16
lib: sbi: Factor-out PMP programming into separate sources
Anup Patel
4
-332
/
+359
2025-12-16
lib: sbi: Replace sbi_hart_pmp_xyz() and sbi_hart_map/unmap_addr()
Anup Patel
8
-77
/
+56
2025-12-16
lib: sbi: Implement hart protection for PMP and ePMP
Anup Patel
1
-76
/
+132
2025-12-16
lib: sbi: Introduce hart protection abstraction
Anup Patel
3
-0
/
+102
2025-12-16
lib: sbi: Introduce sbi_hart_pmp_unconfigure() function
Anup Patel
2
-9
/
+15
2025-12-08
lib: sbi_domain: Allow MMIO access to non-MMIO ranges
Samuel Holland
1
-1
/
+5
2025-12-08
lib: sbi: Enable Ssqosid Ext using mstateen0
Chen Pei
2
-0
/
+10
2025-12-02
lib: sbi: Remove static variable root_memregs_count
Vladimir Kondratiev
1
-4
/
+14
2025-12-02
lib: sbi: fix covered regions handling in sanitize_domain()
Vladimir Kondratiev
1
-1
/
+1
2025-12-01
lib: sbi_pmu: Fix xINH bits configuring
Shifrin Dmitry
1
-7
/
+26
2025-11-02
lib: sbi_domain_context: preserve firmware PMP entries during domain context ...
Yu-Chien Peter Lin
1
-0
/
+4
2025-11-02
lib: sbi: sbi_hart: track firmware PMP entries for SmePMP
Yu-Chien Peter Lin
1
-0
/
+29
2025-11-02
lib: sbi_domain: ensure consistent firmware PMP entries
Yu-Chien Peter Lin
1
-0
/
+13
2025-11-02
lib: sbi_domain: add SBI_DOMAIN_MEMREGION_FW memregion flag
Yu-Chien Peter Lin
1
-2
/
+6
2025-11-02
lib: sbi_hart: return error when insufficient PMP entries available
Yu-Chien Peter Lin
1
-6
/
+15
2025-11-02
lib: sbi_domain: print unsupported SmePMP permissions
Yu-Chien Peter Lin
1
-0
/
+6
2025-11-02
lib: sbi_domain: allow specifying inaccessible region
Yu-Chien Peter Lin
2
-5
/
+11
2025-11-02
lib: sbi_hart: move sbi_hart_get_smepmp_flags() to sbi_domain
Yu-Chien Peter Lin
2
-65
/
+60
2025-10-28
lib: sbi: Add system_resume callback for restoring the system
Nick Hu
2
-1
/
+21
2025-10-28
lib: sbi: Extends sbi_ipi_raw_send() to use all available IPI devices
Nick Hu
2
-4
/
+14
2025-10-28
lib: sbi: Add SiFive proprietary xsfcease
Nick Hu
1
-0
/
+1
2025-10-28
lib: sbi: Add SiFive proprietary xsfcflushdlone
Nick Hu
1
-0
/
+1
2025-10-27
lib: sbi: sbi_pmu: added checks for ctr_idx in match
Alexander Chuprunov
1
-4
/
+5
2025-10-27
lib: sbi: sbi_pmu: fixed alignment
Alexander Chuprunov
1
-1
/
+1
2025-10-27
lib: sbi: sbi_pmu: fixed hw counters start for hart
Alexander Chuprunov
1
-57
/
+70
2025-10-21
lib: Allow custom CSRs in csr_read_num() and csr_write_num()
Anup Patel
1
-53
/
+82
2025-10-06
lib: sbi: Prevent target domain same as the current
Xiang W
1
-0
/
+4
2025-10-06
lib: sbi: Add hart context init when first call enter
Xiang W
1
-14
/
+46
2025-10-06
lib: sbi: Add error handling to switch_to_next_domain_context
Xiang W
1
-9
/
+12
2025-09-16
lib: sbi_hsm: Use 64-bit CSR macro for menvcfg
Samuel Holland
1
-16
/
+5
2025-09-16
lib: sbi_hart: Do not call delegate_traps() in the resume flow
Samuel Holland
1
-4
/
+4
2025-09-16
lib: sbi_hsm: Save mideleg across non-retentive suspend
Samuel Holland
1
-0
/
+3
2025-09-16
include: sbi: Remove platform specific IPI init
Anup Patel
1
-5
/
+0
2025-09-16
lib: sbi: Introduce IPI device rating
Anup Patel
2
-9
/
+36
2025-09-01
lib: sbi_heap: Simplify allocation algorithm
Samuel Holland
1
-32
/
+22
[next]