messages from 2023-01-27 11:28:42 to 2023-01-31 09:42:49 UTC [more...]
[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-01-31 9:25 UTC (62+ messages)
` [PATCH v8 01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v8 02/69] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH v8 03/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v8 04/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v8 05/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v8 06/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v8 07/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v8 08/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v8 09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v8 10/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v8 11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v8 12/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v8 13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v8 15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v8 16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v8 17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v8 18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v8 19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v8 20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v8 21/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v8 22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v8 23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v8 24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v8 25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v8 26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v8 27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v8 28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v8 29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v8 30/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v8 31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v8 33/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v8 34/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v8 35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v8 36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v8 37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v8 39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v8 40/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v8 41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v8 42/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v8 43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v8 44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v8 45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v8 46/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v8 47/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v8 48/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v8 49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v8 50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v8 52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v8 53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v8 54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v8 55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v8 56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v8 57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v8 58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v8 59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v8 60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v8 64/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v8 65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v8 66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v8 68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v8 69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
2023-01-31 6:56 UTC (5+ messages)
` [kvm-unit-tests PATCH v5 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case
[PATCH] arm64/sysreg: clean up some inconsistent indenting
2023-01-31 8:27 UTC
[kvm-unit-tests PATCH v3 0/1] arm: Replace MAX_SMP probe loop
2023-01-31 7:41 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
[kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
2023-01-31 7:38 UTC (3+ messages)
[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-01-31 1:18 UTC (8+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
[PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64
2023-01-30 19:13 UTC (2+ messages)
[PATCH] KVM: arm64: Drop Columbia-hosted mailing list
2023-01-30 18:31 UTC (2+ messages)
[kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
2023-01-30 19:17 UTC (2+ messages)
[PATCH 0/3] KVM: arm64: timer fixes and optimisations
2023-01-30 18:30 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION ae0c77e1bc6963c67c6c09e8c72959fcb1ed8d5f
2023-01-30 18:18 UTC
[GIT PULL] kvm/arm64 fixes for 6.2, take #3
2023-01-29 19:01 UTC
[PATCH v2 0/4] KVM: selftests: aarch64: page_fault_test S1PTW related fixes
2023-01-29 18:54 UTC (9+ messages)
` [PATCH v2 1/4] KVM: selftests: aarch64: Relax userfaultfd read vs. write checks
` [PATCH v2 2/4] KVM: selftests: aarch64: Do not default to dirty PTE pages on all S1PTWs
` [PATCH v2 3/4] KVM: selftests: aarch64: Fix check of dirty log PT write
` [PATCH v2 4/4] KVM: selftests: aarch64: Test read-only PT memory regions
[PATCH v3 0/4] Improve dirty ring warning report
2023-01-29 18:54 UTC (8+ messages)
` [PATCH v3 2/4] KVM: arm64: Add helper vgic_write_guest_lock()
` [PATCH v3 4/4] KVM: arm64: Allow no running vcpu on saving vgic3 pending table
[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
2023-01-28 15:12 UTC (3+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
[PATCH v4 0/4] Improve dirty ring warning report
2023-01-28 0:18 UTC (7+ messages)
` [PATCH v4 1/4] KVM: arm64: Include kvm_mmu.h from vgic.h
` [PATCH v4 2/4] KVM: arm64: Add helper vgic_write_guest_lock()
` [PATCH v4 3/4] KVM: arm64: Allow no running vcpu on restoring VGICv3 LPI pending status
` [PATCH v4 4/4] KVM: arm64: Allow no running vcpu on saving VGICv3 pending table
[RFC] Support for Arm CCA VMs on Linux
2023-01-27 15:26 UTC (96+ messages)
` [RFC PATCH 00/14] arm64: Support for running as a guest in Arm CCA
` [RFC PATCH 12/14] efi: arm64: Map Device with Prot Shared
` [RFC PATCH 13/14] arm64: realm: Support nonsecure ITS emulation shared
` [RFC PATCH 14/14] HACK: Accept prototype RSI version
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 01/28] arm64: RME: Handle Granule Protection Faults (GPFs)
` [RFC PATCH 02/28] arm64: RME: Add SMC definitions for calling the RMM
` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
` [RFC PATCH 05/28] arm64: RME: Define the user ABI
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
` [RFC PATCH 09/28] arm64: RME: RTT handling
` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
` [RFC PATCH 11/28] arm64: RME: Support for the VGIC in realms
` [RFC PATCH 12/28] KVM: arm64: Support timers in realm RECs
` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
` [RFC PATCH 14/28] arm64: RME: Handle realm enter/exit
` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory
` [RFC PATCH 18/28] KVM: arm64: Handle realm VCPU load
` [RFC PATCH 19/28] KVM: arm64: Validate register access for a Realm VM
` [RFC PATCH 20/28] KVM: arm64: Handle Realm PSCI requests
` [RFC PATCH 21/28] KVM: arm64: WARN on injected undef exceptions
` [RFC PATCH 22/28] arm64: Don't expose stolen time for realm guests
` [RFC PATCH 23/28] KVM: arm64: Allow activating realms
` [RFC PATCH 24/28] arm64: rme: allow userspace to inject aborts
` [RFC PATCH 25/28] arm64: rme: support RSI_HOST_CALL
` [RFC PATCH 26/28] arm64: rme: Allow checking SVE on VM instance
` [RFC PATCH 27/28] arm64: RME: Always use 4k pages for realms
` [RFC PATCH 28/28] HACK: Accept prototype RMI versions
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture
` [RFC kvmtool 01/31] arm64: Disable MTE when CFI flash is emulated
` [RFC kvmtool 02/31] script: update_headers: Ignore missing architectures
` [RFC kvmtool 03/31] hw: cfi flash: Handle errors in memory transitions
` [RFC kvmtool 04/31] Add --nocompat option to disable compat warnings
` [RFC kvmtool 05/31] arm64: Check pvtime support against the KVM instance
` [RFC kvmtool 06/31] arm64: Check SVE capability on the VM instance
` [RFC kvmtool 07/31] arm64: Add option to disable SVE
` [RFC kvmtool 08/31] linux: Update kernel headers for RME support
` [RFC kvmtool 09/31] arm64: Add --realm command line option
` [RFC kvmtool 10/31] arm64: Create a realm virtual machine
` [RFC kvmtool 11/31] arm64: Lock realm RAM in memory
` [RFC kvmtool 12/31] arm64: Create Realm Descriptor
` [RFC kvmtool 13/31] arm64: Add --measurement-algo command line option for a realm
` [RFC kvmtool 14/31] arm64: Add configuration step for Realms
` [RFC kvmtool 15/31] arm64: Add support for Realm Personalisation Value
` [RFC kvmtool 16/31] arm64: Add support for specifying the SVE vector length for Realm
` [RFC kvmtool 17/31] arm: Add kernel size to VM context
` [RFC kvmtool 18/31] arm64: Populate initial realm contents
` [RFC kvmtool 19/31] arm64: Don't try to set PSTATE for VCPUs belonging to a realm
` [RFC kvmtool 20/31] arm64: Finalize realm VCPU after reset
` [RFC kvmtool 21/31] init: Add last_{init, exit} list macros
` [RFC kvmtool 22/31] arm64: Activate realm before the first VCPU is run
` [RFC kvmtool 23/31] arm64: Specify SMC as the PSCI conduits for realms
` [RFC kvmtool 24/31] arm64: Don't try to debug a realm
` [RFC kvmtool 25/31] arm64: realm: Double the IPA space
` [RFC kvmtool 26/31] virtio: Add a wrapper for get_host_features
` [RFC kvmtool 27/31] virtio: Add arch specific hook for virtio host flags
` [RFC kvmtool 28/31] arm64: realm: Enforce virtio F_ACCESS_PLATFORM flag
` [RFC kvmtool 29/31] mmio: add arch hook for an unhandled MMIO access
` [RFC kvmtool 30/31] arm64: realm: inject an abort on "
` [RFC kvmtool 31/31] arm64: Allow the user to create a realm
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
` [RFC kvm-unit-tests 01/27] lib/string: include stddef.h for size_t
` [RFC kvm-unit-tests 02/27] arm: Expand SMCCC arguments and return values
` [RFC kvm-unit-tests 03/27] arm: realm: Add RSI interface header
` [RFC kvm-unit-tests 04/27] arm: Make physical address mask dynamic
` [RFC kvm-unit-tests 05/27] arm: Introduce NS_SHARED PTE attribute
` [RFC kvm-unit-tests 06/27] arm: Move io_init after vm initialization
` [RFC kvm-unit-tests 07/27] arm: realm: Make uart available before MMU is enabled
` [RFC kvm-unit-tests 08/27] arm: realm: Realm initialisation
` [RFC kvm-unit-tests 09/27] arm: realm: Add support for changing the state of memory
` [RFC kvm-unit-tests 10/27] arm: realm: Set RIPAS state for RAM
` [RFC kvm-unit-tests 11/27] arm: realm: Early memory setup
` [RFC kvm-unit-tests 12/27] arm: realm: Add RSI version test
` [RFC kvm-unit-tests 13/27] arm: selftest: realm: skip pabt test when running in a realm
` [RFC kvm-unit-tests 14/27] arm: realm: add hvc and RSI_HOST_CALL tests
` [RFC kvm-unit-tests 15/27] arm: realm: Add test for FPU/SIMD context save/restore
` [RFC kvm-unit-tests 16/27] arm: realm: Add tests for in realm SEA
` [RFC kvm-unit-tests 17/27] lib/alloc_page: Add shared page allocation support
` [RFC kvm-unit-tests 18/27] arm: gic-v3-its: Use shared pages wherever needed
` [RFC kvm-unit-tests 19/27] arm: realm: Enable memory encryption
` [RFC kvm-unit-tests 20/27] qcbor: Add QCBOR as a submodule
` [RFC kvm-unit-tests 21/27] arm: Add build steps for QCBOR library
` [RFC kvm-unit-tests 22/27] arm: Add a library to verify tokens using the "
` [RFC kvm-unit-tests 23/27] arm: realm: add RSI interface for attestation measurements
` [RFC kvm-unit-tests 24/27] arm: realm: Add helpers to decode RSI return codes
` [RFC kvm-unit-tests 25/27] arm: realm: Add Realm attestation tests
` [RFC kvm-unit-tests 26/27] arm: realm: Add a test for shared memory
` [RFC kvm-unit-tests 27/27] NOT-FOR-MERGING: add run-realm-tests
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