public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-02 10:14:21 to 2018-07-04 15:51:04 UTC [more...]

[PATCH v3 00/20] arm64: Dynamic & 52bit IPA support
 2018-07-04 15:51 UTC  (50+ messages)
` [PATCH v3 01/20] virtio: mmio-v1: Validate queue PFN
` [PATCH v3 07/20] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v3 08/20] kvm: arm/arm64: Abstract stage2 pgd table allocation
` [PATCH v3 09/20] kvm: arm64: Make stage2 page table layout dynamic
      ` [Qemu-devel] "
` [PATCH v3 10/20] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v3 11/20] kvm: arm64: Helper for computing VTCR_EL2.SL0
` [PATCH v3 12/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v3 13/20] kvm: arm64: Configure VTCR per VM
` [PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size for VM
` [PATCH v3 16/20] kvm: arm64: Switch to per VM IPA limit
` [PATCH v3 17/20] vgic: Add support for 52bit guest physical address
` [PATCH v3 18/20] kvm: arm64: Add support for handling 52bit IPA
` [PATCH v3 19/20] kvm: arm64: Allow IPA size supported by the system
` [kvmtool test PATCH 22/24] kvmtool: arm64: Add support for guest physical address size
` [kvmtool test PATCH 24/24] kvmtool: arm: Add support for creating VM with PA size

[PATCH 0/3] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-07-04 15:30 UTC  (8+ messages)
  ` [PATCH 1/3] kvm: remove redundant reserved page check
  ` [PATCH 2/3] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
  ` [PATCH 3/3] kvm: add a function to check if page is from NVDIMM pmem

[PATCH] sample/vfio-mdev: Change return type to vm_fault_t
 2018-07-04 15:30 UTC 

[PATCH v2] KVM: Expose the split lock detection feature to guest VM
 2018-07-04 14:51 UTC  (3+ messages)

[PATCH v2 net-next 0/4] vhost_net: Avoid vq kicks during busyloop
 2018-07-04 12:31 UTC  (14+ messages)
` [PATCH v2 net-next 1/4] vhost_net: Rename local variables in vhost_net_rx_peek_head_len
` [PATCH v2 net-next 2/4] vhost_net: Avoid tx vring kicks during busyloop
` [PATCH v2 net-next 3/4] vhost_net: Avoid rx queue wake-ups during busypoll
` [PATCH v2 net-next 4/4] vhost_net: Avoid rx vring kicks during busyloop

[PATCH v2 0/5] Add virtio-iommu driver
 2018-07-04 11:45 UTC  (10+ messages)
