kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 18:43:20 to 2021-05-10 08:15:50 UTC [more...]

[PATCH 0/2] update virtio id table
 2021-05-10  8:10 UTC  (3+ messages)
` [PATCH 1/2] virtio: update virtio id table, add transitional ids
` [PATCH 2/2] vDPA/ifcvf: reuse pre-defined macros for device ids and vendor ids

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-10  8:14 UTC  (16+ messages)
` [PATCH 01/15] KVM: VMX: Do not adverise RDPID if ENABLE_RDTSCP control is unsupported
` [PATCH 02/15] KVM: x86: Emulate RDPID only if RDTSCP is supported
` [PATCH 03/15] KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest
` [PATCH 04/15] KVM: x86: Move RDPID emulation intercept to its own enum
` [PATCH 09/15] KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting list

[PATCH v2 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2021-05-10  7:59 UTC  (9+ messages)
` [PATCH v2 03/11] KVM: arm64: Make kvm_skip_instr() and co private to HYP

[PATCH 0/4] x86: Don't invoke asm_exc_nmi() on the kernel stack
 2021-05-10  7:59 UTC  (3+ messages)
` [PATCH 1/4] x86/xen/entry: Rename xenpv_exc_nmi to noist_exc_nmi

Question on guest enable msi fail when using GICv4/4.1
 2021-05-10  7:49 UTC  (9+ messages)

[PATCH] Revert "irqbypass: do not start cons/prod when failed connect"
 2021-05-10  7:39 UTC  (10+ messages)

[PATCH 0/6] sched,delayacct: Some cleanups
 2021-05-10  7:08 UTC  (10+ messages)
` [PATCH 1/6] delayacct: Use sched_clock()
` [PATCH 4/6] kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT

more iommu dead code removal
 2021-05-10  6:54 UTC  (7+ messages)
` [PATCH 1/6] iommu: remove the unused dev_has_feat method
` [PATCH 2/6] iommu: remove the unused iommu_aux_get_pasid interface
` [PATCH 3/6] vfio: remove the unused mdev iommu hook
` [PATCH 4/6] iommu: remove iommu_aux_{attach,detach}_device
` [PATCH 5/6] iommu: remove IOMMU_DEV_FEAT_AUX
` [PATCH 6/6] iommu: remove iommu_dev_feature_enabled

[PATCH 0/6] KVM: arm64: selftests: Fix get-reg-list
 2021-05-10  6:40 UTC  (8+ messages)
` [PATCH 1/6] KVM: arm64: selftests: get-reg-list: Factor out printing
` [PATCH 2/6] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs
` [PATCH 3/6] KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at once
` [PATCH 4/6] KVM: arm64: selftests: get-reg-list: Provide config selection option
` [PATCH 5/6] KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve
` [PATCH 6/6] KVM: arm64: selftests: get-reg-list: Split base and pmu registers

[PATCH] KVM: selftests: Print a message if /dev/kvm is missing
 2021-05-10  6:32 UTC  (4+ messages)

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

[PATCH] vfio/pci: Sanity check IGD OpRegion Size
 2021-05-10  6:12 UTC  (6+ messages)

[PATCH v3 15/17] target/ppc/kvm: Replace alloca() by g_malloc()
 2021-05-10  5:38 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in nfc_llcp_put_ssap
 2021-05-09 19:52 UTC 

[RFC][PATCH] vhost/vsock: Add vsock_list file to map cid with vhost tasks
 2021-05-08 18:32 UTC  (6+ messages)

[RFC PATCH v9 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-05-08 16:37 UTC  (20+ messages)
` [RFC PATCH v9 01/19] af_vsock: update functions for connectible socket
` [RFC PATCH v9 02/19] af_vsock: separate wait data loop
` [RFC PATCH v9 03/19] af_vsock: separate receive "
` [RFC PATCH v9 04/19] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v9 05/19] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v9 06/19] af_vsock: rest of SEQPACKET support
` [RFC PATCH v9 07/19] af_vsock: update comments for stream sockets
` [RFC PATCH v9 08/19] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v9 09/19] virtio/vsock: simplify credit update function API
` [RFC PATCH v9 10/19] virtio/vsock: defines and constants for SEQPACKET
` [RFC PATCH v9 11/19] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v9 12/19] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v9 13/19] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v9 14/19] virtio/vsock: enable SEQPACKET for transport
` [RFC PATCH v9 15/19] vhost/vsock: "
` [RFC PATCH v9 16/19] vsock/loopback: "
` [RFC PATCH v9 17/19] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v9 18/19] virtio/vsock: update trace event for SEQPACKET
` [RFC PATCH v9 19/19] af_vsock: serialize writes to shared socket

[RFC 1/2] vfio/pci: keep the prefetchable attribute of a BAR region in VMA
 2021-05-08 16:33 UTC  (11+ messages)

[GIT PULL] Second batch of KVM changes for Linux 5.13
 2021-05-08 13:04 UTC 

[PATCH 1/3] KVM: PPC: Book3S HV: exit halt polling on need_resched() as well
 2021-05-08  9:31 UTC  (3+ messages)
` [PATCH 2/3] KVM: X86: Bail out of direct yield in case of undercomitted scenarios
` [PATCH 3/3] KVM: X86: Fix vCPU preempted state from guest point of view

[PATCH 0/2] KVM: x86: Fixes for SEV-ES state tracking
 2021-05-07 23:21 UTC  (5+ messages)
` [PATCH 1/2] KVM: SVM: Update EFER software model on CR0 trap for SEV-ES
` [PATCH 2/2] KVM: x86: Allow userspace to update tracked sregs for protected guests

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-07 22:00 UTC  (2+ messages)

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device
 2021-05-07 19:29 UTC  (8+ 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] KVM: x86: use X86_FEATURE_RSB_CTXSW for RSB stuffing in vmexit
 2021-05-07 18:26 UTC  (5+ messages)

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

[PATCH v2 0/3] TDP MMU: several minor fixes or improvements
 2021-05-07 17:23 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
` [PATCH v2 2/3] KVM: x86/mmu: Fix pf_fixed count "
` [PATCH v2 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[PATCH] KVM: x86: add hint to skip hidden rdpkru under kvm_load_host_xsave_state
 2021-05-07 17:13 UTC  (4+ messages)

[PATCH v5 0/2] fallback for emulation errors
 2021-05-07 14:27 UTC  (4+ messages)
` [PATCH v5 1/2] kvm: x86: Allow userspace to handle "

[PATCH] vfio: Lock down no-IOMMU mode when kernel is locked down
 2021-05-07 12:31 UTC  (5+ messages)

[patch 0/2] VMX: configure posted interrupt descriptor when assigning device
 2021-05-07 12:11 UTC  (8+ messages)
` [patch 1/2] KVM: x86: add start_assignment hook to kvm_x86_ops
` [patch 2/2] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
  ` [patch 2/2 V2] "

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-05-07 11:28 UTC  (8+ messages)
` [PATCH Part2 RFC v2 08/37] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v2 21/37] KVM: SVM: Add KVM_SNP_INIT command

[PATCH v5 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-05-07 11:03 UTC  (3+ messages)
` [PATCH v5 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [PATCH v5 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

[RFC PATCH v2 0/3] vfio/iommu_type1: Implement dirty log tracking based on IOMMU HWDBM
 2021-05-07 10:36 UTC  (4+ messages)
` [RFC PATCH v2 1/3] vfio/iommu_type1: Add HWDBM status maintenance
` [RFC PATCH v2 2/3] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
` [RFC PATCH v2 3/3] vfio/iommu_type1: Add support for manual dirty log clear

[kvm:queue 11/44] arch/x86/kernel/kvm.c:672:2: error: implicit declaration of function 'kvm_guest_cpu_offline'
 2021-05-07  8:52 UTC  (3+ messages)

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-07  8:42 UTC  (21+ messages)
` [PATCH v3 1/8] KVM: x86/mmu: Deduplicate rmap freeing
` [PATCH v3 2/8] KVM: x86/mmu: Factor out allocating memslot rmap
` [PATCH v3 3/8] KVM: mmu: Refactor memslot copy
` [PATCH v3 5/8] KVM: x86/mmu: Add a field to control memslot rmap allocation
` [PATCH v3 6/8] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
` [PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU
` [PATCH v3 8/8] KVM: x86/mmu: Lazily allocate memslot rmaps

[kvm:queue 11/44] arch/x86/kernel/kvm.c:672:2: error: implicit declaration of function 'kvm_guest_cpu_offline'; did you mean 'kvm_guest_cpu_init'?
 2021-05-07  8:33 UTC  (2+ messages)

[PATCH] KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers
 2021-05-07  7:40 UTC  (2+ messages)

[PATCH 00/24] KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs
 2021-05-07  7:38 UTC  (4+ messages)
` [PATCH 21/24] KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)

[PATCH v7 0/6] Enable CET support for guest
 2021-05-07  6:25 UTC  (4+ messages)
` [PATCH v7 2/6] target/i386: Enable XSS feature enumeration for CPUID

[bug report] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
 2021-05-07  5:01 UTC  (3+ messages)

[PATCH v2 0/9] misc: Replace alloca() by g_malloc()
 2021-05-07  1:05 UTC  (7+ messages)
` [PATCH v2 6/9] gdbstub: Only call cmd_parse_params() with non-NULL command schema
` [PATCH v2 7/9] gdbstub: Replace alloca() + memset(0) by g_new0()
` [PATCH v2 9/9] target/ppc/kvm: Replace alloca() by g_malloc()

[PATCH v6 00/14] KVM/X86: Introduce a new guest mapping interface
 2021-05-06 23:27 UTC  (4+ messages)
` [PATCH v6 08/14] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table

[PATCH 0/3] TDP MMU: several minor fixes or improvements
 2021-05-06 22:21 UTC  (12+ messages)
` [PATCH 2/3] KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
` [PATCH 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[GIT PULL] VFIO updates for v5.13-rc1 pt2
 2021-05-06 21:41 UTC  (2+ messages)

[PATCH 0/2] x86: Disable kexec for SEV-ES guests
 2021-05-06 20:41 UTC  (6+ messages)
` [PATCH 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest

[PATCH] KVM: SVM: Move GHCB unmapping to fix RCU warning
 2021-05-06 20:31 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-06 20:11 UTC  (5+ messages)

[PATCH] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-06 18:50 UTC  (4+ messages)


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).