index
:
opensbi.git
master
release-1.3.x
release-1.5.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
lib: sbi: Remove xchg/cmpxchg implemented via lr/sc
Xiang W
1
-102
/
+4
2023-12-06
lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table
Yu Chien Peter Lin
1
-1
/
+1
2023-12-06
lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable
Yu Chien Peter Lin
1
-9
/
+5
2023-12-06
lib: utils: fdt_fixup: Allow preserving PMU properties
Yu Chien Peter Lin
2
-0
/
+10
2023-12-06
sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
Yu Chien Peter Lin
1
-6
/
+14
2023-12-06
lib: sbi: Add XAndesPMU in hart extensions
Yu Chien Peter Lin
1
-0
/
+3
2023-12-06
sbi: sbi_pmu: Improve sbi_pmu_init() error handling
Yu Chien Peter Lin
2
-2
/
+6
2023-12-06
lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
Leo Yu-Chi Liang
1
-66
/
+38
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback
Anup Patel
2
-3
/
+15
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
Anup Patel
3
-7
/
+14
2023-11-24
lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register
Anup Patel
1
-1
/
+1
2023-11-22
lib: sbi_pmu: avoid buffer overflow
Heinrich Schuchardt
1
-2
/
+2
2023-11-22
lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()
Anup Patel
1
-1
/
+2
2023-11-17
lib: utils/serial: remove semihosting_putc
Xiang W
1
-6
/
+0
2023-11-17
lib: sbi: Make console_puts/console_putc interchangeable
Xiang W
1
-18
/
+17
2023-11-17
lib: sbi: change sbi_hart_features.extensions as an array
Xiang W
1
-20
/
+12
2023-11-17
lib: sbi: enable seed access in S-mode
Heinrich Schuchardt
1
-0
/
+6
2023-11-17
lib: sbi: Add Zkr in hart extensions
Heinrich Schuchardt
2
-0
/
+4
2023-11-16
lib: sbi: Add regions merging when sanitizing domain region
Inochi Amaoto
1
-22
/
+38
2023-11-16
lib: sbi: separate the swap operation of domain region
Inochi Amaoto
1
-4
/
+12
2023-11-16
lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
Inochi Amaoto
1
-0
/
+1
2023-11-16
lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
Inochi Amaoto
1
-0
/
+6
2023-11-16
lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
Inochi Amaoto
1
-15
/
+20
2023-11-16
utils/reset: Remove fdt_reset_thead
Guo Ren
5
-212
/
+0
2023-11-16
lib: utils/serial: Optimize semihosting_putc implementation
Chen Pei
1
-5
/
+5
2023-11-16
lib: sbi: Correctly limit flushes to a single ASID/VMID
Samuel Holland
1
-18
/
+3
2023-11-14
lib: sbi: simplify sanitize_domain()
Heinrich Schuchardt
1
-6
/
+3
2023-10-09
lib: sbi_misaligned_ldst: Fix handling of C.SWSP and C.SDSP
Amanieu d'Antras
1
-4
/
+2
2023-10-06
gpio/starfive: redundant readl() call
Heinrich Schuchardt
1
-1
/
+0
2023-10-06
lib: sbi_pmu: check for index overflows
Heinrich Schuchardt
1
-0
/
+3
2023-10-06
lib: utils: Simplify SET_ISA_EXT_MAP()
Heinrich Schuchardt
1
-6
/
+4
2023-10-06
lib: utils/fdt: simplify dt_parse_isa_extensions
Heinrich Schuchardt
1
-4
/
+0
2023-10-06
lib: sbi: fix sbi_domain_get_assigned_hartmask()
Heinrich Schuchardt
1
-1
/
+1
2023-10-06
lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
Yu Chien Peter Lin
2
-3
/
+8
2023-10-06
lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
Yu Chien Peter Lin
1
-2
/
+1
2023-09-24
lib: utils/regmap: Mark syscon region as shared read-write
Anup Patel
1
-0
/
+7
2023-09-24
lib: utils/serial: Add shared regions for serial drivers
Mayuresh Chitale
3
-2
/
+20
2023-09-24
lib: sbi: Populate M-only Smepmp entries before setting mseccfg.MML
Anup Patel
1
-14
/
+59
2023-09-24
lib: sbi: Fix pmp_flags for Smepmp read-only shared region
Anup Patel
1
-1
/
+1
2023-09-24
lib: sbi: Don't clear mseccfg.MML bit in sbi_hart_smepmp_configure()
Anup Patel
1
-4
/
+2
2023-09-24
lib: sbi: Factor-out Smepmp configuration as separate function
Anup Patel
1
-70
/
+110
2023-09-24
include: sbi: Remove sbi_hartmask_for_each_hart() macro
Anup Patel
1
-1
/
+2
2023-09-24
lib: sbi: Maximize the use of HART index in sbi_domain
Anup Patel
1
-26
/
+30
2023-09-24
lib: sbi: Remove sbi_scratch_last_hartid() macro
Anup Patel
3
-21
/
+19
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
7
-30
/
+36
2023-09-24
lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managment
Anup Patel
1
-3
/
+3
2023-09-24
lib: sbi: Extend sbi_hartmask to support both hartid and hartindex
Xiang W
6
-43
/
+34
2023-09-24
lib: sbi: Remove sbi_platform_hart_index/invalid() functions
Anup Patel
3
-23
/
+11
2023-09-24
lib: sbi: Introduce HART index in sbi_scratch
Anup Patel
1
-12
/
+25
2023-09-10
lib: sbi: alloc tlb fifo by sbi_malloc
Xiang W
1
-3
/
+10
[prev]
[next]