` [PATCH v2 1/5] dt-bindings: virtio: Specify #iommu-cells value for a virtio-iommu

[PATCH v2 0/6] KVM: arm/arm64: vgic: Virtual interrupt grouping support
 2018-07-04  9:38 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH v2 2/6] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH v2 3/6] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH v2 4/6] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH v2 5/6] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH v2 6/6] KVM: arm/arm64: vgic: Allow configuration of interrupt groups

[PATCH v6 00/21] s390: vfio-ap: guest dedicated crypto adapters
 2018-07-04  8:31 UTC  (34+ messages)
` [PATCH v6 05/21] KVM: s390: CPU model support for AP virtualization
` [PATCH v6 07/21] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v6 21/21] s390: doc: detailed specifications for AP virtualization

[PATCH net-next 0/8] Packed virtqueue for vhost
 2018-07-04  8:13 UTC  (16+ messages)
` [PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
` [PATCH net-next 2/8] vhost: hide used ring layout from device
` [PATCH net-next 3/8] vhost: do not use vring_used_elem
` [PATCH net-next 4/8] vhost_net: do not explicitly manipulate vhost_used_elem
` [PATCH net-next 5/8] vhost: vhost_put_user() can accept metadata type
` [PATCH net-next 6/8] virtio: introduce packed ring defines
` [PATCH net-next 7/8] vhost: packed ring support
` [PATCH net-next 8/8] vhost: event suppression for packed ring

[PATCH] KVM: arm/arm64: Fix vgic init race
 2018-07-04  6:49 UTC  (2+ messages)

[PATCH 0/4] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
 2018-07-04  6:24 UTC  (9+ messages)
` [PATCH 1/4] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
` [PATCH 2/4] KVM: Add tlb remote flush callback in kvm_x86_ops
` [PATCH 3/4] KVM/VMX: Add identical ept table pointer check
` [PATCH 4/4] KVM/x86: Add tlb_remote_flush callback support for vmcs

[PATCH kernel v3 0/6] powerpc/powernv/iommu: Optimize memory use
 2018-07-04  6:13 UTC  (7+ messages)
` [PATCH kernel v3 1/6] powerpc/powernv: Remove useless wrapper
` [PATCH kernel v3 2/6] powerpc/powernv: Move TCE manupulation code to its own file
` [PATCH kernel v3 3/6] KVM: PPC: Make iommu_table::it_userspace big endian
` [PATCH kernel v3 4/6] powerpc/powernv: Add indirect levels to it_userspace
` [PATCH kernel v3 5/6] powerpc/powernv: Rework TCE level allocation
` [PATCH kernel v3 6/6] powerpc/powernv/ioda: Allocate indirect TCE levels on demand

[PATCH] x86/efi: Access EFI MMIO data as unencrypted when SEV is active
 2018-07-03 22:40 UTC  (7+ messages)

[PATCH v12 00/13] Intel SGX1 support
 2018-07-03 18:54 UTC  (3+ messages)
` [PATCH v12 04/13] x86/cpufeatures: add Intel-defined SGX leaf CPUID_12_EAX

[PATCH v3] mm: do not drop unused pages when userfaultd is running
 2018-07-03 17:18 UTC 

[PATCH 00/12] migration: improve multithreads for compression and decompression
 2018-07-03 15:55 UTC  (21+ messages)
` [PATCH 06/12] migration: do not detect zero page for compression
` [PATCH 07/12] migration: hold the lock only if it is really needed
` [PATCH 09/12] ring: introduce lockless ring buffer

[PATCH v4 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-07-03 13:42 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
` [PATCH v4 2/5] KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
` [PATCH v4 3/5] KVM: x86: hyperv: use get_vcpu_by_vpidx() "
` [PATCH v4 4/5] x86/hyper-v: rename ipi_arg_{ex,non_ex} structures
` [PATCH v4 5/5] KVM: x86: hyperv: implement PV IPI send hypercalls

[RFC PATCH] iommu/vt-d: Exclude known RMRRs from reserved ranges
 2018-07-03 10:52 UTC  (6+ messages)

[PATCH v3 0/6] KVM: X86: Implement PV IPIs support
 2018-07-03  6:21 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: X86: Add kvm hypervisor init time platform setup callback
` [PATCH v3 2/6] KVM: X86: Implement PV IPIs in linux guest
` [PATCH v3 3/6] KVM: X86: Fallback to original apic hooks when bad happens
` [PATCH v3 4/6] KVM: X86: Implement PV IPIs send hypercall
` [PATCH v3 5/6] KVM: X86: Add NMI support to PV IPIs
` [PATCH v3 6/6] KVM: X86: Expose PV_SEND_IPI CPUID feature bit to guest

[PATCHi v2] mm: do not drop unused pages when userfaultd is running
 2018-07-03  5:23 UTC  (3+ messages)

[PATCH V5 4/6] PCI: Unify try slot and bus reset API
 2018-07-02 22:58 UTC  (2+ messages)
` [PATCH V5 6/6] PCI: Rename pci_try_reset_bus() to pci_reset_bus()

[PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
 2018-07-02 21:43 UTC  (2+ messages)

[PATCH V4 4/7] PCI: Unify try slot and bus reset API
 2018-07-02 20:40 UTC  (3+ messages)

[RFC PATCH] KVM: arm/arm64: Enable adaptative WFE trapping
 2018-07-02 18:39 UTC  (2+ messages)

[PATCH 0/9] Fix references for some missing documentation files
 2018-07-02 17:27 UTC  (2+ messages)

[PATCH v2] x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMD
 2018-07-02 16:34 UTC  (2+ messages)

[PATCH] kvmclock: remove redundant variable 'size'
 2018-07-02 15:57 UTC  (2+ messages)

[PATCH v4 0/6] KVM/arm64: Cache maintenance relaxations
 2018-07-02 15:02 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH v4 2/6] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH v4 3/6] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH v4 4/6] KVM: arm/arm64: Consolidate page-table accessors
` [PATCH v4 5/6] KVM: arm/arm64: Stop using the kernel's {pmd, pud, pgd}_populate helpers
` [PATCH v4 6/6] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables

[PATCH RESEND v6 0/2] support exception state migration and set VSESR_EL2 by user space
 2018-07-02 13:43 UTC  (3+ messages)
` [PATCH RESEND v6 1/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH RESEND v6 2/2] arm64: KVM: export the capability to set guest SError syndrome

[PATCH v6 0/2] support exception state migration and set VSESR_EL2 by user space
 2018-07-02 13:40 UTC  (3+ messages)
` [PATCH v6 1/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v6 2/2] arm64: KVM: export the capability to set guest SError syndrome

[PATCH v2 0/2] KVM: x86: Add PV IPIs support
 2018-07-02 13:33 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: X86: Implement PV IPI in linux guest
` [PATCH v2 2/2] KVM: X86: Implement PV send IPI support

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-02 12:56 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox