messages from 2023-06-09 09:24:41 to 2023-06-15 13:32:40 UTC [more...]
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2023-06-15 13:32 UTC (5+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
[PATCH v12 00/11] Support writable CPU ID registers from userspace
2023-06-15 13:30 UTC (17+ messages)
` [PATCH v12 01/11] KVM: arm64: Separate out feature sanitisation and initialisation
` [PATCH v12 02/11] KVM: arm64: Relax invariance of KVM_ARM_VCPU_POWER_OFF
` [PATCH v12 03/11] KVM: arm64: Make vCPU feature flags consistent VM-wide
` [PATCH v12 04/11] KVM: arm64: Rewrite IMPDEF PMU version as NI
` [PATCH v12 05/11] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v12 06/11] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v12 07/11] KVM: arm64: Use arm64_ftr_bits to sanitise ID register writes
` [PATCH v12 08/11] KVM: arm64: Use generic sanitisation for ID_(AA64)DFR0_EL1
` [PATCH v12 09/11] KVM: arm64: Use generic sanitisation for ID_AA64PFR0_EL1
` [PATCH v12 10/11] KVM: arm64: Handle ID register reads using the VM-wide values
` [PATCH v12 11/11] KVM: arm64: Rip out the vestiges of the 'old' ID register scheme
[PATCH] KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1
2023-06-15 13:20 UTC (2+ messages)
[PATCH v3] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-15 12:37 UTC (3+ messages)
[PATCH 0/3] KVM: arm64: Work around Ampere1 erratum AC03_CPU_38
2023-06-15 9:51 UTC (10+ messages)
` [PATCH 1/3] arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2
` [PATCH 2/3] KVM: arm64: Refactor HFGxTR configuration into separate helpers
` [PATCH 3/3] KVM: arm64: Prevent guests from enabling HA/HD on Ampere1
[PATCH kvmtool 00/21] arm64: Handle PSCI calls in userspace
2023-06-15 8:59 UTC (8+ messages)
` [PATCH kvmtool 12/21] Add helpers to pause the VM from vCPU thread
` [PATCH kvmtool 14/21] aarch64: Add skeleton implementation for PSCI
[PATCH v5 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-06-15 8:39 UTC (4+ messages)
[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
2023-06-15 6:21 UTC
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-06-15 3:55 UTC (27+ messages)
` [PATCH v4 01/16] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 04/16] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()
` [PATCH v4 05/16] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
` [PATCH v4 10/16] KVM: x86: Implement KVM_CAP_NOWAIT_ON_FAULT
[kvm-unit-tests PATCH] arm64: timer: ignore ISTATUS with disabled timer
2023-06-15 0:38 UTC
[PATCH V3 00/14] arm64/sysreg: Convert TRBE registers to automatic generation
2023-06-14 17:19 UTC (24+ messages)
` [PATCH V3 01/14] arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools format
` [PATCH V3 02/14] arm64/sysreg: Rename TRBPTR_EL1 "
` [PATCH V3 03/14] arm64/sysreg: Rename TRBBASER_EL1 "
` [PATCH V3 04/14] arm64/sysreg: Rename TRBSR_EL1 "
` [PATCH V3 05/14] arm64/sysreg: Rename TRBMAR_EL1 "
` [PATCH V3 06/14] arm64/sysreg: Rename TRBTRG_EL1 "
` [PATCH V3 07/14] arm64/sysreg: Rename TRBIDR_EL1 "
` [PATCH V3 08/14] arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generation
` [PATCH V3 09/14] arm64/sysreg: Convert TRBPTR_EL1 "
` [PATCH V3 10/14] arm64/sysreg: Convert TRBBASER_EL1 "
` [PATCH V3 11/14] arm64/sysreg: Convert TRBSR_EL1 "
` [PATCH V3 12/14] arm64/sysreg: Convert TRBMAR_EL1 "
` [PATCH V3 13/14] arm64/sysreg: Convert TRBTRG_EL1 "
` [PATCH V3 14/14] arm64/sysreg: Convert TRBIDR_EL1 "
[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
2023-06-14 16:16 UTC (34+ messages)
` [PATCH v3 01/17] KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()
` [PATCH v3 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH v3 03/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v3 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v3 06/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH v3 07/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH v3 08/17] KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context
` [PATCH v3 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH v3 10/17] KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is set
` [PATCH v3 11/17] KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHE
` [PATCH v3 12/17] KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is set
` [PATCH v3 13/17] KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
` [PATCH v3 14/17] KVM: arm64: Program the timer traps with VHE layout in hVHE mode
` [PATCH v3 15/17] KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set
` [PATCH v3 16/17] arm64: Allow arm64_sw.hvhe on command line
` [PATCH v3 17/17] KVM: arm64: Terrible timer hack for M1 with hVHE
` (subset) [PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
[PATCH v2] KVM: arm64: Use different pointer authentication keys for pKVM
2023-06-14 15:31 UTC (2+ messages)
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-06-14 15:08 UTC (14+ messages)
` [PATCH v10 07/59] arm64: Add AT operation encodings
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits
[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
2023-06-14 12:41 UTC (8+ messages)
[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
2023-06-14 12:28 UTC (9+ messages)
[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
2023-06-14 12:23 UTC (2+ messages)
[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-14 0:01 UTC (5+ messages)
[linux-next:master] BUILD REGRESSION 1f6ce8392d6ff486af5ca96df9ded5882c4b6977
2023-06-13 21:38 UTC
[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
2023-06-13 12:54 UTC (24+ messages)
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART through ACPI
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v6 28/32] arm64: Add support for efi in Makefile
[PATCH v2] KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
2023-06-13 12:16 UTC (2+ messages)
[PATCH V2 00/14] arm64/sysreg: Convert TRBE registers to automatic generation
2023-06-13 11:03 UTC (11+ messages)
` [PATCH V2 12/14] arm64/sysreg: Convert TRBMAR_EL1 register "
` [PATCH V2 14/14] arm64/sysreg: Convert TRBIDR_EL1 "
[PATCH] KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
2023-06-12 19:23 UTC (4+ messages)
[PATCH v2] runtime: Allow to specify properties for accelerator
2023-06-12 12:06 UTC (3+ messages)
[kvm-unit-tests PATCH] runtime: Allow to specify properties for accelerator
2023-06-12 11:18 UTC (3+ messages)
[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
2023-06-12 9:44 UTC (14+ messages)
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test
[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-12 7:11 UTC (5+ messages)
[PATCH 0/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
2023-06-11 5:03 UTC (6+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Introduce pmu_v3_is_supported() helper
` [PATCH 2/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
[PATCH v1 1/3] KVM: arm64: Consistently use free_removed_table() for stage-2
2023-06-09 22:58 UTC (5+ messages)
` [PATCH v1 3/3] KVM: arm64: Using rcu_read_lock() for kvm_pgtable_stage2_mkyoung()
[PATCH 0/3] Relax break-before-make use with FEAT_BBM
2023-06-09 15:44 UTC (8+ messages)
` [PATCH 2/3] KVM: arm64: Clear possible conflict aborts
` [PATCH 3/3] KVM: arm64: Skip break phase when we have FEAT_BBM level 2
[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
2023-06-09 13:04 UTC (3+ messages)
` kvm/arm64: Spark benchmark
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