kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-22 13:47:00 to 2019-11-26 10:09:32 UTC [more...]

[RFC net-next 00/18] virtio_net XDP offload
 2019-11-26 10:07 UTC  (13+ messages)
` [RFC net-next 01/18] bpf: introduce bpf_prog_offload_verifier_setup()
` [RFC net-next 02/18] net: core: rename netif_receive_generic_xdp() to do_generic_xdp_core()
` [RFC net-next 03/18] net: core: export do_xdp_generic_core()
` [RFC net-next 04/18] tuntap: check tun_msg_ctl type at necessary places
` [RFC net-next 05/18] vhost_net: user tap recvmsg api to access ptr ring
` [RFC net-next 06/18] tuntap: remove usage of ptr ring in vhost_net
` [RFC net-next 07/18] tun: set offloaded xdp program
` [RFC net-next 08/18] tun: run offloaded XDP program in Tx path
` [RFC net-next 09/18] tun: add a way to inject Tx path packet into Rx path
` [RFC net-next 10/18] tun: handle XDP_TX action of offloaded program
` [RFC net-next 11/18] tun: run xdp prog when tun is read from file interface
` [RFC net-next 12/18] virtio-net: store xdp_prog in device

[PATCH] pci: endpoint: functions: Add a virtnet EP function
 2019-11-26  9:58 UTC 

[Bug 205655] New: kvm with cache=none and btrfs -> corrupted file system
 2019-11-26  9:24 UTC 

[GIT PULL] Please pull my kvm-ppc-next-5.5-2 tag
 2019-11-26  8:52 UTC  (4+ messages)

[RFC PATCH v8 0/7] Enable ptp_kvm for arm64
 2019-11-26  8:30 UTC  (11+ messages)
` [RFC PATCH v8 1/8] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [RFC PATCH v8 2/8] psci: let arm_smccc_1_1_invoke available by modules
` [RFC PATCH v8 3/8] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v8 4/8] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v8 5/8] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v8 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v8 7/8] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v8 8/8] kvm: arm64: Add capability check extension for ptp_kvm

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-11-26  7:07 UTC  (6+ messages)
` [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free

[GIT PULL] Please pull my kvm-ppc-uvmem-5.5 tag
 2019-11-26  5:24 UTC 

[GIT PULL] KVM changes for Linux 5.5 merge window
 2019-11-26  2:15 UTC  (2+ messages)

[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
 2019-11-26  0:57 UTC  (8+ messages)
` [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap

[kvm-unit-tests PATCH] x86: Add RDTSC test
 2019-11-25 23:22 UTC  (2+ messages)

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 23:10 UTC  (20+ messages)
` [PATCH v2 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH v2 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v2 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v2 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v2 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v2 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v2 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 13/19] net/xdp: "
` [PATCH v2 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 16/19] vfio, mm: "
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v2 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v2 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 20:46 UTC  (25+ messages)
` [PATCH 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 13/19] net/xdp: "
` [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 16/19] vfio, mm: "
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH v3 00/11] Add AMD SEV guest live migration support
 2019-11-25 19:07 UTC  (3+ messages)
