messages from 2021-06-09 10:21:55 to 2021-06-17 05:52:50 UTC [more...]
[PATCH v10 0/5] KVM statistics data fd-based binary interface
2021-06-17 5:52 UTC (7+ messages)
` [PATCH v10 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface
` [PATCH v10 4/5] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v10 5/5] KVM: stats: Remove code duplication for binary and debugfs stats
[PATCH v9 0/5] KVM statistics data fd-based binary interface
2021-06-16 21:35 UTC (22+ messages)
` [PATCH v9 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v9 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v9 3/5] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v9 4/5] KVM: selftests: Add selftest for KVM "
` [PATCH v9 5/5] KVM: stats: Remove code duplication for binary and debugfs stats
[PATCH v2 0/3] kvm/arm: New VMID allocator based on asid
2021-06-16 15:56 UTC (4+ messages)
` [PATCH v2 1/3] arch/arm64: Introduce a capability to tell whether 16-bit VMID is available
` [PATCH v2 2/3] kvm/arm: Introduce a new vmid allocator for KVM
` [PATCH v2 3/3] kvm/arm: Align the VMID allocation with the arm64 ASID one
[PATCH v6 0/4] KVM: arm64: Improve efficiency of stage2 page table
2021-06-16 13:21 UTC (6+ messages)
` [PATCH v6 1/4] KVM: arm64: Introduce cache maintenance callbacks for guest stage-2
` [PATCH v6 2/4] KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
` [PATCH v6 3/4] KVM: arm64: Tweak parameters of guest cache maintenance functions
` [PATCH v6 4/4] KVM: arm64: Move guest CMOs to the fault handlers
[PATCH 0/4] Remove duplicated stats definitions for debugfs
2021-06-16 12:55 UTC (12+ messages)
` [PATCH 1/4] KVM: stats: Make sure no missing or mismatched binary stats definition
` [PATCH 2/4] KVM: stats: Use binary stats descriptors for debugfs interface
` [PATCH 3/4] KVM: stats: Update documentation supporting stats mode and offset
` [PATCH 4/4] KVM: selftests: Update binary stats test for stats mode
KVM: arm64: pmu: Reset sample period on overflow handling
2021-06-16 11:03 UTC (6+ messages)
[PATCH v4 0/9] KVM: arm64: Initial host support for the Apple M1
2021-06-15 14:45 UTC (8+ messages)
` [PATCH v4 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt masking
` [PATCH v4 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v4 5/9] KVM: arm64: vgic: move irq->get_input_level into an ops structure
[PATCH v2 00/13] KVM: arm64: Fixed features for protected VMs
2021-06-15 13:39 UTC (14+ messages)
` [PATCH v2 01/13] KVM: arm64: Remove trailing whitespace in comments
` [PATCH v2 02/13] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v2 03/13] KVM: arm64: Fix names of config register fields
` [PATCH v2 04/13] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v2 05/13] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v2 06/13] KVM: arm64: Add feature register flag definitions
` [PATCH v2 07/13] KVM: arm64: Add config register bit definitions
` [PATCH v2 08/13] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v2 09/13] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v2 10/13] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v2 11/13] KVM: arm64: Trap access to pVM restricted features
` [PATCH v2 12/13] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v2 13/13] KVM: arm64: Check vcpu features at pVM creation
[PATCH v2] KVM: arm64: Fix inconsistency from function comment of __unmap_stage2_range
2021-06-15 10:21 UTC
[PATCH] KVM: arm64: Fix inconsistency from function comment of __unmap_stage2_range
2021-06-15 10:08 UTC (3+ messages)
[PATCH] KVM: arm64: Trival coding style fixes for all vgic-related files
2021-06-15 10:05 UTC (3+ messages)
[kvm-unit-tests] its-migration segmentation fault
2021-06-15 7:11 UTC (5+ messages)
[PATCH v7 0/4] KVM statistics data fd-based binary interface
2021-06-14 13:19 UTC (24+ messages)
` [PATCH v7 1/4] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v7 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v7 3/4] KVM: stats: Add documentation for statistics data binary interface
[PATCH v15 0/7] MTE support for KVM guest
2021-06-14 9:05 UTC (8+ messages)
` [PATCH v15 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v15 2/7] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v15 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v15 4/7] KVM: arm64: Save/restore MTE registers
` [PATCH v15 5/7] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v15 6/7] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v15 7/7] KVM: arm64: Document MTE capability and ioctl
[kvm-unit-tests PATCH v2 0/7] unify header guards
2021-06-14 9:01 UTC (28+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format
` [kvm-unit-tests PATCH v2 2/7] lib: unify header guards
` [kvm-unit-tests PATCH v2 3/7] asm-generic: "
` [kvm-unit-tests PATCH v2 4/7] arm: "
` [kvm-unit-tests PATCH v2 5/7] powerpc: "
` [kvm-unit-tests PATCH v2 6/7] s390x: "
` [kvm-unit-tests PATCH v2 7/7] x86: "
[kvm-unit-tests PATCH] configure: arm: Update kvmtool UART address
2021-06-14 8:16 UTC (2+ messages)
[PATCH v4 0/6] KVM: selftests: arm64 exception handling and debug test
2021-06-14 8:08 UTC (10+ messages)
` [PATCH v4 1/6] KVM: selftests: Rename vm_handle_exception
` [PATCH v4 2/6] KVM: selftests: Complete x86_64/sync_regs_test ucall
` [PATCH v4 3/6] KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting
` [PATCH v4 4/6] KVM: selftests: Move GUEST_ASSERT_EQ to utils header
` [PATCH v4 5/6] KVM: selftests: Add exception handling support for aarch64
` [PATCH v4 6/6] KVM: selftests: Add aarch64/debug-exceptions test
[PATCH v1 00/13] KVM: arm64: Fixed features for protected VMs
2021-06-13 16:12 UTC (5+ messages)
[PATCH] KVM: arm64: vgic: declear local variable 'flags' before for loop starts
2021-06-12 13:32 UTC (3+ messages)
[PATCH] KVM: stats: Remove debugfs interface for KVM stats
2021-06-11 15:26 UTC (4+ messages)
[PATCH v8 0/4] KVM statistics data fd-based binary interface
2021-06-11 13:40 UTC (7+ messages)
` [PATCH v8 1/4] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v8 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v8 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v8 4/4] KVM: selftests: Add selftest for KVM "
[PATCH 0/4] kvm/arm64: Initial pKVM user ABI
2021-06-11 13:25 UTC (5+ messages)
` [RFC PATCH 4/4] KVM: arm64: Introduce KVM_CAP_ARM_PROTECTED_VM
[PATCH v3 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
2021-06-11 12:27 UTC (2+ messages)
[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
2021-06-10 16:02 UTC (5+ messages)
` [RFC PATCH 1/5] KVM: arm64: Replace power_off with mp_state in struct kvm_vcpu_arch
` [RFC PATCH 4/5] KVM: arm64: Pass hypercalls to userspace
[PATCH v14 0/8] MTE support for KVM guest
2021-06-10 14:07 UTC (8+ messages)
` [PATCH v14 1/8] arm64: mte: Handle race when synchronising tags
[PATCH 00/10] KVM: Add idempotent controls for migrating system counter state
2021-06-10 6:54 UTC (21+ messages)
` [PATCH 02/10] KVM: arm64: Implement initial support for KVM_CAP_SYSTEM_COUNTER_STATE
` [PATCH 04/10] KVM: arm64: Add userspace control of the guest's physical counter
` [PATCH 05/10] selftests: KVM: Add test cases for physical counter offsetting
` [PATCH 06/10] selftests: KVM: Add counter emulation benchmark
` [PATCH 07/10] KVM: x86: Refactor tsc synchronization code
` [PATCH 08/10] KVM: x86: Implement KVM_CAP_SYSTEM_COUNTER_STATE
` [PATCH 09/10] selftests: KVM: Add support for x86 to system_counter_state_test
` [PATCH 10/10] Documentation: KVM: Document KVM_{GET, SET}_SYSTEM_COUNTER_STATE ioctls
[PATCH] KVM: selftests: Rename vm_handle_exception in evmcs test
2021-06-09 16:34 UTC (4+ 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