Show patches with: Submitter = Oliver Upton       |    State = Action Required       |   480 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,10/11] selftests: KVM: Refactor psci_test to make it amenable to new tests KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - 1 - --- 2021-09-23 Oliver Upton New
[v2,09/11] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-09-23 Oliver Upton New
[v2,08/11] selftests: KVM: Create helper for making SMCCC calls KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - 1 - --- 2021-09-23 Oliver Upton New
[v2,07/11] selftests: KVM: Rename psci_cpu_on_test to psci_test KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - 1 - --- 2021-09-23 Oliver Upton New
[v2,06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-09-23 Oliver Upton New
[v2,05/11] KVM: arm64: Defer WFI emulation as a requested event KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-09-23 Oliver Upton New
[v2,04/11] KVM: arm64: Rename the KVM_REQ_SLEEP handler KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - 1 - --- 2021-09-23 Oliver Upton New
[v2,03/11] KVM: arm64: Encapsulate reset request logic in a helper function KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - 2 - --- 2021-09-23 Oliver Upton New
[v2,02/11] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - 2 - --- 2021-09-23 Oliver Upton New
[v2,01/11] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity() KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - 2 - --- 2021-09-23 Oliver Upton New
[v2,2/2] selftests: KVM: Align SMCCC call with the spec in steal_time selftests: KVM: Address some bugs caught by clang - 1 - --- 2021-09-21 Oliver Upton New
[v2,1/2] selftests: KVM: Fix check for !POLLIN in demand_paging_test selftests: KVM: Address some bugs caught by clang - 1 - --- 2021-09-21 Oliver Upton New
[2/2] selftests: KVM: Fix 'asm-operand-width' warnings in steal_time.c selftests: KVM: Fix some compiler warnings - - - --- 2021-09-21 Oliver Upton New
[1/2] selftests: KVM: Fix compiler warning in demand_paging_test selftests: KVM: Fix some compiler warnings - 1 - --- 2021-09-21 Oliver Upton New
[v8,9/9] selftests: KVM: Test vtimer offset reg in get-reg-list selftests: KVM: Test offset-based counter controls - 1 - --- 2021-09-16 Oliver Upton New
[v8,8/9] selftests: KVM: Add counter emulation benchmark selftests: KVM: Test offset-based counter controls - 2 - --- 2021-09-16 Oliver Upton New
[v8,7/9] selftests: KVM: Test physical counter offsetting selftests: KVM: Test offset-based counter controls - 1 - --- 2021-09-16 Oliver Upton New
[v8,6/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test selftests: KVM: Test offset-based counter controls - 1 - --- 2021-09-16 Oliver Upton New
[v8,5/9] selftests: KVM: Introduce system counter offset test selftests: KVM: Test offset-based counter controls - 1 - --- 2021-09-16 Oliver Upton New
[v8,4/9] selftests: KVM: Add helpers for vCPU device attributes selftests: KVM: Test offset-based counter controls - 1 - --- 2021-09-16 Oliver Upton New
[v8,3/9] selftests: KVM: Fix kvm device helper ioctl assertions selftests: KVM: Test offset-based counter controls - 1 - --- 2021-09-16 Oliver Upton New
[v8,2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK selftests: KVM: Test offset-based counter controls - - - --- 2021-09-16 Oliver Upton New
[v8,1/9] tools: arch: x86: pull in pvclock headers selftests: KVM: Test offset-based counter controls - - - --- 2021-09-16 Oliver Upton New
[v8,7/7] KVM: x86: Expose TSC offset controls to userspace KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-09-16 Oliver Upton New
[v8,6/7] KVM: x86: Refactor tsc synchronization code KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-09-16 Oliver Upton New
[v8,5/7] kvm: x86: protect masterclock with a seqcount KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-09-16 Oliver Upton New
[v8,4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-09-16 Oliver Upton New
[v8,3/7] KVM: x86: Fix potential race in KVM_GET_CLOCK KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-09-16 Oliver Upton New
[v8,2/7] KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-09-16 Oliver Upton New
[v8,1/7] kvm: x86: abstract locking around pvclock_update_vm_gtod_copy KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-09-16 Oliver Upton New
[v8,8/8] KVM: arm64: Emulate physical counter offsetting on non-ECV systems KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-09-16 Oliver Upton New
[v8,7/8] KVM: arm64: Configure timer traps in vcpu_load() for VHE KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-09-16 Oliver Upton New
[v8,6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-09-16 Oliver Upton New
[v8,5/8] arm64: cpufeature: Enumerate support for FEAT_ECV >= 0x2 KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-09-16 Oliver Upton New
[v8,4/8] KVM: arm64: Allow userspace to configure a vCPU's virtual offset KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-09-16 Oliver Upton New
[v8,3/8] KVM: arm64: Make a helper function to get nr of timer regs KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-09-16 Oliver Upton New
[v8,2/8] KVM: arm64: Separate guest/host counter offset values KVM: arm64: Add idempotent controls to migrate guest counter - 2 - --- 2021-09-16 Oliver Upton New
[v8,1/8] KVM: arm64: Refactor update_vtimer_cntvoff() KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-09-16 Oliver Upton New
[RFC,kvmtool,2/2] arm64: Add support for KVM_CAP_ARM_SYSTEM_SUSPEND PSCI SYSTEM_SUSPEND support - - - --- 2021-08-27 Oliver Upton New
[RFC,kvmtool,1/2] TESTONLY: KVM: Update KVM headers PSCI SYSTEM_SUSPEND support - - - --- 2021-08-27 Oliver Upton New
[RFC] KVM: arm64: Allow VMMs to opt-out of KVM_CAP_PTP_KVM [RFC] KVM: arm64: Allow VMMs to opt-out of KVM_CAP_PTP_KVM - - - --- 2021-08-24 Oliver Upton New
Documentation: kvm: Document KVM_SYSTEM_EVENT_SUSPEND exit type Documentation: kvm: Document KVM_SYSTEM_EVENT_SUSPEND exit type - - - --- 2021-08-19 Oliver Upton New
[6/6] selftests: KVM: Test SYSTEM_SUSPEND PSCI call KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-08-19 Oliver Upton New
[5/6] selftests: KVM: Promote PSCI hypercalls to asm volatile KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-08-19 Oliver Upton New
[4/6] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-08-19 Oliver Upton New
[3/6] KVM: arm64: Encapsulate reset request logic in a helper function KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-08-19 Oliver Upton New
[2/6] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-08-19 Oliver Upton New
[1/6] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity() KVM: arm64: Implement PSCI SYSTEM_SUSPEND support - - - --- 2021-08-19 Oliver Upton New
selftests: KVM: Gracefully handle missing vCPU features selftests: KVM: Gracefully handle missing vCPU features - - - --- 2021-08-18 Oliver Upton New
[v2,4/4] selftests: KVM: Introduce psci_cpu_on_test KVM: arm64: Fix some races in CPU_ON PSCI call - 1 - --- 2021-08-18 Oliver Upton New
[v2,3/4] KVM: arm64: Enforce reserved bits for PSCI target affinities KVM: arm64: Fix some races in CPU_ON PSCI call - - - --- 2021-08-18 Oliver Upton New
[v2,2/4] KVM: arm64: Handle PSCI resets before userspace touches vCPU state KVM: arm64: Fix some races in CPU_ON PSCI call - - - --- 2021-08-18 Oliver Upton New
[v2,1/4] KVM: arm64: Fix read-side race on updates to vcpu reset state KVM: arm64: Fix some races in CPU_ON PSCI call - - - --- 2021-08-18 Oliver Upton New
[4/4] selftests: KVM: Introduce psci_cpu_on_test KVM: arm64: Fix some races in CPU_ON PSCI call - 1 - --- 2021-08-18 Oliver Upton New
[3/4] KVM: arm64: Enforce reserved bits for PSCI target affinities KVM: arm64: Fix some races in CPU_ON PSCI call - - - --- 2021-08-18 Oliver Upton New
[2/4] KVM: arm64: Handle PSCI resets before userspace touches vCPU state KVM: arm64: Fix some races in CPU_ON PSCI call - - - --- 2021-08-18 Oliver Upton New
[1/4] KVM: arm64: Fix read-side race on updates to vcpu reset state KVM: arm64: Fix some races in CPU_ON PSCI call - - - --- 2021-08-18 Oliver Upton New
[v7,9/9] selftests: KVM: Add counter emulation benchmark selftests: KVM: Test offset-based counter controls - 2 - --- 2021-08-16 Oliver Upton New
[v7,8/9] selftests: KVM: Test physical counter offsetting selftests: KVM: Test offset-based counter controls - 1 - --- 2021-08-16 Oliver Upton New
[v7,7/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test selftests: KVM: Test offset-based counter controls - 1 - --- 2021-08-16 Oliver Upton New
[v7,6/9] selftests: KVM: Add helper to check for register presence selftests: KVM: Test offset-based counter controls - 1 - --- 2021-08-16 Oliver Upton New
[v7,5/9] selftests: KVM: Introduce system counter offset test selftests: KVM: Test offset-based counter controls - 1 - --- 2021-08-16 Oliver Upton New
[v7,4/9] selftests: KVM: Add helpers for vCPU device attributes selftests: KVM: Test offset-based counter controls - 1 - --- 2021-08-16 Oliver Upton New
[v7,3/9] selftests: KVM: Fix kvm device helper ioctl assertions selftests: KVM: Test offset-based counter controls - 1 - --- 2021-08-16 Oliver Upton New
[v7,2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK selftests: KVM: Test offset-based counter controls - - - --- 2021-08-16 Oliver Upton New
[v7,1/9] tools: arch: x86: pull in pvclock headers selftests: KVM: Test offset-based counter controls - - - --- 2021-08-16 Oliver Upton New
[v7,7/7] KVM: arm64: Emulate physical counter offsetting on non-ECV systems KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-08-16 Oliver Upton New
[v7,6/7] KVM: arm64: Configure timer traps in vcpu_load() for VHE KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-08-16 Oliver Upton New
[v7,5/7] KVM: arm64: Allow userspace to configure a guest's counter-timer offset KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-08-16 Oliver Upton New
[v7,4/7] arm64: cpufeature: Enumerate support for FEAT_ECV >= 0x2 KVM: arm64: Add idempotent controls to migrate guest counter - - - --- 2021-08-16 Oliver Upton New
[v7,3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-08-16 Oliver Upton New
[v7,2/7] KVM: arm64: Separate guest/host counter offset values KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-08-16 Oliver Upton New
[v7,1/7] KVM: arm64: Refactor update_vtimer_cntvoff() KVM: arm64: Add idempotent controls to migrate guest counter - 1 - --- 2021-08-16 Oliver Upton New
[v7,6/6] KVM: x86: Expose TSC offset controls to userspace KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-08-16 Oliver Upton New
[v7,5/6] KVM: x86: Refactor tsc synchronization code KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-08-16 Oliver Upton New
[v7,4/6] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-08-16 Oliver Upton New
[v7,3/6] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-08-16 Oliver Upton New
[v7,2/6] KVM: x86: Create helper methods for KVM_{GET,SET}_CLOCK ioctls KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-08-16 Oliver Upton New
[v7,1/6] KVM: x86: Fix potential race in KVM_GET_CLOCK KVM: x86: Add idempotent controls for migrating system counter state - - - --- 2021-08-16 Oliver Upton New
[v6,21/21] selftests: KVM: Add counter emulation benchmark KVM: Add idempotent controls for migrating system counter state - 2 - --- 2021-08-04 Oliver Upton New
[v6,20/21] selftests: KVM: Test physical counter offsetting KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,19/21] KVM: arm64: Emulate physical counter offsetting on non-ECV systems KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,18/21] KVM: arm64: Configure timer traps in vcpu_load() for VHE KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,17/21] KVM: arm64: Allow userspace to configure a guest's counter-timer offset KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,16/21] arm64: cpufeature: Enumerate support for Enhanced Counter Virtualization KVM: Add idempotent controls for migrating system counter state - - - --- 2021-08-04 Oliver Upton New
[v6,15/21] selftests: KVM: Add support for aarch64 to system_counter_offset_test KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,14/21] selftests: KVM: Add helper to check for register presence KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,13/21] KVM: arm64: Allow userspace to configure a vCPU's virtual offset KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,12/21] KVM: arm64: Separate guest/host counter offset values KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,11/21] KVM: arm64: Refactor update_vtimer_cntvoff() KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,10/21] selftests: KVM: Introduce system counter offset test KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,09/21] selftests: KVM: Add helpers for vCPU device attributes KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,08/21] selftests: KVM: Fix kvm device helper ioctl assertions KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
[v6,07/21] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK KVM: Add idempotent controls for migrating system counter state - - - --- 2021-08-04 Oliver Upton New
[v6,06/21] tools: arch: x86: pull in pvclock headers KVM: Add idempotent controls for migrating system counter state - - - --- 2021-08-04 Oliver Upton New
[v6,05/21] KVM: x86: Expose TSC offset controls to userspace KVM: Add idempotent controls for migrating system counter state - - - --- 2021-08-04 Oliver Upton New
[v6,04/21] KVM: x86: Refactor tsc synchronization code KVM: Add idempotent controls for migrating system counter state - - - --- 2021-08-04 Oliver Upton New
[v6,03/21] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock KVM: Add idempotent controls for migrating system counter state - - - --- 2021-08-04 Oliver Upton New
[v6,02/21] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK KVM: Add idempotent controls for migrating system counter state - - - --- 2021-08-04 Oliver Upton New
[v6,01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK KVM: Add idempotent controls for migrating system counter state - 1 - --- 2021-08-04 Oliver Upton New
« 1 2 3 44 5 »