kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-10 13:21:05 to 2020-12-29 19:27:24 UTC [more...]

[PATCH 00/17] arm64: Early CPU feature override, and an application to VHE
 2020-12-29 19:27 UTC  (19+ messages)
` [PATCH 01/17] arm64: Fix labels in el2_setup macros
` [PATCH 02/17] arm64: Fix outdated TCR setup comment
` [PATCH 03/17] arm64: Turn the MMU-on sequence into a macro
` [PATCH 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH 05/17] arm64: Initialise as nVHE before switching to VHE
` [PATCH 06/17] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH 07/17] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH 08/17] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH 09/17] arm64: cpufeature: Add global feature override facility
` [PATCH 10/17] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH 11/17] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH 12/17] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH 13/17] arm64: Honor VHE being disabled from the command-line
` [PATCH 14/17] arm64: Add an aliasing facility for the idreg override
` [PATCH 15/17] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH 16/17] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH 17/17] arm64: Move "nokaslr" over to the early cpufeature infrastructure

[PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
 2020-12-29 17:16 UTC  (3+ messages)

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-12-29  8:50 UTC  (5+ messages)

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2020-12-28 15:41 UTC  (12+ messages)
` [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH 0/5] KVM: arm64: Miscellaneous improvements
 2020-12-27 14:41 UTC  (13+ messages)
` [PATCH 2/5] KVM: arm64: arch_timer: Remove VGIC initialization check
` [PATCH 3/5] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
` [PATCH 4/5] KVM: arm64: Update comment in kvm_vgic_map_resources()
` [PATCH 5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()

[PATCH] arm64: Fix labels in el2_setup macros
 2020-12-23 12:11 UTC 

[PATCH] KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
 2020-12-23 12:08 UTC 

[PATCH 0/6] Fixes and cleanups of PSCI relay for kvmarm/next
 2020-12-22 16:06 UTC  (6+ messages)
` [PATCH 1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2020-12-18 18:36 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 01/12] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH v2 02/12] lib: arm/arm64: gicv2: "
` [kvm-unit-tests PATCH v2 03/12] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH v2 04/12] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v2 05/12] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH v2 06/12] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH v2 07/12] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v2 09/12] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v2 11/12] lib: arm64: gic-v3-its: Add wmb() barrier before INT command
` [kvm-unit-tests PATCH v2 12/12] arm64: gic: Use IPI test checking for the LPI tests

[PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
 2020-12-18  8:21 UTC  (11+ messages)
` [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
  ` [kbuild] "
` [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope

[kvm-unit-tests PATCH] arm64: microbench: fix unexpected PPI
 2020-12-18  8:07 UTC  (2+ messages)

[PATCH] arm64: Work around broken GCC 4.9 handling of "S" constraint
 2020-12-17 14:13 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/1] Don't access PMU when not present
 2020-12-17 12:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/1] arm: pmu: Don't read PMCR if PMU is "

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2020-12-17 11:49 UTC  (3+ messages)
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type

[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2020-12-17  4:19 UTC  (13+ messages)
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-17  1:47 UTC  (10+ messages)

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-16 12:37 UTC  (7+ messages)
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions

[RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2020-12-16  1:45 UTC  (11+ messages)

[GIT PULL] KVM/arm64 updates for 5.11
 2020-12-14 17:56 UTC  (2+ messages)

[PATCH v4 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-12-11 17:31 UTC  (9+ messages)
` [PATCH v4 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v4 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v4 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v4 4/5] arm64: Add "
` [PATCH v4 5/5] KVM: arm64: implement the TRNG hypervisor call

[PATCH v2 0/2] KVM: arm64: Optimize the wait for the completion of the VPT analysis
 2020-12-11 15:01 UTC  (2+ messages)

[PATCH kvmtool] arm64: Determine kernel offset even on non-seekable file descriptors
 2020-12-10 18:42 UTC  (3+ messages)

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-12-10 16:00 UTC  (67+ messages)
` [PATCH v3 01/66] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v3 02/66] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v3 03/66] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v3 04/66] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v3 05/66] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v3 06/66] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v3 07/66] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v3 08/66] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v3 10/66] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v3 11/66] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v3 12/66] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v3 13/66] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v3 14/66] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v3 15/66] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v3 16/66] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v3 17/66] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v3 18/66] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v3 19/66] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v3 20/66] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v3 21/66] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v3 22/66] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v3 23/66] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
` [PATCH v3 24/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v3 25/66] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v3 26/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v3 27/66] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v3 28/66] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v3 29/66] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v3 30/66] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v3 31/66] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v3 32/66] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 34/66] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v3 35/66] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v3 36/66] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v3 37/66] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v3 38/66] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v3 39/66] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v3 40/66] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v3 41/66] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v3 42/66] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v3 43/66] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v3 44/66] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v3 45/66] KVM: arm64: nv: Load timer before the GIC
` [PATCH v3 46/66] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v3 47/66] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v3 48/66] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v3 49/66] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v3 50/66] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v3 51/66] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v3 52/66] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v3 53/66] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v3 54/66] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v3 55/66] KVM: arm64: Allow populating S2 SW bits
` [PATCH v3 56/66] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v3 57/66] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v3 58/66] KVM: arm64: Map VNCR-capable registers to a separate page
` [PATCH v3 59/66] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v3 60/66] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v3 61/66] KVM: arm64: nv: Synchronize PSTATE early on exit
` [PATCH v3 62/66] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v3 63/66] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v3 64/66] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v3 65/66] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v3 66/66] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2020-12-10 14:29 UTC  (22+ messages)
` [PATCH kvmtool 01/21] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool 02/21] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool 03/21] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool 04/21] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool 05/21] hw/i8042: Clean up data types
` [PATCH kvmtool 06/21] hw/i8042: Refactor trap handler
` [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool 08/21] x86/ioport: Refactor "
` [PATCH kvmtool 09/21] x86/ioport: Switch to new "
` [PATCH kvmtool 10/21] hw/rtc: Refactor "
` [PATCH kvmtool 11/21] hw/rtc: Switch to new trap handler
` [PATCH kvmtool 12/21] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool 13/21] hw/serial: Refactor trap handler
` [PATCH kvmtool 14/21] hw/serial: Switch to new trap handlers
` [PATCH kvmtool 15/21] vfio: Refactor ioport trap handler
` [PATCH kvmtool 16/21] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool 17/21] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool 18/21] pci: "
` [PATCH kvmtool 19/21] Remove ioport specific routines
` [PATCH kvmtool 20/21] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool 21/21] hw/rtc: "

[PATCH v2 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
 2020-12-10 13:53 UTC  (2+ messages)


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