kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-03 17:56:18 to 2023-01-13 03:50:03 UTC [more...]

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-13  3:49 UTC 

[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
 2023-01-13  3:44 UTC  (6+ messages)
` [RFC PATCH 02/12] KVM: arm64: Allow visiting block PTEs in post-order

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

[PATCH v2 0/3] arm64/sysreg: ISR register conversions
 2023-01-12 17:50 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
 2023-01-12 15:48 UTC 

[PATCH] KVM: arm64: Kill CPACR_EL1_TTA definition
 2023-01-12 15:48 UTC 

[PATCH 0/5] KVM: arm64: Handle unaligned memslots in kvm_(test_)_age_gfn()
 2023-01-12 15:44 UTC  (9+ messages)
` [PATCH 1/5] KVM: arm64: Hoist S2 PTE definitions into kvm_pgtable.h
` [PATCH 2/5] KVM: arm64: Add a mask for all leaf PTE attributes
` [PATCH 3/5] KVM: arm64: Only return attributes from stage2_update_leaf_attrs()
` [PATCH 4/5] KVM: arm64: Correctly handle page aging notifiers for unaligned memlsot
` [PATCH 5/5] KVM: arm64: Consistently use KVM's types/helpers in kvm_age_gfn()

[PATCH 0/3] KVM: arm64: timer fixes and optimisations
 2023-01-12 12:38 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Don't arm a hrtimer for an already pending timer
` [PATCH 2/3] KVM: arm64: Reduce overhead of trapped timer sysreg accesses
` [PATCH 3/3] KVM: arm64: timers: Don't BUG() on unhandled timer trap

[kvm-unit-tests PATCH v2 0/1] Replace MAX_SMP probe loop
 2023-01-12  9:38 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly

[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
 2023-01-12  5:56 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/4] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH v3 2/4] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH v3 3/4] arm: pmu: Add tests for "
` [kvm-unit-tests PATCH v3 4/4] arm: pmu: Print counter values as hexadecimals

[PATCH v7 0/7] KVM: arm64: Normalize cache configuration
 2023-01-12  2:38 UTC  (8+ messages)
` [PATCH v7 1/7] arm64: Allow the definition of UNKNOWN system register fields
` [PATCH v7 2/7] arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
` [PATCH v7 3/7] arm64/sysreg: Add CCSIDR2_EL1
` [PATCH v7 4/7] arm64/cache: Move CLIDR macro definitions
` [PATCH v7 5/7] KVM: arm64: Always set HCR_TID2
` [PATCH v7 6/7] KVM: arm64: Mask FEAT_CCIDX
` [PATCH v7 7/7] KVM: arm64: Normalize cache configuration

[GIT PULL] KVM/arm64 fixes for 6.2, take #1
 2023-01-11 22:52 UTC  (3+ messages)

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2023-01-11 22:45 UTC  (7+ messages)
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault to common code

[PATCH v6 0/7] KVM: arm64: Normalize cache configuration
 2023-01-11 18:25 UTC  (9+ messages)
` [PATCH v6 1/7] arm64: Allow the definition of UNKNOWN system register fields
` [PATCH v6 2/7] arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
` [PATCH v6 3/7] arm64/sysreg: Add CCSIDR2_EL1
` [PATCH v6 4/7] arm64/cache: Move CLIDR macro definitions
` [PATCH v6 5/7] KVM: arm64: Always set HCR_TID2
` [PATCH v6 6/7] KVM: arm64: Mask FEAT_CCIDX
` [PATCH v6 7/7] KVM: arm64: Normalize cache configuration

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2023-01-11 16:23 UTC  (9+ messages)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files

[PATCH 0/7] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-11  0:55 UTC  (14+ messages)
` [PATCH 1/7] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH 2/7] KVM: arm64: PMU: Use reset_pmu_reg() for PMUSERENR_EL0 and PMCCFILTR_EL0

[RFC PATCH 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-01-10 17:35 UTC  (10+ messages)
` [RFC PATCH 1/6] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [RFC PATCH 2/6] KVM: arm64: Add support for FEAT_TLBIRANGE
` [RFC PATCH 3/6] KVM: Define kvm_flush_remote_tlbs_range
` [RFC PATCH 4/6] KVM: arm64: Optimize TLBIs in the dirty logging path
` [RFC PATCH 5/6] KVM: arm64: Optimize the stage2 map path with TLBI range instructions
` [RFC PATCH 6/6] KVM: arm64: Create a fast stage-2 unmap path

[PATCH v4 0/8] perf: Arm SPEv1.2 support
 2023-01-10  8:54 UTC  (18+ messages)
` [PATCH v4 1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v4 2/8] arm64: Drop SYS_ from SPE register defines
` [PATCH v4 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v4 4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v4 5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums
` [PATCH v4 6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
` [PATCH v4 7/8] perf: Add perf_event_attr::config3
` [PATCH v4 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[PATCH 0/4] KVM: selftests: aarch64: page_fault_test S1PTW related fixes
 2023-01-10  2:24 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: aarch64: Relax userfaultfd read vs. write checks
` [PATCH 2/4] KVM: selftests: aarch64: Do not default to dirty PTE pages on all S1PTWs
` [PATCH 3/4] KVM: selftests: aarch64: Fix check of dirty log PT write
` [PATCH 4/4] KVM: selftests: aarch64: Test read-only PT memory regions

[PATCH v5 0/7] KVM: arm64: Normalize cache configuration
 2023-01-08 18:54 UTC  (11+ messages)
` [PATCH v5 5/7] KVM: arm64: Always set HCR_TID2
` [PATCH v5 6/7] KVM: arm64: Mask FEAT_CCIDX
` [PATCH v5 7/7] KVM: arm64: Normalize cache configuration

Test archive migration
 2023-01-05 21:48 UTC 

[PATCH v4 0/7] KVM: arm64: Normalize cache configuration
 2023-01-05 20:48 UTC  (4+ messages)
` [PATCH v4 6/7] KVM: arm64: Mask FEAT_CCIDX

[PATCH rcu 02/27] arch/arm64/kvm: Remove "select SRCU"
 2023-01-05 15:42 UTC  (6+ messages)

KVM: arm64: A new approach for SPE support
 2023-01-04 12:29 UTC  (8+ messages)

[PATCH 0/3] KVM: arm64: M2 vgic maintenance interrupt rework pre-NV
 2023-01-03 18:09 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementations
` (subset) [PATCH 0/3] KVM: arm64: M2 vgic maintenance interrupt rework pre-NV

[PATCH] MAINTAINERS: Add Zenghui Yu as a KVM/arm64 reviewer
 2023-01-04  3:33 UTC  (4+ messages)

[PATCH 0/1] KVM: arm64: PMU: Fix PMCR_EL0 reset value
 2023-01-03 17:57 UTC  (3+ 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).