public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-13 15:54:35 to 2019-02-18 13:54:49 UTC [more...]

[PATCH v4 00/22] SMMUv3 Nested Stage Setup
 2019-02-18 13:54 UTC  (9+ messages)
` [PATCH v4 01/22] driver core: add per device iommu param
` [PATCH v4 02/22] iommu: introduce device fault data
` [PATCH v4 03/22] iommu: introduce device fault report API
` [PATCH v4 04/22] iommu: Introduce attach/detach_pasid_table API
` [PATCH v4 05/22] iommu: Introduce cache_invalidate API
` [PATCH v4 06/22] iommu: Introduce bind/unbind_guest_msi
` [PATCH v4 07/22] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v4 08/22] vfio: VFIO_IOMMU_CACHE_INVALIDATE

[PATCH 4.4 023/143] x86/fpu: Add might_fault() to user_insn()
 2019-02-18 13:42 UTC 

[PATCH v3 0/9] [RFC] vfio: ap: ioctl definitions for AP Queue Interrupt Control
 2019-02-18 12:21 UTC  (43+ messages)
` [PATCH v3 1/9] s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
` [PATCH v3 2/9] s390: ap: kvm: setting a hook for PQAP instructions
` [PATCH v3 3/9] s390: ap: new vfio_ap_queue structure
` [PATCH v3 4/9] s390: ap: tools to find a queue with a specific APQN
` [PATCH v3 5/9] s390: ap: tools to associate a queue to a matrix
` [PATCH v3 6/9] vfio: ap: register IOMMU VFIO notifier
` [PATCH v3 7/9] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v3 8/9] s390: ap: Cleanup on removing the AP device
` [PATCH v3 9/9] s390: ap: kvm: add AP Queue Interruption Control facility

[PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-02-18 11:29 UTC  (13+ messages)
` [PATCH 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state

[PATCH] kvm: vmx: Fix entry nubmer check for add_atomic_switch_msr()
 2019-02-18 10:45 UTC  (5+ messages)

[PATCH v2 0/3] optimize waiting for free thread to do compression
 2019-02-18  9:01 UTC  (11+ messages)
` [PATCH v2 2/3] migration: fix memory leak when updating tls-creds and tls-hostname
` [PATCH v2 3/3] migration: introduce adaptive model for waiting thread

linux-next: build failure after merge of the kvm tree
 2019-02-18  3:42 UTC 

linux-next: manual merge of the kvm tree with the kvm-fixes tree
 2019-02-18  3:27 UTC 

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-18  2:39 UTC  (28+ messages)

[PATCH v5 00/12] Guest LBR Enabling
 2019-02-18  1:59 UTC  (22+ messages)
` [PATCH v5 01/12] perf/x86: fix the variable type of the LBR MSRs
` [PATCH v5 02/12] perf/x86: add a function to get the lbr stack
` [PATCH v5 03/12] KVM/x86: KVM_CAP_X86_GUEST_LBR
` [PATCH v5 04/12] KVM/x86: intel_pmu_lbr_enable
` [PATCH v5 05/12] KVM/x86/vPMU: tweak kvm_pmu_get_msr
` [PATCH v5 06/12] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest
` [PATCH v5 07/12] perf/x86: no counter allocation support
` [PATCH v5 08/12] KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack
` [PATCH v5 09/12] perf/x86: save/restore LBR_SELECT on vCPU switching
` [PATCH v5 10/12] KVM/x86/lbr: lazy save the guest lbr stack
` [PATCH v5 11/12] KVM/x86: remove the common handling of the debugctl msr
` [PATCH v5 12/12] KVM/VMX/vPMU: support to report GLOBAL_STATUS_LBRS_FROZEN

[GIT PULL] KVM changes for Linux 5.0-rc7
 2019-02-17 16:50 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the kvm tree
 2019-02-16  7:34 UTC 

WARNING: refcount bug in kvm_vm_ioctl
 2019-02-16  6:28 UTC  (9+ messages)

[PATCH net] vhost: correctly check the return value of translate_desc() in log_used()
 2019-02-15 21:59 UTC  (4+ messages)

[PATCH v6 0/9] vfio/mdev: IOMMU aware mediated device
 2019-02-15 18:46 UTC  (6+ messages)
` [PATCH v6 1/9] iommu: Add APIs for multiple domains per device

[PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-15 18:29 UTC 

[RFC PATCH 0/5] iommu: APIs for paravirtual PASID allocation
 2019-02-15 17:33 UTC  (4+ messages)
` [RFC PATCH 1/5] iommu: Add APIs for IOMMU PASID management

[PATCH] KVM: arm/arm64: Update MAINTAINERS entries
 2019-02-15 17:26 UTC  (2+ messages)

[PATCH v3] vfio_pci: Enable memory accesses before calling pci_map_rom
 2019-02-15 16:16 UTC 

[PATCH v3 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-02-15 15:46 UTC  (3+ messages)
` [PATCH v3 4/6] vfio-ccw: add capabilities chain

[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
 2019-02-15 15:26 UTC  (17+ messages)
` [PATCH 1/5] vfio/type1: "

[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-15 15:22 UTC  (7+ messages)
` [PATCH V2 3/10] KVM/MMU: Add last_level in the struct mmu_spte_page

[PATCH] KVM: PPC: Book3S: Add KVM stat num_[2M/1G]_pages
 2019-02-15  4:10 UTC 

[PATCH AUTOSEL 3.18 16/16] KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1
 2019-02-15  2:15 UTC 

[PATCH AUTOSEL 4.4 20/20] KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1
 2019-02-15  2:15 UTC 

[PATCH AUTOSEL 4.9 26/27] svm: Fix AVIC incomplete IPI emulation
 2019-02-15  2:14 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 27/27] KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1

[PATCH AUTOSEL 4.14 39/40] svm: Fix AVIC incomplete IPI emulation
 2019-02-15  2:13 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 40/40] KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1

[PATCH AUTOSEL 4.19 62/65] svm: Fix AVIC incomplete IPI emulation
 2019-02-15  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 63/65] KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1

[PATCH AUTOSEL 4.20 73/77] svm: Fix AVIC incomplete IPI emulation
 2019-02-15  2:08 UTC  (2+ messages)
` [PATCH AUTOSEL 4.20 74/77] KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1

[PATCH v2] vfio_pci: Enable memory accesses before calling pci_map_rom
 2019-02-14 20:16 UTC  (4+ messages)

[PULL 00/14] Trivial branch patches
 2019-02-14 18:32 UTC  (16+ messages)
` [PULL 01/14] qapi: Fix qcow2 encryption doc typo
` [PULL 02/14] qemu-deprecated: Remove -virtioconsole and -no-frame for good
` [PULL 03/14] qemu-options: Remove deprecated option -clock
` [PULL 04/14] configure: remove handling of "wav" audio driver
` [PULL 05/14] configure: fix qemu-img name
` [PULL 06/14] configure: Add HAX support in NetBSD
` [PULL 07/14] configure: Make -Waddress-of-packed-member warnings be errors
` [PULL 08/14] pckbd: Convert DPRINTF->trace
` [PULL 09/14] HMP: Prepend errors with 'Error:'
` [PULL 10/14] kvm: Add kvm_set_ioeventfd* traces
` [PULL 11/14] wavcapture: Convert to error_report
` [PULL 12/14] hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf
` [PULL 13/14] hw/sparc64: Explicitly set default_display = "std"
` [PULL 14/14] configure: improve usbfs check
` [libvirt] [Qemu-devel] [PULL 00/14] Trivial branch patches

[PATCH 15/19] KVM: PPC: Book3S HV: add get/set accessors for the source configuration
 2019-02-14 16:50 UTC  (12+ messages)

[PATCH] Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"
 2019-02-14 16:42 UTC  (2+ messages)

[PATCH v6] x86: load FPU registers on return to userland
 2019-02-14 15:28 UTC  (16+ messages)
` [PATCH 09/22] x86/fpu: Add (__)make_fpregs_active helpers
` [PATCH 15/22] x86/entry: Add TIF_NEED_FPU_LOAD

[PATCH V4] KVM: x86: Sync the pending Posted-Interrupts
 2019-02-14 10:54 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm-fixes tree
 2019-02-14  3:30 UTC 

[PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-13 23:52 UTC  (10+ messages)
  ` [PATCH V2 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
  ` [PATCH V2 2/7] mm/gup: Change write parameter to flags in fast walk
  ` [PATCH V2 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
  ` [PATCH V2 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
  ` [PATCH V2 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
  ` [PATCH V2 6/7] IB/qib: "
  ` [PATCH V2 7/7] IB/mthca: "

[GIT PULL] KVM/ARM updates for 5.0-rc6
 2019-02-13 18:39 UTC  (2+ messages)

[PATCH] vfio_pci: Enable memory accesses before calling pci_map_rom
 2019-02-13 17:11 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox