kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-31 18:50:04 to 2018-11-06 08:49:11 UTC [more...]

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-11-06  8:49 UTC  (26+ messages)
` [RFC PATCH v4 01/13] ktask: add documentation
` [RFC PATCH v4 02/13] ktask: multithread CPU-intensive kernel work
` [RFC PATCH v4 03/13] ktask: add undo support
` [RFC PATCH v4 04/13] ktask: run helper threads at MAX_NICE
` [RFC PATCH v4 05/13] workqueue, ktask: renice helper threads to prevent starvation
` [RFC PATCH v4 06/13] vfio: parallelize vfio_pin_map_dma
` [RFC PATCH v4 07/13] mm: change locked_vm's type from unsigned long to atomic_long_t
` [RFC PATCH v4 08/13] vfio: remove unnecessary mmap_sem writer acquisition around locked_vm
` [RFC PATCH v4 09/13] vfio: relieve mmap_sem reader cacheline bouncing by holding it longer
` [RFC PATCH v4 10/13] mm: enlarge type of offset argument in mem_map_offset and mem_map_next
` [RFC PATCH v4 11/13] mm: parallelize deferred struct page initialization within each node
` [RFC PATCH v4 12/13] mm: parallelize clear_gigantic_page
` [RFC PATCH v4 13/13] hugetlbfs: parallelize hugetlbfs_fallocate with ktask

[PATCH] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
 2018-11-06  8:42 UTC  (5+ messages)

[PATCH 0/4] Workaround for Cortex-A76 erratum 1165522
 2018-11-06  8:15 UTC  (10+ 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/1] vhost: add vhost_blk driver
 2018-11-06  7:13 UTC  (20+ messages)
` [PATCH 1/1] Add "

[PATCH 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-11-06  6:41 UTC  (3+ messages)

[PATCH 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-11-06  6:30 UTC  (3+ messages)

[PATCH 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-11-06  6:22 UTC  (3+ messages)

[PATCH v2 0/2] KVM: x86: expose direct stores instructions into VM
 2018-11-06  5:55 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: expose MOVDIRI CPU feature "
` [PATCH v2 2/2] KVM: x86: expose MOVDIR64B "

[PATCH 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-11-06  5:53 UTC  (7+ messages)

[PATCH v15 23/26] sched: early boot clock
 2018-11-06  5:42 UTC 

[PATCH 0/1] vhost: parallel virtqueue handling
 2018-11-06  2:59 UTC  (8+ messages)
` [PATCH 1/1] vhost: add per-vq worker thread

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-11-05 23:33 UTC  (11+ 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 v1 0/8] Intel Virtual PMU Optimization
 2018-11-05 18:20 UTC  (17+ 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 v1 0/7] s390: vfio: ap: Using GISA for AP Interrupt
 2018-11-05  8:46 UTC  (6+ messages)
` [PATCH v1 1/7] vfio: ap: Add AP Queue Interruption Control facility
` [PATCH v1 3/7] vfio: ap: AP Queue Interrupt structures definitions

[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 

[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  (9+ 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 

[PATCH v1 6/7] vfio: ap: register guest ISC with GISA and GIB
 2018-11-02  5:49 UTC  (2+ messages)

[PATCH v1 4/7] vfio: ap: AP Queue Interrupt Control VFIO ioctl calls
 2018-11-02  3:51 UTC  (2+ messages)

[PULL 0/7] x86 queue, 2018-10-30
 2018-11-01 17:25 UTC  (3+ messages)

[PATCH V5 0/5] KVM: X86: Introducing ROE Protection Kernel Hardening
 2018-11-01 15:56 UTC  (4+ messages)

[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  (5+ messages)

[PATCH net] vhost: Fix Spectre V1 vulnerability
 2018-10-31 19:39 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).