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-12-15
hw/intc: Convert TYPE_KVM_ARM_ITS to 3-phase reset
Peter Maydell
1
-5
/
+9
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_ITS to 3-phase reset
Peter Maydell
1
-5
/
+9
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_ITS_COMMON to 3-phase reset
Peter Maydell
1
-3
/
+4
2022-12-15
hw/intc: Convert TYPE_KVM_ARM_GICV3 to 3-phase reset
Peter Maydell
1
-5
/
+9
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_COMMON to 3-phase reset
Peter Maydell
1
-3
/
+4
2022-12-15
hw/intc: Convert TYPE_ARM_GIC_KVM to 3-phase reset
Peter Maydell
1
-5
/
+9
2022-12-15
hw/intc: Convert TYPE_ARM_GIC_COMMON to 3-phase reset
Peter Maydell
1
-3
/
+4
2022-12-15
hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisement
Luke Starrett
1
-2
/
+2
2022-11-21
hw/intc: add implementation of GICD_IIDR to Arm GIC
Alex Bennée
1
-1
/
+11
2022-11-21
hw/intc: clean-up access to GIC multi-byte registers
Alex Bennée
1
-6
/
+10
2022-11-14
hw/intc/arm_gicv3: fix prio masking on pmr write
Jens Wiklander
1
-2
/
+1
2022-11-04
hw/intc: Fix LoongArch extioi coreisr accessing
Xiaojuan Yang
1
-4
/
+6
2022-11-04
hw/intc: Convert the memops to with_attrs in LoongArch extioi
Xiaojuan Yang
2
-16
/
+18
2022-10-31
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
2
-2
/
+0
2022-10-17
hw/intc: Fix LoongArch ipi device emulation
Xiaojuan Yang
1
-1
/
+0
2022-10-14
hw/intc: sifive_plic: change interrupt priority register to WARL field
Jim Shu
1
-2
/
+19
2022-10-14
hw/intc: sifive_plic: fix hard-coded max priority level
Jim Shu
1
-2
/
+4
2022-09-22
hw/intc/xics: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-07
hw/intc: Move mtimer/mtimecmp to aclint
Atish Patra
1
-14
/
+34
2022-09-07
target/riscv: Use official extension names for AIA CSRs
Anup Patel
1
-1
/
+3
2022-08-31
hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
BALATON Zoltan
1
-20
/
+6
2022-08-01
misc: fix commonly doubled up words
Daniel P. Berrangé
1
-1
/
+1
2022-07-28
hw/intc: sifive_plic: Fix multi-socket plic configuraiton
Atish Patra
1
-2
/
+2
2022-07-19
hw/intc/loongarch_pch_pic: Fix bugs for update_irq function
Xiaojuan Yang
1
-5
/
+5
2022-07-18
ppc64: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2
-6
/
+8
2022-07-18
hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held high
Peter Maydell
1
-1
/
+8
2022-07-06
ppc: Define SETFIELD for the ppc target
Alexey Kardashevskiy
2
-40
/
+0
2022-07-05
hw/intc/loongarch_ipi: Fix mail send and any send function
Xiaojuan Yang
1
-23
/
+31
2022-07-05
hw/intc/loongarch_ipi: Fix ipi device access of 64bits
Xiaojuan Yang
1
-7
/
+31
2022-07-04
hw/intc/loongarch_pch_msi: Fix msi vector convertion
Mao Bibo
1
-2
/
+20
2022-06-28
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
1
-1
/
+1
2022-06-20
pnv/xive2: Access direct mapped thread contexts from all chips
Frederic Barrat
1
-4
/
+14
2022-06-10
hw/intc: sifive_plic: Avoid overflowing the addr_config buffer
Alistair Francis
1
-10
/
+9
2022-06-08
Fix 'writeable' typos
Peter Maydell
5
-6
/
+6
2022-06-06
hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
Xiaojuan Yang
4
-0
/
+322
2022-06-06
hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
Xiaojuan Yang
4
-0
/
+82
2022-06-06
hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
Xiaojuan Yang
4
-0
/
+445
2022-06-06
hw/loongarch: Add LoongArch ipi interrupt support(IPI)
Xiaojuan Yang
4
-0
/
+250
2022-05-26
pnv/xive2: Don't overwrite PC registers when writing TCTXT registers
Frederic Barrat
1
-3
/
+0
2022-05-24
hw/intc: Pass correct hartid while updating mtimecmp
Atish Patra
1
-1
/
+2
2022-05-19
hw/intc/arm_gicv3: Provide ich_num_aprs()
Peter Maydell
1
-6
/
+10
2022-05-19
hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
Peter Maydell
2
-4
/
+16
2022-05-19
hw/intc/arm_gicv3: Support configurable number of physical priority bits
Peter Maydell
1
-54
/
+128
2022-05-19
hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
Peter Maydell
1
-3
/
+13
2022-05-19
hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1
Peter Maydell
1
-1
/
+1
2022-05-19
hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parameters
Peter Maydell
1
-5
/
+13
2022-05-05
ppc/xive: Update the state of the External interrupt signal
Frederic Barrat
2
-0
/
+16
2022-05-05
ppc/xive: Always recompute the PIPR when pushing an OS context
Frederic Barrat
2
-10
/
+17
2022-05-05
target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
Richard Henderson
2
-6
/
+0
2022-05-05
target/arm: Split out cpregs.h
Richard Henderson
2
-0
/
+3
[next]