kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 12:34:09 to 2021-05-12 15:39:58 UTC [more...]

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device
 2021-05-12 15:34 UTC  (16+ messages)
` [patch 4/4] KVM: VMX: update vcpu posted-interrupt "

[PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols
 2021-05-12 15:17 UTC  (4+ messages)
` [PATCH v2 39/40] docs: virt: kvm: api.rst: "

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device (v4)
 2021-05-12 15:30 UTC  (6+ messages)
` [patch 1/4] KVM: x86: add start_assignment hook to kvm_x86_ops
` [patch 2/4] KVM: add arch specific vcpu_check_block callback
` [patch 3/4] KVM: x86: implement kvm_arch_vcpu_check_block callback
` [patch 4/4] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device

[PATCH v2 00/10] KVM: Implement nested TSC scaling
 2021-05-12 15:09 UTC  (11+ messages)
` [PATCH v2 01/10] math64.h: Add mul_s64_u64_shr()
` [PATCH v2 02/10] KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
` [PATCH v2 03/10] KVM: X86: Add kvm_scale_tsc_l1() and kvm_compute_tsc_offset_l1()
` [PATCH v2 04/10] KVM: VMX: Add a TSC multiplier field in VMCS12
` [PATCH v2 05/10] KVM: X86: Add functions for retrieving L2 TSC fields from common code
` [PATCH v2 06/10] KVM: X86: Add functions that calculate the 02 TSC offset and multiplier
` [PATCH v2 07/10] KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
` [PATCH v2 08/10] KVM: VMX: Set the TSC offset and multiplier on nested entry and exit
` [PATCH v2 09/10] KVM: VMX: Expose TSC scaling to L2
` [PATCH v2 10/10] KVM: selftests: x86: Add vmx_nested_tsc_scaling_test

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-05-12 15:03 UTC  (11+ messages)
` [PATCH Part1 RFC v2 02/20] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v2 03/20] x86/sev: Add support for hypervisor feature VMGEXIT

[PATCH v2 0/4] Add guest support for SEV live migration
 2021-05-12 14:53 UTC  (6+ messages)
` [PATCH v2 2/4] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v2 3/4] EFI: Introduce the new AMD Memory Encryption GUID

[PATCH v2 kvm-unit-tests 0/2] fix long division routines for ARM eabi
 2021-05-12 14:04 UTC  (8+ messages)
` [PATCH v2 kvm-unit-tests 1/2] libcflat: clean up and complete long division routines
` [PATCH v2 kvm-unit-tests 2/2] arm: add eabi version of 64-bit division functions

