messages from 2023-01-11 21:55:26 to 2023-01-19 17:36:24 UTC [more...]
[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation
2023-01-19 17:35 UTC (8+ messages)
` [PATCH 1/7] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH 3/7] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
` [PATCH 4/7] KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
` [PATCH 5/7] KVM: x86/MMU: Use gfn_t in kvm_flush_remote_tlbs_range()
` [PATCH 6/7] KVM: Allow range-based TLB invalidation from common code
` [PATCH 7/7] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
2023-01-19 17:24 UTC (7+ messages)
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
[PATCH] KVM: arm64: Pass the actual page address to mte_clear_page_tags()
2023-01-19 17:09 UTC
[PATCH 0/4] Improve dirty ring warning report
2023-01-19 15:47 UTC (11+ messages)
` [PATCH 1/4] KVM: arm64: Allow saving vgic3 LPI pending status in no running vcpu context
` [PATCH 2/4] KVM: arm64: Allow saving vgic3 pending tables "
` [PATCH 3/4] KVM: Refactor mark_page_dirty_in_slot()
` [PATCH 4/4] KVM: Improve warning report in mark_page_dirty_in_slot()
[kvm-unit-tests PATCH v4 0/2] arm: Add PSCI CPU_OFF test
2023-01-19 11:46 UTC (11+ messages)
` [kvm-unit-tests PATCH v4 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v4 2/2] arm/psci: Add PSCI CPU_OFF test case
[PATCH] KVM: arm64: vgic: Fix soft lockup during VM teardown
2023-01-19 14:16 UTC (7+ messages)
[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
2023-01-19 5:58 UTC (6+ messages)
` [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 "
[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-01-19 3:04 UTC (15+ messages)
` [PATCH v2 1/8] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH v2 2/8] KVM: arm64: PMU: Use reset_pmu_reg() for PMUSERENR_EL0 and PMCCFILTR_EL0
` [PATCH v2 3/8] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset
` [PATCH v2 4/8] KVM: arm64: PMU: Disallow userspace to set PMCR.N greater than the host value
` [PATCH v2 5/8] tools: arm64: Import perf_event.h
` [PATCH v2 6/8] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v2 7/8] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v2 8/8] KVM: selftests: aarch64: vPMU register test for unimplemented counters
[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
2023-01-18 9:21 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: selftests: Assign guest page size in sync area early "
[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
2023-01-16 16:04 UTC (22+ messages)
` [PATCH v4 01/21] arm64/sme: Rename za_state to sme_state
` [PATCH v4 02/21] arm64: Document boot requirements for SME 2
` [PATCH v4 03/21] arm64/sysreg: Update system registers for SME 2 and 2.1
` [PATCH v4 04/21] arm64/sme: Document SME 2 and SME 2.1 ABI
` [PATCH v4 05/21] arm64/esr: Document ISS for ZT0 being disabled
` [PATCH v4 06/21] arm64/sme: Manually encode ZT0 load and store instructions
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0
` [PATCH v4 08/21] arm64/sme: Add basic enumeration for SME2
` [PATCH v4 09/21] arm64/sme: Provide storage for ZT0
` [PATCH v4 10/21] arm64/sme: Implement context switching "
` [PATCH v4 11/21] arm64/sme: Implement signal handling for ZT
` [PATCH v4 12/21] arm64/sme: Implement ZT0 ptrace support
` [PATCH v4 13/21] arm64/sme: Add hwcaps for SME 2 and 2.1 features
` [PATCH v4 14/21] kselftest/arm64: Add a stress test program for ZT0
` [PATCH v4 15/21] kselftest/arm64: Cover ZT in the FP stress test
` [PATCH v4 16/21] kselftest/arm64: Enumerate SME2 in the signal test utility code
` [PATCH v4 17/21] kselftest/arm64: Teach the generic signal context validation about ZT
` [PATCH v4 18/21] kselftest/arm64: Add test coverage for ZT register signal frames
` [PATCH v4 19/21] kselftest/arm64: Add SME2 coverage to syscall-abi
` [PATCH v4 20/21] kselftest/arm64: Add coverage of the ZT ptrace regset
` [PATCH v4 21/21] kselftest/arm64: Add coverage of SME 2 and 2.1 hwcaps
[PATCH v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking
2023-01-16 4:54 UTC (8+ messages)
` [PATCH v10 4/7] "
[PATCH v2] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()
2023-01-15 11:32 UTC (2+ messages)
[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-01-14 17:58 UTC (11+ messages)
` [PATCH 1/9] KVM: arm64: Add KVM_PGTABLE_WALK_REMOVED into ctx->flags
` [PATCH 2/9] KVM: arm64: Add helper for creating removed stage2 subtrees
` [PATCH 3/9] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH 4/9] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH 5/9] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH 7/9] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH 8/9] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH 9/9] KVM: arm64: Use local TLBI on permission relaxation
[PATCH 0/2] KVM: arm64: Drop support for VPIPT i-cache policy
2023-01-13 17:25 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Disable KVM on systems with a VPIPT i-cache
` [PATCH 2/2] KVM: arm64: Remove VPIPT I-cache handling
[PATCH] KVM: arm64: Drop Columbia-hosted mailing list
2023-01-13 13:28 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 (3+ messages)
` [PATCH 4/5] KVM: arm64: Correctly handle page aging notifiers for unaligned memlsot
[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
[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 (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox