kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-30 09:49:15 to 2018-11-05 16:55:46 UTC [more...]

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-11-05 16:55 UTC  (2+ messages)
` [RFC PATCH v4 01/13] ktask: add documentation

[PATCH 0/1] vhost: add vhost_blk driver
 2018-11-05 16:15 UTC  (17+ messages)
` [PATCH 1/1] Add "

[PATCH v1 0/8] Intel Virtual PMU Optimization
 2018-11-05 15:37 UTC  (15+ messages)
` [PATCH v1 1/8] perf/x86: add support to mask counters from host
` [PATCH v1 2/8] perf/x86/intel: add pmi callback support
` [PATCH v1 3/8] KVM/x86/vPMU: optimize intel vPMU
` [PATCH v1 4/8] KVM/x86/vPMU: support msr switch on vmx transitions
` [PATCH v1 5/8] KVM/x86/vPMU: intel_pmu_read_pmc
` [PATCH v1 6/8] KVM/x86/vPMU: remove some unused functions
` [PATCH v1 7/8] KVM/x86/vPMU: save/restore guest perf counters on vCPU switching
` [PATCH v1 8/8] KVM/x86/vPMU: return the counters to host if guest is torn down

[PATCH] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
 2018-11-05 15:00 UTC  (4+ messages)

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-11-05 14:51 UTC  (10+ messages)
  ` [PATCH v4 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v4 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v4 3/8] iommu/vt-d: Enable/disable multiple domains per device
` [PATCH v4 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode
` [PATCH v4 5/8] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v4 6/8] vfio/mdev: Add iommu place holders in mdev_device
` [PATCH v4 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v4 8/8] vfio/type1: Handle different mdev isolation type

[PATCH 0/4] Workaround for Cortex-A76 erratum 1165522
 2018-11-05 14:36 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Rework detection of SVE, !VHE systems
` [PATCH 2/4] KVM: arm64: Allow implementations to be confined to using VHE
` [PATCH 3/4] arm64: KVM: Install stage-2 translation before enabling traps on VHE
` [PATCH 4/4] arm64: KVM: Implement workaround for Cortex-A76 erratum 1165522

[PATCH 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-11-05  9:21 UTC  (2+ messages)

[PATCH v1 0/7] s390: vfio: ap: Using GISA for AP Interrupt
 2018-11-05  8:46 UTC  (13+ messages)
` [PATCH v1 1/7] vfio: ap: Add AP Queue Interruption Control facility
` [PATCH v1 2/7] vfio: ap: VFIO AP Queue Interrupt Control
` [PATCH v1 3/7] vfio: ap: AP Queue Interrupt structures definitions
` [PATCH v1 4/7] vfio: ap: AP Queue Interrupt Control VFIO ioctl calls
` [PATCH v1 5/7] s390: kvm: export GIB registration
` [PATCH v1 6/7] vfio: ap: register guest ISC with GISA and GIB
` [PATCH v1 7/7] s390: kvm: Handle all GISA IPM bits through GISA

[PATCH 5/5] VSOCK: batch sending rx buffer to increase bandwidth
 2018-11-05  7:48 UTC 

[PATCH 4/5] VSOCK: modify default rx buf size to improve performance
 2018-11-05  7:47 UTC 

[PATCH 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-11-05  7:47 UTC 

[PATCH 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-11-05  7:45 UTC 

[PATCH 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-11-05  7:45 UTC 

[PATCH 0/1] vhost: parallel virtqueue handling
 2018-11-05  3:40 UTC  (6+ messages)
` [PATCH 1/1] vhost: add per-vq worker thread

[Resend PATCH v13 08/12] KVM: x86: Add Intel PT context switch for each vcpu
 2018-11-05  2:05 UTC 

[QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-11-04 22:19 UTC  (30+ messages)

[PATCH V6 0/8] KVM: X86: Introducing ROE Protection Kernel Hardening
 2018-11-04 17:11 UTC  (9+ messages)
` [PATCH V6 1/8] KVM: State whether memory should be freed in kvm_free_memslot
` [PATCH V6 2/8] KVM: X86: Add arbitrary data pointer in kvm memslot iterator functions
` [PATCH V6 3/8] KVM: Document Memory ROE
` [PATCH V6 4/8] KVM: Create architecture independent ROE skeleton
` [PATCH V6 5/8] KVM: X86: Enable ROE for x86
` [PATCH V6 6/8] KVM: Add support for byte granular memory ROE
` [PATCH V6 7/8] KVM: X86: Port ROE_MPROTECT_CHUNK to x86
` [PATCH V6 8/8] KVM: Log ROE violations in system log

[PATCH 00/11 v3] x86: load FPU registers on return to userland
 2018-11-02 22:55 UTC  (9+ messages)
` [PATCH 08/11] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 10/11] x86/fpu: prepare copy_fpstate_to_sigframe for TIF_LOAD_FPU

[RFC PATCH] kvm: Use huge pages for DAX-backed files
 2018-11-02 20:32 UTC  (10+ messages)

[PULL] vhost: cleanups and fixes
 2018-11-02 19:01 UTC  (16+ messages)

[PATCH 4.14 073/143] KVM: x86: Update the exit_qualification access bits while walking an address
 2018-11-02 18:34 UTC 

[PATCH] KVM: arm/arm64: Fix unintended stage 2 PMD mappings
 2018-11-02 14:14 UTC  (4+ messages)

[PATCH v3] x86/kvmclock : convert to SPDX identifiers
 2018-11-02  9:05 UTC 

[PULL 0/7] x86 queue, 2018-10-30
 2018-11-01 17:25 UTC  (12+ messages)
` [PULL 1/7] i386: correct cpu_x86_cpuid(0xd)
` [PULL 2/7] target/i386: Remove #ifdeffed-out icebp debugging hack
` [PULL 3/7] kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
` [PULL 4/7] x86: Data structure changes to support MSR based features
` [PULL 5/7] x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIES
` [PULL 6/7] i386: Add new model of Cascadelake-Server
` [PULL 7/7] i386: Add PKU on Skylake-Server CPU model

[PATCH V5 0/5] KVM: X86: Introducing ROE Protection Kernel Hardening
 2018-11-01 15:56 UTC  (10+ messages)
` [PATCH V5 1/5] KVM: X86: Memory ROE documentation
  ` gRe: [PATCH V5 1/5] KVM: X86: Memory ROE documentation^[
    ` gRe: [PATCH V5 1/5] KVM: X86: Memory ROE documentation

[PATCH v2] x86/kvmclock : convert to SPDX identifiers
 2018-11-01 15:28 UTC  (2+ messages)

[PATCH v3 1/3] kvm, vmx: move CR2 context switch out of assembly path
 2018-11-01 13:42 UTC  (3+ messages)
` [PATCH v3 2/3] kvm, vmx: move register clearing "
` [PATCH v3 3/3] kvm, vmx: fix __invvpid style

[PATCH v2 1/3] kvm, vmx: move CR2 context switch out of assembly path
 2018-11-01 13:40 UTC  (4+ messages)
` [PATCH v2 2/3] kvm, vmx: move register clearing "

[PATCH] kvmclock : convert to SPDX identifiers
 2018-11-01 10:14 UTC  (2+ messages)

[PATCH v6 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-11-01  9:32 UTC  (6+ messages)
` [PATCH v6 18/18] kvm: arm64: Allow tuning the physical address size for VM

[PATCH 00/13] kvm: selftests: add aarch64 framework and dirty
 2018-11-01  9:31 UTC  (6+ messages)

[PATCH net] vhost: Fix Spectre V1 vulnerability
 2018-10-31 19:39 UTC  (2+ messages)

[GIT PULL] VFIO updates for v4.20-rc1
 2018-10-31 18:03 UTC  (2+ messages)

[PATCH v13 00/12] Intel Processor Trace virtualization enabling
 2018-10-31 14:43 UTC  (23+ messages)
` [PATCH v13 05/12] perf/x86/intel/pt: add new capability for Intel PT
` [PATCH v13 06/12] KVM: x86: Add Intel PT virtualization work mode
` [PATCH v13 08/12] KVM: x86: Add Intel PT context switch for each vcpu

[PATCH v2] KVM: PPC: Use exported tb_to_ns() function in decrementer emulation
 2018-10-31  5:42 UTC  (2+ messages)
` [v2] "

[PATCH kvm-unit-tests] scripts: Speedup MAX_SMP check
 2018-10-30 12:19 UTC  (3+ messages)

Can VFIO pin only a specific region of guest mem when use pass through devices?
 2018-10-30 11:22 UTC  (5+ 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).