kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-06 11:42:59 to 2018-09-12 03:17:09 UTC [more...]

[PATCH net-next V2 00/11] vhost_net TX batching
 2018-09-12  3:17 UTC  (12+ messages)
` [PATCH net-next V2 01/11] net: sock: introduce SOCK_XDP
` [PATCH net-next V2 02/11] tuntap: switch to use XDP_PACKET_HEADROOM
` [PATCH net-next V2 03/11] tuntap: enable bh early during processing XDP
` [PATCH net-next V2 04/11] tuntap: simplify error handling in tun_build_skb()
` [PATCH net-next V2 05/11] tuntap: tweak on the path of skb XDP case "
` [PATCH net-next V2 06/11] tuntap: split out XDP logic
` [PATCH net-next V2 07/11] tuntap: move XDP flushing out of tun_do_xdp()
` [PATCH net-next V2 08/11] tun: switch to new type of msg_control
` [PATCH net-next V2 09/11] tuntap: accept an array of XDP buffs through sendmsg()
` [PATCH net-next V2 10/11] tap: "
` [PATCH net-next V2 11/11] vhost_net: batch submitting XDP buffers to underlayer sockets

[RFC PATCH v2 00/10] vfio/mdev: IOMMU aware mediated device
 2018-09-12  2:42 UTC  (5+ messages)
` [RFC PATCH v2 08/10] vfio/type1: Add domain at(de)taching group helpers

[PATCH 00/13] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-09-12  0:22 UTC  (16+ messages)
` [PATCH 1/13] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH 2/13] KVM/MMU: Add tlb flush with range helper function
` [PATCH 3/13] KVM: Replace old tlb flush function with new one to flush a specified range
` [PATCH 4/13] KVM/MMU: Flush tlb directly in the kvm_handle_hva_range()
` [PATCH 5/13] KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
` [PATCH 6/13] KVM/MMU: Flush tlb directly in kvm_mmu_zap_collapsible_spte()
` [PATCH 7/13] KVM: Add flush_link and parent_pte in the struct kvm_mmu_page
` [PATCH 8/13] KVM: Add spte's point "
` [PATCH 9/13] KVM/MMU: Replace tlb flush function with range list flush function
` [PATCH 10/13] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [PATCH 11/13] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [PATCH 12/13] KVM/VMX: Change hv flush logic when ept tables are mismatched
` [PATCH 13/13] KVM/VMX: Add hv tlb range flush support

[PATCH v6 0/5] x86: Fix SEV guest regression
 2018-09-11 14:00 UTC  (37+ messages)
` [PATCH v6 1/5] x86/mm: Restructure sme_encrypt_kernel()
` [PATCH v6 2/5] x86/mm: fix sme_populate_pgd() to update page flags
` [PATCH v6 3/5] x86/mm: add .data..decrypted section to hold shared variables
` [PATCH v6 4/5] x86/kvm: use __decrypted attribute in "
` [PATCH v6 5/5] x86/kvm: Avoid dynamic allocation of pvclock data when SEV is active

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-11 13:40 UTC  (18+ messages)
` [PATCH 1/7] vfio/sdmdev: Add documents for WarpDrive framework

INFO: rcu detected stall in kvm_mmu_unprotect_page
 2018-09-11  7:36 UTC  (2+ messages)

INFO: rcu detected stall in kvm_arch_vcpu_ioctl_run
 2018-09-11  7:35 UTC  (2+ messages)

