kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 05:57:04 to 2019-11-19 03:14:16 UTC [more...]

[PATCH v3 00/19] x86/cpu: Clean up handling of VMX features
 2019-11-19  3:12 UTC  (14+ messages)
` [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v3 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v3 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
` [PATCH v3 06/19] x86/centaur: Use common IA32_FEATURE_CONTROL MSR initialization
` [PATCH v3 07/19] x86/zhaoxin: "
` [PATCH v3 08/19] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH v3 14/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v3 15/19] x86/cpufeatures: Drop synthetic VMX feature flags
` [PATCH v3 16/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v3 17/19] x86/cpufeatures: Clean up synthetic virtualization flags
` [PATCH v3 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v3 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH V13 0/6] mdev based hardware virtio offloading support
 2019-11-19  3:13 UTC  (14+ messages)
` [PATCH V13 1/6] mdev: make mdev bus agnostic
` [PATCH V13 2/6] mdev: split out VFIO bus specific parent ops
` [PATCH V13 3/6] mdev: move to drivers/
` [PATCH V13 4/6] mdev: introduce mediated virtio bus
` [PATCH V13 5/6] virtio: introduce a mdev based transport
` [PATCH V13 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH -next] KVM: x86: remove set but not used variable 'called'
 2019-11-19  3:06 UTC 

[PATCH v8 0/5] Add a unified parameter "nopvspin"
 2019-11-19  2:01 UTC  (3+ messages)

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  0:22 UTC  (27+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 16/24] net/xdp: "
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

[PATCH] KVM: nVMX: Use semi-colon instead of comma for exit-handlers initialization
 2019-11-18 22:09 UTC  (3+ messages)

[PATCH 0/5] KVM: vmx: implement MSR_IA32_TSX_CTRL for guests
 2019-11-18 20:48 UTC  (8+ messages)
` [PATCH 1/5] KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
` [PATCH 2/5] KVM: x86: do not modify masked bits of shared MSRs
` [PATCH 3/5] KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID
` [PATCH 4/5] KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
` [PATCH 5/5] KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it

[kvm-unit-tests PATCH] x86: Fix the register order to match struct regs
 2019-11-18 19:08 UTC  (4+ messages)

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-18 17:38 UTC  (38+ messages)
` [RFC 23/37] KVM: s390: protvirt: Make sure prefix is always protected
` [RFC 24/37] KVM: s390: protvirt: Write sthyi data to instruction data area
        ` [PATCH] SIDAD macro fixup
` [RFC 25/37] KVM: s390: protvirt: STSI handling
` [RFC 26/37] KVM: s390: protvirt: Only sync fmt4 registers
` [RFC 27/37] KVM: s390: protvirt: SIGP handling
` [RFC 29/37] KVM: s390: protvirt: Sync pv state
` [RFC 31/37] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [RFC 32/37] KVM: s390: protvirt: UV calls diag308 0, 1
` [RFC 33/37] KVM: s390: Introduce VCPU reset IOCTL
` [RFC 35/37] KVM: s390: Fix cpu reset local IRQ clearing
` [RFC 36/37] KVM: s390: protvirt: Support cmd 5 operation state

[PATCH kvm-unit-tests] x86: add tests for MSR_IA32_TSX_CTRL
 2019-11-18 17:28 UTC 

[PATCH] KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()
 2019-11-18 17:27 UTC 

[Bug 205441] New: Enabling KVM causes any Linux VM reboot on kernel boot
 2019-11-18 14:49 UTC  (4+ messages)
` [Bug 205441] "

[PATCH 0/3] kvm: arm: VGIC: Fix interrupt group enablement
 2019-11-18 14:12 UTC  (6+ messages)
` [PATCH 2/3] kvm: arm: VGIC: Scan all IRQs when interrupt group gets enabled

