index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
hw
/
intc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...
Peter Maydell
1
-4
/
+18
2022-01-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220128'...
Peter Maydell
6
-26
/
+408
2022-01-28
hw/intc/arm_gicv3_its: Implement MOVI
Peter Maydell
3
-0
/
+215
2022-01-28
hw/intc/arm_gicv3_its: Implement MOVALL
Peter Maydell
3
-0
/
+125
2022-01-28
hw/intc/arm_gicv3_its: Check table bounds against correct limit
Peter Maydell
1
-9
/
+9
2022-01-28
hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registers
Peter Maydell
1
-0
/
+8
2022-01-28
hw/intc/arm_gicv3_its: Provide read accessor for translation_ops
Peter Maydell
1
-0
/
+13
2022-01-28
hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supported
Peter Maydell
2
-0
/
+5
2022-01-28
hw/intc/arm_gicv3_redist: Remove unnecessary zero checks
Peter Maydell
1
-5
/
+3
2022-01-28
hw/intc/arm_gicv3_its: Sort ITS command list into numeric order
Peter Maydell
1
-5
/
+5
2022-01-28
hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs
Peter Maydell
1
-0
/
+1
2022-01-28
hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASER
Peter Maydell
1
-3
/
+0
2022-01-28
hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is set
Peter Maydell
1
-1
/
+0
2022-01-28
hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS
Peter Maydell
2
-3
/
+5
2022-01-28
hw/intc/arm_gicv3_its: Add tracepoints
Peter Maydell
2
-0
/
+19
2022-01-28
ppc/xive: check return value of ldq_be_dma()
Cédric Le Goater
1
-4
/
+18
2022-01-27
intc: Unexport InterruptStatsProviderClass-related functions
Bernhard Beschow
2
-4
/
+4
2022-01-21
target/riscv: Support start kernel directly by KVM
Yifei Jiang
1
-5
/
+15
2022-01-20
hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR
Philippe Mathieu-Daudé
1
-2
/
+2
2022-01-20
hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection table
Peter Maydell
1
-0
/
+7
2022-01-20
hw/intc/arm_gicv3_its: Check indexes before use, not after
Peter Maydell
1
-17
/
+25
2022-01-20
hw/intc/arm_gicv3_its: Factor out "find address of table entry" code
Peter Maydell
1
-138
/
+66
2022-01-20
hw/intc/arm_gicv3_its: Fix return codes in process_mapd()
Peter Maydell
1
-6
/
+4
2022-01-20
hw/intc/arm_gicv3_its: Fix return codes in process_mapc()
Peter Maydell
1
-5
/
+3
2022-01-20
hw/intc/arm_gicv3_its: Fix return codes in process_mapti()
Peter Maydell
1
-15
/
+13
2022-01-20
hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nesting
Peter Maydell
1
-50
/
+47
2022-01-20
hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()
Peter Maydell
1
-11
/
+11
2022-01-20
hw/intc/arm_gicv3_its: Use enum for return value of process_* functions
Peter Maydell
1
-21
/
+38
2022-01-20
hw/intc/arm_gicv3_its: Don't use data if reading command failed
Peter Maydell
1
-1
/
+6
2022-01-20
hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value
Peter Maydell
1
-2
/
+2
2022-01-20
hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
Peter Maydell
1
-3
/
+3
2022-01-20
hw/intc/arm_gicv3_its: Fix event ID bounds checks
Peter Maydell
1
-8
/
+10
2022-01-20
hw/intc/arm_gic: Allow reset of the running priority
Petr Pavlu
1
-0
/
+2
2022-01-20
hw/intc/arm_gic: Implement read of GICC_IIDR
Petr Pavlu
1
-0
/
+9
2022-01-08
hw/intc: sifive_plic: Cleanup remaining functions
Alistair Francis
1
-87
/
+22
2022-01-08
hw/intc: sifive_plic: Cleanup the read function
Alistair Francis
1
-44
/
+11
2022-01-08
hw/intc: sifive_plic: Cleanup the write function
Alistair Francis
1
-49
/
+27
2022-01-08
hw/intc: sifive_plic: Add a reset function
Alistair Francis
1
-0
/
+18
2022-01-07
hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entries
Peter Maydell
1
-12
/
+12
2022-01-07
hw/intc/arm_gicv3_its: Fix various off-by-one errors
Peter Maydell
1
-13
/
+13
2022-01-07
hw/intc/arm_gicv3_its: Use FIELD macros for CTEs
Peter Maydell
2
-4
/
+6
2022-01-07
hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field size
Peter Maydell
1
-1
/
+1
2022-01-07
hw/intc/arm_gicv3_its: Use FIELD macros for DTEs
Peter Maydell
2
-14
/
+13
2022-01-07
hw/intc/arm_gicv3_its: Correct handling of MAPI
Peter Maydell
1
-11
/
+7
2022-01-07
hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL define
Peter Maydell
2
-29
/
+27
2022-01-07
hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz
Peter Maydell
1
-1
/
+1
2022-01-07
hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()
Peter Maydell
1
-57
/
+40
2022-01-07
hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop
Peter Maydell
1
-2
/
+2
2022-01-07
hw/intc/arm_gicv3_its: Remove maxids union from TableDesc
Peter Maydell
1
-10
/
+10
2022-01-07
hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define
Peter Maydell
2
-12
/
+10
[next]