kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-25 10:32:41 to 2019-11-27 19:49:38 UTC [more...]

[RFC net-next 00/18] virtio_net XDP offload
 2019-11-27 19:49 UTC  (22+ 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
` [RFC net-next 13/18] virtio_net: use XDP attachment helpers
` [RFC net-next 14/18] virtio_net: add XDP prog offload infrastructure
` [RFC net-next 15/18] virtio_net: implement XDP prog offload functionality
` [RFC net-next 16/18] bpf: export function __bpf_map_get
` [RFC net-next 17/18] virtio_net: implment XDP map offload functionality
` [RFC net-next 18/18] virtio_net: restrict bpf helper calls from offloaded program

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-11-27 19:47 UTC  (10+ messages)

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-11-27 19:09 UTC  (16+ messages)
` [RFC PATCH 01/28] kvm: mmu: Separate generating and setting mmio ptes
` [RFC PATCH 02/28] kvm: mmu: Separate pte generation from set_spte
` [RFC PATCH 03/28] kvm: mmu: Zero page cache memory at allocation time
` [RFC PATCH 04/28] kvm: mmu: Update the lpages stat atomically
` [RFC PATCH 05/28] sched: Add cond_resched_rwlock
` [RFC PATCH 06/28] kvm: mmu: Replace mmu_lock with a read/write lock
` [RFC PATCH 07/28] kvm: mmu: Add functions for handling changed PTEs

[kvm-unit-tests PATCH 00/18] Various fixes
 2019-11-27 18:47 UTC  (21+ messages)
` [kvm-unit-tests PATCH 01/18] lib: arm/arm64: Remove unnecessary dcache maintenance operations
` [kvm-unit-tests PATCH 02/18] lib: arm64: Remove barriers before TLB operations
` [kvm-unit-tests PATCH 03/18] lib: Add WRITE_ONCE and READ_ONCE implementations in compiler.h
` [kvm-unit-tests PATCH 04/18] lib: arm/arm64: Use WRITE_ONCE to update the translation tables
` [kvm-unit-tests PATCH 05/18] lib: arm/arm64: Remove unused CPU_OFF parameter
` [kvm-unit-tests PATCH 06/18] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests PATCH 07/18] lib: arm/arm64: Add missing include for alloc_page.h in pgtable.h
` [kvm-unit-tests PATCH 08/18] lib: arm: Implement flush_tlb_all
` [kvm-unit-tests PATCH 09/18] lib: arm/arm64: Teach mmu_clear_user about block mappings
` [kvm-unit-tests PATCH 10/18] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests PATCH 11/18] arm64: timer: Write to ICENABLER to disable timer IRQ
` [kvm-unit-tests PATCH 12/18] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests PATCH 13/18] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests PATCH 14/18] lib: arm/arm64: Refuse to disable the MMU with non-identity stack pointer
` [kvm-unit-tests PATCH 15/18] arm/arm64: Perform dcache clean + invalidate after turning MMU off
` [kvm-unit-tests PATCH 16/18] arm: cstart64.S: Downgrade TLBI to non-shareable in asm_mmu_enable
` [kvm-unit-tests PATCH 17/18] arm/arm64: Invalidate TLB before enabling MMU
` [kvm-unit-tests PATCH 18/18] arm: cstart64.S: Remove icache invalidation from asm_mmu_enable

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-27 18:35 UTC  (14+ messages)
` [PATCH v14 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v14 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v14 3/6] mm: Introduce Reported pages

[PATCH 13/13] samples: vfio-mdev: constify fb ops
 2019-11-27 18:29 UTC  (2+ messages)

[PATCH kvmtool 00/16] Add writable BARs and PCIE 1.1 support
 2019-11-27 18:25 UTC  (19+ 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 06/16] ioport: pci: Move port allocations to PCI devices
` [PATCH kvmtool 07/16] pci: Fix ioport allocation size
` [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

[kvm-unit-tests PATCH v4 0/3] s390x: SCLP Unit test
 2019-11-27 18:21 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v4 3/3] s390x: SCLP unit test

[PATCH] vfio: call irq_bypass_unregister_producer() before freeing irq
 2019-11-27 18:20 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Fix "error" isn't initialized
 2019-11-27 18:11 UTC  (3+ messages)

[PATCH v4 0/5] KVM: Unify mmu_memory_cache functionality across architectures
 2019-11-27 18:07 UTC  (3+ messages)
` [PATCH v4 1/5] KVM: x86: Move memcache allocation to GFP_PGTABLE_USER

[PATCH 1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
 2019-11-27 16:40 UTC  (3+ messages)

PROBLEM: Regression of MMU causing guest VM application errors
 2019-11-27 15:24 UTC  (4+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-27 14:17 UTC  (21+ 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

Guest system gets random high io-waittime. Restart virtual machine resolves the issue
 2019-11-27 12:44 UTC  (2+ messages)

[PATCH 0/2] Limit memory encryption cpuid pass through
 2019-11-27 10:39 UTC  (3+ messages)
` [PATCH 1/2] KVM x86: Move kvm cpuid support out of svm

[PATCH kvm-unit-tests] runtime: set MAX_SMP to number of online cpus
 2019-11-27 10:32 UTC  (2+ messages)

THP refcounting in disallowed_hugepage_adjust()?
 2019-11-27  9:41 UTC  (3+ messages)

[PATCH v2] KVM: SVM: Fix "error" isn't initialized
 2019-11-27  8:47 UTC 

[PATCH] KVM: SVM: Fix "error" isn't initialized
 2019-11-27  6:28 UTC 

[PATCH] KVM: SVM: Fix "error" isn't initialized
 2019-11-27  5:38 UTC  (3+ messages)

[PATCH] KVM: SVM: Fix "error" isn't initialized
 2019-11-27  3:05 UTC 

[PATCH] pci: endpoint: functions: Add a virtnet EP function
 2019-11-27  3:04 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: fix comparison of u8 with -1
 2019-11-27  2:21 UTC 

[RFC 0/3] Qemu: virtio-net XDP offload
 2019-11-27  1:27 UTC  (7+ messages)
` [RFC 1/3] configure: add libbpf support
` [RFC 2/3] virtio-net: add support for offloading XDP program
` [RFC 3/3] virtio-net: add support for offloading an ebpf map

[PATCH] kvm/x86: export kvm_vector_hashing_enabled() is unnecessary
 2019-11-27  0:33 UTC  (2+ messages)

KVM_GET_MSR_INDEX_LIST vs KVM_GET_MSR_FEATURE_INDEX_LIST
 2019-11-27  0:26 UTC  (6+ messages)

[PATCH] KVM: Unlimit number of ioeventfd assignments for real
 2019-11-26 22:27 UTC  (2+ messages)

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

linux-next: manual merge of the kvm-arm tree with the kbuild tree
 2019-11-26 20:30 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: fix comparison of u8 with -1
 2019-11-26 17:24 UTC  (2+ messages)

"statsfs" API design
 2019-11-26 14:18 UTC  (6+ messages)

[bug report] KVM: SVM: Reduce WBINVD/DF_FLUSH invocations
 2019-11-26 12:12 UTC 

[bug report] kvm: mmu: Don't expose private memslots to L2
 2019-11-26 12:12 UTC 

[Bug 205655] New: kvm with cache=none and btrfs -> corrupted file system
 2019-11-26 11:48 UTC  (2+ messages)
` [Bug 205655] "

[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  (4+ messages)
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

[PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
 2019-11-25 20:13 UTC  (3+ messages)

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


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