INFO: rcu detected stall in kvm_vcpu_ioctl
 2018-09-11  5:54 UTC 

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-09-10 21:58 UTC  (24+ messages)
` [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v9 12/22] s390: vfio-ap: sysfs interfaces to configure control domains

[PATCH v7 0/5] x86: Fix SEV guest regression
 2018-09-10 21:49 UTC  (6+ messages)
` [PATCH v7 1/5] x86/mm: Restructure sme_encrypt_kernel()
` [PATCH v7 2/5] x86/mm: Enhance sme_populate_pgd() to update page flags
` [PATCH v7 3/5] x86/mm: add .data..decrypted section to hold shared variables
` [PATCH v7 4/5] x86/kvm: use __decrypted attribute in "
` [PATCH v7 5/5] x86/kvm: Avoid dynamic allocation of pvclock data when SEV is active

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-09-10 15:16 UTC  (17+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices

[PATCH v6 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-09-10 13:18 UTC  (2+ messages)
` [PATCH v6 11/16] x86/kvm: Add Hygon Dhyana support to KVM infrastructure

[PULL RESEND v2 0/4] KVM/ARM Fixes for v4.19
 2018-09-10  6:13 UTC  (6+ messages)
` [PULL RESEND v2 1/4] KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
` [PULL RESEND v2 2/4] arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD
` [PULL RESEND v2 3/4] KVM: Remove obsolete kvm_unmap_hva notifier backend
` [PULL RESEND v2 4/4] arm64: KVM: Remove pgd_lock

[PATCH net-next 00/11] Vhost_net TX batching
 2018-09-10  3:47 UTC  (39+ messages)
` [PATCH net-next 01/11] net: sock: introduce SOCK_XDP
` [PATCH net-next 02/11] tuntap: switch to use XDP_PACKET_HEADROOM
` [PATCH net-next 03/11] tuntap: enable bh early during processing XDP
` [PATCH net-next 04/11] tuntap: simplify error handling in tun_build_skb()
` [PATCH net-next 05/11] tuntap: tweak on the path of non-xdp case "
` [PATCH net-next 06/11] tuntap: split out XDP logic
` [PATCH net-next 07/11] tuntap: move XDP flushing out of tun_do_xdp()
` [PATCH net-next 08/11] tun: switch to new type of msg_control
` [PATCH net-next 09/11] tuntap: accept an array of XDP buffs through sendmsg()
` [PATCH net-next 10/11] tap: "
` [PATCH net-next 11/11] vhost_net: batch submitting XDP buffers to underlayer sockets

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-09 21:12 UTC  (8+ messages)

INFO: rcu detected stall in vcpu_enter_guest
 2018-09-09 12:45 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 4.19-rc3
 2018-09-08  9:45 UTC 

[PATCH v36 0/5] Virtio-balloon: support free page reporting
 2018-09-08  1:46 UTC  (6+ messages)

[PATCH v2 0/8] Guest LBR Enabling
 2018-09-08  1:34 UTC  (14+ messages)
` [PATCH v2 1/8] perf/x86: add a function to get the lbr stack
` [PATCH v2 6/8] perf/x86/intel/lbr: guest requesting KVM for lbr stack save/restore
` [PATCH v2 7/8] KVM: PMU: support to save/restore the guest lbr stack on vCPU switching

[PATCH V5 4/4] target-i386: add i440fx 0xcf8 port as coalesced_pio
 2018-09-07 21:02 UTC  (6+ messages)
` [PATCH V5 3/4] target-i386: add rtc 0x70 "
  ` [PATCH V5 2/4] target-i386:add coalesced_pio API
    ` [PATCH V5 1/4] target-i386: introduce coalesced_pio kvm header update

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-07 18:04 UTC  (6+ messages)
  ` [PATCH V5 1/4] kvm: remove redundant reserved page check
  ` [PATCH V5 3/4] mm: add a function to differentiate the pages is from DAX device memory
` [PATCH V5 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PULL 0/4] KVM/ARM Fixes for v4.19
 2018-09-07 11:19 UTC  (7+ messages)
` [PULL 2/4] arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD

[ 1/1] KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
 2018-09-07  5:59 UTC  (2+ messages)
` [Resend PATCH] "

[PATCH v5 0/5] x86: Fix SEV guest regression
 2018-09-07  3:57 UTC  (29+ messages)
` [PATCH v5 2/5] x86/mm: fix sme_populate_pgd() to update page flags
` [PATCH v5 3/5] x86/mm: add .data..decrypted section to hold shared variables
` [PATCH v5 4/5] x86/kvm: use __decrypted attribute in "
` [PATCH v5 5/5] x86/kvm: Avoid dynamic allocation of pvclock data when SEV is active

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-09-06 22:46 UTC  (14+ messages)

[RFC][PATCH 0/5] introduce /proc/PID/idle_bitmap
 2018-09-06 14:35 UTC  (5+ messages)
` [RFC][PATCH 2/5] [PATCH 2/5] proc: "
` [RFC][PATCH 4/5] [PATCH 4/5] kvm-ept-idle: EPT page table walk for A bits


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