kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 16:19:15 to 2019-12-20 18:19:24 UTC [more...]

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-20 18:19 UTC  (16+ messages)
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2019-12-20 18:10 UTC  (23+ messages)
` [PATCH v2 01/18] dt-bindings: ARM SPE: highlight the need for PPI partitions on heterogeneous systems
` [PATCH v2 02/18] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 03/18] arm64: KVM: define SPE data structure for each vcpu
` [PATCH v2 04/18] arm64: KVM: add SPE system registers to sys_reg_descs
` [PATCH v2 05/18] arm64: KVM/VHE: enable the use PMSCR_EL12 on VHE systems
` [PATCH v2 06/18] arm64: KVM: split debug save restore across vm/traps activation
` [PATCH v2 07/18] arm64: KVM/debug: drop pmscr_el1 and use sys_regs[PMSCR_EL1] in kvm_cpu_context
` [PATCH v2 08/18] arm64: KVM: add support to save/restore SPE profiling buffer controls
` [PATCH v2 09/18] arm64: KVM: enable conditional save/restore full "
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime
` [PATCH v2 11/18] KVM: arm64: don't trap Statistical Profiling controls to EL2
` [PATCH v2 12/18] KVM: arm64: add a new vcpu device control group for SPEv1
` [PATCH v2 13/18] perf: arm_spe: Add KVM structure for obtaining IRQ info
` [PATCH v2 14/18] KVM: arm64: spe: Provide guest virtual interrupts for SPE
` [PATCH v2 15/18] perf: arm_spe: Handle guest/host exclusion flags
` [PATCH v2 16/18] KVM: arm64: enable SPE support
` [PATCH v2 17/18, KVMTOOL] update_headers: Sync kvm UAPI headers with linux v5.5-rc2
` [PATCH v2 18/18, KVMTOOL] kvm: add a vcpu feature for SPEv1 support

Can we retire Python 2 now?
 2019-12-20 16:56 UTC  (2+ messages)

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2019-12-20 16:22 UTC  (63+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH v2 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH v2 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH v2 06/45] KVM: SVM: "
` [PATCH v2 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH v2 08/45] KVM: x86: Move FPU allocation to "
` [PATCH v2 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH v2 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH v2 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH v2 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH v2 18/45] KVM: PPC: "
` [PATCH v2 19/45] KVM: arm: "
` [PATCH v2 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH v2 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH v2 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH v2 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH v2 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH v2 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH v2 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH v2 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
` [PATCH v2 28/45] KVM: x86: "
` [PATCH v2 29/45] KVM: Introduce kvm_vcpu_destroy()
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH v2 31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
` [PATCH v2 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init()
` [PATCH v2 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
` [PATCH v2 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
` [PATCH v2 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH v2 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
` [PATCH v2 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [PATCH v2 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
` [PATCH v2 39/45] KVM: MIPS: "
` [PATCH v2 40/45] KVM: ARM: "
` [PATCH v2 41/45] KVM: PPC: "
` [PATCH v2 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH v2 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
` [PATCH v2 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()

[PATCH 0/5] KVM: arm64: vcpu preempted check support
 2019-12-20 14:32 UTC  (9+ messages)
` [PATCH 1/5] KVM: arm64: Document PV-lock interface
` [PATCH 2/5] KVM: arm64: Implement PV_LOCK_FEATURES call

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-20 13:34 UTC  (23+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
    ` [PATCH v12] "
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM

[PATCH v4 0/7] Use 1st-level for IOVA translation
 2019-12-20 11:50 UTC  (10+ messages)
` [PATCH v4 1/7] iommu/vt-d: Identify domains using first level page table
` [PATCH v4 2/7] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
` [PATCH v4 3/7] iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
` [PATCH v4 4/7] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH v4 5/7] iommu/vt-d: Flush PASID-based iotlb "
` [PATCH v4 6/7] iommu/vt-d: Use "
` [PATCH v4 7/7] iommu/vt-d: debugfs: Add support to show page table internals

Async page fault delivered while irq are disabled?
 2019-12-20  9:34 UTC  (5+ messages)

[PATCH v2] kvm/svm: PKU not currently supported
 2019-12-20  9:25 UTC  (3+ messages)

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2019-12-20  7:34 UTC  (13+ messages)
` [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH 12/16] arm/arm64: ITS: commands

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2019-12-20  0:58 UTC  (22+ messages)
` [PATCH v10 Kernel 1/5] vfio: KABI for migration interface for device state
` [PATCH v10 Kernel 4/5] vfio iommu: Implementation of ioctl to for dirty pages tracking

[RFC 0/2] Paravirtualized Control Register pinning
 2019-12-20  0:13 UTC  (3+ messages)
` [RFC 1/2] KVM: X86: Add CR pin MSRs
` [RFC 2/2] X86: Use KVM "

[PATCH] vfio/mdev: make create attribute static
 2019-12-19 20:00 UTC  (2+ messages)

[PATCH] kvm/svm: PKU not currently supported
 2019-12-19 19:49 UTC  (3+ messages)

CfP VHPC20: HPC Containers-Kubernetes
 2019-12-19 15:31 UTC 

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-19 13:46 UTC  (5+ messages)
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
 2019-12-19 11:11 UTC  (13+ messages)
` [PATCH net-next v3 01/11] VSOCK: fix header include in vsock_diag_test
` [PATCH net-next v3 02/11] VSOCK: add SPDX identifiers to vsock tests
` [PATCH net-next v3 03/11] VSOCK: extract utility functions from vsock_diag_test.c
` [PATCH net-next v3 04/11] VSOCK: extract connect/accept "
` [PATCH net-next v3 05/11] VSOCK: add full barrier between test cases
` [PATCH net-next v3 06/11] VSOCK: add send_byte()/recv_byte() test utilities
` [PATCH net-next v3 07/11] VSOCK: add AF_VSOCK test cases
` [PATCH net-next v3 08/11] vsock_test: wait for the remote to close the connection
` [PATCH net-next v3 09/11] testing/vsock: add parameters to list and skip tests
` [PATCH net-next v3 10/11] testing/vsock: print list of options and description
` [PATCH net-next v3 11/11] vsock_test: add SOCK_STREAM MSG_PEEK test

[kvm-unit-tests PATCH 0/2] Better max VMCS field index test
 2019-12-19 10:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: vmx: Comprehensive max VMCS field search
` [kvm-unit-tests PATCH 2/2] x86: vmx: Remove max_index tracking in check_vmcs_field()

[kvm-unit-tests PATCH] x86: Fix max VMCS field encoding index check
 2019-12-19  8:52 UTC  (6+ messages)

[PATCH v2] tools/kvm_stat: Fix kvm_exit filter name
 2019-12-19  3:33 UTC  (3+ messages)

[PATCH v2] KVM: x86: remove unnecessary return vals of kvm pit functions
 2019-12-19  2:35 UTC 

[GIT PULL] Please pull my kvm-ppc-fixes-5.5-1 tag
 2019-12-19  0:19 UTC 

[PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking
 2019-12-18 22:49 UTC  (14+ messages)

[RFC PATCH] KVM: x86: Disallow KVM_SET_CPUID{2} if the vCPU is in guest mode
 2019-12-18 21:24 UTC  (5+ messages)

[PATCH v1 0/2] MMIO mask fix for AMD memory encryption support
 2019-12-18 21:18 UTC  (6+ messages)
` [PATCH v1 1/2] KVM: x86/mmu: Allow for overriding MMIO SPTE mask
` [PATCH v1 2/2] KVM: SVM: Implement reserved bit callback to set "

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-12-18 19:14 UTC  (5+ messages)
` [RFC PATCH 13/28] kvm: mmu: Add an iterator for concurrent paging structure walks

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-18 18:10 UTC  (5+ messages)
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH kvm-unit-tests] Update AMD instructions to conform to LLVM assembler
 2019-12-18 17:33 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] svm: make preparation more flexible
 2019-12-18 17:33 UTC  (3+ messages)
` [PATCH kvm-unit-tests 1/2] svm: introduce prepare_gif_clear callback
` [PATCH kvm-unit-tests 2/2] svm: replace set_host_if with "

[GIT PULL] KVM/arm updates for 5.5-rc2
 2019-12-18 16:48 UTC  (2+ messages)

[PATCH 1/2] kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
 2019-12-18 16:46 UTC  (3+ messages)
` [PATCH 2/2] kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD


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).