summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2016-02-16all: Clean up includesPeter Maydell
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann
2016-01-29hw/intc: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29x86: Clean up includesPeter Maydell
2016-01-29unicore: Clean up includesPeter Maydell
2016-01-29sparc: Clean up includesPeter Maydell
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
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