kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-26 09:30:52 to 2020-11-30 18:17:11 UTC [more...]

[RFC PATCH 00/35] SEV-ES hypervisor support
 2020-11-30 18:15 UTC  (10+ messages)
` [RFC PATCH 22/35] KVM: SVM: Add support for CR0 write traps for an SEV-ES guest

[PATCH v7 00/17] follow_pfn and other iomap races
 2020-11-30 18:03 UTC  (21+ messages)
` [PATCH v7 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v7 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v7 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v7 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v7 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v7 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v7 07/17] mm: Close race in generic_access_phys
` [PATCH v7 08/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v7 09/17] /dev/mem: Only set filp->f_mapping
` [PATCH v7 10/17] resource: Move devmem revoke code to resource framework
` [PATCH v7 11/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 13/17] mm: Add unsafe_follow_pfn
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v7 15/17] vfio/type1: Mark follow_pfn "
` [PATCH v7 16/17] kvm: pass kvm argument to follow_pfn callsites
` [PATCH v7 17/17] mm: add mmu_notifier argument to follow_pfn

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2020-11-30 18:01 UTC  (15+ messages)
` [PATCH RFC 01/39] KVM: x86: fix Xen hypercall page msr handling
` [PATCH RFC 11/39] KVM: x86/xen: evtchn signaling via eventfd

[PATCH] kvm/x86/mmu: use the correct inherited permissions to get shadow page
 2020-11-30 17:53 UTC  (6+ messages)

[PATCH AUTOSEL 5.9 22/33] vhost scsi: add lun parser helper
 2020-11-30 17:52 UTC  (15+ messages)

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-11-30 17:48 UTC  (7+ messages)
` [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests

[PATCH 0/2] RFC: Precise TSC migration
 2020-11-30 17:01 UTC  (13+ messages)
` [PATCH 1/2] KVM: x86: implement KVM_SET_TSC_PRECISE/KVM_GET_TSC_PRECISE
` [PATCH 2/2] KVM: x86: introduce KVM_X86_QUIRK_TSC_HOST_ACCESS
` [PATCH 0/2] RFC: Precise TSC migration (summary)

[PATCH 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
 2020-11-30 15:40 UTC  (5+ messages)
` [PATCH 1/2] arm64: Make the Meltdown mitigation state available
` [PATCH 2/2] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe

[PATCH] vfio-pci: Use io_remap_pfn_range() for PCI IO memory
 2020-11-30 15:34 UTC  (12+ messages)

[PATCH v12 00/17] s390/vfio-ap: dynamic configuration support
 2020-11-30 14:48 UTC  (25+ messages)
` [PATCH v12 01/17] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v12 02/17] s390/vfio-ap: decrement reference count to KVM
` [PATCH v12 03/17] 390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v12 04/17] s390/vfio-ap: No need to disable IRQ after queue reset
` [PATCH v12 05/17] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v12 07/17] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v12 08/17] s390/vfio-ap: introduce shadow APCB
` [PATCH v12 09/17] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v12 10/17] s390/vfio-ap: initialize the guest apcb
` [PATCH v12 11/17] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v12 12/17] s390/vfio-ap: allow hot plug/unplug of AP resources using "

[PATCH v2 1/2] KVM: SVM: Move asid to vcpu_svm
 2020-11-30 14:41 UTC  (3+ messages)

[PATCH] KVM: x86: adjust SEV for commit 7e8e6eed75e
 2020-11-30 14:39 UTC 

[PATCH 0/2] RFC: Precise TSC migration
 2020-11-30 13:38 UTC  (3+ messages)
` [PATCH 1/2] Update the kernel headers for 5.10-rc5 + TSC
` [PATCH 2/2] Implement support for precise TSC migration

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-11-30 12:47 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/7] s390x: Add SIE library and simple test
 2020-11-30 12:42 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 1/7] s390x: Add test_bit to library
` [kvm-unit-tests PATCH v2 2/7] s390x: Consolidate sclp read info
` [kvm-unit-tests PATCH v2 3/7] s390x: SCLP feature checking
` [kvm-unit-tests PATCH v2 4/7] s390x: sie: Add SIE to lib
` [kvm-unit-tests PATCH v2 5/7] s390x: sie: Add first SIE test
` [kvm-unit-tests PATCH v2 6/7] s390x: Add diag318 intercept test
` [kvm-unit-tests PATCH v2 7/7] s390x: Fix sclp.h style issues

[PATCH v2 0/2] KVM: arm64: Optimize the wait for the completion of the VPT analysis
 2020-11-30 12:28 UTC  (6+ messages)
` [PATCH v2 1/2] irqchip/gic-v4.1: Reduce the delay time of the poll on the GICR_VPENDBASER.Dirty bit
` [PATCH v2 2/2] KVM: arm64: Delay the execution of the polling "

[PATCH RFC v2 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2020-11-30 10:49 UTC  (7+ messages)
` [PATCH v2 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest

[PATCH v15 00/17] KVM RISC-V Support
 2020-11-30 10:21 UTC  (5+ messages)
` [PATCH v15 10/17] RISC-V: KVM: Implement stage2 page table programming

[GIT PULL] vhost,vdpa: bugfixes
 2020-11-30  8:50 UTC 

[RFC PATCH 00/27] vDPA software assisted live migration
 2020-11-30  7:54 UTC  (5+ messages)
` [RFC PATCH 23/27] vhost: unmap qemu's shadow virtqueues on sw "

[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2020-11-30  7:23 UTC  (10+ messages)
` [RFC PATCH v1 1/4] irqchip/gic-v4.1: Plumb get_irqchip_state VLPI callback
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side

[PATCH] KVM: x86: Reinstate userspace hypercall support
 2020-11-29  2:05 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Fix DEMUX register access
 2020-11-27 19:47 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: CSSELR_EL1 max is 13
` [PATCH 2/2] KVM: selftests: Filter out DEMUX registers

[GIT PULL] KVM changes for 5.10-rc6
 2020-11-27 19:19 UTC  (2+ messages)

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-11-28 10:16 UTC  (14+ messages)
          ` [PATCH v3] "

[PATCH] irqchip/gic-v4.1: Optimize the wait for the completion of the analysis of the VPT
 2020-11-28  2:38 UTC  (3+ messages)

[PATCH 0/2 v2] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ
 2020-11-27 18:37 UTC  (3+ messages)
` [PATCH 1/2 "

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-11-27 18:01 UTC  (2+ messages)

[PATCH] kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT
 2020-11-27 16:14 UTC  (2+ messages)

QEMU Advent Calendar 2020 Call for Images
 2020-11-27 15:43 UTC 

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-27 15:36 UTC  (3+ messages)

[RFC PATCH] vfio/pci: Allow force needs_pm_restore as specified by device:vendor
 2020-11-27 15:35 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: cleanup and fix userspace interrupt window
 2020-11-27 12:53 UTC  (7+ messages)
` [PATCH 1/2] KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint
` [PATCH 2/2] KVM: x86: Fix split-irqchip vs interrupt injection window request

[PATCH v2 3/6] kvm: Remove kvm_available() function
 2020-11-27 12:10 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 5.10, take #4
 2020-11-27 11:21 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Correctly align nVHE percpu data
` [PATCH 2/2] KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace

[Bug 209867] New: CPU soft lockup/stall with nested KVM and SMP
 2020-11-27 10:21 UTC  (2+ messages)
` [Bug 209867] "

[PATCH 0/8] KVM: arm64: Disabled PMU handling
 2020-11-27  8:50 UTC  (14+ messages)
` [PATCH 3/8] KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset time
` [PATCH 5/8] KVM: arm64: Remove PMU RAZ/WI handling
` [PATCH 6/8] KVM: arm64: Remove dead PMU sysreg decoding code

[PATCH 0/6] Add SBI v0.2 support for KVM
 2020-11-27  8:14 UTC  (2+ messages)

[RFC] Further hack request_interrupt_window handling to work around kvm_cpu_has_interrupt() nesting breakage
 2020-11-27  4:37 UTC  (11+ messages)
` [RFC PATCH] Fix split-irqchip vs interrupt injection window request
      ` [PATCH] kvm/x86: Fix simultaneous ExtINT and lapic interrupt handling with APICv

[PATCH v3 11/11] KVM: nVMX: Wake L2 from HLT when nested posted-interrupt pending
 2020-11-26 13:13 UTC  (12+ messages)

[RFC PATCH 00/67] KVM: X86: TDX support
 2020-11-26 10:12 UTC  (5+ messages)
` [RFC PATCH 03/67] x86/cpu: Move get_builtin_firmware() common code (from microcode only)


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