[FYI PATCH 0/7] Mitigation for CVE-2018-12207
 2019-11-18 13:58 UTC  (6+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-18 13:57 UTC  (11+ messages)
` [RESEND PATCH v21 2/6] docs: APEI GHES generation and CPER record description
` [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[GIT PULL 0/5] KVM: s390: fixes and enhancements for 5.5
 2019-11-18 12:15 UTC  (7+ messages)
` [GIT PULL 1/5] KVM: s390: Remove unused parameter from __inject_sigp_restart()
` [GIT PULL 2/5] KVM: s390: Cleanup kvm_arch_init error path
` [GIT PULL 3/5] selftests: kvm: make syncregs more reliable on s390
` [GIT PULL 4/5] KVM: s390: count invalid yields
` [GIT PULL 5/5] KVM: s390: Do not yield when target is already running

[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
 2019-11-18 11:50 UTC  (3+ messages)
` [PATCH net-next v5 4/5] vhost/vsock: split packets to send using multiple buffers

[PATCH 14/15] sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map support
 2019-11-18 11:41 UTC  (2+ messages)

[kvm-unit-tests PULL 00/12] s390x and Travis CI updates
 2019-11-18 11:36 UTC  (18+ messages)
` [kvm-unit-tests PULL 01/12] s390x: Use loop to save and restore fprs
` [kvm-unit-tests PULL 02/12] s390x: remove redundant defines
` [kvm-unit-tests PULL 03/12] s390x: improve error reporting for interrupts
` [kvm-unit-tests PULL 04/12] s390x: sclp: expose ram_size and max_ram_size
` [kvm-unit-tests PULL 05/12] s390x: Fix initial cr0 load comments
` [kvm-unit-tests PULL 06/12] s390x: Add CR save area
` [kvm-unit-tests PULL 07/12] s390x: Load reset psw on diag308 reset
` [kvm-unit-tests PULL 08/12] travis.yml: Re-arrange the test matrix
` [kvm-unit-tests PULL 09/12] travis.yml: Install only the required packages for each entry in the matrix
` [kvm-unit-tests PULL 10/12] travis.yml: Test with KVM instead of TCG (on x86)
` [kvm-unit-tests PULL 11/12] travis.yml: Test the i386 build, too
` [kvm-unit-tests PULL 12/12] travis.yml: Expect that at least one test succeeds

[PATCH V12 0/6] mdev based hardware virtio offloading support
 2019-11-18 10:56 UTC  (10+ messages)
` [PATCH V12 1/6] mdev: make mdev bus agnostic
` [PATCH V12 2/6] mdev: split out VFIO bus specific parent ops
` [PATCH V12 3/6] mdev: move to drivers/
` [PATCH V12 4/6] mdev: introduce mediated virtio bus
` [PATCH V12 5/6] virtio: introduce a mdev based transport
` [PATCH V12 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH v1 0/4] s390x: Testing the Subchannel I/O
 2019-11-18  9:04 UTC  (4+ messages)
` [PATCH v1 3/4] s390x:irq: make IRQ handler weak

[kvm-unit-tests PATCH] arm: Add missing test name prefix for pl031 and spinlock
 2019-11-18  8:06 UTC  (2+ messages)

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-11-18  4:50 UTC  (10+ messages)
` [RFC v2 2/3] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)

linux-next: manual merge of the kvm-arm tree with the kbuild tree
 2019-11-18  3:38 UTC 

[PATCH RESEND v2 0/4] misc fixes on halt-poll code for both KVM and guest
 2019-11-17  9:02 UTC  (9+ messages)
` [PATCH RESEND v2 1/4] cpuidle-haltpoll: ensure grow start value is nonzero
` [PATCH RESEND v2 3/4] cpuidle-haltpoll: ensure cpu_halt_poll_us in right scope

[PATCH AUTOSEL 4.19 047/237] KVM: nVMX: reset cache/shadows when switching loaded VMCS
 2019-11-16 15:39 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 048/237] KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mode()
` [PATCH AUTOSEL 4.19 049/237] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
` [PATCH AUTOSEL 4.19 119/237] selftests: kvm: Fix -Wformat warnings

[PATCH AUTOSEL 4.14 028/150] KVM: nVMX: reset cache/shadows when switching loaded VMCS
 2019-11-16 15:45 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 029/150] KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mode()
` [PATCH AUTOSEL 4.14 030/150] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode

[PATCH AUTOSEL 4.9 17/99] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
 2019-11-16 15:49 UTC 

[PATCH AUTOSEL 4.4 15/77] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
 2019-11-16 15:52 UTC 

Missing usb driver
 2019-11-16  2:05 UTC 

[RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
 2019-11-16  0:58 UTC 

KVM_GET_SUPPORTED_CPUID
 2019-11-15 19:15 UTC  (5+ messages)

[GIT PULL] More KVM fixes for 5.4-rc8
 2019-11-15 17:35 UTC  (2+ messages)

[PATCH v2 00/16] x86/cpu: Clean up handling of VMX features
 2019-11-15 15:39 UTC  (13+ messages)
` [PATCH v2 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH v2 06/16] x86/cpu: Clear VMX feature flag if VMX is not fully enabled

[RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
 2019-11-15 14:55 UTC  (2+ messages)

[PATCH v4 0/4] Add support for capturing the highest observable L2 TSC
 2019-11-15 14:26 UTC  (4+ messages)

[PATCH v5 0/8] KVM: nVMX: Add full nested support for "load IA32_PERF_GLOBAL_CTRL" VM-{Entry,Exit} control
 2019-11-15 12:19 UTC  (2+ messages)

[PATCH v2 0/2] KVM: deliver IOAPIC scan request only to the target vCPUs
 2019-11-15 11:45 UTC  (4+ messages)
` [Patch v2 2/2] KVM: x86: deliver KVM IOAPIC scan request to "

[kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s
 2019-11-15 11:43 UTC  (3+ messages)

Investment opportunity
 2019-11-15 11:38 UTC 

[kvm-unit-tests PATCH 00/17] arm: gic: Test SPIs and interrupt groups
 2019-11-15 11:32 UTC  (5+ messages)
` [kvm-unit-tests PATCH 07/17] arm: gic: Extend check_acked() to allow silent call

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-11-15 11:15 UTC  (2+ messages)

[PATCH] KVM: nVMX: mark functions in the header as "static inline"
 2019-11-15 10:36 UTC 

[PATCH] x86: vmx: Verify pending LAPIC INIT event consume when exit on VMX_INIT
 2019-11-15 10:20 UTC  (2+ messages)

[PATCH] x86: vmx: Verify L2 modification to L1 LAPIC TPR works when L0 use TPR threshold
 2019-11-15 10:20 UTC  (2+ messages)

[PATCH] KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL
 2019-11-15 10:20 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] Use "-Werror" for checking flags
 2019-11-15 10:19 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] Makefile: use "-Werror" in cc-option

[PATCH] KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n
 2019-11-15  9:53 UTC  (10+ messages)

[RFC 20/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
 2019-11-15  9:21 UTC  (5+ messages)
` [PATCH] Fixup sida bouncing

[PATCH net-next v2 00/15] vsock: add multi-transports support
 2019-11-15  8:26 UTC  (3+ messages)

[RFC PATCH v7 0/7] Enable ptp_kvm for arm64
 2019-11-15  8:24 UTC  (4+ messages)
` [RFC PATCH v7 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot


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