messages from 2024-05-07 21:47:34 to 2024-05-23 22:49:14 UTC [more...]
[PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
2024-05-23 22:48 UTC (11+ messages)
` [PATCH v2 1/6] KVM: Add a flag to track if a loaded vCPU is scheduled out
` [PATCH v2 2/6] KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
` [PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
` [PATCH v2 4/6] KVM: Delete the now unused kvm_arch_sched_in()
` [PATCH v2 5/6] KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU load
` [PATCH v2 6/6] KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()
[PATCH v6] KVM: arm64: Add early_param to control WFx trapping
2024-05-23 17:40 UTC
[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
2024-05-23 9:57 UTC (38+ messages)
` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
` [PATCH v2 06/14] arm64: Override set_fixmap_io
` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token
[PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
2024-05-22 23:32 UTC (2+ messages)
[PATCH v2 0/7] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
2024-05-22 14:49 UTC (18+ messages)
` [PATCH v2 1/7] KVM: arm64: Reintroduce __sve_save_state
` [PATCH v2 2/7] KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helper
` [PATCH v2 3/7] KVM: arm64: Specialize handling of host fpsimd state on trap
` [PATCH v2 4/7] KVM: arm64: Store the maximum sve vector length at hyp
` [PATCH v2 5/7] KVM: arm64: Allocate memory at hyp for host sve state in pKVM
` [PATCH v2 6/7] KVM: arm64: Eagerly restore host fpsimd/sve "
` [PATCH v2 7/7] KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve "
[PATCH RFC] KVM: arm64: allow ID_MMFR4_EL1 to be writable
2024-05-22 10:14 UTC (11+ messages)
[PATCH V17 2/9] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
2024-05-21 13:26 UTC (2+ messages)
[PATCH v1 0/7] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
2024-05-21 12:27 UTC (23+ messages)
` [PATCH v1 1/7] KVM: arm64: Reintroduce __sve_save_state
` [PATCH v1 2/7] KVM: arm64: Specialize deactivate fpsimd/sve traps on guest trap
` [PATCH v1 3/7] KVM: arm64: Specialize handling of host fpsimd state on trap
` [PATCH v1 4/7] KVM: arm64: Store the maximum sve vector length at hyp
` [PATCH v1 5/7] KVM: arm64: Allocate memory at hyp for host sve state in pKVM
` [PATCH v1 6/7] KVM: arm64: Eagerly restore host fpsimd/sve "
` [PATCH v1 7/7] KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve "
[PATCH v5] KVM: arm64: Add early_param to control WFx trapping
2024-05-16 16:02 UTC (3+ messages)
[PATCH v2 0/4] KVM: arm64: pKVM host proxy FF-A fixes
2024-05-15 17:22 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Trap FFA_VERSION host call in pKVM
` [PATCH v2 2/4] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
` [PATCH v2 3/4] KVM: arm64: Fix the identification range for the FF-A smcs
` [PATCH v2 4/4] KVM: arm64: Use FF-A 1.1 with pKVM
[PATCH 0/4] KVM: arm64: pKVM host proxy FF-A fixes
2024-05-15 15:40 UTC (4+ messages)
` [PATCH 2/4] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
[PATCH] KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx
2024-05-14 14:51 UTC
[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
2024-05-14 10:27 UTC (5+ messages)
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore
[PATCH v3 0/6] KVM: arm64: emulation for CTR_EL0
2024-05-14 7:22 UTC (7+ messages)
` [PATCH v3 1/6] KVM: arm64: unify code to prepare traps
` [PATCH v3 2/6] KVM: arm64: maintain per VM value for CTR_EL0
` [PATCH v3 3/6] KVM: arm64: add emulation for CTR_EL0 register
` [PATCH v3 4/6] KVM: arm64: show writable masks for feature registers
` [PATCH v3 5/6] KVM: arm64: rename functions for invariant sys regs
` [PATCH v3 6/6] KVM: selftests: arm64: Test writes to CTR_EL0
[PATCH v3 00/12] KVM: arm64: Add support for hypervisor kCFI
2024-05-13 17:30 UTC (22+ messages)
` [PATCH v3 01/12] KVM: arm64: Fix clobbered ELR in sync abort/SError
` [PATCH v3 02/12] KVM: arm64: Fix __pkvm_init_switch_pgd C signature
` [PATCH v3 03/12] KVM: arm64: Pass pointer to __pkvm_init_switch_pgd
` [PATCH v3 04/12] KVM: arm64: nVHE: Remove __guest_exit_panic path
` [PATCH v3 05/12] KVM: arm64: nVHE: Add EL2h sync exception handler
` [PATCH v3 06/12] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH v3 07/12] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH v3 08/12] arm64: Move esr_comment() to <asm/esr.h>
` [PATCH v3 09/12] KVM: arm64: VHE: Add test module for hyp kCFI
` [PATCH v3 10/12] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
` [PATCH v3 11/12] KVM: arm64: nVHE: Support test module for hyp kCFI
` [PATCH v3 12/12] KVM: arm64: Improve CONFIG_CFI_CLANG error message
[PATCH 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
2024-05-13 16:19 UTC (4+ messages)
` [PATCH 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
[PATCH 3/7] KVM: arm64: Only reset vCPU-scoped feature ID regs once
2024-05-13 13:31 UTC (2+ messages)
[PATCH 2/7] KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
2024-05-13 13:26 UTC (2+ messages)
[PATCH 1/7] KVM: arm64: Rename is_id_reg() to imply VM scope
2024-05-13 13:24 UTC (2+ messages)
[PATCH v4 00/30] KVM: arm64: Preamble for pKVM
2024-05-13 9:51 UTC (12+ messages)
` [PATCH v4 01/30] KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
[PATCH AUTOSEL 6.1 08/25] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
2024-05-13 8:27 UTC (3+ messages)
[PATCH 0/2] arm64: Drop ID_AA64PFR0_EL1_ELx_[64BIT_ONLY|32BIT_64BIT]
2024-05-13 5:28 UTC (7+ messages)
` [PATCH 1/2] KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1
[GIT PULL] KVM/arm64 updates for 6.10
2024-05-12 7:16 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/2] arm/arm64: Use 'max' cpu and gic types
2024-05-10 15:06 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/3] arm64: Prepare for LPA2
[PATCH v2 0/5] Define _GNU_SOURCE for sources using
2024-05-09 18:20 UTC (33+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE
[PATCH 0/7] KVM: arm64: Don't clobber CLIDR and MPIDR across vCPU reset
2024-05-09 17:45 UTC (2+ messages)
[PATCH v8 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-05-09 9:05 UTC (4+ messages)
` [PATCH v8 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v8 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v8 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test
[PATCH v7 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-05-09 8:31 UTC (6+ messages)
` [PATCH v7 2/3] "
[PATCH AUTOSEL 6.8 18/52] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
2024-05-08 17:55 UTC (3+ messages)
[PATCH v2 0/6] KVM: arm64: emulation for CTR_EL0
2024-05-08 17:18 UTC (5+ messages)
` [PATCH v2 4/6] KVM: arm64: add emulation for CTR_EL0 register
[PATCH v2] KVM: arm64: Destroy mpidr_data for 'late' vCPU creation
2024-05-08 15:43 UTC (2+ messages)
[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
2024-05-08 8:44 UTC (4+ messages)
` [PATCH v9 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
[PATCH] KVM: arm64: Destroy mpidr_data for 'late' vCPU creation
2024-05-08 6:50 UTC (3+ messages)
[PATCH 0/2] Tweaks to the kvm-arm.mode= early cmdline parsing
2024-05-08 6:14 UTC (2+ messages)
[PATCH] KVM: arm64: Correct BTYPE/SS in host SMC emulation
2024-05-08 6:04 UTC (3+ messages)
[PATCH AUTOSEL 6.6 15/43] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
2024-05-07 23:09 UTC
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