messages from 2025-03-24 19:00:35 to 2025-04-04 16:52:56 UTC [more...]
[PATCH kvmtool v2 0/9] arm: Drop support for 32-bit kvmtool
2025-04-04 16:52 UTC (4+ messages)
` [PATCH kvmtool v2 1/9] Drop support for 32-bit arm
` [PATCH kvmtool v2 2/9] arm64: Move arm64-only features into main directory
` [PATCH kvmtool v2 3/9] arm64: Combine kvm.c
[PATCH v2 0/9] Stage-2 huge mappings for pKVM np-guests
2025-04-04 16:47 UTC (10+ messages)
` [PATCH v2 1/9] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH v2 2/9] KVM: arm64: Add a range to __pkvm_host_share_guest()
` [PATCH v2 3/9] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
` [PATCH v2 8/9] KVM: arm64: Stage-2 huge mappings for np-guests
[6.1 PATCH RESEND 00/12] KVM: arm64: Backport of SVE fixes to v6.1
2025-04-04 13:23 UTC (13+ messages)
` [PATCH RESEND 6.1 01/12] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH RESEND 6.1 02/12] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH RESEND 6.1 03/12] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH RESEND 6.1 04/12] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH RESEND 6.1 05/12] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
` [PATCH RESEND 6.1 06/12] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
` [PATCH RESEND 6.1 07/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
` [PATCH RESEND 6.1 08/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
` [PATCH RESEND 6.1 09/12] KVM: arm64: Refactor exit handlers
` [PATCH RESEND 6.1 10/12] KVM: arm64: Mark some header functions as inline
` [PATCH RESEND 6.1 11/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH RESEND 6.1 12/12] KVM: arm64: Eagerly switch ZCR_EL{1,2}
[PATCH] arm64: Expose AIDR_EL1 via sysfs
2025-04-04 9:44 UTC (2+ messages)
[PATCH v2 0/3] KVM: arm64: Fixes for resolving the fault IPA
2025-04-03 15:45 UTC (9+ messages)
` [PATCH v2 1/3] KVM: arm64: Only read HPFAR_EL2 when value is architecturally valid
` [PATCH v2 2/3] arm64: Convert HPFAR_EL2 to sysreg table
` [PATCH v2 3/3] KVM: arm64: Don't translate FAR if invalid/unsafe
[PATCH v2 0/6] Add support for FEAT_{LS64, LS64_V} and related tests
2025-04-03 9:04 UTC (10+ messages)
` [PATCH v2 1/6] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v2 2/6] arm64: Add support for FEAT_{LS64, LS64_V}
` [PATCH v2 3/6] KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest
` [PATCH v2 4/6] kselftest/arm64: Add HWCAP test for FEAT_{LS64, LS64_V}
` [PATCH v2 5/6] arm64: Add ESR.DFSC definition of unsupported exclusive or atomic access
` [PATCH v2 6/6] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
[PATCH] smccc/kvm_guest: Remove the accidental semicolon
2025-04-03 9:01 UTC (5+ messages)
[PATCH 00/12] KVM: Make irqfd registration globally unique
2025-04-02 18:40 UTC (14+ messages)
` [PATCH 01/12] KVM: Use a local struct to do the initial vfs_poll() on an irqfd
` [PATCH 02/12] KVM: Acquire SCRU lock outside of irqfds.lock during assignment
` [PATCH 03/12] KVM: Initialize irqfd waitqueue callback when adding to the queue
` [PATCH 04/12] KVM: Add irqfd to KVM's list via the vfs_poll() callback
` [PATCH 05/12] KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock
` [PATCH 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters
` [PATCH 07/12] KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter
` [PATCH 08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
` [PATCH 09/12] KVM: Drop sanity check that per-VM list of irqfds is unique
` [PATCH 10/12] KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test
` [PATCH 11/12] KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD
` [PATCH 12/12] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements
[PATCH 0/3] KVM: arm64: Fixes for resolving the fault IPA
2025-04-02 17:01 UTC (10+ messages)
` [PATCH 1/3] KVM: arm64: Only read HPFAR_EL2 when value is architecturally valid
` [PATCH 2/3] arm64: Convert HPFAR_EL2 to sysreg table
` [PATCH 3/3] KVM: arm64: Don't translate FAR if invalid/unsafe
[RFC PATCH 0/7] KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests
2025-04-02 11:19 UTC (12+ messages)
` [RFC PATCH 1/7] firmware: smccc: Add macros for Trusted OS/App owner check on SMC value
` [RFC PATCH 2/7] tee: Add TEE Mediator module which aims to expose TEE to a KVM guest
` [RFC PATCH 3/7] KVM: Notify TEE Mediator when KVM creates and destroys guests
` [RFC PATCH 4/7] KVM: arm64: Forward guest CPU state to TEE mediator on SMC trap
` [RFC PATCH 5/7] tee: optee: Add OPTEE_SMC_VM_CREATED and OPTEE_SMC_VM_DESTROYED
` [RFC PATCH 6/7] tee: optee: Add OP-TEE Mediator
` [RFC PATCH 7/7] tee: optee: Notify TEE Mediator on OP-TEE driver initialization and release
[PATCH] smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI
2025-04-01 16:40 UTC (3+ messages)
[PATCH v4 0/3] KVM: arm64: Separate the hyp FF-A buffers init from the host
2025-04-01 12:55 UTC (13+ messages)
` [PATCH v4 1/3] KVM: arm64: Use the static initializer for the version lock
` [PATCH v4 2/3] firmware: arm_ffa: Move the ffa_to_linux definition to the ffa header
` [PATCH v4 3/3] KVM: arm64: Release the ownership of the hyp rx buffer to Trustzone
[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
2025-04-01 6:54 UTC (4+ messages)
[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
2025-03-31 14:56 UTC (20+ messages)
[kvm-unit-tests PATCH v3 0/5] arm64: Change the default QEMU CPU type to "max"
2025-03-31 13:54 UTC (13+ messages)
` [kvm-unit-tests PATCH v3 1/5] configure: arm64: Don't display 'aarch64' as the default architecture
` [kvm-unit-tests PATCH v3 2/5] configure: arm/arm64: Display the correct default processor
` [kvm-unit-tests PATCH v3 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v3 4/5] configure: Add --qemu-cpu option
` [kvm-unit-tests PATCH v3 5/5] arm64: Use -cpu max as the default for TCG
[PATCH 0/3] Two minor fixups around FEAT_E2H0
2025-03-31 8:00 UTC (8+ messages)
` [PATCH 1/3] arm64/cpufeature: Add missing id_aa64mmfr4 feature reg update
` [PATCH 2/3] arm64/cpufeature: Add cpucap for HCR_EL2.E2H RES1 (!FEAT_E2H0)
` [PATCH 3/3] KVM: arm64: Fix boot warning with kvm-arm.mode=nvhe on !FEAT_E2H0 platforms
[PATCH kvmtool 0/9] arm: Drop support for 32-bit kvmtool
2025-03-27 16:32 UTC (11+ messages)
` [PATCH kvmtool 1/9] Drop support for 32-bit arm
` [PATCH kvmtool 2/9] arm64: Move arm64-only features into main directory
` [PATCH kvmtool 3/9] arm64: Combine kvm.c
` [PATCH kvmtool 4/9] arm64: Merge kvm-cpu.c
` [PATCH kvmtool 5/9] arm64: Combine kvm-config-arch.h
` [PATCH kvmtool 6/9] arm64: Move remaining kvm/* headers
` [PATCH kvmtool 7/9] arm64: Move asm headers
` [PATCH kvmtool 8/9] arm64: Rename top-level directory
` [PATCH kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory
[RFC PATCH v3 5/8] KVM: arm64: Introduce module param to partition the PMU
2025-03-27 9:18 UTC (5+ messages)
[PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups
2025-03-27 3:24 UTC (2+ messages)
[PATCH for-10.1 v4 00/13] arm: rework id register storage
2025-03-26 17:37 UTC (14+ messages)
` [PATCH for-10.1 v4 01/13] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH for-10.1 v4 02/13] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH for-10.1 v4 03/13] arm/cpu: Store aa64isar1/2 into the idregs array
` [PATCH for-10.1 v4 04/13] arm/cpu: Store aa64pfr0/1 "
` [PATCH for-10.1 v4 05/13] arm/cpu: Store aa64mmfr0-3 "
` [PATCH for-10.1 v4 06/13] arm/cpu: Store aa64dfr0/1 "
` [PATCH for-10.1 v4 07/13] arm/cpu: Store aa64smfr0 "
` [PATCH for-10.1 v4 08/13] arm/cpu: Store id_isar0-7 "
` [PATCH for-10.1 v4 09/13] arm/cpu: Store id_pfr0/1/2 "
` [PATCH for-10.1 v4 10/13] arm/cpu: Store id_dfr0/1 "
` [PATCH for-10.1 v4 11/13] arm/cpu: Store id_mmfr0-5 "
` [PATCH for-10.1 v4 12/13] arm/cpu: Add sysreg generation scripts
` [PATCH for-10.1 v4 13/13] arm/cpu: switch to a generated cpu-sysregs.h.inc
[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-26 15:37 UTC (7+ messages)
` [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[RFC PATCH v3 7/8] perf: arm_pmuv3: Keep out of guest counter partition
2025-03-25 18:52 UTC (2+ messages)
[PATCH 6.1 00/12] KVM: arm64: Backport of SVE fixes to v6.1
2025-03-25 18:48 UTC (13+ messages)
` [PATCH 6.1 01/12] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH 6.1 02/12] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH 6.1 03/12] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH 6.1 04/12] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH 6.1 05/12] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
` [PATCH 6.1 06/12] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
` [PATCH 6.1 07/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
` [PATCH 6.1 08/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
` [PATCH 6.1 09/12] KVM: arm64: Refactor exit handlers
` [PATCH 6.1 10/12] KVM: arm64: Mark some header functions as inline
` [PATCH 6.1 11/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH 6.1 12/12] KVM: arm64: Eagerly switch ZCR_EL{1,2}
[RFC kvmtool 0/9] arm: Drop support for 32-bit kvmtool
2025-03-25 17:08 UTC (7+ messages)
` [RFC kvmtool 1/9] Drop support for 32-bit arm
` [RFC kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory
[PATCH] KVM: arm64: Make HCX writable from userspace
2025-03-25 16:20 UTC (2+ messages)
[PATCH 6.6 7/8] KVM: arm64: Mark some header functions as inline
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Mark some header functions as inline" has been added to the 6.6-stable tree
[PATCH 6.6 2/8] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state" has been added to the 6.6-stable tree
[PATCH 6.6 4/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN" has been added to the 6.6-stable tree
[PATCH 6.6 5/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN" has been added to the 6.6-stable tree
[PATCH 6.6 3/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Remove host FPSIMD saving for non-protected KVM" has been added to the 6.6-stable tree
[PATCH 6.6 6/8] KVM: arm64: Refactor exit handlers
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Refactor exit handlers" has been added to the 6.6-stable tree
[PATCH 6.6 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Eagerly switch ZCR_EL{1,2}" has been added to the 6.6-stable tree
[PATCH 6.6 1/8] KVM: arm64: Calculate cptr_el2 traps on activating traps
2025-03-25 11:28 UTC (2+ messages)
` Patch "KVM: arm64: Calculate cptr_el2 traps on activating traps" has been added to the 6.6-stable tree
[PATCH 6.12 v2 6/8] KVM: arm64: Refactor exit handlers
2025-03-24 18:59 UTC (2+ messages)
` Patch "KVM: arm64: Refactor exit handlers" has been added to the 6.12-stable tree
[PATCH 6.12 v2 2/8] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
2025-03-24 18:59 UTC (2+ messages)
` Patch "KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state" has been added to the 6.12-stable tree
[PATCH 6.12 v2 4/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
2025-03-24 18:59 UTC (2+ messages)
` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN" has been added to the 6.12-stable tree
[PATCH 6.12 v2 5/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
2025-03-24 18:59 UTC (2+ messages)
` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN" has been added to the 6.12-stable tree
[PATCH 6.12 v2 3/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
2025-03-24 18:59 UTC (2+ messages)
` Patch "KVM: arm64: Remove host FPSIMD saving for non-protected KVM" has been added to the 6.12-stable tree
[PATCH 6.12 v2 7/8] KVM: arm64: Mark some header functions as inline
2025-03-24 18:59 UTC (2+ messages)
` Patch "KVM: arm64: Mark some header functions as inline" has been added to the 6.12-stable tree
[PATCH 6.12 v2 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}
2025-03-24 18:59 UTC (2+ messages)
` Patch "KVM: arm64: Eagerly switch ZCR_EL{1,2}" has been added to the 6.12-stable tree
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