messages from 2019-09-26 23:18:56 to 2019-09-28 17:24:25 UTC [more...]
[PATCH 00/14] KVM monolithic v2
2019-09-28 17:23 UTC (11+ messages)
` [PATCH 02/14] KVM: monolithic: x86: disable linking vmx and svm at the same time into the kernel
` [PATCH 05/14] KVM: monolithic: add more section prefixes in the KVM common code
` [PATCH 06/14] KVM: monolithic: x86: remove __exit section prefix from machine_unsetup
` [PATCH 08/14] KVM: monolithic: x86: remove exports
` [PATCH 09/14] KVM: monolithic: remove exports from KVM common code
` [PATCH 10/14] KVM: monolithic: x86: drop the kvm_pmu_ops structure
` [PATCH 11/14] KVM: x86: optimize more exit handlers in vmx.c
` [PATCH 12/14] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers
` [PATCH 13/14] KVM: retpolines: x86: eliminate retpoline from svm.c "
` [PATCH 14/14] x86: retpolines: eliminate retpoline from msr event handlers
[PATCH] docs: use flexible array members, not zero-length
2019-09-28 8:55 UTC (3+ messages)
[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
2019-09-28 8:23 UTC (8+ messages)
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces
[PATCH] KVM: Unlimit number of ioeventfd assignments for real
2019-09-28 1:40 UTC
[PATCH RESEND v3 00/26] Add definition for the number of standard PCI BARs
2019-09-27 23:40 UTC
[PATCH v2 0/8] KVM: x86: nVMX GUEST_CR3 bug fix, and then some
2019-09-27 23:37 UTC (10+ messages)
` [PATCH v2 1/8] KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
` [PATCH v2 2/8] KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-date
` [PATCH v2 3/8] KVM: VMX: Consolidate to_vmx() usage in RFLAGS accessors
` [PATCH v2 4/8] KVM: VMX: Optimize vmx_set_rflags() for unrestricted guest
` [PATCH v2 5/8] KVM: x86: Add WARNs to detect out-of-bounds register indices
` [PATCH v2 6/8] KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'
` [PATCH v2 7/8] KVM: x86: Add helpers to test/mark reg availability and dirtiness
` [PATCH v2 8/8] KVM: x86: Fold decache_cr3() into cache_reg()
[PATCH v2 0/3] KVM: MMU: fix nested guest live migration with PML
2019-09-27 20:24 UTC (5+ messages)
` [PATCH v2 1/3] KVM: x86: assign two bits to track SPTE kinds
` [PATCH v2 2/3] KVM: x86: fix nested guest live migration with PML
` [PATCH v2 3/3] selftests: kvm: add test for dirty logging inside nested guests
[PATCH RESEND v4 0/2] x86: Enable user wait instructions
2019-09-27 20:22 UTC (3+ messages)
` [PATCH RESEND v4 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
[GIT PULL] Second batch of KVM changes for Linux 5.4 merge window
2019-09-27 20:15 UTC (2+ messages)
[PATCH] kvm: x86: Add Intel PMU MSRs to msrs_to_save[]
2019-09-27 19:03 UTC (32+ messages)
[PATCH] vsock/virtio: add support for MSG_PEEK
2019-09-27 18:59 UTC (7+ messages)
` [PATCH v2] "
[PATCH] KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled
2019-09-27 15:50 UTC (3+ messages)
[PATCH 0/9] Create a userfaultfd demand paging test
2019-09-27 16:18 UTC (9+ messages)
` [PATCH 1/9] KVM: selftests: Create a "
` [PATCH 2/9] KVM: selftests: Add demand paging content to the "
` [PATCH 3/9] KVM: selftests: Add memory size parameter "
` [PATCH 4/9] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH 5/9] KVM: selftests: Support multiple vCPUs in demand paging test
` [PATCH 6/9] KVM: selftests: Time guest demand paging
` [PATCH 7/9] KVM: selftests: Add parameter to _vm_create for memslot 0 base paddr
` [PATCH 8/9] KVM: selftests: Support large VMs in demand paging test
[PATCH v2] KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TF
2019-09-27 16:11 UTC (2+ messages)
[PATCH] KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failure
2019-09-27 16:06 UTC (3+ messages)
[PATCH] KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TF
2019-09-27 16:04 UTC (5+ messages)
[PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
2019-09-27 15:43 UTC (12+ messages)
` [PATCH v18 1/6] hw/arm/virt: Introduce RAS platform version and RAS machine option
` [PATCH v18 3/6] ACPI: Add APEI GHES table generation support
` [PATCH v18 4/6] KVM: Move hwpoison page related functions into include/sysemu/kvm_int.h
` [Qemu-arm] "
` [PATCH v18 5/6] target-arm: kvm64: inject synchronous External Abort
` [PATCH v18 6/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [Qemu-arm] [PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
Suggest changing commit "KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit"
2019-09-27 15:21 UTC (4+ messages)
[PATCH 0/2] KVM: nVMX: Bug fix for consuming stale vmcs02.GUEST_CR3
2019-09-27 15:02 UTC (13+ messages)
` [PATCH 1/2] KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
` [PATCH 2/2] KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-date
[PATCH] vhost: introduce mdev based hardware backend
2019-09-27 13:23 UTC (20+ messages)
[kvm-unit-tests PATCH 0/6] arm: Use stable test output lines
2019-09-27 12:55 UTC (15+ messages)
` [kvm-unit-tests PATCH 1/6] arm: gic: check_acked: add test description
` [kvm-unit-tests PATCH 2/6] arm: gic: Split variable output data from test name
` [kvm-unit-tests PATCH 3/6] arm: timer: "
` [kvm-unit-tests PATCH 4/6] arm: selftest: "
` [kvm-unit-tests PATCH 5/6] arm: selftest: Make MPIDR output stable
` [kvm-unit-tests PATCH 6/6] arm: Add missing test name prefix calls
[PATCH v2 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
2019-09-27 11:54 UTC (7+ messages)
` [PATCH v2 1/6] KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated
` [PATCH v2 2/6] KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
` [PATCH v2 3/6] KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs
` [PATCH v2 4/6] KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper
` [PATCH v2 5/6] KVM: PPC: Book3S HV: XIVE: Make VP block size configurable
` [PATCH v2 6/6] KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs
[RFC PATCH 00/13] vsock: add multi-transports support
2019-09-27 11:27 UTC (14+ messages)
` [RFC PATCH 01/13] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [RFC PATCH 02/13] vsock: remove vm_sockets_get_local_cid()
` [RFC PATCH 03/13] vsock: remove include/linux/vm_sockets.h file
` [RFC PATCH 04/13] vsock: add 'transport' member in the struct vsock_sock
` [RFC PATCH 05/13] vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
` [RFC PATCH 06/13] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [RFC PATCH 07/13] vsock: handle buffer_size sockopts in the core
` [RFC PATCH 08/13] vsock: move vsock_insert_unbound() in the vsock_create()
` [RFC PATCH 09/13] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [RFC PATCH 10/13] vsock: add multi-transports support
` [RFC PATCH 11/13] vsock: add 'transport_hg' to handle g2h\h2g transports
` [RFC PATCH 12/13] vsock: prevent transport modules unloading
` [RFC PATCH 13/13] vsock: fix bind() behaviour taking care of CID
[RFC PATCH v4 0/6] Enable ptp_kvm for arm64
2019-09-27 10:35 UTC (10+ messages)
` [RFC PATCH v4 2/5] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v4 3/5] psci: Add hvc call service for ptp_kvm
[PATCH 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
2019-09-27 9:03 UTC (6+ messages)
` [PATCH 1/5] arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions
` [PATCH 5/5] arm64: Enable and document ARM errata 1319367 and 1319537
[PATCH V2 0/8] mdev based hardware virtio offloading support
2019-09-27 8:37 UTC (4+ messages)
` [PATCH V2 6/8] mdev: introduce virtio device and its device ops
[PATCH net v2] vsock: Fix a lockdep warning in __vsock_release()
2019-09-27 8:32 UTC (4+ messages)
[PATCH v9] KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit
2019-09-27 7:46 UTC
[PATCH 0/3] KVM: MMU: fix nested guest live migration with PML
2019-09-27 2:39 UTC (5+ messages)
` [PATCH 1/3] KVM: x86: assign two bits to track SPTE kinds
` [PATCH 2/3] KVM: x86: fix nested guest live migration with PML
[PATCH v7 0/7] Introduce support for Guest CET feature
2019-09-27 2:19 UTC (8+ messages)
` [PATCH v7 1/7] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration
` [PATCH v7 2/7] kvm: vmx: Define CET VMCS fields and CPUID flags
` [PATCH v7 3/7] KVM: VMX: Pass through CET related MSRs to Guest
` [PATCH v7 4/7] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v7 5/7] kvm: x86: Add CET CR4 bit and XSS support
` [PATCH v7 6/7] KVM: x86: Load Guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v7 7/7] KVM: x86: Add user-space access interface for CET MSRs
[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
2019-09-26 23:18 UTC (19+ messages)
` [RFC PATCH 11/28] kvm: mmu: Optimize for freeing direct MMU PTs on teardown
` [RFC PATCH 12/28] kvm: mmu: Set tlbs_dirty atomically
` [RFC PATCH 13/28] kvm: mmu: Add an iterator for concurrent paging structure walks
` [RFC PATCH 14/28] kvm: mmu: Batch updates to the direct mmu disconnected list
` [RFC PATCH 15/28] kvm: mmu: Support invalidate_zap_all_pages
` [RFC PATCH 16/28] kvm: mmu: Add direct MMU page fault handler
` [RFC PATCH 17/28] kvm: mmu: Add direct MMU fast "
` [RFC PATCH 18/28] kvm: mmu: Add an hva range iterator for memslot GFNs
` [RFC PATCH 19/28] kvm: mmu: Make address space ID a property of memslots
` [RFC PATCH 20/28] kvm: mmu: Implement the invalidation MMU notifiers for the direct MMU
` [RFC PATCH 21/28] kvm: mmu: Integrate the direct mmu with the changed pte notifier
` [RFC PATCH 22/28] kvm: mmu: Implement access tracking for the direct MMU
` [RFC PATCH 23/28] kvm: mmu: Make mark_page_dirty_in_slot usable from outside kvm_main
` [RFC PATCH 24/28] kvm: mmu: Support dirty logging in the direct MMU
` [RFC PATCH 25/28] kvm: mmu: Support kvm_zap_gfn_range "
` [RFC PATCH 26/28] kvm: mmu: Integrate direct MMU with nesting
` [RFC PATCH 27/28] kvm: mmu: Lazily allocate rmap when direct MMU is enabled
` [RFC PATCH 28/28] kvm: mmu: Support MMIO in the direct MMU
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).