messages from 2017-01-30 09:16:09 to 2017-02-13 14:53:03 UTC [more...]
[Qemu-arm] [PATCH 0/2] aspeed/smc: add support for DMAs
2017-02-13 14:44 UTC
[Qemu-arm] [PATCH 0/4] cpu: Implement cpu_generic_new()
2017-02-13 14:28 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4] cpu: add cpu_generic_new()
` [Qemu-arm] [PATCH 2/4] cpu: Clarify TODO comment in cpu_generic_new()
` [Qemu-arm] [PATCH 3/4] hw/arm/integrator: Use new cpu_generic_new()
` [Qemu-arm] [PATCH 4/4] hw/arm/virt: "
[Qemu-arm] [PATCH v7 RESEND 0/5] GICv3 live migration support
2017-02-13 12:17 UTC (11+ messages)
` [Qemu-arm] [PATCH v7 RESEND 1/5] kernel: Add definitions for GICv3 attributes
` [Qemu-arm] [PATCH v7 RESEND 2/5] hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate
` [Qemu-devel] [PATCH v7 RESEND 3/5] hw/intc/arm_gicv3_kvm: Implement get/put functions
` [Qemu-arm] "
` [Qemu-arm] [PATCH v7 RESEND 4/5] target-arm: Add GICv3CPUState in CPUARMState struct
` [Qemu-devel] "
` [Qemu-devel] [PATCH v7 RESEND 5/5] hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers
[PATCH v12 08/24] tcg: drop global lock during TCG code execution
2017-02-13 12:10 UTC (7+ messages)
` [PATCH v12 16/24] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [PATCH v12 20/24] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v12 21/24] target-arm: don't generate WFE/YIELD calls for MTTCG
` [PATCH v12 22/24] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v12 23/24] hw/misc/imx6_src: defer clearing of SRC_SCR reset bits
` [PATCH v12 24/24] tcg: enable MTTCG by default for ARM on x86 hosts
[Qemu-arm] [PATCH v2] target-arm: Implement BCM2835 hardware RNG
2017-02-11 13:14 UTC (3+ messages)
[Qemu-arm] [PATCH] target-arm: Implement BCM2835 hardware RNG
2017-02-10 18:28 UTC (2+ messages)
[Qemu-arm] [PATCH V3 0/4] Add vPMU vPMU support under TCG mode
2017-02-10 18:55 UTC (8+ messages)
` [Qemu-arm] [PATCH V3 1/4] target-arm: Add support for PMU register PMSELR_EL0
` [Qemu-arm] [PATCH V3 2/4] target-arm: Add support for AArch64 PMU register PMXEVTYPER_EL0
` [Qemu-devel] [PATCH V3 3/4] target-arm: Add support for PMU register PMINTENSET_EL1
` [Qemu-arm] [PATCH V3 4/4] target-arm: Enable vPMU support under TCG mode
` [Qemu-devel] [PATCH V3 0/4] Add vPMU "
[PATCH v11 08/24] tcg: drop global lock during TCG code execution
2017-02-10 15:34 UTC (11+ messages)
` [PATCH v11 16/24] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [PATCH v11 20/24] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v11 21/24] target-arm: don't generate WFE/YIELD calls for MTTCG
` [PATCH v11 22/24] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v11 23/24] hw/misc/imx6_src: defer clearing of SRC_SCR reset bits
` [PATCH v11 24/24] tcg: enable MTTCG by default for ARM on x86 hosts
[Qemu-arm] [PATCH 0/4] aspeed: miscellaneous small fixes
2017-02-10 15:14 UTC (8+ messages)
` [Qemu-arm] [PATCH 1/4] aspeed: check for negative values returned by blk_getlength()
` [Qemu-devel] [PATCH 2/4] aspeed: remove useless comment on controller segment size
` [Qemu-devel] [PATCH 3/4] aspeed/smc: handle dummies only in fast read mode
` [Qemu-arm] [PATCH 4/4] aspeed/smc: use a modulo to check segment limits
` [Qemu-devel] "
` [Qemu-devel] [PATCH 0/4] aspeed: miscellaneous small fixes
[Qemu-arm] [PATCH v2 0/4] target-arm: Add some omitted dma cache coherency flags
2017-02-10 15:02 UTC (13+ messages)
` [Qemu-arm] [PATCH v2 1/4] target-arm: Declare virtio-mmio as dma-coherent in dt
` [Qemu-arm] [PATCH v2 2/4] hw/arm/virt: Declare virtio-mmio as dma cache coherent in ACPI
` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 3/4] hw/arm/virt: Declare fwcfg "
` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 4/4] hw/arm/virt: Declare fwcfg as dma cache coherent in dt
` [Qemu-devel] [PATCH v2 0/4] target-arm: Add some omitted dma cache coherency flags
[PATCH 0/9] Rewrite NVIC to not depend on the GIC
2017-02-10 14:31 UTC (14+ messages)
` [PATCH 1/9] armv7m: Rename nvic_state to NVICState
` [Qemu-devel] "
` [PATCH 2/9] armv7m: Implement reading and writing of PRIGROUP
` [Qemu-devel] "
` [PATCH 3/9] armv7m: Rewrite NVIC to not use any GIC code
` [PATCH 4/9] armv7m: Fix condition check for taking exceptions
` [PATCH 5/9] arm: gic: Remove references to NVIC
` [PATCH 6/9] armv7m: Escalate exceptions to HardFault if necessary
` [PATCH 7/9] armv7m: Remove unused armv7m_nvic_acknowledge_irq() return value
` [PATCH 8/9] armv7m: Simpler and faster exception start
` [PATCH 9/9] armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLE
` [Qemu-devel] "
` [Qemu-arm] [PATCH 0/9] Rewrite NVIC to not depend on the GIC
[Qemu-arm] [PATCH] target-arm: Declare virtio-mmio as dma-coherent in dt
2017-02-10 1:40 UTC (16+ messages)
` [Qemu-arm] [Qemu-devel] "
` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] "
[Qemu-arm] [RFC 0/4] vITS save/restore
2017-02-10 9:07 UTC (13+ messages)
` [Qemu-arm] [RFC 3/4] hw/intc/arm_gicv3_its: Implement state save/restore
` [Qemu-devel] "
` [Qemu-arm] [RFC 4/4] hw/intc/arm_gicv3_its: Allow save/restore
` [Qemu-devel] "
[Qemu-devel] [Qemu-ppc] [RFC PATCH 2/9] Update headers using update-linux-headers.sh
2017-02-09 7:45 UTC (3+ messages)
` [Qemu-arm] "
[PATCH v10 08/23] tcg: drop global lock during TCG code execution
2017-02-07 17:17 UTC (10+ messages)
` [PATCH v10 16/23] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [PATCH v10 20/23] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v10 21/23] target-arm: don't generate WFE/YIELD calls for MTTCG
` [PATCH v10 22/23] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v10 23/23] tcg: enable MTTCG by default for ARM on x86 hosts
[PATCH RFC 0/6] target-arm: KVM64: Cross type vCPU support
2017-02-07 15:45 UTC (4+ messages)
` [PATCH RFC 4/6] target: arm: Add a generic type cpu
[Qemu-arm] [PATCH 1/2] usb/ehci: Add SysBus EHCI device for Allwinner SoCs
2017-02-07 7:42 UTC (2+ messages)
[Qemu-arm] [PATCH] hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbe
2017-02-06 16:49 UTC (5+ messages)
` [Qemu-devel] "
[Qemu-arm] [PATCH v2 0/2] target/arm: Support EL1 AArch32 guest under AArch64 EL2
2017-02-06 15:06 UTC (7+ messages)
` [Qemu-arm] [PATCH v2 1/2] target/arm: Abstract out pbit/wbit tests in ARM ldr/str decode
` [Qemu-arm] [PATCH v2 2/2] target/arm: A32, T32: Create Instruction Syndromes for Data Aborts
[Qemu-arm] [PATCH V2 0/5] Add vPMU vPMU support under TCG mode
2017-02-03 15:41 UTC (14+ messages)
` [Qemu-arm] [PATCH V2 1/5] target-arm: Add support for PMU register PMSELR_EL0
` [Qemu-arm] [PATCH V2 2/5] target-arm: Add support for AArch64 PMU register PMXEVTYPER_EL0
` [Qemu-arm] [PATCH V2 3/5] target-arm: Add support for PMU register PMXEVCNTR_EL0
` [Qemu-devel] "
` [Qemu-devel] [PATCH V2 4/5] target-arm: Add support for PMU register PMINTENSET_EL1
` [Qemu-arm] "
` [Qemu-arm] [PATCH V2 5/5] target-arm: Enable vPMU support under TCG mode
[PATCH v9 08/25] tcg: drop global lock during TCG code execution
2017-02-03 15:02 UTC (21+ messages)
` [PATCH v9 16/25] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [PATCH v9 20/25] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v9 21/25] target-arm: don't generate WFE/YIELD calls for MTTCG
` [PATCH v9 22/25] target-arm/cpu.h: make ARM_CP defined consistent
` [PATCH v9 23/25] target-arm: introduce ARM_CP_EXIT_PC
` [PATCH v9 24/25] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v9 25/25] tcg: enable MTTCG by default for ARM on x86 hosts
[Qemu-arm] [PATCH v2 0/2] Aspeed watchdog controller model
2017-02-03 12:49 UTC (2+ messages)
[PATCH v8 23/25] target-arm: introduce ARM_CP_EXIT_PC
2017-02-02 13:25 UTC (6+ messages)
[PATCH v8 08/25] tcg: drop global lock during TCG code execution
2017-02-01 18:03 UTC (14+ messages)
` [PATCH v8 16/25] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [PATCH v8 24/25] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v8 25/25] tcg: enable MTTCG by default for ARM on x86 hosts
[Qemu-arm] [PULL v5 21/22] arm: better stub version for MISMATCH_CHECK
2017-01-31 20:20 UTC (2+ messages)
` [Qemu-arm] [PULL v5 22/22] arm: add trailing ; after MISMATCH_CHECK
[Qemu-devel] [PULL v4 22/23] arm: better stub version for MISMATCH_CHECK
2017-01-31 18:44 UTC (2+ messages)
` [Qemu-arm] [PULL v4 23/23] arm: add trailing ; after MISMATCH_CHECK
[Qemu-arm] [PATCH v7 0/4] GICv3 live migration support
2017-01-31 16:15 UTC (6+ messages)
` [Qemu-arm] [PATCH v7 1/4] hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate
` [Qemu-devel] [PATCH v7 2/4] hw/intc/arm_gicv3_kvm: Implement get/put functions
` [Qemu-devel] [PATCH v7 3/4] target-arm: Add GICv3CPUState in CPUARMState struct
` [Qemu-arm] [PATCH v7 4/4] hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers
[Qemu-arm] [PULL v3 20/21] arm: better stub version for MISMATCH_CHECK
2017-01-31 13:15 UTC (2+ messages)
` [Qemu-devel] [PULL v3 21/21] arm: add trailing ; after MISMATCH_CHECK
[Qemu-devel] [PATCH 1/3] arm: better stub version for MISMATCH_CHECK
2017-01-31 2:55 UTC (3+ messages)
` [Qemu-arm] [PATCH 3/3] ppc: switch to constants within BUILD_BUG_ON
` [Qemu-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox