messages from 2024-11-12 10:39:03 to 2024-11-28 15:44:11 UTC [more...]
[PATCH] KVM: arm64: Always check the state from hyp_ack_unshare()
2024-11-28 15:44 UTC
[PATCH] arm64: Fix sve_vl() for build errors
2024-11-28 15:36 UTC (2+ messages)
[PATCH RESEND kvmtool 0/4] arm: Payload memory layout change
2024-11-28 15:12 UTC (5+ messages)
` [PATCH kvmtool 1/4] arm: Fix off-by-one errors when computing payload memory layout
` [PATCH kvmtool 2/4] arm: Check return value for host_to_guest_flat()
` [PATCH kvmtool 3/4] arm64: Use the kernel header image_size when loading into memory
` [RFC PATCH kvmtool 4/4] arm64: Increase the payload memory region size to 512MB
[PATCH kvmtool 0/4] arm: Payload memory layout change
2024-11-28 15:09 UTC
[PATCH] KVM: arm/arm64: vgic-its: Add error handling in vgic_its_cache_translation
2024-11-28 13:45 UTC
[PATCH v3 00/15] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-11-28 12:35 UTC (16+ messages)
` [PATCH v3 01/15] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v3 02/15] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v3 03/15] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v3 04/15] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v3 05/15] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v3 06/15] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v3 07/15] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v3 08/15] KVM: arm64: Remove fixed_config.h header
` [PATCH v3 09/15] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v3 10/15] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v3 11/15] KVM: arm64: Refactor kvm_reset_cptr_el2()
` [PATCH v3 12/15] KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
` [PATCH v3 13/15] KVM: arm64: Remove PtrAuth guest vcpu flag
` [PATCH v3 14/15] KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
` [PATCH v3 15/15] KVM: arm64: Renumber remaining vcpu guest configuration flags
[PATCH] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
2024-11-28 9:31 UTC (7+ messages)
[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
2024-11-28 8:43 UTC (25+ messages)
` [PATCH v4 01/16] KVM: Move KVM_REG_SIZE() definition to common uAPI header
` [PATCH v4 02/16] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
` [PATCH v4 03/16] KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
` [PATCH v4 04/16] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
` [PATCH v4 05/16] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
` [PATCH v4 06/16] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
` [PATCH v4 07/16] KVM: selftests: Compute number of extra pages needed "
` [PATCH v4 08/16] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
` [PATCH v4 09/16] KVM: selftests: Enable mmu_stress_test on arm64
` [PATCH v4 10/16] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
` [PATCH v4 11/16] KVM: selftests: Precisely limit the number of guest loops "
` [PATCH v4 12/16] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
` [PATCH v4 13/16] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
` [PATCH v4 14/16] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH v4 15/16] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH v4 16/16] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
[PATCH] KVM: arm64: Bump KVM_VCPU_MAX_FEATURES
2024-11-27 15:41 UTC (4+ messages)
[PATCH v7 00/12] kvm/coresight: Support exclude guest and exclude host
2024-11-27 10:08 UTC (13+ messages)
` [PATCH v7 04/12] KVM: arm64: Make vcpu flag macros more generic
` [PATCH v7 07/12] KVM: arm64: arm_spe: Give SPE enabled state to KVM
` [PATCH v7 11/12] KVM: arm64: Swap TRFCR on guest switch
` [PATCH v7 12/12] coresight: Pass guest TRFCR value to KVM
[PATCH v8 0/8] kvm/coresight: Support exclude guest and exclude host
2024-11-27 10:01 UTC (9+ messages)
` [PATCH v8 1/8] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH v8 2/8] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH v8 3/8] arm64/sysreg: Add a comment that the sysreg file should be sorted
` [PATCH v8 4/8] tools: arm64: Update sysreg.h header files
` [PATCH v8 5/8] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v8 6/8] KVM: arm64: coresight: Give TRBE enabled state to KVM
` [PATCH v8 7/8] KVM: arm64: Support trace filtering for guests
` [PATCH v8 8/8] coresight: Pass guest TRFCR value to KVM
[PATCH v2 00/12] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-11-27 9:06 UTC (19+ messages)
` [PATCH v2 01/12] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v2 02/12] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v2 03/12] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v2 04/12] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v2 05/12] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v2 06/12] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v2 07/12] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v2 08/12] KVM: arm64: Remove fixed_config.h header
` [PATCH v2 09/12] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v2 10/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v2 11/12] KVM: arm64: Refactor kvm_reset_cptr_el2()
` [PATCH v2 12/12] KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
[PATCH] KVM: arm64: Fix S1/S2 combination when FWB==1 and S2 has Device memory type
2024-11-26 18:48 UTC (5+ messages)
[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
2024-11-26 17:10 UTC (3+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
[PATCH] arm64: Fix usage of new shifted MDCR_EL2 values
2024-11-26 15:59 UTC (4+ messages)
[kvm-unit-tests PATCH] arm64: Add basic MTE test
2024-11-26 9:55 UTC
Using the ldp instruction to access the I/O address space in KVM mode causes an exception
2024-11-25 17:16 UTC
[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
2024-11-23 9:49 UTC (7+ messages)
[RFC PATCH 0/1] KVM selftests runner for running more than just default
2024-11-22 22:37 UTC (9+ messages)
[PATCH v2 00/16] KVM: arm64: Debug cleanups
2024-11-22 11:15 UTC (19+ messages)
` [PATCH v2 01/16] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH v2 02/16] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH v2 03/16] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH v2 04/16] KVM: arm64: Move host SME/SVE tracking flags to host data
` [PATCH v2 05/16] KVM: arm64: Evaluate debug owner at vcpu_load()
` [PATCH v2 06/16] KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler
` [PATCH v2 07/16] KVM: arm64: Select debug state to save/restore based on debug owner
` [PATCH v2 08/16] KVM: arm64: Remove debug tracepoints
` [PATCH v2 09/16] KVM: arm64: Remove vestiges of debug_ptr
` [PATCH v2 10/16] KVM: arm64: Use debug_owner to track if debug regs need save/restore
` [PATCH v2 11/16] KVM: arm64: Reload vCPU for accesses to OSLAR_EL1
` [PATCH v2 12/16] KVM: arm64: Compute MDCR_EL2 at vcpu_load()
` [PATCH v2 13/16] KVM: arm64: Don't hijack guest context MDSCR_EL1
` [PATCH v2 14/16] KVM: arm64: Manage software step state at load/put
` [PATCH v2 15/16] KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptions
` [PATCH v2 16/16] KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restore
[PATCH v1 00/12] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-11-21 13:30 UTC (18+ messages)
` [PATCH v1 01/12] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v1 02/12] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v1 03/12] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v1 04/12] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v1 05/12] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v1 06/12] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v1 07/12] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v1 08/12] KVM: arm64: Remove fixed_config.h header
` [PATCH v1 09/12] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v1 10/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v1 11/12] KVM: arm64: Update vcpu state with live value of VBAR_EL1 on injecting an exception
` [PATCH v1 12/12] fixup! KVM: arm64: Initialize feature id registers for protected VMs
[GIT PULL] First batch of KVM/arm64 fixes for 6.13
2024-11-21 12:57 UTC (3+ messages)
[PATCH v2 0/2] KVM: arm64: Fixes for PMU overflow state
2024-11-21 8:18 UTC (9+ messages)
` [PATCH v2 1/2] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
` [PATCH v2 2/2] KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp counters
[PATCH] KVM: arm64: Mark set_sysreg_masks() as inline to avoid build failure
2024-11-21 8:18 UTC (3+ messages)
[PATCH 0/4] KVM: arm64: vgic: Collection of fixes for 6.13
2024-11-21 8:18 UTC (7+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
` [PATCH 2/4] KVM: arm64: vgic: Make vgic_get_irq() more robust
` [PATCH 3/4] KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definition
` [PATCH 4/4] KVM: arm64: vgic-its: Add stronger type-checking to the ITS entry sizes
[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
2024-11-20 7:46 UTC (6+ messages)
[PATCH] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
2024-11-19 21:35 UTC (2+ messages)
[PATCH 0/4] Add support for NoTagAccess memory attribute
2024-11-15 16:23 UTC (8+ messages)
` [PATCH 4/4] arm64: mte: Use stage-2 NoTagAccess memory attribute if supported
[GIT PULL] KVM/arm64 changes for 6.13
2024-11-14 23:52 UTC (2+ messages)
[syzbot] [kvmarm?] WARNING in kvm_handle_mmio_return
2024-11-14 23:41 UTC (2+ messages)
[RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
2024-11-14 15:44 UTC (14+ messages)
` [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
[PATCH] KVM: arm64: Pass on SVE mapping failures
2024-11-12 19:13 UTC (4+ messages)
[PATCH] KVM: arm64: Don't save FP traps in default cptr_el2 value
2024-11-12 15:11 UTC (3+ 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