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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
platform: ensure enough heap size with debug triggers extension
Inochi Amaoto
1
-1
/
+1
2024-11-05
lib: utils/regmap: Use FDT node offset as regmap ID
Samuel Holland
1
-1
/
+1
2024-11-05
lib: utils/gpio: Use FDT node offset as GPIO chip ID
Samuel Holland
1
-1
/
+1
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
2
-27
/
+7
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
3
-3
/
+3
2024-10-28
include: sbi: Optimize reads of mhartid and mscratch
Samuel Holland
2
-2
/
+10
2024-10-26
lib: sbi: add Smdbltrp ISA extension support
Clément Léger
1
-1
/
+3
2024-10-25
lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAP
Clément Léger
1
-1
/
+2
2024-10-25
lib: sbi: fwft: factorize menvcfg read/write
Clément Léger
1
-3
/
+6
2024-10-25
lib: sbi: send a double trap SSE event to supervisor
Clément Léger
1
-0
/
+1
2024-10-25
lib: sbi: add Ssdbltrp ISA extension support
Clément Léger
3
-1
/
+7
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
1
-0
/
+5
2024-10-25
lib: sbi: factorize previous virtualization mode read from regs
Clément Léger
1
-0
/
+9
2024-10-25
lib: sbi: Add support to mask/unmask SSE events
Himanshu Chauhan
2
-0
/
+4
2024-10-25
lib: sbi_domain: Use domain data support for per-domain hart context
Anup Patel
2
-48
/
+10
2024-10-25
lib: sbi: Introduce domain data
Anup Patel
2
-0
/
+96
2024-10-25
include: sbi: Remove cyclic include in sbi_domain_context.h
Anup Patel
1
-1
/
+2
2024-10-25
lib: sbi_domain: Make sbi_domain_root_add_memregion() as local function
Anup Patel
1
-10
/
+0
2024-09-27
include: sbi: Don't unconditionally define '__always_inline'
Elyes Haouas
1
-0
/
+3
2024-09-26
lib: sbi: Remove unused hartid parameters
Samuel Holland
1
-1
/
+1
2024-09-26
lib: sbi: Update sbi_{entry,init}_count() to take a hart index
Samuel Holland
1
-2
/
+2
2024-09-26
lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart index
Samuel Holland
1
-2
/
+2
2024-09-26
lib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()
Samuel Holland
3
-7
/
+19
2024-09-26
lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart index
Samuel Holland
1
-1
/
+1
2024-09-25
lib: utils/irqchip: Look up IMSIC data by hart index
Samuel Holland
1
-2
/
+2
2024-09-25
lib: sbi: Use current_hartindex() where possible
Samuel Holland
2
-5
/
+4
2024-09-25
include: sbi: Store the hart index in struct sbi_scratch
Samuel Holland
1
-1
/
+9
2024-09-23
lib: sbi: add zicfilp/zicfiss and elp cfi state reflect back in status
Deepak Gupta
1
-0
/
+4
2024-09-23
include: adding support for Zicfilp / Zicfiss encodings
Deepak Gupta
1
-0
/
+7
2024-09-23
include: sbi_bitops: add ULL version for BIT and GENMASK
Zong Li
1
-0
/
+6
2024-09-23
lib: sbi_domain_context: Fix file permissions
Samuel Holland
1
-0
/
+0
2024-09-23
lib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLEN
Samuel Holland
3
-1
/
+8
2024-09-20
lib: sbi: Fix writes to emulated 32-bit htimedelta CSR
Samuel Holland
1
-0
/
+2
2024-09-20
lib: sbi: Use a linked list to track domains
Samuel Holland
1
-11
/
+7
2024-09-20
include: sbi_domain: Fix incorrect comments
Samuel Holland
1
-9
/
+2
2024-08-24
lib: utils/fdt: Add fdt_get_address_rw() helper
Samuel Holland
1
-1
/
+6
2024-08-24
lib: utils/serial: Pass the FDT to fdt_serial_init()
Samuel Holland
1
-2
/
+2
2024-08-24
lib: utils/reset: Pass the FDT to fdt_reset_init()
Samuel Holland
1
-2
/
+2
2024-08-24
lib: utils/timer: Constify FDT pointers in parsing functions
Samuel Holland
1
-1
/
+1
2024-08-24
lib: utils/serial: Constify FDT pointers in parsing functions
Samuel Holland
1
-1
/
+1
2024-08-24
lib: utils/reset: Constify FDT pointers in parsing functions
Samuel Holland
1
-3
/
+3
2024-08-24
lib: utils/regmap: Constify FDT pointers in parsing functions
Samuel Holland
1
-3
/
+3
2024-08-24
lib: utils/irqchip: Constify FDT pointers in parsing functions
Samuel Holland
1
-1
/
+1
2024-08-24
lib: utils/ipi: Constify FDT pointers in parsing functions
Samuel Holland
1
-1
/
+1
2024-08-24
lib: utils/i2c: Constify FDT pointers in parsing functions
Samuel Holland
1
-2
/
+2
2024-08-24
lib: utils/gpio: Constify FDT pointers in parsing functions
Samuel Holland
1
-2
/
+2
2024-08-24
lib: utils/fdt: Constify FDT parsing functions
Samuel Holland
3
-31
/
+31
2024-08-24
lib: utils/regmap: Fix typo in comment
Samuel Holland
1
-1
/
+1
2024-08-24
lib: utils/fdt: Fix fdt_add_cpu_idle_states() prototype
Samuel Holland
1
-1
/
+1
2024-08-23
lib: sbi: Enhance CSR Handling in system_opcode_insn
Dongdong Zhang
2
-2
/
+17
[prev]
[next]