kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-07 08:51:57 to 2019-06-21 09:40:12 UTC [more...]

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-21  9:38 UTC  (34+ messages)
` [PATCH 01/59] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 02/59] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/59] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 04/59] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 05/59] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 06/59] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 08/59] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH 09/59] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 10/59] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 12/59] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 14/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH 15/59] KVM: arm64: nv: Refactor vcpu_{read,write}_sys_reg
` [PATCH 16/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 17/59] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 18/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH 19/59] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH 20/59] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH 21/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH 22/59] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH 24/59] KVM: arm64: nv: Respect virtual CPTR_EL2.TFP setting
` [PATCH 25/59] KVM: arm64: nv: Don't expose SVE to nested guests
` [PATCH 26/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH 27/59] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH 28/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH 29/59] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 30/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH 31/59] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH 32/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH 33/59] KVM: arm64: nv: Pretend we only support larger-than-host page sizes

[RFC v2 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2019-06-20 13:06 UTC  (15+ messages)
` [RFC v2 01/14] arm64/mm: Introduce asid_info structure and move asid_generation/asid_map to it
` [RFC v2 02/14] arm64/mm: Move active_asids and reserved_asids to asid_info
` [RFC v2 03/14] arm64/mm: Move bits "
` [RFC v2 04/14] arm64/mm: Move the variable lock and tlb_flush_pending "
` [RFC v2 05/14] arm64/mm: Remove dependency on MM in new_context
` [RFC v2 06/14] arm64/mm: Store the number of asid allocated per context
` [RFC v2 07/14] arm64/mm: Introduce NUM_ASIDS
` [RFC v2 08/14] arm64/mm: Split asid_inits in 2 parts
` [RFC v2 09/14] arm64/mm: Split the function check_and_switch_context in 3 parts
` [RFC v2 10/14] arm64/mm: Introduce a callback to flush the local context
` [RFC v2 11/14] arm64: Move the ASID allocator code in a separate file
` [RFC v2 12/14] arm64/lib: asid: Allow user to update the context under the lock
` [RFC v2 13/14] arm/kvm: Introduce a new VMID allocator
` [RFC v2 14/14] kvm/arm: Align the VMID allocation with the arm64 ASID one

[GIT PULL] KVM/arm fixes for 5.2-rc6
 2019-06-20 11:38 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: Implement vq_present() as a macro
` [PATCH 2/4] KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
` [PATCH 3/4] KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy
` [PATCH 4/4] KVM: arm/arm64: Fix emulated ptimer irq injection

[PATCH RFC 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2019-06-20  9:33 UTC  (13+ messages)
` [PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-19 11:44 UTC  (26+ messages)
` [PATCH v8 23/29] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v8 25/29] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH v3 0/2] KVM: arm64: Skip more of the SError vaxorcism
 2019-06-18 15:18 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm64: Re-mask SError after the one instruction window
` [PATCH v3 2/2] KVM: arm64: Skip more of the SError vaxorcism

[PATCH v3 0/6] KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291)
 2019-06-18 15:17 UTC  (7+ messages)
` [PATCH v3 1/6] arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS
` [PATCH v3 2/6] KVM: arm64: Abstract the size of the HYP vectors pre-amble
` [PATCH v3 3/6] KVM: arm64: Make indirect vectors preamble behaviour symmetric
` [PATCH v3 4/6] KVM: arm64: Consume pending SError as early as possible
` [PATCH v3 5/6] KVM: arm64: Defer guest entry when an asynchronous exception is pending
` [PATCH v3 6/6] arm64: Update silicon-errata.txt for Neoverse-N1 #1349291

[PATCH v2] KVM: arm64: Skip more of the SError vaxorcism
 2019-06-18 15:05 UTC  (5+ messages)

[PATCH v6 0/6] KASan for arm
 2019-06-17 22:11 UTC  (7+ messages)
` [PATCH v6 1/6] ARM: Add TTBR operator for kasan_init
` [PATCH v6 2/6] ARM: Disable instrumentation for some code
` [PATCH v6 3/6] ARM: Replace memory function for kasan
` [PATCH v6 4/6] ARM: Define the virtual space of KASan's shadow region
` [PATCH v6 5/6] ARM: Initialize the mapping of KASan shadow memory
` [PATCH v6 6/6] ARM: Enable KASan for arm

[PATCH] KVM: ARM64: Update perf event when setting PMU count value
 2019-06-17 19:24 UTC  (4+ messages)

[PATCH v10 0/5] KVM: arm/arm64: add support for chained counters
 2019-06-17 19:01 UTC  (6+ messages)
` [PATCH v10 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v10 2/5] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v10 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v10 4/5] KVM: arm/arm64: remove pmc->bitmask
` [PATCH v10 5/5] KVM: arm/arm64: support chained PMU counters

[PATCH v9 0/5] KVM: arm/arm64: add support for chained counters
 2019-06-17 18:06 UTC  (13+ messages)
` [PATCH v9 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v9 2/5] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v9 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v9 4/5] KVM: arm/arm64: remove pmc->bitmask
` [PATCH v9 5/5] KVM: arm/arm64: support chained PMU counters

[PATCH v1 0/5] perf kvm: Add stat support on arm64
 2019-06-17 11:19 UTC  (11+ messages)
` [PATCH v1 1/5] KVM: arm/arm64: Remove kvm_mmio_emulate tracepoint
` [PATCH v1 2/5] KVM: arm/arm64: Adjust entry/exit and trap related tracepoints
` [PATCH v1 3/5] perf tools arm64: Add support for get_cpuid() function
` [PATCH v1 4/5] perf,kvm/arm64: Add stat support on arm64
` [PATCH v1 5/5] perf,kvm/arm64: perf-kvm-stat to report VM TRAP

[PATCH v8 0/7] Add virtio-iommu driver
 2019-06-16 20:04 UTC  (8+ messages)
` [PATCH v8 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
    ` [virtio-dev] "
` [PATCH v8 5/7] iommu: Add virtio-iommu driver

[PATCH kvmtool 00/16] Support PCI BAR configuration
 2019-06-14  8:32 UTC  (4+ messages)
` [PATCH kvmtool 08/16] arm/pci: Do not use first PCI IO space bytes for devices

[PATCH] KVM: arm/arm64: fix emulated ptimer irq injection
 2019-06-13 15:45 UTC  (12+ messages)

[PATCH v8 0/6] KVM: arm/arm64: add support for chained counters
 2019-06-12 14:30 UTC  (11+ messages)
` [PATCH v8 4/6] arm64: perf: extract chain helper into header
` [PATCH v8 5/6] KVM: arm/arm64: remove pmc->bitmask
` [PATCH v8 6/6] KVM: arm/arm64: support chained PMU counters

[PATCH v4 REPOST] KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
 2019-06-12 12:44 UTC 

[PATCH v2 0/9] KVM: arm/arm64: vgic: ITS translation cache
 2019-06-12 12:28 UTC  (15+ messages)
` [PATCH v2 1/9] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH v2 2/9] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH v2 3/9] KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidation
` [PATCH v2 4/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands
` [PATCH v2 5/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
` [PATCH v2 6/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown
` [PATCH v2 7/9] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH v2 8/9] KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
` [PATCH v2 9/9] KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic

Reference count on pages held in secondary MMUs
 2019-06-11 11:51 UTC  (6+ messages)

[PATCH v2 0/6] KVM: arm64: Account host/guest SError more precisely (Neoverse-N1 #1349291)
 2019-06-10 17:01 UTC  (8+ messages)
` [PATCH v2 1/6] arm64: assember: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS
` [PATCH v2 2/6] KVM: arm64: Abstract the size of the HYP vectors pre-amble
` [PATCH v2 3/6] KVM: arm64: Make indirect vectors preamble behaviour symmetric
` [PATCH v2 4/6] KVM: arm64: Consume pending SError as early as possible
` [PATCH v2 5/6] KVM: arm64: Defer guest entry when an asynchronous exception is pending
` [PATCH v2 6/6] arm64: Update silicon-errata.txt for Neoverse-N1 #1349291

[PATCH V3] KVM: arm64: Implement vq_present() as a macro
 2019-06-10 10:00 UTC 

[PATCH V2] KVM: arm64: Implement vq_present() as a macro
 2019-06-10  9:56 UTC  (4+ messages)

[PATCH 0/8] KVM: arm/arm64: vgic: ITS translation cache
 2019-06-07 15:04 UTC  (17+ messages)
` [PATCH 1/8] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH 2/8] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH 3/8] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH 4/8] KVM: arm/arm64: vgic-its: Add kvm parameter to vgic_its_free_collection

[PATCH] KVM: arm64: Drop 'const' from argument of vq_present()
 2019-06-07 14:42 UTC  (4+ messages)

[PATCH kvmtool v4 0/8] arm64: Pointer Authentication and SVE support
 2019-06-07 11:26 UTC  (9+ messages)
` [PATCH kvmtool v4 1/8] update_headers.sh: Add missing shell quoting
` [PATCH kvmtool v4 2/8] update_headers.sh: Cleanly report failure on error
` [PATCH kvmtool v4 3/8] update_headers.sh: arm64: Copy sve_context.h if available
` [PATCH kvmtool v4 4/8] update_headers: Sync kvm UAPI headers with linux v5.2-rc1
` [PATCH kvmtool v4 5/8] KVM: arm/arm64: Add a vcpu feature for pointer authentication
` [PATCH kvmtool v4 6/8] KVM: arm/arm64: Back out ptrauth command-line arguments
` [PATCH kvmtool v4 7/8] arm/arm64: Factor out ptrauth vcpu feature setup
` [PATCH kvmtool v4 8/8] arm64: Add SVE support


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).