[PATCH v2 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-05-12 13:43 UTC  (13+ messages)
` [PATCH v2 4/5] KVM: selftests: Add exception handling support for aarch64

[PATCH 0/6] sched,delayacct: Some cleanups
 2021-05-12 13:00 UTC  (24+ messages)
` [PATCH 1/6] delayacct: Use sched_clock()
` [PATCH 2/6] sched: Rename sched_info_{queued,dequeued}
` [PATCH 3/6] sched: Simplify sched_info_on()
` [PATCH 4/6] kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT
` [PATCH 5/6] delayacct: Add static_branch in scheduler hooks
` [PATCH 6/6] [RFC] delayacct: Default disabled
` [PATCH 7/6] delayacct: Add sysctl to enable at runtime

[PATCH v5 0/6] KVM: arm64: Improve efficiency of stage2 page table
 2021-05-12 12:54 UTC  (2+ messages)

[PATCH] KVM: SVM/VMX: Use %rax instead of %__ASM_AX within CONFIG_X86_64
 2021-05-12 11:58 UTC  (2+ messages)

[PATCH v6 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-05-12 10:49 UTC  (8+ messages)
` [PATCH v6 1/3] vfio-ccw: Check initialized flag in cp_init()
` [PATCH v6 2/3] vfio-ccw: Reset FSM state to IDLE inside FSM
` [PATCH v6 3/3] vfio-ccw: Serialize FSM IDLE state with I/O completion

[PATCH kvm-unit-tests 0/2] fix long division routines for ARM eabi
 2021-05-12 10:47 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/2] libcflat: clean up and complete long division routines
` [PATCH kvm-unit-tests 2/2] arm: add eabi version of 64-bit division functions

[PATCH 0/6] x86/sev-es: Fixes for SEV-ES guest support
 2021-05-12  9:32 UTC  (14+ messages)
` [PATCH 1/6] x86/sev-es: Don't return NULL from sev_es_get_ghcb()
` [PATCH 2/6] x86/sev-es: Forward page-faults which happen during emulation
` [PATCH 3/6] x86/sev-es: Use __put_user()/__get_user
` [PATCH 4/6] Revert "x86/sev-es: Handle string port IO to kernel memory properly"
` [PATCH 5/6] x86/sev-es: Fix error message in runtime #VC handler
` [PATCH 6/6] x86/sev-es: Leave NMI-mode before sending signals

[PATCH v3 0/5] KVM: x86/pmu: Add support to enable guest PEBS via PT
 2021-05-12  8:44 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Add pebs_vmx support for ATOM_TREMONT
` [PATCH v3 2/5] KVM: x86/pmu: Add the base address parameter for get_fixed_pmc()
` [PATCH v3 3/5] KVM: x86/pmu: Add counter reload MSR emulation for all counters
` [PATCH v3 4/5] KVM: x86/pmu: Add counter reload registers to the MSR-load list
` [PATCH v3 5/5] KVM: x86/pmu: Expose PEBS-via-PT in the KVM supported capabilities

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2021-05-12  7:46 UTC  (6+ messages)
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device

[PATCH v3] KVM: x86: use wrpkru directly in kvm_load_{guest|host}_xsave_state
 2021-05-12  7:41 UTC  (3+ messages)

[PATCH 0/7] KVM: nVMX: Fixes for nested state migration when eVMCS is in use
 2021-05-12  7:19 UTC  (7+ messages)
` [PATCH 3/7] KVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS data is copied in vmx_get_nested_state()
` [PATCH 5/7] KVM: nVMX: Reset eVMCS clean fields data from prepare_vmcs02()

[PATCH v4] KVM: selftests: Print a message if /dev/kvm is missing
 2021-05-12  6:40 UTC  (2+ messages)

[PATCH RESEND] Enable full width counting for KVM: x86/pmu
 2021-05-12  6:33 UTC  (4+ messages)
` [kvm-unit-tests PATCH] x86: pmu: Test full-width counter writes support

[PATCH 0/3] KVM: nVMX: Add more statistics to KVM debugfs
 2021-05-12  1:47 UTC  (4+ messages)
` [PATCH 1/3] KVM: nVMX: Move 'nested_run' counter to enter_guest_mode()
` [PATCH 2/3] KVM: nVMX: Add a new VCPU statistic to show if VCPU is running nested guest
` [PATCH 3/3] KVM: x86: Add a new VM statistic to show number of VCPUs created in a given VM

[PATCH v6 00/16] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-05-12  5:16 UTC  (6+ messages)
` [PATCH v6 04/16] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH v6 08/16] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS

[PATCH] KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMU
 2021-05-12  3:20 UTC  (3+ messages)

[PATCH 1/3] KVM: PPC: Book3S HV: exit halt polling on need_resched() as well
 2021-05-12  2:43 UTC  (5+ messages)
` [PATCH 2/3] KVM: X86: Bail out of direct yield in case of undercomitted scenarios

[kvm-unit-tests PATCH] x86: Convert vmx_tests.c comments to ASCII
 2021-05-11 22:09 UTC 

[kvm-unit-tests PATCH 1/2] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-11 21:13 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/2] x86: remove use of compiler's memset from emulator.c

[PATCH v3] KVM: selftests: Print a message if /dev/kvm is missing
 2021-05-11 20:26 UTC  (3+ messages)

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-11 20:10 UTC  (19+ messages)
` [PATCH 03/15] KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest
` [PATCH 08/15] KVM: VMX: Configure list of user return MSRs at module init
` [PATCH 14/15] KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model

[PATCH v4 0/7] Lazily allocate memslot rmaps
 2021-05-11 20:04 UTC  (19+ messages)
` [PATCH v4 1/7] KVM: x86/mmu: Deduplicate rmap freeing
` [PATCH v4 2/7] KVM: x86/mmu: Factor out allocating memslot rmap
` [PATCH v4 3/7] KVM: mmu: Refactor memslot copy
` [PATCH v4 4/7] KVM: mmu: Add slots_arch_lock for memslot arch fields
` [PATCH v4 5/7] KVM: x86/mmu: Add a field to control memslot rmap allocation
` [PATCH v4 6/7] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
` [PATCH v4 7/7] KVM: x86/mmu: Lazily allocate memslot rmaps

[PATCH] selftests: kvm: make allocation of extra memory take effect
 2021-05-12  4:31 UTC  (2+ messages)

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-05-11 18:34 UTC  (6+ messages)
` [PATCH Part2 RFC v2 36/37] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[RFC PATCH v5 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-05-11 18:02 UTC  (4+ messages)
` [RFC PATCH v5 3/3] vfio-ccw: Serialize FSM IDLE state with I/O completion

[PATCH 0/8] KVM: VMX: Implement nested TSC scaling
 2021-05-11 17:44 UTC  (16+ messages)
` [PATCH 4/8] KVM: VMX: Adjust the TSC-related VMCS fields on L2 entry and exit
` [PATCH 6/8] KVM: VMX: Make vmx_write_l1_tsc_offset() work with nested TSC scaling
` [PATCH 8/8] KVM: selftests: x86: Add vmx_nested_tsc_scaling_test

[kvm-unit-tests BUG] lib/ldiv32.c breaks arm compilation
 2021-05-11 17:41 UTC  (5+ messages)

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device (v3)
 2021-05-11 17:29 UTC  (4+ messages)
` [patch 1/4] KVM: x86: add start_assignment hook to kvm_x86_ops

[kvm-unit-tests PATCH v2 0/6] s390x: uv: Extend guest test and add host test
 2021-05-11 17:12 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2 2/6] s390x: Add more Ultravisor command structure definitions
