aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2016-01-21arm_gic: Update ID registers based on revisionAlistair Francis
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-11-19hw/arm_gic: Correctly restore nested irq priorityFrançois Baldassari
2015-11-10hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang
2015-11-03armv7-m: Implement SYSRESETREQMichael Davidsaver
2015-10-27i.MX: Standardize i.MX AVIC debugJean-Christophe Dubois
2015-10-27arm_gic_kvm: Disable live migration if not supportedPavel Fedin
2015-10-23openpic: add to misc categoryLaurent Vivier
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin
2015-09-25hmp: added io apic dump statePavel Butsykin
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin
2015-09-25ioapic: fix contents of arbitration registerPaolo Bonzini
2015-09-25ioapic: coalesce level interruptsPaolo Bonzini
2015-09-24hw/intc: Initial implementation of vGICv3Pavel Fedin
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin
2015-09-24hw/intc: Implement GIC-500 base classShlomo Pongratz
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-08hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell
2015-09-08hw/intc/arm_gic: Actually set the active bits for active interruptsPeter Maydell
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell
2015-09-08hw/intc/arm_gic: Running priority is group priority, not full priorityPeter Maydell
2015-09-08armv7m_nvic: Implement ICSR without using internal GIC statePeter Maydell
2015-09-07s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin
2015-08-13i.MX: Fix Coding style for AVIC emulator.Jean-Christophe Dubois
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois
2015-07-07xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabledBharata B Rao
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-07-06intc: arm_gic_kvm: set the qemu_irq/gsi mappingEric Auger
2015-07-06hw/intc/arm_gic_common.c: Reset all registersPeter Maydell
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-15arm_gic: gic_update should always update all coresJohan Karlsson
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell
2015-06-04Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-06-03hw/intc/exynos4210_gic.c: Fix memory leak by adjusting orderShannon Zhao
2015-06-02apic: convert ->busdev.qdev casts to C castsZhu Guihua
2015-06-02arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowedEric Auger
2015-06-02arm_gicv2m: Add GICv2m widget to support MSIsChristoffer Dall
2015-05-12hw/intc/arm_gic: Add grouping support to gic_update()Peter Maydell
2015-05-12hw/intc/arm_gic: Change behavior of IAR writesFabian Aggeler
2015-05-12hw/intc/arm_gic: Change behavior of EOIR writesFabian Aggeler
2015-05-12hw/intc/arm_gic: Handle grouping for GICC_HPPIRFabian Aggeler