Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-01-16 17:46:40 to 2018-01-31 12:17:36 UTC [more...]

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-01-31 12:17 UTC  (35+ messages)
` [PATCH v3 08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 10/41] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v3 14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v3 15/41] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v3 30/41] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put

[PATCH v2] KVM: arm/arm64: Fix arch timers with userspace irqchips
 2018-01-31 12:14 UTC 

[PATCH] KVM: arm/arm64: Fix arch timers with userspace irqchips
 2018-01-31 11:31 UTC  (6+ messages)

[PULL 00/28] KVM/ARM Changes for v4.16
 2018-01-31 11:00 UTC  (31+ messages)
` [PULL 01/28] arm64: KVM: Hide PMU from guests when disabled
` [PULL 02/28] KVM: arm: Use PTR_ERR_OR_ZERO()
` [PULL 03/28] KVM: arm/arm64: Remove redundant preemptible checks
` [PULL 04/28] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PULL 05/28] KVM: arm/arm64: Don't cache the timer IRQ level
` [PULL 06/28] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PULL 07/28] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PULL 08/28] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PULL 09/28] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PULL 10/28] KVM: arm/arm64: Avoid work when userspace iqchips are not used
` [PULL 11/28] KVM: arm/arm64: Delete outdated forwarded irq documentation
` [PULL 12/28] Revert "arm64: KVM: Hide PMU from guests when disabled"
` [PULL 13/28] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
` [PULL 14/28] KVM: arm/arm64: Split dcache/icache flushing
` [PULL 15/28] arm64: KVM: Add invalidate_icache_range helper
` [PULL 16/28] arm: KVM: Add optimized PIPT icache flushing
` [PULL 17/28] arm64: KVM: PTE/PMD S2 XN bit definition
` [PULL 18/28] KVM: arm/arm64: Limit icache invalidation to prefetch aborts
` [PULL 19/28] KVM: arm/arm64: Only clean the dcache on translation fault
` [PULL 20/28] KVM: arm/arm64: Preserve Exec permission across R/W permission faults
` [PULL 21/28] KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartions
` [PULL 22/28] arm64: mm: Add additional parameter to uaccess_ttbr0_enable
` [PULL 23/28] arm64: mm: Add additional parameter to uaccess_ttbr0_disable
` [PULL 24/28] KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
` [PULL 25/28] KVM: arm/arm64: Fix trailing semicolon
` [PULL 26/28] KVM: arm/arm64: Fix incorrect timer_is_pending logic
` [PULL 27/28] KVM: arm/arm64: Fix userspace_irqchip_in_use counting
` [PULL 28/28] KVM: arm/arm64: Fixup userspace irqchip static key optimization

[PATCH 0/3] Additional fixes for kvmarm/next
 2018-01-31  9:00 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm/arm64: Fix incorrect timer_is_pending logic
` [PATCH 2/3] KVM: arm/arm64: Fix userspace_irqchip_in_use counting
` [PATCH 3/3] KVM: arm/arm64: Fixup userspace irqchip static key optimization

[PATCH v9 0/9] Handle forwarded level-triggered interrupts
 2018-01-31  8:32 UTC  (7+ messages)
` [PATCH v9 7/9] KVM: arm/arm64: Provide a get_input_level for the arch timer

[PATCH v9 0/7] Handle guest RAS Error in KVM and kernel
 2018-01-30 19:39 UTC  (11+ messages)
` [PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
` [PATCH v9 6/7] arm64: kvm: Set Virtual SError Exception Syndrome for guest

[PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
 2018-01-30 19:21 UTC  (2+ messages)

[PATCH v6 00/13] arm64/KVM: RAS & IESB for firmware first support
 2018-01-30 19:18 UTC  (14+ messages)
` [PATCH v6 03/13] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v6 11/13] KVM: arm64: Handle RAS SErrors from EL1 on guest exit
` [PATCH v6 12/13] KVM: arm64: Handle RAS SErrors from EL2 "

[PATCH v2 00/16] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-01-30 14:52 UTC  (34+ messages)
` [PATCH v2 01/16] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
` [PATCH v2 02/16] arm: "
` [PATCH v2 03/16] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH v2 04/16] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH v2 05/16] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH v2 06/16] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH v2 07/16] arm/arm64: KVM: Add PSCI version selection API
` [PATCH v2 08/16] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v2 09/16] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH v2 10/16] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v2 11/16] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v2 12/16] firmware/psci: Expose PSCI conduit
` [PATCH v2 13/16] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH v2 14/16] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH v2 15/16] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH v2 16/16] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support

[PATCH 00/14] arm64: Add SMCCC v1.1 support and CVE-2017-5715
 2018-01-29 10:17 UTC  (26+ messages)
` [PATCH 01/14] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
` [PATCH 02/14] arm: "
` [PATCH 03/14] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH 04/14] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH 05/14] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH 06/14] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH 07/14] arm/arm64: KVM: Add PSCI version selection API
` [PATCH 08/14] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH 09/14] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH 10/14] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH 11/14] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH 12/14] firmware/psci: Expose PSCI conduit
` [PATCH 13/14] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH 14/14] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support

[RFC v2 REPOST] arm64: KVM: KVM API extensions for SVE
 2018-01-26 17:28 UTC 

[PATCH v3 0/2] Support micro operation measurement on arm64
 2018-01-25 13:45 UTC  (19+ messages)
` [PATCH v3 1/2] arm/arm64: add GICD_IIDR definition
` [PATCH v3 2/2] arm64: add micro test

[PATCH v6 03/13] arm64: cpufeature: Detect CPU RAS Extentions
 2018-01-24 13:53 UTC 

[PATCH] KVM: arm/arm64: Fix trailing semicolon
 2018-01-23 15:11 UTC 

[PATCH] KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
 2018-01-23 14:55 UTC  (2+ messages)

[PATCH v8 0/7] Support RAS virtualization in KVM
 2018-01-22 19:36 UTC  (18+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization

[RFC PATCH v2 0/5] Add virtio-iommu driver
 2018-01-19 17:22 UTC  (10+ messages)
` [RFC PATCH v2 2/5] iommu/virtio-iommu: Add probe request
` [RFC PATCH v2 3/5] iommu/virtio-iommu: Add event queue

[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
 2018-01-18 20:28 UTC  (15+ messages)
` [PATCH v4 13/19] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v4 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v4 15/19] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v4 16/19] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v4 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v4 18/19] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v4 19/19] arm64: Update the KVM memory map documentation

[kvm-unit-tests PATCH V2 0/2] Support micro operation measurement on arm64
 2018-01-17 21:49 UTC  (6+ messages)
` [kvm-unit-tests PATCH V2 2/2] arm64: add micro test

[PATCH] arm64: mm: Add additional parameter to uaccess_ttbr0_disable
 2018-01-17 12:57 UTC  (3+ messages)

[PATCH v6 00/16] arm64/firmware: Software Delegated Exception Interface
 2018-01-17 12:01 UTC  (6+ messages)
` [PATCH v6 11/16] firmware: arm_sdei: Add support for CPU and system power states

[PATCH 2/3] arm/arm64: kvm: pmu: Make overflow handler NMI safe
 2018-01-17 12:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox