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-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
2022-01-07
hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase
Peter Maydell
1
-2
/
+2
2021-12-31
dma: Let ld*_dma() propagate MemTxResult
Philippe Mathieu-Daudé
1
-4
/
+4
2021-12-31
dma: Let ld*_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+4
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+4
2021-12-30
dma: Let dma_memory_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+2
2021-12-15
hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector
Philippe Mathieu-Daudé
3
-5
/
+12
2021-12-15
hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.c
Philippe Mathieu-Daudé
3
-9
/
+24
2021-12-15
hw/intc: clean-up error reporting for failed ITS cmd
Alex Bennée
1
-12
/
+27
2021-12-07
gicv3: fix ICH_MISR's LRENP computation
Damien Hedde
1
-1
/
+2
2021-11-29
hw/intc/arm_gicv3: fix handling of LPIs in list registers
Peter Maydell
1
-3
/
+2
2021-11-26
hw/intc/arm_gicv3: Add new gicv3_intid_is_special() function
Peter Maydell
2
-2
/
+15
2021-11-26
hw/intc/arm_gicv3: Update cached state after LPI state changes
Peter Maydell
3
-6
/
+31
2021-11-26
hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bit
Shashi Mallela
1
-3
/
+4
2021-11-22
hw/intc/arm_gicv3_its: Revert version increments in vmstate_its
Eric Auger
1
-2
/
+0
2021-11-15
hw/intc/arm_gicv3: Support multiple redistributor regions
Peter Maydell
4
-30
/
+35
2021-11-15
hw/intc/arm_gicv3: Set GICR_TYPER.Last correctly when nb_redist_regions > 1
Peter Maydell
1
-5
/
+12
2021-11-15
hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...
Peter Maydell
3
-23
/
+15
2021-11-09
hw/m68k: Fix typo in SPDX tag
Philippe Mathieu-Daudé
2
-2
/
+2
2021-10-30
hw/intc/sh_intc: Remove unneeded local variable initialisers
BALATON Zoltan
1
-11
/
+10
2021-10-30
hw/intc/sh_intc: Simplify allocating sources array
BALATON Zoltan
1
-11
/
+4
2021-10-30
hw/intc/sh_intc: Avoid using continue in loops
BALATON Zoltan
1
-24
/
+20
2021-10-30
hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
BALATON Zoltan
1
-5
/
+3
2021-10-30
hw/intc/sh_intc: Inline and drop sh_intc_source() function
BALATON Zoltan
1
-32
/
+22
2021-10-30
hw/intc/sh_intc: Use array index instead of pointer arithmetics
BALATON Zoltan
1
-14
/
+14
2021-10-30
hw/intc/sh_intc: Remove excessive parenthesis
BALATON Zoltan
1
-4
/
+5
2021-10-30
hw/intc/sh_intc: Move sh_intc_register() closer to its only user
BALATON Zoltan
1
-30
/
+30
2021-10-30
hw/intc/sh_intc: Drop another useless macro
BALATON Zoltan
1
-11
/
+4
2021-10-30
hw/intc/sh_intc: Rename iomem region
BALATON Zoltan
1
-7
/
+4
2021-10-30
hw/intc/sh_intc: Turn some defines into an enum
BALATON Zoltan
1
-24
/
+18
2021-10-30
hw/intc/sh_intc: Use existing macro instead of local one
BALATON Zoltan
1
-7
/
+5
2021-10-30
hw/sh4: Change debug printfs to traces
BALATON Zoltan
2
-59
/
+28
2021-10-30
hw/sh4: Coding style: Add missing braces
BALATON Zoltan
1
-40
/
+47
[next]