Show patches with: Submitter = Oliver Upton       |   234 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/2] KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE KVM: arm64: Minor pKVM cleanups - 1 - --- 2022-05-09 Oliver Upton New
[1/2] KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler KVM: arm64: Minor pKVM cleanups - 1 - --- 2022-05-09 Oliver Upton New
[v6,12/12] selftests: KVM: Test SYSTEM_SUSPEND PSCI call KVM: arm64: PSCI SYSTEM_SUSPEND support - - - --- 2022-05-04 Oliver Upton New
[v6,11/12] selftests: KVM: Refactor psci_test to make it amenable to new tests KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v6,10/12] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test KVM: arm64: PSCI SYSTEM_SUSPEND support - - - --- 2022-05-04 Oliver Upton New
[v6,09/12] selftests: KVM: Create helper for making SMCCC calls KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v6,08/12] selftests: KVM: Rename psci_cpu_on_test to psci_test KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v6,07/12] KVM: arm64: Implement PSCI SYSTEM_SUSPEND KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v6,06/12] KVM: arm64: Add support for userspace to suspend a vCPU KVM: arm64: PSCI SYSTEM_SUSPEND support - - - --- 2022-05-04 Oliver Upton New
[v6,05/12] KVM: arm64: Return a value from check_vcpu_requests() KVM: arm64: PSCI SYSTEM_SUSPEND support - - - --- 2022-05-04 Oliver Upton New
[v6,04/12] KVM: arm64: Rename the KVM_REQ_SLEEP handler KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v6,03/12] KVM: arm64: Track vCPU power state using MP state values KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v6,02/12] KVM: arm64: Dedupe vCPU power off helpers KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v6,01/12] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2 KVM: arm64: PSCI SYSTEM_SUSPEND support - 1 - --- 2022-05-04 Oliver Upton New
[v4,7/7] Revert "KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not set" KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-05-03 Oliver Upton New
[v4,6/7] KVM/arm64: Hide AArch32 PMU registers when not available KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-05-03 Oliver Upton New
[v4,5/7] KVM: arm64: Start trapping ID registers for 32 bit guests KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-05-03 Oliver Upton New
[v4,4/7] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-05-03 Oliver Upton New
[v4,3/7] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-05-03 Oliver Upton New
[v4,2/7] KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-05-03 Oliver Upton New
[v4,1/7] KVM: arm64: Return a bool from emulate_cp() KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-05-03 Oliver Upton New
[v3,5/5] KVM: arm64: Start trapping ID registers for 32 bit guests KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-04-25 Oliver Upton New
[v3,4/5] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-04-25 Oliver Upton New
[v3,3/5] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-04-25 Oliver Upton New
[v3,2/5] KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-04-25 Oliver Upton New
[v3,1/5] KVM: arm64: Return a bool from emulate_cp() KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-04-25 Oliver Upton New
[RFC,17/17] TESTONLY: KVM: arm64: Add super lazy accounting of stage 2 table pages KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,16/17] KVM: arm64: Enable parallel stage 2 MMU faults KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,15/17] KVM: arm64: Allow parallel calls to kvm_pgtable_stage2_map() KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,13/17] KVM: arm64: Setup cache for stage2 page headers KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,12/17] KVM: arm64: Stuff mmu page cache in sub struct KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,11/17] KVM: arm64: Move MMU cache init/destroy into helpers KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,10/17] KVM: arm64: Assume a table pte is already owned in post-order traversal KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,09/17] KVM: arm64: Tear down unlinked page tables in parallel walk KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,08/17] KVM: arm64: Spin off helper for initializing table pte KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,07/17] KVM: arm64: Enlighten perm relax path about parallel walks KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,06/17] KVM: arm64: Implement break-before-make sequence for parallel walks KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,05/17] KVM: arm64: Take an argument to indicate parallel walk KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,04/17] KVM: arm64: Protect page table traversal with RCU KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,03/17] KVM: arm64: Return the next table from map callbacks KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,02/17] KVM: arm64: Only read the pte once per visit KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[RFC,01/17] KVM: arm64: Directly read owner id field in stage2_pte_is_counted() KVM: arm64: Parallelize stage 2 fault handling - - - --- 2022-04-15 Oliver Upton New
[v3,3/3] selftests: KVM: Free the GIC FD when cleaning up in arch_timer KVM: Fix use-after-free in debugfs - - - --- 2022-04-06 Oliver Upton New
[v3,2/3] selftests: KVM: Don't leak GIC FD across dirty log test iterations KVM: Fix use-after-free in debugfs - 1 - --- 2022-04-06 Oliver Upton New
[v3,1/3] KVM: Don't create VM debugfs files outside of the VM directory KVM: Fix use-after-free in debugfs - - - --- 2022-04-06 Oliver Upton New
[v2,3/3] selftests: KVM: Free the GIC FD when cleaning up in arch_timer KVM: Fix use-after-free in debugfs - - - --- 2022-04-04 Oliver Upton New
[v2,2/3] selftests: KVM: Don't leak GIC FD across dirty log test iterations KVM: Fix use-after-free in debugfs - 1 - --- 2022-04-04 Oliver Upton New
[v2,1/3] KVM: Don't create VM debugfs files outside of the VM directory KVM: Fix use-after-free in debugfs - - - --- 2022-04-04 Oliver Upton New
[4/4] selftests: KVM: Free the GIC FD when cleaning up in arch_timer KVM: arm64: Fix use-after-free in debugfs - - - --- 2022-04-02 Oliver Upton New
[3/4] selftests: KVM: Don't leak GIC FD across dirty log test iterations KVM: arm64: Fix use-after-free in debugfs - 1 - --- 2022-04-02 Oliver Upton New
[2/4] KVM: Only log about debugfs directory collision once KVM: arm64: Fix use-after-free in debugfs - - - --- 2022-04-02 Oliver Upton New
[1/4] KVM: arm64: vgic: Don't assume the VM debugfs directory exists KVM: arm64: Fix use-after-free in debugfs - - - --- 2022-04-02 Oliver Upton New
[v2] KVM: arm64: Don't split hugepages outside of MMU write lock [v2] KVM: arm64: Don't split hugepages outside of MMU write lock - 1 - --- 2022-04-01 Oliver Upton New
[v2,3/3] KVM: arm64: Start trapping ID registers for 32 bit guests KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-04-01 Oliver Upton New
[v2,2/3] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-04-01 Oliver Upton New
[v2,1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents KVM: arm64: Limit feature register reads from AArch32 - 1 - --- 2022-04-01 Oliver Upton New
KVM: arm64: Don't split hugepages outside of MMU write lock KVM: arm64: Don't split hugepages outside of MMU write lock - - - --- 2022-03-31 Oliver Upton New
[3/3] KVM: arm64: Start trapping ID registers for 32 bit guests KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-03-29 Oliver Upton New
[2/3] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-03-29 Oliver Upton New
[1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents KVM: arm64: Limit feature register reads from AArch32 - - - --- 2022-03-29 Oliver Upton New
[v2,3/3] KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls - - - --- 2022-03-22 Oliver Upton New
[v2,2/3] KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32 KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls 1 1 - --- 2022-03-22 Oliver Upton New
[v2,1/3] KVM: arm64: Generally disallow SMC64 for AArch32 guests KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls 1 2 - --- 2022-03-22 Oliver Upton New
KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler - - - --- 2022-03-22 Oliver Upton New
[2/2] KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32 KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls - 1 - --- 2022-03-18 Oliver Upton New
[1/2] KVM: arm64: Generally disallow SMC64 for AArch32 guests KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls - 2 - --- 2022-03-18 Oliver Upton New
[RFC,kvmtool,5/5] ARM: Implement PSCI SYSTEM_SUSPEND ARM: Implement PSCI SYSTEM_SUSPEND - - - --- 2022-03-11 Oliver Upton New
[RFC,kvmtool,4/5] ARM: Add a helper to re-init a vCPU ARM: Implement PSCI SYSTEM_SUSPEND - - - --- 2022-03-11 Oliver Upton New
[RFC,kvmtool,3/5] ARM: Stash vcpu_init in the vCPU structure ARM: Implement PSCI SYSTEM_SUSPEND - - - --- 2022-03-11 Oliver Upton New
[RFC,kvmtool,2/5] Allow architectures to hook KVM_EXIT_SYSTEM_EVENT ARM: Implement PSCI SYSTEM_SUSPEND - - - --- 2022-03-11 Oliver Upton New
[RFC,kvmtool,1/5] TESTONLY: Sync KVM headers with pending changes ARM: Implement PSCI SYSTEM_SUSPEND - - - --- 2022-03-11 Oliver Upton New
[v2] Documentation: KVM: Update documentation to indicate KVM is arm64-only [v2] Documentation: KVM: Update documentation to indicate KVM is arm64-only - - - --- 2022-03-08 Oliver Upton New
[2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory KVM: arm: Drop documentation of 32-bit KVM - - - --- 2022-03-02 Oliver Upton New
[1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only KVM: arm: Drop documentation of 32-bit KVM - - - --- 2022-03-02 Oliver Upton New
[boot-wrapper] configure: Allow user to specify the counter frequency [boot-wrapper] configure: Allow user to specify the counter frequency - - - --- 2022-02-24 Oliver Upton New
KVM: arm64: Don't miss pending interrupts for suspended vCPU KVM: arm64: Don't miss pending interrupts for suspended vCPU - - - --- 2022-02-17 Oliver Upton New
[v5,6/6] selftests: KVM: Test OS lock behavior KVM: arm64: Emulate the OS Lock - - - --- 2022-02-03 Oliver Upton New
[v5,5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs KVM: arm64: Emulate the OS Lock - - - --- 2022-02-03 Oliver Upton New
[v5,4/6] KVM: arm64: Emulate the OS Lock KVM: arm64: Emulate the OS Lock - - - --- 2022-02-03 Oliver Upton New
[v5,3/6] KVM: arm64: Allow guest to set the OSLK bit KVM: arm64: Emulate the OS Lock - 1 - --- 2022-02-03 Oliver Upton New
[v5,2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context KVM: arm64: Emulate the OS Lock - 1 - --- 2022-02-03 Oliver Upton New
[v5,1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined KVM: arm64: Emulate the OS Lock - 2 - --- 2022-02-03 Oliver Upton New
[v4,6/6] selftests: KVM: Test OS lock behavior KVM: arm64: Emulate the OS Lock - - - --- 2021-12-14 Oliver Upton New
[v4,5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs KVM: arm64: Emulate the OS Lock - - - --- 2021-12-14 Oliver Upton New
[v4,4/6] KVM: arm64: Emulate the OS Lock KVM: arm64: Emulate the OS Lock - - - --- 2021-12-14 Oliver Upton New
[v4,3/6] KVM: arm64: Allow guest to set the OSLK bit KVM: arm64: Emulate the OS Lock - 1 - --- 2021-12-14 Oliver Upton New
[v4,2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context KVM: arm64: Emulate the OS Lock - 1 - --- 2021-12-14 Oliver Upton New
[v4,1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined KVM: arm64: Emulate the OS Lock - 2 - --- 2021-12-14 Oliver Upton New
[v3,6/6] selftests: KVM: Test OS lock behavior KVM: arm64: Emulate the OS lock - - - --- 2021-11-23 Oliver Upton New
[v3,5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs KVM: arm64: Emulate the OS lock - - - --- 2021-11-23 Oliver Upton New
[v3,4/6] KVM: arm64: Emulate the OS Lock KVM: arm64: Emulate the OS lock - - - --- 2021-11-23 Oliver Upton New
[v3,3/6] KVM: arm64: Allow guest to set the OSLK bit KVM: arm64: Emulate the OS lock - 1 - --- 2021-11-23 Oliver Upton New
[v3,2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context KVM: arm64: Emulate the OS lock - 1 - --- 2021-11-23 Oliver Upton New
[v3,1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined KVM: arm64: Emulate the OS lock - 1 - --- 2021-11-23 Oliver Upton New
clocksource/arm_arch_timer: Fix bogus -Wsometimes-uninitialized warning clocksource/arm_arch_timer: Fix bogus -Wsometimes-uninitialized warning - - - --- 2021-11-07 Oliver Upton New
[v2,6/6] selftests: KVM: Test OS lock behavior KVM: arm64: Emulate the OS lock - - - --- 2021-11-02 Oliver Upton New
[v2,5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs KVM: arm64: Emulate the OS lock - - - --- 2021-11-02 Oliver Upton New
[v2,4/6] KVM: arm64: Emulate the OS Lock KVM: arm64: Emulate the OS lock - - - --- 2021-11-02 Oliver Upton New
[v2,3/6] KVM: arm64: Allow guest to set the OSLK bit KVM: arm64: Emulate the OS lock - 1 - --- 2021-11-02 Oliver Upton New
« 1 2 3 »