messages from 2017-03-13 17:26:28 to 2017-03-21 19:20:42 UTC [more...]
[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
2017-03-21 19:20 UTC (22+ messages)
` [PATCH v4 01/28] arm64: hyp-stub: Stop pointlessly clobbering lr
` [PATCH v4 02/28] arm64: KVM: Move lr save/restore to do_el2_call
` [PATCH v4 03/28] arm64: hyp-stub: Don't save lr in the EL1 code
` [PATCH v4 04/28] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v4 05/28] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v4 06/28] arm64: KVM: Implement HVC_GET_VECTORS "
` [PATCH v4 07/28] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v4 08/28] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v4 09/28] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v4 10/28] ARM: hyp-stub: improve ABI
` [PATCH v4 11/28] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH v4 12/28] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH v4 13/28] ARM: Update cpu_v7_reset documentation
` [PATCH v4 14/28] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH v4 15/28] ARM: Expose the VA/IDMAP offset
` [PATCH v4 16/28] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v4 17/28] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v4 18/28] ARM: KVM: Implement HVC_GET_VECTORS "
` [PATCH v4 19/28] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v4 20/28] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v4 21/28] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-03-21 19:19 UTC (12+ messages)
` [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V12 09/10] trace, ras: add ARM processor error trace event
[PATCH] kvm: pass the virtual SEI syndrome to guest OS
2017-03-21 19:11 UTC (11+ messages)
[PATCH v3 00/25] arm/arm64: KVM: Rework the hyp-stub API
2017-03-21 18:36 UTC (25+ messages)
` [PATCH v3 01/25] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v3 02/25] arm64: KVM: "
` [PATCH v3 03/25] arm64: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v3 04/25] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v3 05/25] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
[PATCH v3 00/19] vITS save/restore
2017-03-21 18:13 UTC (45+ messages)
` [PATCH v3 01/19] KVM: arm/arm64: Add vITS save/restore API documentation
` [PATCH v3 03/19] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v3 04/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v3 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v3 06/19] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v3 07/19] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [PATCH v3 08/19] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [PATCH v3 09/19] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [PATCH v3 10/19] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range
` [PATCH v3 11/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [PATCH v3 12/19] KVM: arm64: ITS: vgic_its_alloc_ite/device
` [PATCH v3 13/19] KVM: arm64: ITS: Sort the device and ITE lists
` [PATCH v3 14/19] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v3 15/19] KVM: arm64: ITS: Collection table save/restore
` [PATCH v3 16/19] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA
` [PATCH v3 17/19] KVM: arm64: ITS: ITT flush and restore
` [PATCH v3 19/19] KVM: arm64: ITS: Pending table save/restore
[PATCH 0/5] Clarify GICC_PMR export format and remove struct vmcr
2017-03-21 16:01 UTC (9+ messages)
` [PATCH 1/5] KVM: arm/arm64: Clarify GICC_PMR export format
` [PATCH 2/5] KVM: arm64: vgic: Factor out access_gic_ctlr into separate r/w functions
` [PATCH 3/5] KVM: arm64: vgic: Rename vgic_v3_cpu to vgic_cpu
` [PATCH 4/5] KVM: arm64: vgic: Get rid of struct vmcr for GICv3
` [PATCH 5/5] KVM: arm/arm64: vgic: Get rid of struct vmcr for GICv2
[PATCH 0/9] KVM: arm/arm64: vgic: Improvements and optimizations
2017-03-21 14:13 UTC (28+ messages)
` [PATCH 1/9] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PATCH 2/9] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PATCH 3/9] KVM: arm/arm64: vgic: Get rid of live_lrs
` [PATCH 4/9] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
` [PATCH 4/9] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationjjjj
` [PATCH 5/9] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PATCH 6/9] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PATCH 7/9] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PATCH 8/9] KVM: arm/arm64: vgic: Don't check vgic_initialized in flush_hwstate
` [PATCH 9/9] KVM: arm/arm64: vgic: Improve sync_hwstate performance
[PATCH 0/2] KVM: arm/arm64: vgic: Workaround GICC_PMR misreporting
2017-03-20 19:03 UTC (9+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic-v2: Expose the correct GICC_PMR values to userspace
` [PATCH 2/2] KVM: arm/arm64: vgic-v3: Format PMR to mimic the GICv2 behaviour
[PATCH] kvm: arm/arm64: Rework gpa callback handlers
2017-03-20 18:26 UTC
[PATCH] KVM: arm64: Ensure LRs are clear when they should be
2017-03-20 10:33 UTC (4+ messages)
[PATCH] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
2017-03-17 15:48 UTC (3+ messages)
KVM on ARM Cortex A53 in 32-bit Mode
2017-03-17 8:52 UTC (6+ messages)
[PATCH] kvm: arm/arm64: Simplify lock relaxation in stage2_wp_range
2017-03-17 8:48 UTC (2+ messages)
[PATCH v2 0/3] kvm: arm/arm64: Fixes for use after free problems
2017-03-17 8:48 UTC (5+ messages)
` [PATCH v2 1/3] kvm: arm/arm64: Take mmap_sem in stage2_unmap_vm
` [PATCH v2 2/3] kvm: arm/arm64: Take mmap_sem in kvm_arch_prepare_memory_region
` [PATCH v2 3/3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
[RFC PATCH 00/33] irqchip: Core support for GICv4
2017-03-16 21:58 UTC (38+ messages)
` [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables
` [RFC PATCH 11/33] irqchip/gic-v3-its: Split out pending table allocation
` [RFC PATCH 12/33] irqchip/gic-v3-its: Rework LPI freeing
` [RFC PATCH 13/33] irqchip/gic-v3-its: Generalize device table allocation
` [RFC PATCH 14/33] irqchip/gic-v3-its: Generalize LPI configuration
` [RFC PATCH 15/33] irqchip/gic-v4: Add management structure definitions
` [RFC PATCH 16/33] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [RFC PATCH 17/33] irqchip/gic-v3-its: Add VLPI configuration hook
` [RFC PATCH 18/33] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [RFC PATCH 19/33] irqchip/gic-v3-its: Add VLPI configuration handling
` [RFC PATCH 20/33] irqchip/gic-v3-its: Add VPE domain infrastructure
` [RFC PATCH 21/33] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [RFC PATCH 23/33] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [RFC PATCH 24/33] irqchip/gic-v3-its: Add VPE scheduling
` [RFC PATCH 27/33] irqchip/gic-v3-its: Add VPE interrupt masking
` [RFC PATCH 30/33] irqchip/gic-v4: Add VPE command interface
` [RFC PATCH 31/33] irqchip/gic-v4: Add VLPI configuration interface
` [RFC PATCH 32/33] irqchip/gic-v4: Add some basic documentation
[PATCH RFC 0/7] ARM64: KVM: Cross type vCPU support
2017-03-15 15:32 UTC (12+ messages)
` [PATCH RFC 6/7] ARM64: KVM: Support heterogeneous system
[PATCH 0/3] kvm: arm/arm64: Fixes for use after free problems
2017-03-15 15:07 UTC (19+ messages)
` [PATCH 1/3] kvm: arm/arm64: Take mmap_sem in stage2_unmap_vm
` [PATCH 2/3] kvm: arm/arm64: Take mmap_sem in kvm_arch_prepare_memory_region
` [PATCH 3/3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
[PATCH 00/15] arm64/kvm: use common sysreg definitions
2017-03-15 9:07 UTC (3+ messages)
kvm/arm64: use-after-free in kvm_unmap_hva_handler/unmap_stage2_pmds
2017-03-14 16:57 UTC (3+ messages)
kvm/arm64: use-after-free in kvm_vm_ioctl/vmacache_update
2017-03-14 12:26 UTC (6+ messages)
[PATCH 0/5] KVM: arm/arm64: fix some races and allow userspace to set MPIDR
2017-03-13 18:22 UTC (7+ messages)
` [PATCH 2/5] KVM: arm/arm64: replace vcpu->arch.pause with a vcpu-request
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;
as well as URLs for NNTP newsgroup(s).