messages from 2022-04-08 00:41:47 to 2022-04-19 06:57:51 UTC [more...]
[PATCH v7 00/38] KVM: arm64: Make CPU ID registers writable by userspace
2022-04-19 6:55 UTC (24+ messages)
` [PATCH v7 01/38] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v7 02/38] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v7 03/38] KVM: arm64: Introduce struct id_reg_desc
` [PATCH v7 04/38] KVM: arm64: Generate id_reg_desc's ftr_bits at KVM init when needed
` [PATCH v7 05/38] KVM: arm64: Prohibit modifying values of ID regs for 32bit EL1 guests
` [PATCH v7 06/38] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [PATCH v7 07/38] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [PATCH v7 08/38] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [PATCH v7 09/38] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [PATCH v7 10/38] KVM: arm64: Make ID_AA64ISAR2_EL1 writable
` [PATCH v7 11/38] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [PATCH v7 12/38] KVM: arm64: Add a KVM flag indicating emulating debug regs access is needed
` [PATCH v7 13/38] KVM: arm64: Emulate dbgbcr/dbgbvr accesses
` [PATCH v7 14/38] KVM: arm64: Emulate dbgwcr accesses
` [PATCH v7 15/38] KVM: arm64: Make ID_AA64DFR0_EL1/ID_DFR0_EL1 writable
` [PATCH v7 16/38] KVM: arm64: KVM: arm64: Make ID_DFR1_EL1 writable
` [PATCH v7 17/38] KVM: arm64: KVM: arm64: Make ID_MMFR0_EL1 writable
` [PATCH v7 18/38] KVM: arm64: Make MVFR1_EL1 writable
` [PATCH v7 19/38] KVM: arm64: Add remaining ID registers to id_reg_desc_table
` [PATCH v7 20/38] KVM: arm64: Use id_reg_desc_table for ID registers
` [PATCH v7 21/38] KVM: arm64: Add consistency checking for frac fields of "
` [PATCH v7 22/38] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability
` [PATCH v7 24/38] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
2022-04-19 3:09 UTC (27+ messages)
` [RFC PATCH 01/17] KVM: arm64: Directly read owner id field in stage2_pte_is_counted()
` [RFC PATCH 02/17] KVM: arm64: Only read the pte once per visit
` [RFC PATCH 03/17] KVM: arm64: Return the next table from map callbacks
` [RFC PATCH 04/17] KVM: arm64: Protect page table traversal with RCU
` [RFC PATCH 05/17] KVM: arm64: Take an argument to indicate parallel walk
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 07/17] KVM: arm64: Enlighten perm relax path about "
` [RFC PATCH 08/17] KVM: arm64: Spin off helper for initializing table pte
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk
` [RFC PATCH 10/17] KVM: arm64: Assume a table pte is already owned in post-order traversal
` [RFC PATCH 11/17] KVM: arm64: Move MMU cache init/destroy into helpers
` [RFC PATCH 12/17] KVM: arm64: Stuff mmu page cache in sub struct
` [RFC PATCH 13/17] KVM: arm64: Setup cache for stage2 page headers
` [RFC PATCH 14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk
` [RFC PATCH 15/17] KVM: arm64: Allow parallel calls to kvm_pgtable_stage2_map()
` [RFC PATCH 16/17] KVM: arm64: Enable parallel stage 2 MMU faults
` [RFC PATCH 17/17] TESTONLY: KVM: arm64: Add super lazy accounting of stage 2 table pages
[PATCH v7 0/6] KVM: arm64: Hypervisor stack enhancements
2022-04-19 2:42 UTC (16+ messages)
` [PATCH v7 1/6] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v7 2/6] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v7 3/6] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v7 4/6] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v7 5/6] KVM: arm64: Detect and handle hypervisor stack overflows
` [PATCH v7 6/6] KVM: arm64: Symbolize the nVHE HYP addresses
[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
2022-04-18 2:53 UTC (28+ messages)
` [PATCH v5 01/10] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v5 02/10] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v5 04/10] KVM: arm64: Add vendor hypervisor firmware register
` [PATCH v5 06/10] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v5 08/10] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v5 10/10] selftests: KVM: aarch64: Add KVM_REG_ARM_FW_REG(3) to get-reg-list
[PATCH 0/5] KVM: Clean up debugfs+stats init/destroy
2022-04-15 20:19 UTC
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-14 16:50 UTC (19+ messages)
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU
[PATCH 00/10] arm64: Add initial support for FEAT_WFxT
2022-04-13 13:46 UTC (15+ messages)
` [PATCH 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition
` [PATCH 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS
` [PATCH 03/10] KVM: arm64: Simplify kvm_cpu_has_pending_timer()
` [PATCH 04/10] KVM: arm64: Introduce kvm_counter_compute_delta() helper
` [PATCH 05/10] KVM: arm64: Handle blocking WFIT instruction
` [PATCH 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions
` [PATCH 07/10] KVM: arm64: Expose the WFXT feature to guests
` [PATCH 08/10] arm64: Add HWCAP advertising FEAT_WFXT
` [PATCH 09/10] arm64: Add wfet()/wfit() helpers
` [PATCH 10/10] arm64: Use WFxT for __delay() when possible
[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
2022-04-14 5:40 UTC (17+ messages)
` [PATCH v5 01/13] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
` [PATCH v5 02/13] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v5 03/13] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v5 04/13] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v5 05/13] KVM: Create helper for setting a system event exit
` [PATCH v5 06/13] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v5 08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v5 09/13] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v5 10/13] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v5 11/13] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v5 12/13] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v5 13/13] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
[PATCH v13 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
2022-04-13 14:31 UTC (41+ messages)
` [PATCH v13 01/39] kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()
` [PATCH v13 02/39] kselftest/arm64: Remove assumption that tasks start FPSIMD only
` [PATCH v13 03/39] kselftest/arm64: Validate setting via FPSIMD and read via SVE regsets
` [PATCH v13 04/39] arm64/sme: Provide ABI documentation for SME
` [PATCH v13 05/39] arm64/sme: System register and exception syndrome definitions
` [PATCH v13 06/39] arm64/sme: Manually encode SME instructions
` [PATCH v13 07/39] arm64/sme: Early CPU setup for SME
` [PATCH v13 08/39] arm64/sme: Basic enumeration support
` [PATCH v13 09/39] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v13 10/39] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v13 11/39] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v13 12/39] arm64/sme: Implement support for TPIDR2
` [PATCH v13 13/39] arm64/sme: Implement SVCR context switching
` [PATCH v13 14/39] arm64/sme: Implement streaming SVE "
` [PATCH v13 15/39] arm64/sme: Implement ZA "
` [PATCH v13 16/39] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v13 17/39] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v13 18/39] arm64/sme: Implement streaming SVE signal handling
` [PATCH v13 19/39] arm64/sme: Implement ZA "
` [PATCH v13 20/39] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v13 21/39] arm64/sme: Add ptrace support for ZA
` [PATCH v13 22/39] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v13 23/39] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v13 24/39] KVM: arm64: Hide SME system registers from guests
` [PATCH v13 25/39] KVM: arm64: Trap SME usage in guest
` [PATCH v13 26/39] KVM: arm64: Handle SME host state when running guests
` [PATCH v13 27/39] arm64/sme: Provide Kconfig for SME
` [PATCH v13 28/39] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v13 29/39] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v13 30/39] kselftest/arm64: Add tests for TPIDR2
` [PATCH v13 31/39] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v13 32/39] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v13 33/39] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v13 34/39] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v13 35/39] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v13 36/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v13 37/39] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v13 38/39] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v13 39/39] selftests/arm64: Add a testcase for handling of ZA on clone()
[PATCH v6 0/8] KVM: arm64: Hypervisor stack enhancements
2022-04-13 13:58 UTC (5+ messages)
` [PATCH v6 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace
[PATCH v3 kvmtool 00/11] arm64: Improve PMU support on heterogeneous systems
2022-04-12 13:32 UTC (12+ messages)
` [PATCH v3 kvmtool 01/11] linux/err.h: Add missing stdbool.h include
` [PATCH v3 kvmtool 02/11] linux/bitops.h: Include wordsize.h to provide the __WORDSIZE define
` [PATCH v3 kvmtool 03/11] arm/arm64: pmu.h: Add missing header guards
` [PATCH v3 kvmtool 04/11] arm: Move arch specific VCPU features to the arch specific function
` [PATCH v3 kvmtool 05/11] arm: Get rid of the ARM_VCPU_FEATURE_FLAGS() macro
` [PATCH v3 kvmtool 06/11] arm: Make the PMUv3 emulation code arm64 specific
` [PATCH v3 kvmtool 07/11] arm64: Rework set_pmu_attr()
` [PATCH v3 kvmtool 08/11] Add cpumask functions
` [PATCH v3 kvmtool 09/11] update_headers.sh: Sync ABI headers with Linux v5.18-rc2
` [PATCH v3 kvmtool 10/11] arm64: Add support for KVM_ARM_VCPU_PMU_V3_SET_PMU
` [PATCH v3 kvmtool 11/11] arm64: Add --vcpu-affinity command line argument
[PATCH 0/5] arm64: Treat ESR_ELx as a 64-bit register
2022-04-12 11:30 UTC (5+ messages)
` [PATCH 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high
[GIT PULL] KVM/arm64 fixes for 5.18, take #1
2022-04-08 16:31 UTC (2+ messages)
[PATCH v1 0/3] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
2022-04-08 8:40 UTC (4+ messages)
` [PATCH v1 1/3] KVM: arm64: Wrapper for getting pmu_events
` [PATCH v1 2/3] KVM: arm64: Pass pmu events to hyp via vcpu
` [PATCH v1 3/3] KVM: arm64: Reenable pmu in Protected Mode
[PATCH v3 00/13] KVM: selftests: Add aarch64/page_fault_test
2022-04-08 0:41 UTC (4+ messages)
` [PATCH v3 11/13] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test
` [PATCH v3 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v3 13/13] KVM: selftests: aarch64: Add mix of "
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