messages from 2016-05-19 18:05:22 to 2016-06-03 15:37:52 UTC [more...]
[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
2016-06-03 15:42 UTC (21+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v4 06/12] KVM: arm64: implement basic ITS register handlers
` [PATCH v4 09/12] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v4 10/12] KVM: arm64: implement ITS command queue command handlers
[PATCH v5 00/13] KVM: arm64: GICv3 ITS emulation
2016-06-03 14:36 UTC (15+ messages)
` [PATCH v5 01/13] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v5 02/13] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v5 03/13] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v5 04/13] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v5 05/13] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v5 06/13] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v5 07/13] KVM: arm64: introduce new KVM ITS device
` [PATCH v5 08/13] KVM: arm64: implement basic ITS register handlers
` [PATCH v5 09/13] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v5 10/13] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v5 11/13] KVM: arm64: implement ITS command queue command handlers
` [PATCH v5 12/13] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v5 13/13] KVM: arm64: enable ITS emulation as a virtual MSI controller
[PATCH 0/3] arm64: Kill ESR_LNX_EXEC
2016-06-02 18:21 UTC (7+ messages)
` [PATCH 1/3] arm64: add macro to extract ESR_ELx.EC
` [PATCH 2/3] arm64/kvm: use ESR_ELx_EC to extract EC
` [PATCH 3/3] arm64: kill ESR_LNX_EXEC
[PULL 0/8] KVM/ARM Fixes for v4.7-rc2
2016-06-02 13:52 UTC (10+ messages)
` [PULL 1/8] KVM: arm/arm64: vgic-v2: Clear all dirty LRs
` [PULL 2/8] KVM: arm/arm64: vgic-v3: "
` [PULL 3/8] KVM: arm/arm64: vgic-v2: Always resample level interrupts
` [PULL 4/8] KVM: arm/arm64: vgic-v3: "
` [PULL 5/8] arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
` [PULL 6/8] arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
` [PULL 7/8] arm64: KVM: vgic-v3: Relax synchronization when SRE==1
` [PULL 8/8] KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
[PATCH] KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
2016-06-02 9:52 UTC (2+ messages)
[PATCH v2 0/7] vgic fixes for 4.7-rc1
2016-05-31 14:14 UTC (9+ messages)
` [PATCH v2 1/7] KVM: arm/arm64: vgic-v2: Clear all dirty LRs
` [PATCH v2 2/7] KVM: arm/arm64: vgic-v3: "
` [PATCH v2 3/7] KVM: arm/arm64: vgic-v2: Always resample level interrupts
` [PATCH v2 4/7] KVM: arm/arm64: vgic-v3: "
` [PATCH v2 5/7] arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
` [PATCH v2 6/7] arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
` [PATCH v2 7/7] arm64: KVM: vgic-v3: Relax synchronization when SRE==1
The VM can not start
2016-05-25 12:49 UTC (2+ messages)
[PATCH 0/7] vgic fixes for 4.7-rc1
2016-05-24 13:18 UTC (16+ messages)
` [PATCH 1/7] KVM: arm/arm64: vgic-v2: Clear all dirty LRs
` [PATCH 2/7] KVM: arm/arm64: vgic-v3: "
` [PATCH 3/7] KVM: arm/arm64: vgic-v2: Always resample level interrupts
` [PATCH 4/7] KVM: arm/arm64: vgic-v3: "
` [PATCH 5/7] arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
` [PATCH 6/7] arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
` [PATCH 7/7] arm64: KVM: vgic-v3: Relax synchronization when SRE==1
[kvm-unit-tests PATCH 00/10] arm/arm64: add gic framework
2016-05-24 12:39 UTC (6+ messages)
` [Qemu-devel] "
[PULL 00/59] KVM/ARM Changes for v4.7 take 2
2016-05-24 9:09 UTC (60+ messages)
` [PULL 01/59] kvm: arm64: Fix EC field in inject_abt64
` [PULL 02/59] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PULL 03/59] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PULL 04/59] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PULL 05/59] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PULL 06/59] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PULL 07/59] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PULL 08/59] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PULL 09/59] KVM: arm/arm64: Move timer IRQ map to latest possible time
` [PULL 10/59] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PULL 11/59] KVM: arm/arm64: Fix MMIO emulation data handling
` [PULL 12/59] KVM: arm/arm64: Export mmio_read/write_bus
` [PULL 13/59] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PULL 14/59] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PULL 15/59] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PULL 16/59] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PULL 17/59] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PULL 18/59] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PULL 19/59] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PULL 20/59] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PULL 21/59] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PULL 22/59] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PULL 23/59] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PULL 24/59] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PULL 25/59] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PULL 26/59] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PULL 27/59] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PULL 28/59] KVM: arm/arm64: vgic-new: Add PENDING "
` [PULL 29/59] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PULL 30/59] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PULL 31/59] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PULL 32/59] KVM: arm/arm64: vgic-new: Add TARGET "
` [PULL 33/59] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PULL 34/59] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PULL 35/59] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PULL 36/59] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PULL 37/59] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PULL 38/59] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PULL 39/59] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PULL 40/59] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PULL 41/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PULL 42/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PULL 43/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PULL 44/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PULL 45/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PULL 46/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PULL 47/59] KVM: arm/arm64: vgic-new: Export register access interface
` [PULL 48/59] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PULL 49/59] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PULL 50/59] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PULL 51/59] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PULL 52/59] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PULL 53/59] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PULL 54/59] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PULL 55/59] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PULL 56/59] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PULL 57/59] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PULL 58/59] KVM: arm/arm64: vgic-new: enable build
` [PULL 59/59] KVM: arm/arm64: vgic-new: Synchronize changes to active state
[PATCH 0132/1529] Fix typo
2016-05-21 11:53 UTC
[PATCH 0131/1529] Fix typo
2016-05-21 11:53 UTC
[PATCH 0130/1529] Fix typo
2016-05-21 11:53 UTC
[PATCH 0093/1529] Fix typo
2016-05-21 11:48 UTC
[PATCH 0092/1529] Fix typo
2016-05-21 11:48 UTC
[PATCH 0091/1529] Fix typo
2016-05-21 11:48 UTC
[PATCH 0090/1529] Fix typo
2016-05-21 11:48 UTC
[PATCH v5 00/57] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-20 15:04 UTC (48+ messages)
` [PATCH v5 12/57] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v5 13/57] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PATCH v5 14/57] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PATCH v5 15/57] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v5 16/57] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH v5 17/57] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v5 18/57] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v5 19/57] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v5 20/57] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v5 21/57] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH v5 22/57] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH v5 23/57] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v5 24/57] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PATCH v5 25/57] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v5 26/57] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v5 27/57] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v5 28/57] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v5 29/57] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v5 30/57] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v5 31/57] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v5 32/57] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v5 33/57] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v5 34/57] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v5 35/57] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v5 36/57] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v5 37/57] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v5 38/57] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v5 39/57] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v5 40/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v5 41/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v5 42/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v5 43/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v5 44/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v5 45/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v5 46/57] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v5 47/57] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v5 48/57] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v5 49/57] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v5 50/57] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v5 51/57] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v5 52/57] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v5 53/57] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v5 54/57] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v5 55/57] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v5 56/57] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH v5 57/57] KVM: arm/arm64: vgic-new: enable build
[PATCH v4] KVM: arm/arm64: Add VGICv3 save/restore API documentation
2016-05-20 15:00 UTC
[PATCH] KVM: arm/arm64: vgic-new: Synchronize changes to active state
2016-05-20 14:49 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v3] KVM: arm/arm64: Add VGICv3 save/restore API documentation
2016-05-20 14:11 UTC (3+ messages)
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