Age | Commit message (Expand) | Author | Files | Lines |
2018-08-14 | intc/arm_gic: Add virtualization extensions helper macros and functions | Luc Michel | 2 | -0/+79 |
2018-08-14 | intc/arm_gic: Add virtual interface register definitions | Luc Michel | 1 | -0/+65 |
2018-08-14 | intc/arm_gic: Add the virtualization extensions to the GIC state | Luc Michel | 4 | -26/+137 |
2018-08-14 | intc/arm_gic: Remove some dead code and put some functions static | Luc Michel | 2 | -25/+2 |
2018-08-14 | intc/arm_gic: Implement GICD_ISACTIVERn and GICD_ICACTIVERn registers | Luc Michel | 1 | -4/+57 |
2018-08-14 | intc/arm_gic: Refactor operations on the distributor | Luc Michel | 4 | -116/+127 |
2018-08-14 | nvic: Change NVIC to support ARMv6-M | Julia Suvorova | 1 | -3/+18 |
2018-08-14 | arm: Add ARMv6-M programmer's model support | Julia Suvorova | 1 | -0/+10 |
2018-08-14 | nvic: Handle ARMv6-M SCS reserved registers | Julia Suvorova | 1 | -2/+49 |
2018-08-06 | hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_load | Peter Maydell | 1 | -40/+37 |
2018-08-06 | hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSD | Peter Maydell | 1 | -4/+4 |
2018-08-06 | hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpu | Peter Maydell | 1 | -3/+0 |
2018-08-06 | hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed fun... | Peter Maydell | 1 | -0/+6 |
2018-07-30 | armv7m_nvic: Fix m-security subsection name | Peter Maydell | 1 | -1/+1 |
2018-07-24 | target/arm: Escalate to correct HardFault when AIRCR.BFHFNMINS is set | Peter Maydell | 2 | -3/+7 |
2018-07-24 | hw/intc/arm_gicv3: Check correct HCR_EL2 bit when routing IRQ | Peter Maydell | 1 | -1/+1 |
2018-07-23 | hw/intc/exynos4210_gic: Turn instance_init into realize function | Thomas Huth | 1 | -3/+3 |
2018-07-17 | hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic' | Thomas Huth | 1 | -5/+2 |
2018-07-17 | hw/arm/armv7: Fix crash when introspecting the "iotkit" device | Thomas Huth | 1 | -3/+2 |
2018-07-16 | hw/intc/arm_gic: Fix handling of GICD_ITARGETSR | Peter Maydell | 1 | -2/+4 |
2018-07-16 | hw/intc/arm_gic: Check interrupt number in gic_deactivate_irq() | Peter Maydell | 1 | -1/+15 |
2018-07-16 | ppc/xics: fix ICP reset path | Greg Kurz | 1 | -3/+11 |
2018-07-06 | ioapic: remove useless lower bounds check | Paolo Bonzini | 1 | -1/+1 |
2018-07-03 | ppc/xics: rework the ICS classes inheritance tree | Cédric Le Goater | 1 | -7/+5 |
2018-07-03 | ppc/xics: move the vmstate structures under the ics-base class | Cédric Le Goater | 1 | -56/+56 |
2018-07-03 | ppx/xics: introduce a parent_reset in ICSStateClass | Cédric Le Goater | 2 | -31/+40 |
2018-07-03 | ppc/xics: move the instance_init handler under the ics-base class | Cédric Le Goater | 1 | -8/+8 |
2018-07-03 | ppc/xics: introduce a parent_realize in ICSStateClass | Cédric Le Goater | 2 | -20/+37 |
2018-07-03 | ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers | Cédric Le Goater | 3 | -19/+40 |
2018-06-28 | hmp: obsolete "info ioapic" | Peter Xu | 1 | -11/+0 |
2018-06-28 | ioapic: support "info irq" | Peter Xu | 2 | -0/+24 |
2018-06-28 | ioapic: some proper indents when dump info | Peter Xu | 1 | -4/+4 |
2018-06-28 | ioapic: support "info pic" | Peter Xu | 1 | -0/+16 |
2018-06-22 | hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions | Eric Auger | 1 | -3/+34 |
2018-06-22 | hw/intc/arm_gicv3: Introduce redist-region-count array property | Eric Auger | 3 | -8/+51 |
2018-06-22 | target/arm: Allow KVM device address overwriting | Eric Auger | 3 | -5/+5 |
2018-06-22 | hw/intc/arm_gicv3: fix an extra left-shift when reading IPRIORITYR | Amol Surati | 2 | -2/+4 |
2018-06-16 | xics_kvm: fix a build break | Cédric Le Goater | 1 | -6/+4 |
2018-06-15 | arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC | Peter Maydell | 1 | -1/+5 |
2018-06-15 | arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I... | Shannon Zhao | 1 | -2/+16 |
2018-06-12 | xics_kvm: use KVM helpers | Cédric Le Goater | 1 | -38/+14 |
2018-06-08 | arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICR | Shannon Zhao | 2 | -0/+117 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -2/+1 |
2018-06-01 | ioapic: fix up includes | Michael S. Tsirkin | 1 | -2/+1 |
2018-05-31 | KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twice | Shannon Zhao | 2 | -2/+0 |
2018-05-31 | arm_gicv3_kvm: increase clroffset accordingly | Shannon Zhao | 1 | -0/+1 |
2018-05-31 | hw/intc/arm_gicv3: Fix APxR<n> register dispatching | Jan Kiszka | 1 | -6/+6 |
2018-04-27 | heathrow: remove obsolete heathow_init() function | Mark Cave-Ayland | 1 | -18/+5 |
2018-04-26 | target/arm: Fetch GICv3 state directly from CPUARMState | Aaron Lindsay | 1 | -8/+2 |
2018-03-23 | hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accesses | Peter Maydell | 1 | -3/+3 |