kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-18 06:20:52 to 2019-11-19 14:32:50 UTC [more...]

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

[PATCH v3 00/11] Add AMD SEV guest live migration support
 2019-11-19 14:06 UTC  (6+ messages)
` [PATCH v3 01/11] KVM: SVM: Add KVM_SEV SEND_START command

[PATCH -next] KVM: x86: remove set but not used variable 'called'
 2019-11-19 13:27 UTC  (8+ messages)

[kvm-unit-tests PATCH v4 0/3] s390x: SCLP Unit test
 2019-11-19 13:14 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v4 2/3] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v4 3/3] s390x: SCLP unit test

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-11-19 13:00 UTC  (7+ messages)
` [RFC PATCH v1 01/10] vfio-ccw: Introduce new helper functions to free/destroy regions
` [RFC PATCH v1 02/10] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v1 03/10] vfio-ccw: Use subchannel lpm in the orb

general protection fault in virtio_transport_release
 2019-11-19 12:35 UTC 

[PATCH] KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()
 2019-11-19 12:30 UTC  (2+ messages)

[PATCH v2 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2019-11-19 12:26 UTC  (5+ messages)

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-19 11:40 UTC  (13+ messages)
` [RFC 23/37] KVM: s390: protvirt: Make sure prefix is always protected
` [RFC 36/37] KVM: s390: protvirt: Support cmd 5 operation state

[PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19 11:39 UTC  (28+ messages)
` [PATCH v6 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v6 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v6 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v6 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v6 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v6 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v6 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v6 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v6 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v6 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v6 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v6 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v6 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v6 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v6 16/24] net/xdp: "
` [PATCH v6 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v6 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v6 19/24] vfio, mm: "
` [PATCH v6 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v6 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v6 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v6 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v6 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH v2 0/3] KVM: VMX: Posted Interrupts fixes
 2019-11-19 11:36 UTC  (3+ messages)
` [PATCH v2 2/3] KVM: VMX: Do not change PID.NDST when loading a blocked vCPU

[PATCH v3 00/19] x86/cpu: Clean up handling of VMX features
 2019-11-19 11:15 UTC  (23+ 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 05/19] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
` [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 09/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v3 10/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v3 11/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v3 13/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [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] KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1
 2019-11-19 11:09 UTC  (2+ messages)

[PATCH net-next 0/6] vsock: add local transport support
 2019-11-19 11:01 UTC  (7+ messages)
` [PATCH net-next 1/6] vsock/virtio_transport_common: remove unused virtio header includes
` [PATCH net-next 2/6] vsock: add VMADDR_CID_LOCAL definition
` [PATCH net-next 3/6] vsock: add local transport support in the vsock core
` [PATCH net-next 4/6] vsock: add vsock_loopback transport
` [PATCH net-next 5/6] vsock: use local transport when it is loaded
` [PATCH net-next 6/6] vsock/virtio: remove loopback handling

KVM call for 2019-12-03
 2019-11-19 10:18 UTC 

Call for agenda for 2019-11-19 KVM call
 2019-11-19 10:17 UTC  (2+ messages)

[PATCH v7 0/9] Enable Sub-Page Write Protection Support
 2019-11-19  8:49 UTC  (10+ messages)
` [PATCH v7 1/9] Documentation: Introduce EPT based Subpage Protection and related ioctls
` [PATCH v7 2/9] vmx: spp: Add control flags for Sub-Page Protection(SPP)
` [PATCH v7 3/9] mmu: spp: Add SPP Table setup functions
` [PATCH v7 4/9] mmu: spp: Add functions to create/destroy SPP bitmap block
` [PATCH v7 5/9] x86: spp: Introduce user-space SPP IOCTLs
` [PATCH v7 6/9] vmx: spp: Set up SPP paging table at vmentry/vmexit
` [PATCH v7 7/9] mmu: spp: Enable Lazy mode SPP protection
` [PATCH v7 8/9] mmu: spp: Handle SPP protected pages when VM memory changes
` [PATCH v7 9/9] x86: spp: Add SPP protection check in emulation

[PATCH v8 0/5] Add a unified parameter "nopvspin"
 2019-11-19  7:01 UTC  (9+ messages)
` [PATCH v8 1/5] Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized"
` [PATCH v8 2/5] x86/kvm: Change print code to use pr_*() format
` [PATCH v8 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (20+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [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 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 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 17/24] mm/gup: track FOLL_PIN pages

[PATCH v2 2/2] KVM: LAPIC: micro-optimize fixed mode ipi delivery
 2019-11-19  6:38 UTC 

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

[PATCH net-next 00/19] Mellanox, mlx5 sub function support
 2019-11-19  4:51 UTC  (12+ messages)

[PATCH v7] vhost: introduce mdev based hardware backend
 2019-11-19  3:19 UTC 

[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] 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  (3+ messages)

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

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

[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  (7+ messages)
` [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support

[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  (7+ messages)
` [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)


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