summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
* target/nios2: Move IIC code into CPU object properPeter Maydell2020-12-152-96/+0Star
* xive: Add trace eventsCédric Le Goater2020-12-144-3/+108
* spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()Greg Kurz2020-12-141-1/+1
* spapr/xive: Turn some sanity checks into assertionsGreg Kurz2020-12-141-10/+4Star
* i386: do not use ram_size globalPaolo Bonzini2020-12-101-1/+2
* hw/intc/armv7m_nvic: Implement read/write for RAS register blockPeter Maydell2020-12-101-0/+56
* target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell2020-12-101-0/+13
* hw/intc/armv7m_nvic: Fix "return from inactive handler" checkPeter Maydell2020-12-101-27/+32
* hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell2020-12-101-8/+18
* target/arm: Implement v8.1M REVIDR registerPeter Maydell2020-12-101-0/+5
* hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell2020-12-101-1/+8
* hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFaultPeter Maydell2020-12-101-11/+67
* hw/intc: fix heap-buffer-overflow in rxicu_realize()Chen Qun2020-11-231-10/+8Star
* Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"Greg Kurz2020-11-181-84/+18Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-155-5/+5
* arm tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* non-virt: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* intc/ibex_plic: Ensure we don't loose interruptsAlistair Francis2020-11-141-1/+16
* intc/ibex_plic: Fix some typos in the commentsAlistair Francis2020-11-141-2/+2
* hw/intc/ibex_plic: Clear the claim register when readAlistair Francis2020-11-101-0/+3
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell2020-11-041-2/+2
|\
| * hw/intc/loongson: Fix incorrect 'core' calculation in liointc_read/writeAlexChen2020-11-031-2/+2
* | target/riscv: Add sifive_plic vmstateYifei Jiang2020-11-031-1/+25
|/
* hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts workPeter Maydell2020-11-021-3/+2Star
* hw/intc: Move sifive_plic.h to the include directoryBin Meng2020-10-221-83/+0Star
* hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbersPhilippe Mathieu-Daudé2020-10-201-4/+4
* hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlersPhilippe Mathieu-Daudé2020-10-202-1/+7
* hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUsPeter Maydell2020-10-011-0/+42
* target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell2020-10-011-2/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-232-8/+8
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1811-36/+12Star
* sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-181-2/+2
* sifive: Move QOM typedefs and add missing includesEduardo Habkost2020-09-181-2/+4
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-135-0/+879
|\
| * hw/riscv: Move sifive_plic model to hw/intcBin Meng2020-09-104-0/+609
| * hw/riscv: Move sifive_clint model to hw/intcBin Meng2020-09-103-0/+270
* | omap_intc: Use typedef name for instance_sizeEduardo Habkost2020-09-091-1/+1
* | Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-094-19/+12Star
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0916-29/+34
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-0920-32/+67
|/
* spapr/xive: Allocate vCPU IPIs from the vCPU contextsCédric Le Goater2020-09-081-3/+33
* spapr/xive: Allocate IPIs independently from the other sourcesCédric Le Goater2020-09-081-5/+42
* spapr/xive: Use kvmppc_xive_source_reset() in post_loadCédric Le Goater2020-09-081-10/+10
* spapr/xive: Modify kvm_cpu_is_enabled() interfaceCédric Le Goater2020-09-081-3/+2Star
* spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priorityCédric Le Goater2020-09-081-19/+14Star
* hw/intc: fix default registers value in exynos4210_combiner_read()Chen Qun2020-09-011-1/+0Star
* hw: Remove superfluous breaksLiao Pingfang2020-09-011-1/+0Star
* nios2_iic: Use TYPE_ALTERA_IIC constantEduardo Habkost2020-08-271-1/+1
* s390_flic: Move KVMS390FLICState typedef to headerEduardo Habkost2020-08-271-2/+2
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-243-176/+185
|\