` [kvm-unit-tests PATCH v2 3/6] s390x: uv: Add UV lib
` [kvm-unit-tests PATCH v2 4/6] s390x: Test for share/unshare call support before using them
` [kvm-unit-tests PATCH v2 5/6] s390x: uv-guest: Test invalid commands
` [kvm-unit-tests PATCH v2 6/6] s390x: Add UV host test

[PATCH v2] KVM: x86: use wrpkru directly in kvm_load_{guest|host}_xsave_state
 2021-05-11 17:10 UTC  (5+ messages)

[kvm:queue 134/252] arch/arm64/kvm/mmu.c:1114:9-10: WARNING: return of 0/1 in function 'kvm_age_gfn' with return type bool
 2021-05-11 17:07 UTC  (4+ messages)
` [PATCH] KVM: arm64: fix boolreturn.cocci warnings

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-11 16:45 UTC  (8+ messages)
` [PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU

[PATCH 0/2] KVM: arm64: Fixup PC updates on exit to userspace
 2021-05-11 16:50 UTC  (7+ messages)
` [PATCH 2/2] KVM: arm64: Commit pending PC adjustemnts before returning "

[kvm-unit-tests PATCH 0/4] s390x: cpumodel: Add sclp checks
 2021-05-11 16:36 UTC  (13+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: sclp: Only fetch read info byte 134 if cpu entries are above it
` [kvm-unit-tests PATCH 2/4] lib: s390x: sclp: Extend feature probing
` [kvm-unit-tests PATCH 3/4] s390x: cpumodel: FMT4 SCLP test
` [kvm-unit-tests PATCH 4/4] s390x: cpumodel: FMT2 SCLP implies test

[for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request
 2021-05-11 15:16 UTC  (8+ messages)
` [for-6.1 v3 3/3] "
  ` [Virtio-fs] "

[PATCH kvm-unit-tests v3 0/8] arm/arm64: Prepare for target-efi
 2021-05-11 15:11 UTC  (3+ messages)
` [PATCH kvm-unit-tests v3 6/8] arm/arm64: setup: Consolidate memory layout assumptions


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).