Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-01-12 12:03:57 to 2018-01-29 17:43:18 UTC [more...]

[PATCH v2 00/16] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-01-29 17:45 UTC  (3+ messages)
` [PATCH v2 12/16] firmware/psci: Expose PSCI conduit
` [PATCH v2 15/16] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive

[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 00/41] Optimize KVM/ARM for VHE systems
 2018-01-25 19:54 UTC  (48+ messages)
` [PATCH v3 01/41] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 03/41] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [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 12/41] KVM: arm64: Improve debug register save/restore flow
` [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 23/41] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v3 29/41] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v3 30/41] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v3 32/41] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put
` [PATCH v3 34/41] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v3 35/41] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH v3 36/41] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v3 37/41] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v3 38/41] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v3 39/41] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v3 40/41] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v3 41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[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 00/13] arm64/KVM: RAS & IESB for firmware first support
 2018-01-25  8:27 UTC  (35+ messages)
` [PATCH v6 01/13] arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
` [PATCH v6 02/13] arm64: sysreg: Move to use definitions for all the SCTLR bits
` [PATCH v6 03/13] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v6 04/13] arm64: kernel: Survive corrected RAS errors notified by SError
` [PATCH v6 05/13] arm64: Unconditionally enable IESB on exception entry/return for firmware-first
` [PATCH v6 06/13] arm64: kernel: Prepare for a DISR user
` [PATCH v6 07/13] KVM: arm/arm64: mask/unmask daif around VHE guests
` [PATCH v6 08/13] KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2
` [PATCH v6 09/13] KVM: arm64: Save/Restore guest DISR_EL1
` [PATCH v6 10/13] KVM: arm64: Save ESR_EL2 on guest SError
` [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 v6 13/13] KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA

[PATCH v9 0/7] Handle guest RAS Error in KVM and kernel
 2018-01-25  8:21 UTC  (10+ 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-24 20:06 UTC 

[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  (20+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization

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

[RFC PATCH v2 0/5] Add virtio-iommu driver
 2018-01-19 17:22 UTC  (13+ messages)
` [RFC PATCH v2 1/5] iommu: "
` [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  (37+ messages)
` [PATCH v4 03/19] arm64: asm-offsets: Remove potential circular dependency
` [PATCH v4 04/19] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH v4 05/19] arm64: alternatives: Add dynamic patching feature
` [PATCH v4 06/19] arm64: insn: Add N immediate encoding
` [PATCH v4 07/19] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH v4 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v4 09/19] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v4 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v4 11/19] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v4 12/19] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [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 

[PULL v2 0/3] KVM/ARM Fixes for v4.15 - Round 3
 2018-01-16 17:02 UTC  (4+ messages)
` [PULL v2 1/3] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
` [PULL v2 2/3] KVM: arm64: Fix GICv4 init when called from vgic_its_create
` [PULL v2 3/3] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2018-01-16 16:05 UTC  (7+ messages)

[RFC 0/4] KVM: Support PUD hugepages at stage 2
 2018-01-16 11:39 UTC  (4+ messages)
` [RFC 1/4] arm64: Correct type for PUD macros

[PATCH] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
 2018-01-16 10:42 UTC  (2+ messages)

[PULL 0/2] KVM/ARM Fixes for v4.15 - Round 3
 2018-01-12 12:59 UTC  (4+ messages)
` [PULL 1/2] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
` [PULL 2/2] KVM: arm64: Fix GICv4 init when called from vgic_its_create


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