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-04-22
hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
Peter Maydell
1
-5
/
+5
2022-04-22
hw/intc/arm_gicv3_cpuif: Support vLPIs
Peter Maydell
5
-6
/
+137
2022-04-22
hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
Peter Maydell
3
-25
/
+53
2022-04-22
hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
Peter Maydell
3
-0
/
+99
2022-04-22
hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
Peter Maydell
3
-5
/
+26
2022-04-22
hw/intc/arm_gicv3_its: Implement VINVALL
Peter Maydell
4
-0
/
+45
2022-04-22
hw/intc/arm_gicv3_its: Implement VMOVI
Peter Maydell
4
-0
/
+116
2022-04-22
hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
Peter Maydell
3
-2
/
+31
2022-04-22
hw/intc/arm_gicv3_its: Implement INV command properly
Peter Maydell
4
-2
/
+74
2022-04-22
hw/intc/arm_gicv3_its: Implement VSYNC
Peter Maydell
3
-0
/
+13
2022-04-22
hw/intc/arm_gicv3_its: Implement VMOVP
Peter Maydell
3
-0
/
+85
2022-04-22
hw/intc/arm_gicv3: Keep pointers to every connected ITS
Peter Maydell
3
-0
/
+6
2022-04-22
hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
Peter Maydell
4
-2
/
+125
2022-04-22
hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
Peter Maydell
1
-17
/
+32
2022-04-22
hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
Peter Maydell
1
-70
/
+39
2022-04-22
hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
Peter Maydell
1
-50
/
+54
2022-04-22
hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
Peter Maydell
1
-13
/
+16
2022-04-22
hw/intc/arm_gicv3_its: Implement VMAPP
Peter Maydell
3
-0
/
+102
2022-04-22
hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
Peter Maydell
3
-0
/
+102
2022-04-22
hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
Peter Maydell
2
-0
/
+41
2022-04-22
hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
Peter Maydell
1
-3
/
+7
2022-04-22
hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
Peter Maydell
4
-5
/
+16
2022-04-22
hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
Peter Maydell
1
-2
/
+2
2022-04-22
hw/intc/arm_gicv3: Sanity-check num-cpu property
Peter Maydell
1
-0
/
+4
2022-04-22
hw/intc/arm_gicv3_its: Add missing blank line
Peter Maydell
1
-0
/
+1
2022-04-22
hw/intc: riscv_aclint: Add reset function of ACLINT devices
Jim Shu
1
-0
/
+39
2022-04-22
hw/intc: Make RISC-V ACLINT mtime MMIO register writable
Frank Chang
1
-21
/
+50
2022-04-22
hw/intc: Support 32/64-bit mtimecmp and mtime accesses in RISC-V ACLINT
Frank Chang
1
-15
/
+27
2022-04-22
hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
Frank Chang
1
-0
/
+4
2022-04-21
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
1
-6
/
+3
2022-04-21
intc/exynos4210_gic: replace snprintf() with g_strdup_printf()
Marc-André Lureau
1
-6
/
+3
2022-04-21
hw/arm/exynos4210: Put combiners into state struct
Peter Maydell
1
-30
/
+1
2022-04-21
hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
Peter Maydell
1
-77
/
+0
2022-04-21
hw/arm/exynos4210: Put external GIC into state struct
Peter Maydell
1
-15
/
+2
2022-04-21
hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
Peter Maydell
1
-204
/
+0
2022-04-21
hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]
Peter Maydell
1
-1
/
+1
2022-04-21
hw/arm/exynos4210: Coalesce board_irqs and irq_table
Peter Maydell
1
-24
/
+8
2022-04-21
hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATE
Peter Maydell
1
-107
/
+0
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2022-03-25
hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() logging
Peter Maydell
1
-2
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-4
/
+4
2022-03-18
hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCG
Eric Auger
2
-3
/
+3
2022-03-14
ppc/xive2: Make type Xive2EndSource not user creatable
Cédric Le Goater
1
-0
/
+1
2022-03-07
hw/intc/arm_gicv3_cpuif: Fix register names in ICV_HPPIR read trace event
Peter Maydell
1
-1
/
+2
2022-03-07
hw/intc/arm_gicv3: Fix missing spaces in error log messages
Peter Maydell
2
-4
/
+4
2022-03-07
hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOps
Peter Maydell
1
-0
/
+8
2022-03-07
hw/intc/arm_gicv3_its: Add trace events for table reads and writes
Peter Maydell
2
-6
/
+40
2022-03-07
hw/intc/arm_gicv3_its: Add trace events for commands
Peter Maydell
2
-2
/
+38
2022-03-03
hw/intc: Add RISC-V AIA IMSIC device emulation
Anup Patel
3
-0
/
+452
[prev]
[next]