kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-12 11:45:12 to 2019-06-13 17:06:42 UTC [more...]

[PATCH 00/43] VMX optimizations
 2019-06-13 17:03 UTC  (29+ messages)
` [PATCH 02/43] kvm: nVMX: small cleanup in handle_exception
` [PATCH 09/43] KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields
` [PATCH 10/43] KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12()
` [PATCH 16/43] KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01
` [PATCH 20/43] KVM: nVMX: Don't "put" vCPU or host state when switching VMCS
` [PATCH 21/43] KVM: nVMX: Don't reread VMCS-agnostic "
` [PATCH 22/43] KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mapped
` [PATCH 23/43] KVM: nVMX: Don't speculatively write virtual-APIC page address
` [PATCH 24/43] KVM: nVMX: Don't speculatively write APIC-access "
` [PATCH 25/43] KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written
` [PATCH 26/43] KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written
` [PATCH 27/43] KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written
` [PATCH 28/43] KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS
` [PATCH 29/43] KVM: x86: introduce is_pae_paging
` [PATCH 30/43] KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary
` [PATCH 31/43] KVM: nVMX: Use adjusted pin controls for vmcs02
` [PATCH 32/43] KVM: VMX: Add builder macros for shadowing controls
` [PATCH 33/43] KVM: VMX: Shadow VMCS pin controls
` [PATCH 34/43] KVM: VMX: Shadow VMCS primary execution controls
` [PATCH 35/43] KVM: VMX: Shadow VMCS secondary "
` [PATCH 36/43] KVM: nVMX: Shadow VMCS controls on a per-VMCS basis
` [PATCH 37/43] KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch
` [PATCH 38/43] KVM: VMX: Explicitly initialize controls shadow at VMCS allocation
` [PATCH 39/43] KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02
` [PATCH 40/43] KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP
` [PATCH 41/43] KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'
` [PATCH 42/43] KVM: VMX: Leave preemption timer running when it's disabled
` [PATCH 43/43] KVM: nVMX: shadow pin based execution controls

[PATCH 0/7] KVM: nVMX: Optimize VMCS data copying
 2019-06-13 17:02 UTC  (3+ messages)
` [PATCH 1/7] KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields

[PATCH v2 0/5] KVM: X86: Add virtual C-states residency msrs support
 2019-06-13  0:43 UTC  (4+ messages)
` [PATCH v2 1/5] KVM: X86: Dynamic allocate core residency msr state

[RFC 00/10] Process-local memory allocations for hiding KVM secrets
 2019-06-13 16:20 UTC  (26+ messages)
` [RFC 01/10] x86/mm/kaslr: refactor to use enum indices for regions
` [RFC 02/10] x86/speculation, mm: add process local virtual memory region
` [RFC 03/10] x86/mm, mm,kernel: add teardown for process-local memory to mm cleanup
` [RFC 04/10] mm: allocate virtual space for process-local memory
` [RFC 05/10] mm: allocate/release physical pages "
` [RFC 06/10] kvm/x86: add support for storing vCPU state in "
` [RFC 07/10] kvm, vmx: move CR2 context switch out of assembly path
` [RFC 08/10] kvm, vmx: move register clearing "
` [RFC 09/10] kvm, vmx: move gprs to process local memory
` [RFC 10/10] kvm, x86: move guest FPU state into "

[PATCH v3 1/2] KVM: LAPIC: Optimize timer latency consider world switch time
 2019-06-13  1:52 UTC  (6+ messages)

[PATCH v13 0/7] virtio pmem driver
 2019-06-13  3:42 UTC  (10+ messages)
` [PATCH v13 1/7] libnvdimm: nd_region flush callback support
` [PATCH v13 2/7] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v13 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v13 4/7] dm: enable synchronous dax
` [PATCH v13 5/7] dax: check synchronous mapping is supported
` [PATCH v13 6/7] ext4: disable map_sync for async flush
` [PATCH v13 7/7] xfs: "

[PATCH net-next] vsock: correct removal of socket from the list
 2019-06-13 14:47 UTC  (2+ messages)

[PATCH 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
 2019-06-13  6:48 UTC  (2+ messages)
` [PATCH 6/9] KVM: x86: Provide paravirtualized flush_tlb_multi()

