messages from 2020-08-07 00:47:30 to 2020-08-11 11:26:30 UTC [more...]
VDPA Debug/Statistics
2020-08-11 11:26 UTC
[PATCH RESEND] KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup
2020-08-11 11:19 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: Fix sleeping while atomic BUG() on OOM
2020-08-11 10:52 UTC (4+ messages)
` [PATCH 1/2] KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
` [PATCH 2/2] KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set
[PATCH] vhost: vdpa: remove per device feature whitelist
2020-08-11 10:19 UTC (2+ messages)
[PATCH v6 00/18] Add support for Nitro Enclaves
2020-08-11 10:17 UTC (17+ messages)
` [PATCH v6 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v6 08/18] nitro_enclaves: Add logic for creating an enclave VM
` [PATCH v6 09/18] nitro_enclaves: Add logic for setting an enclave vCPU
` [PATCH v6 10/18] nitro_enclaves: Add logic for getting the enclave image load info
` [PATCH v6 11/18] nitro_enclaves: Add logic for setting an enclave memory region
` [PATCH v6 12/18] nitro_enclaves: Add logic for starting an enclave
[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
2020-08-11 9:53 UTC (33+ messages)
` [PATCH RFC v2 02/18] irq/dev-msi: Add support for a new DEV_MSI irq domain
[GIT PULL] virtio: features, fixes
2020-08-11 8:56 UTC
[PATCH v3 0/2] Expose new features for Intel processor
2020-08-11 8:32 UTC (8+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions
` [PATCH v3 2/2] x86/kvm: Expose new features for supported cpuid
IPI broadcast latency in the guest is worse when AVIC is enabled
2020-08-11 8:28 UTC (2+ messages)
[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
2020-08-11 7:49 UTC (5+ messages)
[kvm-unit-tests PATCH v2 0/3] PV tests part 1
2020-08-11 7:29 UTC (15+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH v2 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH v2 3/3] s390x: Ultravisor guest API test
` [kvm-unit-tests PATCH v3] "
[BUG]stack-protector: Kernel stack is corrupted in: apic_update_ppr+0x65/0x70 [kvm]
2020-08-11 6:11 UTC
[PATCH] powerpc: kvm: Increase HDEC threshold to enter guest
2020-08-11 4:08 UTC
[PATCH V5 0/6] IRQ offloading for vDPA
2020-08-11 2:53 UTC (8+ messages)
` [PATCH V5 1/6] vhost: introduce vhost_vring_call
[RFC 0/7] KVM: PKS Virtualization support
2020-08-11 0:05 UTC (10+ messages)
` [RFC 1/7] KVM: VMX: Introduce PKS VMCS fields
` [RFC 2/7] KVM: VMX: Expose IA32_PKRS MSR
` [RFC 3/7] KVM: MMU: Rename the pkru to pkr
` [RFC 4/7] KVM: MMU: Refactor pkr_mask to cache condition
` [RFC 5/7] KVM: MMU: Add support for PKS emulation
` [RFC 6/7] KVM: X86: Expose PKS to guest and userspace
` [RFC 7/7] KVM: VMX: Enable PKS for nested VM
[PATCH] KVM: nSVM: Test combinations of EFER.LME, CR0.PG, CR4.PAE, CR0.PE and CS register on VMRUN of nested guests
2020-08-10 22:39 UTC
[PATCH v5 0/3] Allow user space to restrict and augment MSR emulation
2020-08-10 22:36 UTC (6+ messages)
` [PATCH v5 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v5 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v5 3/3] KVM: selftests: Add test for user space MSR handling
[PATCH v4 00/12] SVM cleanup and INVPCID support for the AMD guests
2020-08-10 21:59 UTC (6+ messages)
` [PATCH v4 09/12] KVM: SVM: Remove set_exception_intercept and clr_exception_intercept
` [PATCH v4 10/12] KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
` [PATCH v4 11/12] KVM: X86: Move handling of INVPCID types to x86
` [PATCH v4 12/12] KVM:SVM: Enable INVPCID feature on AMD
[PATCH v2 0/8] Allow userspace to manage MSRs
2020-08-10 21:23 UTC (10+ messages)
` [PATCH v2 1/8] KVM: x86: Add ioctl for accepting a userspace provided MSR list
` [PATCH v2 2/8] KVM: x86: Add support for exiting to userspace on rdmsr or wrmsr
` [PATCH v2 3/8] KVM: x86: Allow em_{rdmsr,wrmsr} to bounce to userspace
` [PATCH v2 4/8] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH v2 5/8] KVM: x86: Ensure the MSR bitmap never clears "
` [PATCH v2 6/8] selftests: kvm: Fix the segment descriptor layout to match the actual layout
` [PATCH v2 7/8] selftests: kvm: Add test to exercise userspace MSR list
` [PATCH v2 8/8] selftests: kvm: Add emulated rdmsr, wrmsr tests
[PATCH 0/6] Allow userspace to manage MSRs
2020-08-10 21:18 UTC (15+ messages)
` [PATCH 1/6] KVM: x86: Add ioctl for accepting a userspace provided MSR list
` [PATCH 2/6] KVM: x86: Add support for exiting to userspace on rdmsr or wrmsr
` [PATCH 4/6] KVM: x86: Ensure the MSR bitmap never clears userspace tracked MSRs
` [PATCH 6/6] selftests: kvm: Add test to exercise userspace MSR list
[RFC PATCH 0/7] metricfs metric file system and examples
2020-08-10 18:20 UTC (16+ messages)
` [RFC PATCH 1/7] core/metricfs: Create metricfs, standardized files under debugfs
` [RFC PATCH 2/7] core/metricfs: add support for percpu metricfs files
` [RFC PATCH 3/7] core/metricfs: metric for kernel warnings
` [RFC PATCH 4/7] core/metricfs: expose softirq information through metricfs
` [RFC PATCH 5/7] core/metricfs: expose scheduler stat "
` [RFC PATCH 6/7] core/metricfs: expose x86-specific irq "
` [RFC PATCH 7/7] net-metricfs: Export /proc/net/dev via metricfs
[PATCH v1 0/1] Synic default SCONTROL MSR needs to be enabled
2020-08-10 17:22 UTC (3+ messages)
` [PATCH v1 1/1] x86/kvm/hyper-v: "
[PATCH] vfio/type1: Add proper error unwind for vfio_iommu_replay()
2020-08-10 16:26 UTC (2+ messages)
[PATCH kvmtool] update_headers.sh: Remove arm architecture
2020-08-10 15:46 UTC (2+ messages)
[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
2020-08-10 15:39 UTC (2+ messages)
[PATCH kvmtool] update_headers.sh: Remove arm architecture
2020-08-10 15:38 UTC
[PATCH v2 kvmtool] virtio: Fix ordering of virtio_queue__should_signal()
2020-08-10 15:14 UTC (3+ messages)
[PATCH v2 03/20] virtio: Add get_shm_region method
2020-08-10 14:50 UTC (10+ messages)
` [PATCH v2 04/20] virtio: Implement get_shm_region for PCI transport
` [PATCH v2 05/20] virtio: Implement get_shm_region for MMIO transport
[PATCH v4 0/4] Add a vhost RPMsg API
2020-08-10 13:44 UTC (5+ messages)
` [PATCH v4 4/4] vhost: add an "
[kvm-unit-tests PATCH 0/7] Add support for generic ELF cross-compiler
2020-08-10 13:06 UTC (8+ messages)
` [kvm-unit-tests PATCH 1/7] x86: Makefile: Allow division on x86_64-elf binutils
` [kvm-unit-tests PATCH 2/7] x86: Replace instruction prefixes with spaces
` [kvm-unit-tests PATCH 3/7] x86: Makefile: Fix linkage of realmode on x86_64-elf binutils
` [kvm-unit-tests PATCH 4/7] lib: Bundle debugreg.h from the kernel
` [kvm-unit-tests PATCH 5/7] lib: x86: Use portable format macros for uint32_t
` [kvm-unit-tests PATCH 6/7] configure: Add an option to specify getopt
` [kvm-unit-tests PATCH 7/7] README: Update build instructions for macOS
[PATCH] kvm: selftests: fix spelling mistake: "missmatch" -> "missmatch"
2020-08-10 11:21 UTC (2+ messages)
[PATCH] KVM: SVM: Mark SEV launch secret pages as dirty
2020-08-10 11:05 UTC (5+ messages)
` [PATCH v2] "
[PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
2020-08-10 10:08 UTC
[PATCH] MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64
2020-08-10 9:31 UTC (12+ messages)
[PATCH 1/2] KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled
2020-08-10 9:09 UTC (3+ messages)
[PATCH RESEND for-5.9] MIPS: KVM: Convert a fallthrough comment to fallthrough
2020-08-10 8:11 UTC (2+ messages)
WARNING in rcu_irq_exit
2020-08-10 8:06 UTC (2+ messages)
device compatibility interface for live migration with assigned devices
2020-08-10 7:46 UTC (14+ messages)
[GIT PULL] KVM/arm64 updates for 5.9
2020-08-09 16:13 UTC (2+ messages)
linux-next: manual merge of the kvm-arm tree with the kvm tree
2020-08-09 8:55 UTC (2+ messages)
linux-next: manual merge of the kvm-arm tree with the kvm tree
2020-08-09 8:54 UTC (2+ messages)
[PATCH 1/1] kvm: mmu: zap pages when zapping only parent
2020-08-08 5:06 UTC (5+ messages)
Guest OS migration and lost IPIs
2020-08-08 2:02 UTC (3+ messages)
[PATCH v4] kvm,x86: Exit to user space in case page fault error
2020-08-07 17:51 UTC (2+ messages)
[RFC PATCH 0/7] metricfs metric file system and examples
2020-08-07 17:10 UTC (2+ messages)
[PATCH v1 0/1] s390: virtio-ccw: PV needs VIRTIO I/O device protection
2020-08-07 14:25 UTC (3+ messages)
[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
2020-08-07 14:12 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86: move kvm_vcpu_gfn_to_memslot() out of try_async_pf()
` [PATCH v2 2/3] KVM: x86: introduce KVM_MEM_PCI_HOLE memory
` [PATCH v2 3/3] KVM: selftests: add KVM_MEM_PCI_HOLE test
[GIT PULL] Please pull my kvm-ppc-next-5.9-1 tag
2020-08-07 12:23 UTC (3+ messages)
[RFC 0/9] KVM:x86/mmu:Introduce parallel memory virtualization to boost performance
2020-08-07 9:03 UTC (3+ messages)
[PATCH 0/7] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID more useful
2020-08-07 8:39 UTC (8+ messages)
` [PATCH 1/7] KVM: x86: hyper-v: Mention SynDBG CPUID leaves in api.rst
` [PATCH 2/7] KVM: x86: hyper-v: disallow configuring SynIC timers with no SynIC
` [PATCH 3/7] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID output independent of eVMCS enablement
` [PATCH 4/7] KVM: x86: hyper-v: always advertise HV_STIMER_DIRECT_MODE_AVAILABLE
` [PATCH 5/7] KVM: x86: hyper-v: drop now unneeded vcpu parameter from kvm_vcpu_ioctl_get_hv_cpuid()
` [PATCH 6/7] KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
` [PATCH 7/7] KVM: selftests: test "
memory leak in do_eventfd
2020-08-07 7:04 UTC (2+ 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 NNTP newsgroup(s).