messages from 2022-02-04 12:05:18 to 2022-02-14 18:20:19 UTC [more...]
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-14 18:19 UTC (83+ messages)
` [PATCH v11 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v11 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v11 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v11 05/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v11 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v11 07/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v11 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v11 09/40] arm64/sme: Early CPU setup for SME
` [PATCH v11 10/40] arm64/sme: Basic enumeration support
` [PATCH v11 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v11 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v11 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v11 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v11 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v11 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v11 17/40] arm64/sme: Implement ZA "
` [PATCH v11 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v11 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v11 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v11 21/40] arm64/sme: Implement ZA "
` [PATCH v11 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v11 23/40] arm64/sme: Add ptrace support for ZA
` [PATCH v11 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v11 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v11 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v11 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v11 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v11 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v11 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v11 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v11 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v11 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v11 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v11 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v11 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v11 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v11 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v11 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v11 40/40] kselftest/arm64: Add SME support to syscall ABI test
[PATCH kvmtool 0/3] Misc fixes
2022-02-14 16:58 UTC (4+ messages)
` [PATCH kvmtool 1/3] Remove initrd magic check
` [PATCH kvmtool 2/3] arm: Use pr_debug() to print memory layout when loading a firmware image
` [PATCH kvmtool 3/3] arm: pci: Generate "msi-parent" property only with a MSI controller
[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2022-02-14 14:20 UTC (34+ messages)
` [PATCH v6 05/64] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v6 06/64] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v6 12/64] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v6 21/64] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v6 22/64] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v6 24/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v6 25/64] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v6 26/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v6 27/64] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v6 28/64] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v6 29/64] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v6 30/64] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v6 31/64] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v6 32/64] KVM: arm64: nv: Filter out unsupported features from ID regs
[PATCH 0/7] KVM: arm64: Hypervisor stack enhancements
2022-02-14 14:06 UTC (10+ messages)
` [PATCH 1/7] KVM: arm64: Map the stack pages in the 'private' range
` [PATCH 2/7] KVM: arm64: Factor out private range VA allocation
` [PATCH 3/7] arm64: asm: Introduce test_sp_overflow macro
` [PATCH 4/7] KVM: arm64: Allocate guard pages near hyp stacks
` [PATCH 5/7] KVM: arm64: Add Hyp overflow stack
` [PATCH 6/7] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH 7/7] KVM: arm64: Symbolize the nVHE HYP backtrace
[PATCH v2 kvmtool 00/10] arm64: Improve PMU support on heterogeneous systems
2022-02-14 10:20 UTC (2+ messages)
[PATCH v5 00/27] KVM: arm64: Make CPU ID registers writable by userspace
2022-02-14 6:57 UTC (28+ messages)
` [PATCH v5 01/27] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v5 02/27] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v5 03/27] KVM: arm64: Introduce struct id_reg_info
` [PATCH v5 04/27] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [PATCH v5 05/27] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [PATCH v5 06/27] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [PATCH v5 07/27] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [PATCH v5 08/27] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [PATCH v5 09/27] KVM: arm64: Make ID_AA64MMFR1_EL1 writable
` [PATCH v5 10/27] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest
` [PATCH v5 11/27] KVM: arm64: Make ID_AA64DFR0_EL1 writable
` [PATCH v5 12/27] KVM: arm64: Make ID_DFR0_EL1 writable
` [PATCH v5 13/27] KVM: arm64: Make MVFR1_EL1 writable
` [PATCH v5 14/27] KVM: arm64: Make ID registers without id_reg_info writable
` [PATCH v5 15/27] KVM: arm64: Add consistency checking for frac fields of ID registers
` [PATCH v5 16/27] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability
` [PATCH v5 17/27] KVM: arm64: Add kunit test for ID register validation
` [PATCH v5 18/27] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [PATCH v5 19/27] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [PATCH v5 20/27] KVM: arm64: Introduce framework to trap disabled features
` [PATCH v5 21/27] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [PATCH v5 22/27] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [PATCH v5 23/27] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [PATCH v5 24/27] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [PATCH v5 25/27] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [PATCH v5 26/27] KVM: arm64: Add kunit test for trap initialization
` [PATCH v5 27/27] KVM: arm64: selftests: Introduce id_reg_test
[PULL 18/38] hw/arm/virt: Honor highmem setting when computing the memory map
2022-02-13 12:57 UTC (5+ messages)
[GIT PULL] KVM/arm64 fixes for 5.17, take #3
2022-02-11 17:11 UTC (2+ messages)
[kvm-unit-tests PATCH 0/4] configure changes and rename --target-efi
2022-02-11 16:19 UTC (14+ messages)
` [kvm-unit-tests PATCH 1/4] configure: Fix whitespaces for the --gen-se-header help text
` [kvm-unit-tests PATCH 2/4] configure: Restrict --target-efi to x86_64
` [kvm-unit-tests PATCH 3/4] configure: Make the --target option available to all architectures
` [kvm-unit-tests PATCH RFC 4/4] Rename --target-efi to --efi-payload
[PATCH v2 1/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
2022-02-11 5:04 UTC (7+ messages)
[PATCH v3 0/5] Improve KVM's interaction with CPU hotplug
2022-02-09 19:52 UTC (3+ messages)
` [PATCH v3 2/5] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
2022-02-10 5:33 UTC (27+ messages)
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest
` [RFC PATCH v4 04/26] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v4 20/26] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [RFC PATCH v4 23/26] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
[PATCH v4 0/6] KVM: arm64: Improve PMU support on heterogeneous systems
2022-02-08 17:55 UTC (2+ messages)
KVM/arm64: Guest ABI changes do not appear rollback-safe
2022-02-08 17:48 UTC (21+ messages)
[PATCH v4 0/4] kvm/arm: New VMID allocator based on asid
2022-02-08 17:37 UTC (2+ messages)
[PATCH v2 0/5] kvm: selftests: aarch64: some fixes for vgic_irq
2022-02-08 17:37 UTC (2+ messages)
[PATCH v5 0/6] KVM: arm64: Emulate the OS Lock
2022-02-08 17:37 UTC (2+ messages)
[PATCH] KVM: arm64: Drop unused param from kvm_psci_version()
2022-02-08 17:37 UTC (2+ messages)
[PATCH v2 0/3] ARM64: Guest performance improvement during dirty
2022-02-08 17:37 UTC (2+ messages)
[PATCH v2] KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at Hyp
2022-02-08 17:37 UTC (2+ messages)
[PATCH v1 0/2] KVM: arm64: Additional documentation of the FP code
2022-02-08 17:37 UTC (2+ messages)
[PATCH] KVM: arm64: vgic: Read HW interrupt pending state from the HW
2022-02-08 17:29 UTC (2+ messages)
[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
2022-02-07 2:55 UTC (8+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks
[GIT PULL] KVM/arm64 fixes for 5.17, take #2
2022-02-05 6:09 UTC (2+ 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