kernel BUG at arch/x86/kvm/x86.c:361! on AMD CPU
 2019-06-13  7:18 UTC  (4+ messages)

mdevctl: A shoestring mediated device management and persistence utility
 2019-06-13 16:35 UTC  (11+ messages)

[PATCH v3 0/4] KVM: LAPIC: Implement Exitless Timer
 2019-06-13  9:49 UTC  (12+ messages)
` [PATCH v3 1/4] KVM: LAPIC: Make lapic timer unpinned when timer is injected by pi
` [PATCH v3 2/4] KVM: LAPIC: lapic timer interrupt is injected by posted interrupt

[PATCH v5 0/8] s390: virtio: support protected virtualization
 2019-06-13 11:17 UTC  (23+ messages)
` [PATCH v5 1/8] s390/mm: force swiotlb for "
` [PATCH v5 2/8] s390/cio: introduce DMA pools to cio
` [PATCH v5 3/8] s390/cio: add basic protected virtualization support
` [PATCH v5 4/8] s390/airq: use DMA memory for adapter interrupts
` [PATCH v5 5/8] virtio/s390: use cacheline aligned airq bit vectors
` [PATCH v5 6/8] virtio/s390: add indirection to indicators access
` [PATCH v5 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH v5 8/8] virtio/s390: make airq summary indicators DMA

[PATCH] KVM: nVMX: use correct clean fields when copying from eVMCS
 2019-06-13 16:29 UTC  (2+ messages)

[PATCH] kvm: nVMX: Remove unnecessary sync_roots from handle_invept
 2019-06-13 16:16 UTC 

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-13 16:15 UTC  (30+ messages)
` [PATCH v17 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v17 02/15] lib, arm64: untag user pointers in strn*_user
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v17 05/15] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v17 06/15] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v17 07/15] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v17 08/15] userfaultfd, arm64: untag user pointers
` [PATCH v17 14/15] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v17 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

What's with all of the hardcoded instruction lengths in svm.c?
 2019-06-13 16:08 UTC  (3+ messages)

[PATCH v2 0/9] s390: vfio-ccw code rework
 2019-06-13 16:03 UTC  (7+ messages)
` [PATCH v2 5/9] vfio-ccw: Rearrange pfn_array and pfn_array_table arrays
` [PATCH v2 6/9] vfio-ccw: Adjust the first IDAW outside of the nested loops
` [PATCH v2 7/9] vfio-ccw: Remove pfn_array_table

[PATCH RFC 0/1] mdevctl: further config for vfio-ap
 2019-06-13 15:56 UTC  (14+ messages)
` [PATCH RFC 1/1] allow to specify additional config data

[PATCH 0/4] vsock/virtio: several fixes in the .probe() and .remove()
 2019-06-13  8:57 UTC  (11+ messages)
` [PATCH 3/4] vsock/virtio: fix flush of works during the .remove()

memory leak in vhost_net_ioctl
 2019-06-13  9:09 UTC 

[Bug 203845] New: Can't run qemu/kvm on 5.0.0 kernel (NULL pointer dereference)
 2019-06-13 14:30 UTC  (3+ messages)
` [Bug 203845] "

[PATCH kvm-unit-tests] x86: re-enable asyncpf test
 2019-06-13 10:55 UTC 

[PATCH] KVM: x86: clean up conditions for asynchronous page fault handling
 2019-06-13 11:03 UTC 

[PATCH v1 0/5] perf kvm: Add stat support on arm64
 2019-06-13 11:28 UTC  (7+ messages)
` [PATCH v1 1/5] KVM: arm/arm64: Remove kvm_mmio_emulate tracepoint
` [PATCH v1 2/5] KVM: arm/arm64: Adjust entry/exit and trap related tracepoints

memory leak in vhost_net_ioctl
 2019-06-13 12:11 UTC 

[PULL 0/1] vfio-ccw: bugfix
 2019-06-13 13:58 UTC  (3+ messages)
` [PULL 1/1] vfio-ccw: Destroy kmem cache region on module exit

