messages from 2020-06-08 17:09:00 to 2020-06-10 22:03:51 UTC [more...]
[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
2020-06-10 22:03 UTC (28+ messages)
` [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
[GIT PULL] virtio: features, fixes
2020-06-10 21:45 UTC (3+ messages)
[PATCH v2 00/10] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
2020-06-10 21:06 UTC (10+ messages)
` [PATCH v2 05/10] KVM: x86: interrupt based APF 'page ready' event delivery
` [PATCH v2 08/10] KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery
[PATCH] kselftest: runner: fix TAP output for skipped tests
2020-06-10 20:02 UTC (5+ messages)
[PATCH 1/2] KVM: async_pf: Cleanup kvm_setup_async_pf()
2020-06-10 19:57 UTC (6+ messages)
` [PATCH 2/2] KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected
[Bug 207177] New: KVM nested VMM direct MTF event injection fails
2020-06-10 18:54 UTC (2+ messages)
` [Bug 207177] "
[PATCH] s390: protvirt: virtio: Refuse device without IOMMU
2020-06-10 17:24 UTC (6+ messages)
[PATCH] KVM: selftests: fix sync_with_host() in smm_test
2020-06-10 17:11 UTC (2+ messages)
[PATCH v12 00/10] Introduce support for guest CET feature
2020-06-10 16:56 UTC (2+ messages)
[PATCH RFC v7 00/14] vhost: ring format independence
2020-06-10 16:18 UTC (23+ messages)
` [PATCH RFC v7 01/14] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC v7 02/14] fixup! "
` [PATCH RFC v7 03/14] vhost: use batched get_vq_desc version
` [PATCH RFC v7 04/14] vhost/net: pass net specific struct pointer
` [PATCH RFC v7 05/14] vhost: reorder functions
` [PATCH RFC v7 06/14] vhost: format-independent API for used buffers
` [PATCH RFC v7 07/14] fixup! "
` [PATCH RFC v7 08/14] fixup! vhost: use batched get_vq_desc version
` [PATCH RFC v7 09/14] vhost/net: convert to new API: heads->bufs
` [PATCH RFC v7 10/14] vhost/net: avoid iov length math
` [PATCH RFC v7 11/14] vhost/test: convert to the buf API
` [PATCH RFC v7 12/14] vhost/scsi: switch to buf APIs
` [PATCH RFC v7 13/14] vhost/vsock: switch to the buf API
` [PATCH RFC v7 14/14] vhost: drop head based APIs
[kvm-unit-tests PATCH v8 00/12] s390x: Testing the Channel Subsystem I/O
2020-06-10 15:54 UTC (22+ messages)
` [kvm-unit-tests PATCH v8 07/12] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v8 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v8 09/12] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v8 10/12] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v8 11/12] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v8 12/12] s390x: css: ssch/tsch with sense and interrupt
[PATCH v2] KVM: x86: respect singlestep when emulating instruction
2020-06-10 15:27 UTC (2+ messages)
[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
2020-06-10 14:13 UTC (24+ messages)
` [PATCH v4 01/21] exec: Introduce ram_block_discard_(disable|require)()
` [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
` [PATCH v4 03/21] accel/kvm: "
` [PATCH v4 04/21] s390x/pv: "
` [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v4 06/21] target/i386: sev: Use ram_block_discard_disable()
` [PATCH v4 07/21] migration/rdma: "
` [PATCH v4 08/21] migration/colo: "
` [PATCH v4 09/21] linux-headers: update to contain virtio-mem
` [PATCH v4 10/21] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v4 11/21] virtio-pci: Proxy for virtio-mem
` [PATCH v4 12/21] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v4 13/21] hmp: Handle virtio-mem when printing memory device info
` [PATCH v4 14/21] numa: Handle virtio-mem in NUMA stats
` [PATCH v4 15/21] pc: Support for virtio-mem-pci
` [PATCH v4 16/21] virtio-mem: Allow notifiers for size changes
` [PATCH v4 17/21] virtio-pci: Send qapi events when the virtio-mem "
` [PATCH v4 18/21] virtio-mem: Migration sanity checks
` [PATCH v4 19/21] virtio-mem: Add trace events
` [PATCH v4 20/21] virtio-mem: Exclude unplugged memory during migration
` [PATCH v4 21/21] numa: Auto-enable NUMA when any memory devices are possible
[PATCH 0/2] KVM: arm64: Additional 32bit fixes
2020-06-10 14:12 UTC (6+ messages)
` [PATCH 1/2] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
` [PATCH 2/2] KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
[PATCH 0/2] KVM: selftests: avoid test failures with 'nested=0'
2020-06-10 13:58 UTC (3+ messages)
` [PATCH 1/2] KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
` [PATCH 2/2] KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX is unsupported
[RFC v2 00/18] Refactor configuration of guest memory protection
2020-06-10 13:21 UTC (17+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests
[PATCH v2 0/4] kvm: arm64: Pointer Authentication handling fixes
2020-06-10 11:34 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH v2 2/4] KVM: arm64: Handle PtrAuth traps early
` [PATCH v2 3/4] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
` [PATCH v2 4/4] KVM: arm64: Remove host_cpu_context member from vcpu structure
[PATCH RFC v6 00/11] vhost: ring format independence
2020-06-10 11:24 UTC (8+ messages)
` [PATCH RFC v6 02/11] vhost: use batched get_vq_desc version
` [PATCH RFC v6 10/11] vhost/vsock: switch to the buf API
[PATCH] vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()
2020-06-10 9:39 UTC (2+ messages)
[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
2020-06-10 8:59 UTC (3+ messages)
` [RFC PATCH v4 08/10] i40e/vf_migration: VF live migration - pass-through VF first
[PATCH] kvm: i8254: remove redundant assignment to pointer s
2020-06-10 8:32 UTC (2+ messages)
[PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
2020-06-10 7:36 UTC (10+ messages)
[RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION
2020-06-10 5:23 UTC (11+ messages)
[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
2020-06-10 0:37 UTC (11+ messages)
[RFC PATCH] KVM: Add module for IRQ forwarding
2020-06-09 20:19 UTC (3+ messages)
` [PATCH] vfio: PoC patch for printing IRQs used by i2c devices
[PATCH] KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
2020-06-09 17:54 UTC (2+ messages)
[Bug 208081] New: Memory leak in kvm_async_pf_task_wake
2020-06-09 17:09 UTC (4+ messages)
` [Bug 208081] "
[RFC 00/12] Audio DSP VirtIO and vhost drivers
2020-06-09 16:26 UTC (7+ messages)
` [RFC 12/12] rpmsg: add a device ID to also bind to the ADSP device
[RFC PATCH] KVM: x86: Fix APIC page invalidation race
2020-06-09 13:36 UTC (5+ messages)
[PATCH v3 00/18] Add support for Nitro Enclaves
2020-06-09 10:47 UTC (13+ messages)
` [PATCH v3 07/18] nitro_enclaves: Init misc device providing the ioctl interface
[PATCH v2] KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
2020-06-09 10:18 UTC (3+ messages)
[PATCH v2] KVM: x86: Unexport x86_fpu_cache and make it static
2020-06-09 9:57 UTC (2+ messages)
[PATCH] KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
2020-06-09 9:54 UTC (4+ messages)
[PATCH] KVM: arm64: Allow in-atomic injection of SPIs
2020-06-09 8:21 UTC (5+ messages)
[PATCH] KVM: SVM: fix calls to is_intercept
2020-06-09 8:09 UTC (4+ messages)
[PATCH 0/3] kvm: arm64: Pointer Authentication handling fixes
2020-06-09 7:38 UTC (4+ messages)
` [PATCH 3/3] KVM: arm64: Enforce PtrAuth being disabled if not advertized
[PATCH] vhost/test: fix up after API change
2020-06-09 5:56 UTC (3+ messages)
[PATCH 5/6] vdpa: introduce virtio pci driver
2020-06-09 5:55 UTC (12+ messages)
[PATCH kvm-unit-tests] remove unused file
2020-06-09 4:55 UTC (2+ messages)
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
2020-06-09 3:05 UTC (9+ messages)
[PATCH] KVM: VMX: Add helpers to identify interrupt type from intr_info
2020-06-09 1:45 UTC
[PATCH AUTOSEL 5.6 041/606] KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
2020-06-08 23:04 UTC (5+ messages)
` [PATCH AUTOSEL 5.6 074/606] KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
` [PATCH AUTOSEL 5.6 111/606] vhost/vsock: fix packet delivery order to monitoring devices
` [PATCH AUTOSEL 5.6 119/606] selftests: fix kvm relocatable native/cross builds and installs
` [PATCH AUTOSEL 5.6 131/606] KVM: selftests: Fix build for evmcs.h
[PATCH AUTOSEL 4.19 028/106] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
2020-06-08 23:21 UTC
[PATCH AUTOSEL 4.14 20/72] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
2020-06-08 23:24 UTC
[PATCH AUTOSEL 4.9 13/50] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
2020-06-08 23:26 UTC
[PATCH AUTOSEL 5.4 057/175] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
2020-06-08 23:16 UTC
[PATCH AUTOSEL 5.7 082/274] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
2020-06-08 23:02 UTC
[Bug 208091] New: vcpu1, guest rIP offset ignored wrmsr or rdmsr
2020-06-08 19:23 UTC (3+ messages)
` [Bug 208091] "
[PATCH] x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelisted
2020-06-08 19:01 UTC (4+ messages)
[PATCH v2] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
2020-06-08 17:41 UTC
[PATCH] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
2020-06-08 17:29 UTC (3+ messages)
[PATCH v2] KVM: arm64: Remove host_cpu_context member from vcpu structure
2020-06-08 17:09 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).