` [PATCH v3 08/11] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall

[PATCH] kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints
 2019-11-25 18:35 UTC  (8+ messages)

WARNING bisected (was Re: [PATCH v7 08/10] mm: rework non-root kmem_cache lifecycle management)
 2019-11-25 18:07 UTC  (8+ messages)

general protection fault in __schedule (2)
 2019-11-25 17:54 UTC  (4+ messages)

[PATCH v2] kvm: arm: VGIC: Fix interrupt group enablement
 2019-11-25 10:55 UTC  (2+ messages)

[PATCH kvmtool 00/16] Add writable BARs and PCIE 1.1 support
 2019-11-25 10:30 UTC  (17+ messages)
` [PATCH kvmtool 01/16] Makefile: Use correct objcopy binary when cross-compiling for x86_64
` [PATCH kvmtool 02/16] pci: Fix BAR resource sizing arbitration
` [PATCH kvmtool 03/16] Remove pci-shmem device
` [PATCH kvmtool 04/16] Check that a PCI device's memory size is power of two
` [PATCH kvmtool 05/16] arm: pci.c: Advertise only PCI bus 0 in the DT
` [PATCH kvmtool 06/16] ioport: pci: Move port allocations to PCI devices
` [PATCH kvmtool 07/16] pci: Fix ioport allocation size
` [PATCH kvmtool 08/16] arm/pci: Fix PCI IO region
` [PATCH kvmtool 09/16] arm/pci: Do not use first PCI IO space bytes for devices
` [PATCH kvmtool 10/16] virtio/pci: Make memory and IO BARs independent
` [PATCH kvmtool 11/16] virtio/pci: Ignore MMIO and I/O accesses when they are disabled
` [PATCH kvmtool 12/16] Use independent read/write locks for ioport and mmio
` [PATCH kvmtool 13/16] vfio: Add support for BAR configuration
` [PATCH kvmtool 14/16] virtio/pci: "
` [PATCH kvmtool 15/16] arm/fdt: Remove 'linux,pci-probe-only' property
` [PATCH kvmtool 16/16] Add PCI Express 1.1 support

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-25  9:48 UTC  (15+ messages)
` [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

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-11-25  8:32 UTC  (18+ messages)
` [RFC v2 2/3] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v2 3/3] vfio/type1: bind guest pasid (guest page tables) to host

[RFC V4 0/2] Intel IFC VF driver for VDPA
 2019-11-25  8:19 UTC  (3+ messages)
` [RFC V4 2/2] This commit introduced IFC operations for vdpa

linux-next: build warning after merge of the kvm tree
 2019-11-25  3:03 UTC 

linux-next: manual merge of the kvm-arm tree with the kbuild tree
 2019-11-25  2:58 UTC  (2+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (8+ messages)
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages

[PULL] virtio: last minute bugfixes
 2019-11-23 21:10 UTC  (2+ messages)

[Bug 205631] New: kvm: Unknown symbol
 2019-11-23 15:35 UTC  (4+ messages)
` [Bug 205631] "

[kvm-unit-tests Patch v1 0/2] x86: Test IOAPIC physical and logical destination mode
 2019-11-23 10:33 UTC  (4+ messages)

[PATCH] KVM: x86: Grab KVM's srcu lock when setting nested state
 2019-11-23 10:30 UTC  (2+ messages)

[PATCH] KVM: x86: Open code shared_msr_update() in its only caller
 2019-11-23 10:29 UTC  (2+ messages)

[PATCH] KVM: Fix jump label out_free_* in kvm_init()
 2019-11-23 10:29 UTC  (2+ messages)

[PATCH] KVM: x86: Remove a spurious export of a static function
 2019-11-23 10:28 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: vmx: Fix the check whether CMCI is supported
 2019-11-23 10:27 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/4] test GUEST_EFER field and address size controls
 2019-11-23 10:22 UTC  (4+ messages)
` [PATCH kvm-unit-tests 2/4] x86: vmx_tests: extend HOST_EFER tests

[PATCH] KVM: arm: fix missing free_percpu_irq in kvm_timer_hyp_init()
 2019-11-23  2:30 UTC 

[PATCH 0/3] KVM: x86: Minor emulator cleanup
 2019-11-22 22:58 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
` [PATCH 2/3] KVM: x86: Move gpa_val and gpa_available into the emulator context
` [PATCH 3/3] KVM: x86: Move #PF retry tracking variables into emulation context

[PATCH 00/13] KVM: x86: Allow userspace to disable the emulator
 2019-11-22 22:39 UTC  (14+ messages)
` [PATCH 01/13] KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant
` [PATCH 02/13] KVM: x86: Explicitly pass an exception struct to check_intercept
` [PATCH 03/13] KVM: x86: Move emulation-only helpers to emulate.c
` [PATCH 04/13] KVM: x86: Refactor R/W page helper to take the emulation context
` [PATCH 05/13] KVM: x86: Refactor emulated exception injection to take the emul context
` [PATCH 06/13] KVM: x86: Refactor emulate tracepoint to explicitly take context
` [PATCH 07/13] KVM: x86: Refactor init_emulate_ctxt() "
` [PATCH 08/13] KVM: x86: Dynamically allocate per-vCPU emulation context
` [PATCH 09/13] KVM: x86: Move kvm_emulate.h into KVM's private directory
` [PATCH 10/13] KVM: x86: Shrink the usercopy region of the emulation context
` [PATCH 11/13] KVM: x86: Add helper to "handle" internal emulation error
` [PATCH 12/13] KVM: x86: Add variable to control existence of emulator
` [PATCH 13/13] KVM: x86: Allow userspace to disable the kernel's emulator

[PATCH] KVM: x86: Extend Spectre-v1 mitigation
 2019-11-22 22:19 UTC  (4+ messages)

[PATCH 0/2] Limit memory encryption cpuid pass through
 2019-11-22 21:54 UTC  (12+ messages)
` [PATCH 2/2] KVM x86: Mask memory encryption guest cpuid

[PATCH 0/5] KVM: vmx: implement MSR_IA32_TSX_CTRL for guests
 2019-11-22 20:15 UTC  (3+ messages)
` [PATCH 1/5] KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES

[PATCH AUTOSEL 4.19 14/25] selftests: kvm: fix build with glibc >= 2.30
 2019-11-22 19:48 UTC 

[PATCH v3 00/19] x86/cpu: Clean up handling of VMX features
 2019-11-22 19:09 UTC  (10+ messages)
` [PATCH v3 09/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*

[PATCH] MAINTAINERS: Add myself as maintainer of virtio-vsock
 2019-11-22 17:39 UTC  (2+ messages)

[PATCH v7 0/9] Enable Sub-Page Write Protection Support
 2019-11-22 16:24 UTC  (19+ 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 5/9] x86: spp: Introduce user-space SPP IOCTLs
` [PATCH v7 6/9] vmx: spp: Set up SPP paging table at vmentry/vmexit

[PATCH kvm-unit-tests] runtime: set MAX_SMP to number of online cpus
 2019-11-22 15:15 UTC  (6+ 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).