messages from 2022-02-08 15:32:50 to 2022-02-22 12:09:50 UTC [more...]
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-22 12:09 UTC (74+ 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 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v11 32/40] kselftest/arm64: Add tests for TPIDR2
` [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 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v11 40/40] kselftest/arm64: Add SME support to syscall ABI test
[PATCH kvmtool v2] aarch64: Add stolen time support
2022-02-22 10:51 UTC (5+ messages)
[PATCH kvmtool v3] aarch64: Add stolen time support
2022-02-22 10:08 UTC
[PATCH v5 00/27] KVM: arm64: Make CPU ID registers writable by userspace
2022-02-22 6:12 UTC (35+ 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
[PATCH v2 0/3] Plumb PSCI SYSTEM_RESET2 call for guests
2022-02-21 16:11 UTC (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Bump guest PSCI version to 1.1
` [PATCH v2 2/3] KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
` [PATCH v2 3/3] KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field
[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
2022-02-18 22:35 UTC (8+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks
[PATCH] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
2022-02-18 11:27 UTC (2+ messages)
[kvm-unit-tests PATCH] configure: arm: Fixes to build and run tests on Apple Silicon
2022-02-17 17:11 UTC (3+ messages)
[PATCH 1/2] KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd
2022-02-19 9:42 UTC (8+ messages)
` [PATCH 2/2] KVM: arm64: selftests: Introduce get_set_regs_perf test
[RFC PATCH v5 00/38] KVM: arm64: Add Statistical Profiling Extension (SPE) support
2022-02-18 4:41 UTC (15+ messages)
` [RFC PATCH v5 01/38] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM
` [RFC PATCH v5 02/38] KVM: arm64: Add lock/unlock memslot user API
` [RFC PATCH v5 03/38] KVM: arm64: Implement the memslot lock/unlock functionality
[PATCH 0/3] Plumb PSCI SYSTEM_RESET2 call for guests
2022-02-17 18:40 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: Bump guest PSCI version to 1.1
` [PATCH 2/3] KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
` [PATCH 3/3] KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field
[PATCH] KVM: arm64: Don't miss pending interrupts for suspended vCPU
2022-02-17 16:30 UTC (3+ messages)
[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2022-02-17 16:29 UTC (22+ 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 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 v6 34/64] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v6 36/64] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v6 37/64] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
[PATCH kvmtool] aarch64: Add stolen time support
2022-02-17 15:05 UTC (3+ messages)
[kvm-unit-tests PATCH 0/4] configure changes and rename --target-efi
2022-02-17 12:14 UTC (15+ 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 v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-02-16 16:21 UTC
[PATCH][kvmtool] virtio/pci: Signal INTx interrupts as level instead of edge
2022-02-16 16:11 UTC (2+ messages)
[PATCH kvmtool 0/3] Misc fixes
2022-02-16 16:11 UTC (5+ 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 0/7] KVM: arm64: Hypervisor stack enhancements
2022-02-14 22:03 UTC (12+ 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)
[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)
[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 (18+ 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 (12+ 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)
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