[kvm-unit-tests PATCH] x86: fix syntax error
 2019-06-13 15:06 UTC 

[PATCH v2 00/20] hw/i386/pc: Do not restrict the fw_cfg functions to the PC machine
 2019-06-13 14:34 UTC  (21+ messages)
` [PATCH v2 01/20] hw/i386/pc: Use unsigned type to index arrays
` [PATCH v2 02/20] hw/i386/pc: Use size_t type to hold/return a size of array
` [PATCH v2 03/20] hw/i386/pc: Let e820_add_entry() return a ssize_t type
` [PATCH v2 04/20] hw/i386/pc: Add the E820Type enum type
` [PATCH v2 05/20] hw/i386/pc: Add documentation to the e820_*() functions
` [PATCH v2 06/20] hw/i386/pc: Use e820_get_num_entries() to access e820_entries
` [PATCH v2 07/20] hw/i386/pc: Extract e820 memory layout code
` [PATCH v2 08/20] hw/i386/pc: Use address_space_memory in place
` [PATCH v2 09/20] hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_create
` [PATCH v2 10/20] hw/i386/pc: Pass the boot_cpus value by argument
` [PATCH v2 11/20] hw/i386/pc: Pass the apic_id_limit "
` [PATCH v2 12/20] hw/i386/pc: Pass the CPUArchIdList array "
` [PATCH v2 13/20] hw/i386/pc: Let fw_cfg_init() use the generic MachineState
` [PATCH v2 14/20] hw/i386/pc: Let pc_build_smbios() take a FWCfgState argument
` [PATCH v2 15/20] hw/i386/pc: Let pc_build_smbios() take a generic MachineState argument
` [PATCH v2 16/20] hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()
` [PATCH v2 17/20] hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argument
` [PATCH v2 18/20] hw/i386/pc: Let pc_build_feature_control() take a MachineState argument
` [PATCH v2 19/20] hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*
` [PATCH v2 20/20] hw/i386/pc: Extract the x86 generic fw_cfg code

KVM call for 2019-06-18
 2019-06-13 14:56 UTC 

memory leak in vhost_net_ioctl
 2019-06-13 14:55 UTC 

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-12 18:53 UTC  (13+ messages)
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH v4 02/28] docs: arm64: convert docs to ReST and rename to .rst
 2019-06-12 17:52 UTC 

[PATCH] kvm: remove invalid check for debugfs_create_dir()
 2019-06-12 15:55 UTC  (4+ messages)

[v2, 0/4] x86 instruction emulator fuzzing
 2019-06-12 15:36 UTC  (5+ messages)
` [v2, 1/4] Build target for emulate.o as a userspace binary
` [v2, 2/4] Emulate simple x86 instructions in userspace
` [v2, 3/4] Demonstrating unit testing via simple-harness
` [v2, 4/4] Added scripts for filtering, building, deploying

x86 instruction emulator fuzzing
 2019-06-12 15:19 UTC  (9+ messages)
` [PATCH 1/3] Build target for emulate.o as a userspace binary
` [PATCH 2/3] Emulate simple x86 instructions in userspace

[PATCH v9 0/4] vfio: ap: AP Queue Interrupt Control
 2019-06-12 13:57 UTC  (9+ messages)
` [PATCH v9 1/4] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v9 2/4] vfio: ap: register IOMMU VFIO notifier
` [PATCH v9 3/4] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v9 4/4] s390: ap: kvm: Enable PQAP/AQIC facility for the guest

[PATCH v4 0/8] s390: virtio: support protected virtualization
 2019-06-12 13:46 UTC  (9+ messages)
` [PATCH v4 4/8] s390/airq: use DMA memory for adapter interrupts

[PATCH v2 0/9] KVM: arm/arm64: vgic: ITS translation cache
 2019-06-12 12:28 UTC  (5+ messages)
` [PATCH v2 1/9] KVM: arm/arm64: vgic: Add LPI translation cache definition

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-12 11:52 UTC  (7+ messages)
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr


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