Age | Commit message (Expand) | Author |
2015-09-11 | typofixes - v4 | Veres Lajos |
2015-09-11 | maint: remove double semicolons in many files | Daniel P. Berrange |
2015-09-08 | hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel boot | Peter Maydell |
2015-09-08 | hw/intc/arm_gic: Actually set the active bits for active interrupts | Peter Maydell |
2015-09-08 | hw/intc/arm_gic: Drop running_irq and last_active arrays | Peter Maydell |
2015-09-08 | hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registers | Peter Maydell |
2015-09-08 | hw/intc/arm_gic: Running priority is group priority, not full priority | Peter Maydell |
2015-09-08 | armv7m_nvic: Implement ICSR without using internal GIC state | Peter Maydell |
2015-09-07 | s390x/kvm: make setting of in-kernel irq routes more efficient | Jens Freimann |
2015-08-13 | hw/arm/gic: Kill code duplication | Pavel Fedin |
2015-08-13 | i.MX: Fix Coding style for AVIC emulator. | Jean-Christophe Dubois |
2015-08-13 | i.MX: Split AVIC emulator in a header file and a source file | Jean-Christophe Dubois |
2015-07-07 | xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabled | Bharata B Rao |
2015-07-07 | spapr: Merge sPAPREnvironment into sPAPRMachineState | David Gibson |
2015-07-06 | intc: arm_gic_kvm: set the qemu_irq/gsi mapping | Eric Auger |
2015-07-06 | hw/intc/arm_gic_common.c: Reset all registers | Peter Maydell |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2015-06-15 | arm_gic: gic_update should always update all cores | Johan Karlsson |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-06-04 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0... | Peter Maydell |
2015-06-04 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell |
2015-06-03 | hw/intc/exynos4210_gic.c: Fix memory leak by adjusting order | Shannon Zhao |
2015-06-02 | apic: convert ->busdev.qdev casts to C casts | Zhu Guihua |
2015-06-02 | arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowed | Eric Auger |
2015-06-02 | arm_gicv2m: Add GICv2m widget to support MSIs | Christoffer Dall |
2015-05-12 | hw/intc/arm_gic: Add grouping support to gic_update() | Peter Maydell |
2015-05-12 | hw/intc/arm_gic: Change behavior of IAR writes | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Change behavior of EOIR writes | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Handle grouping for GICC_HPPIR | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Restrict priority view | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Implement Non-secure view of RPR | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Make ICCICR/GICC_CTLR banked | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Make ICCBPR/GICC_BPR banked | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Make ICDDCR/GICD_CTLR banked | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn state | Peter Maydell |
2015-05-12 | hw/intc/arm_gic: Add Interrupt Group Registers | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Switch to read/write callbacks with tx attributes | Peter Maydell |
2015-05-12 | hw/intc/arm_gic: Add Security Extensions property | Fabian Aggeler |
2015-05-12 | hw/intc/arm_gic: Create outbound FIQ lines | Fabian Aggeler |
2015-05-12 | armv7m_nvic: systick: Reload the RELOAD value and count down only if ENABLE b... | Adrian Huang |
2015-04-30 | apic_common: improve readability of apic_reset_common | Denis V. Lunev |
2015-04-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-04-28 | target-i386: disable LINT0 after reset | Nadav Amit |
2015-04-28 | omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update() | Paolo Bonzini |
2015-04-28 | Convert ffs() != 0 callers to ctz32() | Stefan Hajnoczi |
2015-04-02 | target-i386: clear bsp bit when designating bsp | Nadav Amit |
2015-04-01 | hw/intc: arm_gic_kvm.c restore config first | Alex Bennée |
2015-03-19 | Fix remaining warnings from Sparse (void return) | Stefan Weil |
2015-03-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150316'... | Peter Maydell |
2015-03-16 | hw/intc/arm_gic: Initialize the vgic in the realize function | Eric Auger |