index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qemu-api-macros
/
src
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-04
hw/intc/aplic: refine kvm_msicfgaddr
Yong-Xuan Wang
1
-11
/
+13
2025-03-04
hw/intc/aplic: refine the APLIC realize
Yong-Xuan Wang
1
-23
/
+26
2025-03-04
hw/intc/imsic: refine the IMSIC realize
Yong-Xuan Wang
1
-21
/
+26
2025-03-04
binfmt: Add --ignore-family option
Andrea Bolognani
1
-3
/
+16
2025-03-04
binfmt: Normalize host CPU architecture
Andrea Bolognani
1
-19
/
+25
2025-03-04
binfmt: Shuffle things around
Andrea Bolognani
1
-7
/
+10
2025-03-04
target/riscv/kvm: Add some exts support
Quan Zhou
1
-0
/
+5
2025-03-04
docs/specs/riscv-iommu.rst: add HPM support info
Daniel Henrique Barboza
1
-0
/
+2
2025-03-04
hw/riscv: add IOMMU HPM trace events
Daniel Henrique Barboza
2
-0
/
+15
2025-03-04
hw/riscv/riscv-iommu.c: add RISCV_IOMMU_CAP_HPM cap
Tomasz Jeznach
1
-0
/
+21
2025-03-04
hw/riscv/riscv-iommu: add hpm events mmio write
Tomasz Jeznach
4
-1
/
+93
2025-03-04
hw/riscv/riscv-iommu: add IOHPMCYCLES mmio write
Tomasz Jeznach
3
-1
/
+21
2025-03-04
hw/riscv/riscv-iommu: add IOCOUNTINH mmio writes
Tomasz Jeznach
3
-0
/
+99
2025-03-04
hw/riscv/riscv-iommu: instantiate hpm_timer
Tomasz Jeznach
4
-0
/
+42
2025-03-04
hw/riscv/riscv-iommu: add riscv_iommu_hpm_incr_ctr()
Tomasz Jeznach
4
-15
/
+162
2025-03-04
hw/riscv/riscv-iommu: add riscv-iommu-hpm file
Tomasz Jeznach
5
-2
/
+110
2025-03-04
hw/riscv/riscv-iommu-bits.h: HPM bits
Tomasz Jeznach
1
-0
/
+47
2025-03-04
hw/riscv/riscv-iommu.h: add missing headers
Daniel Henrique Barboza
1
-0
/
+2
2025-03-04
target/riscv/kvm: add extensions after 6.14-rc3 update
Daniel Henrique Barboza
1
-0
/
+3
2025-03-04
target/riscv/cpu.c: create flag for ziccrse
Daniel Henrique Barboza
3
-1
/
+7
2025-03-04
linux-headers: Update to Linux v6.14-rc3
Daniel Henrique Barboza
13
-35
/
+146
2025-03-04
target/riscv: Respect mseccfg.RLB bit for TOR mode PMP entry
Rob Bradford
1
-1
/
+1
2025-03-04
target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs.
Rajnesh Kanwal
3
-2
/
+185
2025-03-04
target/riscv: remove warnings about Smdbltrp/Smrnmi being disabled
Clément Léger
1
-5
/
+3
2025-03-04
target/riscv: Mask out upper sscofpmf bits during validation
Atish Patra
1
-1
/
+1
2025-03-04
target/riscv: Fix the hpmevent mask
Atish Patra
1
-3
/
+2
2025-03-04
disas/riscv: Add missing Sdtrig CSRs
Rob Bradford
1
-1
/
+3
2025-03-04
disas/riscv: Fix minor whitespace issues
Rob Bradford
1
-6
/
+6
2025-03-04
target/riscv: log guest errors when reserved bits are set in PTEs
julia
1
-1
/
+26
2025-03-04
target/riscv: machine: Add Control Transfer Record state description
Rajnesh Kanwal
1
-0
/
+25
2025-03-04
target/riscv: Add CTR sctrclr instruction.
Rajnesh Kanwal
6
-0
/
+50
2025-03-04
target/riscv: Add support to record CTR entries.
Rajnesh Kanwal
8
-0
/
+430
2025-03-04
target/riscv: Add support for Control Transfer Records extension CSRs.
Rajnesh Kanwal
3
-0
/
+151
2025-03-04
target/riscv: Add Control Transfer Records CSR definitions.
Rajnesh Kanwal
1
-0
/
+145
2025-03-04
target/riscv: Remove obsolete sfence.vm instruction
Rajnesh Kanwal
2
-6
/
+0
2025-03-04
MAINTAINERS: Remove Bin Meng from RISC-V maintainers
Alistair Francis
1
-4
/
+1
2025-03-04
hw/riscv/virt: Add serial alias in DTB
Vasilis Liaskovitis
1
-0
/
+3
2025-03-04
goldfish_rtc: Fix tick_offset migration
Rodrigo Dias Correa
1
-30
/
+13
2025-03-04
hw/riscv/riscv-iommu-bits: Remove duplicate definitions
Jason Chien
1
-16
/
+6
2025-03-04
hw/riscv/riscv-iommu: Remove redundant struct members
Jason Chien
1
-5
/
+0
2025-03-04
target/riscv: add RVA23S64 profile
Daniel Henrique Barboza
2
-0
/
+40
2025-03-04
target/riscv: add RVA23U64 profile
Daniel Henrique Barboza
2
-0
/
+34
2025-03-04
target/riscv: change priv_ver check in validate_profile()
Daniel Henrique Barboza
1
-1
/
+1
2025-03-04
target/riscv: add profile u_parent and s_parent
Daniel Henrique Barboza
3
-12
/
+32
2025-03-04
target/riscv: use RVB in RVA22U64
Daniel Henrique Barboza
2
-1
/
+1
2025-03-04
target/riscv: add ssu64xl
Daniel Henrique Barboza
2
-0
/
+1
2025-03-04
hw/intc/riscv_aplic: Remove redundant "hart_idx" masking
Huang Borong
1
-1
/
+0
2025-03-04
target/riscv: throw debug exception before page fault
Daniel Henrique Barboza
1
-0
/
+18
2025-03-04
target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
Daniel Henrique Barboza
1
-2
/
+4
2025-03-04
target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
Max Chou
1
-2
/
+3
[next]