kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-02 19:59:58 to 2019-04-05 03:46:18 UTC [more...]

[PATCH kvmtool v3 0/3] vfio-pci: Support INTx mode re-enabling
 2019-04-05  3:46 UTC  (11+ messages)
` [PATCH kvmtool v3 2/3] vfio-pci: Add new function for INTx one-time initialisation
` [PATCH kvmtool v3 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX

[KVM nVMX]: Check "load IA32_PAT" VM-exit{entry} controls on vmentry of L2 guests (v4)
 2019-04-05  1:46 UTC  (7+ messages)
` [PATCH 1/6 v4][KVM nVMX]: Check "load IA32_PAT" VM-exit control on vmentry
` [PATCH 2/6 v4][KVM nVMX]: Check "load IA32_PAT" VM-entry "
` [PATCH 3/6 v4][KVM nVMX]: Move the checks for Guest Control Registers and Guest MSRs to a separate function
` [PATCH 4/6 v4][KVM nVMX]: nested_check_guest_cregs_dregs_msrs() should return -EINVAL for error conditions
` [PATCH 5/6 v4][KVM nVMX]: nested_vmx_check_vmentry_postreqs() should return VMX_EXIT_REASONS_FAILED_VMENTRY | EXIT_REASON_INVALID_STATE "
` [PATCH 6/6 v4][kvm-unit-test nVMX]: Check "load IA32_PAT" on vmentry of L2 guests

[RFC PATCH kernel v2] powerpc/powernv: Isolate NVLinks between GV100GL on Witherspoon
 2019-04-04 23:56 UTC  (4+ messages)

[RFC PATCH 00/12] s390: virtio: support protected virtualization
 2019-04-04 23:16 UTC  (13+ messages)
` [RFC PATCH 01/12] virtio/s390: use vring_create_virtqueue
` [RFC PATCH 02/12] virtio/s390: DMA support for virtio-ccw
` [RFC PATCH 03/12] s390/mm: force swiotlb for protected virtualization
` [RFC PATCH 04/12] s390/cio: introduce cio DMA pool
` [RFC PATCH 05/12] s390/cio: add protected virtualization support to cio
` [RFC PATCH 06/12] s390/airq: use DMA memory for adapter interrupts
` [RFC PATCH 07/12] virtio/s390: use DMA memory for ccw I/O
` [RFC PATCH 08/12] virtio/s390: add indirection to indicators access
` [RFC PATCH 09/12] virtio/s390: use DMA memory for notifiers
` [RFC PATCH 10/12] virtio/s390: consolidate DMA allocations
` [RFC PATCH 11/12] virtio/s390: use the cio DMA pool
` [RFC PATCH 12/12] virtio/s390: make airq summary indicators DMA

[PATCHv1 0/7] vfio/mdev: Improve vfio/mdev core module
 2019-04-04 23:05 UTC  (12+ messages)
` [PATCHv1 6/7] vfio/mdev: Fix aborting mdev child device removal if one fails
` [PATCHv1 7/7] vfio/mdev: Fix race conditions with mdev device life cycle APIs

[PATCH v6 00/20] x86/split_lock: Enable split locked accesses detection
 2019-04-04 22:49 UTC  (38+ messages)
` [PATCH v6 01/20] x86/common: Align cpu_caps_cleared and cpu_caps_set to unsigned long
` [PATCH v6 02/20] drivers/net/b44: Align pwol_mask to unsigned long for better performance
` [PATCH v6 03/20] wlcore: simplify/fix/optimize reg_ch_conf_pending operations
` [PATCH v6 04/20] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v6 05/20] x86/msr-index: Define MSR_IA32_CORE_CAPABILITY and split lock detection bit
` [PATCH v6 06/20] x86/cpufeatures: Enumerate MSR_IA32_CORE_CAPABILITY
` [PATCH v6 07/20] x86/split_lock: Enumerate split lock detection by MSR_IA32_CORE_CAPABILITY
` [PATCH v6 08/20] x86/split_lock: Enumerate split lock detection on Icelake mobile processor
` [PATCH v6 09/20] x86/split_lock: Define MSR_TEST_CTL register
` [PATCH v6 10/20] x86/split_lock: Handle #AC exception for split lock
` [PATCH v6 11/20] kvm/x86: Emulate MSR IA32_CORE_CAPABILITY
` [PATCH v6 12/20] kvm/vmx: Emulate MSR TEST_CTL
` [PATCH v6 13/20] x86/split_lock: Enable split lock detection by default
` [PATCH v6 14/20] x86/split_lock: Add a sysfs interface to enable/disable split lock detection during run time
` [PATCH v6 15/20] x86/split_lock: Document the new sysfs file for split lock detection
` [PATCH v6 16/20] x86/clearcpuid: Support multiple clearcpuid options
` [PATCH v6 17/20] x86/clearcpuid: Support feature flag string in kernel option clearcpuid
` [PATCH v6 18/20] x86/clearcpuid: Apply cleared feature bits that are forced set before
` [PATCH v6 19/20] x86/clearcpuid: Clear CPUID bit in CPUID faulting
` [PATCH v6 20/20] x86/clearcpuid: Change document for kernel option clearcpuid

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC
 2019-04-04 22:06 UTC  (4+ messages)

[patch] KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow
 2019-04-04 20:55 UTC  (3+ messages)

[patch] kvm: svm: fix potential get_num_contig_pages overflow
 2019-04-04 20:55 UTC  (3+ messages)

[PATCH v3 0/3] kvm: Use huge pages for DAX-backed files
 2019-04-04 20:37 UTC  (6+ messages)
` [PATCH v3 1/3] mm: make dev_pagemap_mapping_shift() externally visible
  ` [PATCH v3 2/3] kvm: Use huge pages for DAX-backed files
  ` [PATCH v3 3/3] kvm: remove redundant PageReserved() check

