kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-16 19:51:33 to 2020-07-21 02:11:51 UTC [more...]

device compatibility interface for live migration with assigned devices
 2020-07-21  2:11 UTC  (17+ messages)

[PATCH v4 00/75] x86: SEV-ES Guest Support
 2020-07-21  1:09 UTC  (17+ messages)
` [PATCH v4 06/75] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v4 10/75] x86/insn: Add insn_has_rep_prefix() helper
` [PATCH v4 70/75] x86/head/64: Don't call verify_cpu() on starting APs

[PATCH 0/7] KVM: x86: Tracepoint improvements and fixes
 2020-07-21  0:27 UTC  (10+ messages)
` [PATCH 1/7] KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepoint
` [PATCH 2/7] KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint
` [PATCH 3/7] KVM: VMX: Add a helper to test for a valid error code given an intr info
` [PATCH 4/7] KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
` [PATCH 5/7] KVM: x86: Add macro wrapper for defining "
` [PATCH 6/7] KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
` [PATCH 7/7] KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exit

[PATCH 1/2] rculist : Introduce list/hlist_for_each_entry_srcu() macros
 2020-07-20 23:31 UTC  (14+ messages)
` [PATCH 2/2] kvm: mmu: page_track: Fix RCU list API usage

[PATCH] KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM modules
 2020-07-20 22:07 UTC  (2+ messages)

[PATCH] vfio dma_map/unmap: optimized for hugetlbfs pages
 2020-07-20 22:46 UTC  (3+ messages)

[PATCH v4] kvm,x86: Exit to user space in case page fault error
 2020-07-20 21:13 UTC 

[PATCH] vfio/pci: Hold igate across releasing eventfd contexts
 2020-07-20 21:09 UTC 

[GIT PULL] VFIO fix for v5.8-rc7
 2020-07-20 21:01 UTC  (4+ messages)

linux-next: Tree for Jul 20 (arch/x86/kvm/)
 2020-07-20 19:59 UTC  (3+ messages)

question: kvm apic remote read register
 2020-07-20 19:13 UTC 

tlb_flush stat on Intel/AMD
 2020-07-20 19:08 UTC 

[PATCH v3] kvm,x86: Exit to user space in case of page fault error
 2020-07-20 17:49 UTC  (3+ messages)

Inter-VM device emulation (call on Mon 20th July 2020)
 2020-07-20 17:11 UTC  (7+ messages)

x86 MMU: RMap Interface
 2020-07-20 15:49 UTC  (2+ messages)

[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
 2020-07-20 15:03 UTC  (16+ messages)
` [PATCH v9 01/15] s390/vfio-ap: add version vfio_ap module
` [PATCH v9 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v9 03/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v9 04/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v9 05/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v9 06/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v9 07/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v9 08/15] s390/vfio-ap: filter matrix for unavailable queue devices
` [PATCH v9 09/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v9 10/15] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v9 11/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v9 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v9 13/15] s390/vfio-ap: handle host AP config change notification
` [PATCH v9 14/15] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v9 15/15] s390/vfio-ap: handle probe/remove not due to host AP config changes

[PATCH v5 00/18] Add support for Nitro Enclaves
 2020-07-20 14:24 UTC  (3+ messages)
` [PATCH v5 04/18] nitro_enclaves: Init PCI device driver

[kvm-unit-tests PATCH 0/3] PV tests part 1
 2020-07-20 13:35 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH 3/3] s390x: Ultavisor guest API test
  ` [kvm-unit-tests PATCH v2] "

[PATCH v5 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-20 13:33 UTC  (53+ messages)
` [PATCH v5 02/15] iommu: Report domain nesting info
` [PATCH v5 03/15] iommu/smmu: Report empty "
` [PATCH v5 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v5 05/15] vfio: Add PASID allocation/free support
` [PATCH v5 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v5 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v5 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v5 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v5 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v5 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v5 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v5 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v5 14/15] vfio: Document dual stage control
` [PATCH v5 15/15] iommu/vt-d: Support reporting nesting capability info

[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
 2020-07-20 13:07 UTC  (17+ messages)

[v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
 2020-07-20 10:05 UTC  (18+ messages)
` [v3 01/15] powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registers
` [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
` [v3 03/15] powerpc/perf: Update Power PMU cache_events to u64 type
` [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
` [v3 05/15] KVM: PPC: Book3S HV: Save/restore new PMU registers
` [v3 06/15] powerpc/xmon: Add PowerISA v3.1 PMU SPRs
` [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
` [v3 08/15] powerpc/perf: power10 Performance Monitoring support
` [v3 09/15] powerpc/perf: Ignore the BHRB kernel address filtering for P10
` [v3 10/15] powerpc/perf: Add Power10 BHRB filter support for PERF_SAMPLE_BRANCH_IND_CALL/COND
` [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
` [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
` [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
` [v3 14/15] powerpc/perf: Add extended regs support for power10 platform
` [v3 15/15] tools/perf: Add perf tools support for extended regs in power10

[PATCH V2 0/6] IRQ offloading for vDPA
 2020-07-20  9:40 UTC  (17+ messages)
` [PATCH V2 1/6] vhost: introduce vhost_call_ctx
` [PATCH V2 2/6] kvm: detect assigned device via irqbypass manager
` [PATCH V2 3/6] vDPA: implement IRQ offloading helpers in vDPA core
` [PATCH V2 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
` [PATCH V2 5/6] ifcvf: replace irq_request/free with vDPA helpers

[PATCH] virtio-balloon: Document byte ordering of poison_val
 2020-07-20  8:53 UTC  (2+ messages)
` [virtio-dev] "

[PATCH] vhost: vdpa: remove per device feature whitelist
 2020-07-20  8:50 UTC 

[patch V3 00/13] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-20  6:50 UTC  (26+ messages)
` [patch V3 01/13] entry: Provide generic syscall entry functionality
` [patch V3 02/13] entry: Provide generic syscall exit function
` [patch V3 03/13] entry: Provide generic interrupt entry/exit code
` [patch V3 04/13] entry: Provide infrastructure for work before exiting to guest mode
` [patch V3 05/13] x86/entry: Consolidate check_user_regs()
` [patch V3 06/13] x86/entry: Consolidate 32/64 bit syscall entry
` [patch V3 07/13] x86/ptrace: Provide pt_regs helpers for entry/exit
` [patch V3 08/13] x86/entry: Use generic syscall entry function
` [patch V3 10/13] x86/entry: Cleanup idtentry_entry/exit_user

[PATCH] MIPS: KVM: Fix build error caused by 'kvm_run' cleanup
 2020-07-19 10:44 UTC  (2+ messages)

[PATCH] docs: kvm/api.rst: Fix indentation
 2020-07-18 16:50 UTC 

[kvm-unit-tests PATCH] arm64: Compile with -mno-outline-atomics for GCC >= 10
 2020-07-18 13:50 UTC  (3+ messages)

[PATCH] linux/mdev.h: drop duplicated word in a comment
 2020-07-18  2:53 UTC 

[PATCH v5] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-17 17:19 UTC  (5+ messages)

[PATCH v1 0/1] Synic default SCONTROL MSR needs to be enabled
 2020-07-17 12:52 UTC  (2+ messages)
` [PATCH v1 1/1] x86/kvm/hyper-v: "

Reporting a use-after-free read bug in userfaultfd_release()
 2020-07-17 11:45 UTC 

[PATCH kvm-unit-tests v2 0/3] svm: INIT test and test_run on selected vcpu
 2020-07-17 11:34 UTC  (4+ messages)
` [PATCH kvm-unit-tests v2 1/3] svm: Add ability to execute test via test_run on a vcpu other than vcpu 0
` [PATCH kvm-unit-tests v2 2/3] svm: INIT and STARTUP ipi test
` [PATCH kvm-unit-tests v2 3/3] svm: INIT intercept test

[RESEND PATCH] drivers: arm arch timer: Correct fault programming of CNTKCTL_EL1.EVNTI
 2020-07-17  9:21 UTC 

[PATCH] drivers: arm arch timer: Correct fault programming of CNTKCTL_EL1.EVNTI
 2020-07-17  8:05 UTC 

linux-next: build failure after merge of the kvm tree
 2020-07-17  5:57 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2020-07-17  5:25 UTC 

INFO: rcu detected stall in tipc_release
 2020-07-17  4:20 UTC 

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-16 21:46 UTC  (7+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection


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