[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
 2019-04-04 19:15 UTC  (11+ messages)
` [PATCH RFC 1/4] vsock/virtio: reduce credit update messages
` [PATCH RFC 2/4] vhost/vsock: split packets to send using multiple buffers
` [PATCH RFC 3/4] vsock/virtio: change the maximum packet size allowed
` [PATCH RFC 4/4] vsock/virtio: increase RX buffer size to 64 KiB

[PATCH v4 0/5] virtio pmem driver
 2019-04-04 15:50 UTC  (22+ messages)
` [PATCH v4 1/5] ibnvdimm: nd_region flush callback support
` [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
  ` [PATCH v4 3/5] libnvdimm: add dax_dev sync flag
` [PATCH v4 4/5] ext4: disable map_sync for async flush
` [PATCH v4 5/5] xfs: "
              ` [Qemu-devel] "

[PATCH v9 00/27] x86: load FPU registers on return to userland
 2019-04-04 15:10 UTC  (33+ messages)
` [PATCH 01/27] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 02/27] x86/fpu: Remove fpu__restore()
` [PATCH 03/27] x86/fpu: Remove preempt_disable() in fpu__clear()
` [PATCH 04/27] x86/fpu: Always init the `state' "
` [PATCH 05/27] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
` [PATCH 06/27] x86/fpu: Don't save fxregs for ia32 frames "
` [PATCH 07/27] x86/fpu: Remove fpu->initialized
` [PATCH 08/27] x86/fpu: Remove user_fpu_begin()
` [PATCH 09/27] x86/fpu: Add (__)make_fpregs_active helpers
` [PATCH 10/27] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
` [PATCH 11/27] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() "
` [PATCH 12/27] x86/pkru: Provide .*_pkru_ins() functions
` [PATCH 13/27] x86/fpu: Only write PKRU if it is different from current
` [PATCH 14/27] x86/pkeys: Don't check if PKRU is zero before writting it
` [PATCH 15/27] x86/fpu: Eager switch PKRU state
` [PATCH 16/27] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 17/27] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 18/27] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 19/27] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 20/27] x86/fpu: Inline copy_user_to_fpregs_zeroing()
` [PATCH 21/27] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
` [PATCH 22/27] x86/fpu: Merge the two code paths in __fpu__restore_sig()
` [PATCH 23/27] x86/fpu: Defer FPU state load until return to userspace
` [PATCH 24/27] x86/fpu: Add a fastpath to __fpu__restore_sig()
` [PATCH 25/27] x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
` [PATCH 26/27] x86/fpu: Restore FPU register in copy_fpstate_to_sigframe() in order to use the fastpath
` [PATCH 27/27] x86/pkeys: add PKRU value to init_fpstate

[PATCH kvmtool 00/16] Support PCI BAR configuration
 2019-04-04 13:46 UTC  (13+ messages)
` [PATCH kvmtool 01/16] Makefile: Only compile vesa for archs that need it
` [PATCH kvmtool 02/16] brlock: Always pass argument to br_read_lock/unlock
` [PATCH kvmtool 03/16] brlock: fix build with KVM_BRLOCK_DEBUG
` [PATCH kvmtool 04/16] pci: Fix BAR resource sizing arbitration
` [PATCH kvmtool 05/16] ioport: pci: Move port allocations to PCI devices
` [PATCH kvmtool 06/16] pci: Fix ioport allocation size

On guest free page hinting and OOM
 2019-04-04 13:28 UTC  (30+ messages)

[RFC] Question about enable doorbell irq and halt_poll process
 2019-04-04 10:59 UTC  (4+ messages)

[PATCH v6 00/22] SMMUv3 Nested Stage Setup
 2019-04-04  6:55 UTC  (8+ messages)
` [PATCH v6 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI

[PATCH v2] vfio/type1: Limit DMA mappings per container
 2019-04-03 20:00 UTC  (5+ messages)

[PATCH] vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static
 2019-04-03 18:52 UTC  (2+ messages)

[PATCH] vfio/pci: use correct format characters
 2019-04-03 18:52 UTC  (2+ messages)

[PATCH 0/6] convert locked_vm from unsigned long to atomic64_t
 2019-04-03 16:52 UTC  (12+ messages)
` [PATCH 1/6] mm: change locked_vm's type "
` [PATCH 2/6] vfio/type1: drop mmap_sem now that locked_vm is atomic
` [PATCH 3/6] vfio/spapr_tce: "

[PATCH AUTOSEL 4.19 40/57] kvm: properly check debugfs dentry before using it
 2019-04-03 16:16 UTC  (3+ messages)

[PATCH] KVM: x86: svm: make sure NMI is injected after nmi_singlestep
 2019-04-03 14:06 UTC 

[PATCH] KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs
 2019-04-03  1:46 UTC  (6+ messages)

[RFC PATCH v4 0/8] This patch-set is to enable Guest CET support
 2019-04-02 20:46 UTC  (16+ messages)
` [RFC PATCH v4 2/8] KVM:CPUID: Add CET CPUID support for Guest
` [RFC PATCH v4 3/8] KVM:CPUID: Fix xsaves area size calculation for CPUID.(EAX=0xD,ECX=1)
` [RFC PATCH v4 4/8] KVM:VMX: Pass through host CET related MSRs to Guest
` [RFC PATCH v4 5/8] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [RFC PATCH v4 7/8] KVM:x86: load guest fpu state when accessing MSRs managed by XSAVES
` [RFC PATCH v4 8/8] KVM:x86: Add user-space read/write interface for CET MSRs


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