kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-17 09:05:19 to 2020-12-22 22:33:34 UTC [more...]

[PATCH v2 0/2] x86: Add the feature Virtual SPEC_CTRL
 2020-12-22 22:31 UTC  (3+ messages)
` [PATCH v2 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH v2 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL

Bad performance since 5.9-rc1
 2020-12-22 21:26 UTC  (7+ messages)

[PATCH v4] s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated
 2020-12-22 19:43 UTC  (5+ messages)

[PATCH 0/9] Alpine Linux build fix and CI pipeline
 2020-12-22 18:41 UTC  (14+ messages)
` [PATCH 1/9] tests/docker: Add dockerfile for Alpine Linux
` [PATCH 2/9] configure: Add sys/timex.h to probe clk_adjtime
` [PATCH 3/9] configure/meson: Only check sys/signal.h on non-Linux
` [PATCH 4/9] libvhost-user: Include poll.h instead of sys/poll.h
` [PATCH 5/9] elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE
` [PATCH 6/9] hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZE
` [PATCH 7/9] accel/kvm: avoid using predefined PAGE_SIZE
` [PATCH 8/9] tests: Rename PAGE_SIZE definitions
` [PATCH 9/9] gitlab-ci: Add alpine to pipeline

[PATCH] KVM: x86: fix shift out of bounds reported by UBSAN
 2020-12-22 18:31 UTC  (3+ messages)

[PATCH 0/2] x86: Add the feature Virtual SPEC_CTRL
 2020-12-22 18:07 UTC  (11+ messages)
` [PATCH 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL

[RFC, v2 0/1] msi support for platform devices
 2020-12-22 17:27 UTC  (4+ messages)
` [RFC, v3 0/2] "
  ` [RFC v3 1/2] vfio/platform: add support for msi

[RFC 0/4] vfio-pci/zdev: Fixing s390 vfio-pci ISM support
 2020-12-22 16:18 UTC  (9+ messages)

[kvm-unit-tests PATCH] x86: Add SPEC CTRL detection tests
 2020-12-22 16:07 UTC 

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-22 15:44 UTC  (15+ messages)
` [RFC v2 01/13] mm: export zap_page_range() for driver use
` [RFC v2 02/13] eventfd: track eventfd_signal() recursion depth separately in different cases
` [RFC v2 03/13] eventfd: Increase the recursion depth of eventfd_signal()
` [RFC v2 04/13] vdpa: Remove the restriction that only supports virtio-net devices
` [RFC v2 05/13] vdpa: Pass the netlink attributes to ops.dev_add()
` [RFC v2 06/13] vduse: Introduce VDUSE - vDPA Device in Userspace
` [RFC v2 07/13] vduse: support get/set virtqueue state
` [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops
` [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
` [RFC v2 10/13] vduse: grab the module's references until there is no vduse device
` [RFC v2 11/13] vduse/iova_domain: Support reclaiming bounce pages
` [RFC v2 12/13] vduse: Add memory shrinker to reclaim "
` [RFC v2 13/13] vduse: Introduce a workqueue for irq injection

[kvm-unit-tests PATCH] fix a arrayIndexOutOfBounds in function init_apic_map, online_cpus[i / 8] when i in 248...254
 2020-12-22 13:00 UTC 

[KVM] fdd90b978b: WARNING:suspicious_RCU_usage
 2020-12-22  9:42 UTC 

UBSAN: shift-out-of-bounds in kvm_vcpu_after_set_cpuid
 2020-12-22  8:36 UTC 

[PATCH v3] KVM/x86: Move definition of __ex to x86.h
 2020-12-21 23:05 UTC  (4+ messages)

[PATCH v2] KVM/x86: Move definition of __ex to x86.h
 2020-12-21 19:19 UTC  (5+ messages)

[PATCH V2] kvm: check tlbs_dirty directly
 2020-12-21 18:31 UTC  (3+ messages)
` [PATCH V3] "

[PATCH] KVM: x86: change in pv_eoi_get_pending() to make code more readable
 2020-12-21 18:30 UTC  (2+ messages)

[PATCH v4 0/3] KVM: selftests: Cleanups, take 2
 2020-12-21 18:30 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: selftests: Factor out guest mode code
` [PATCH v4 2/3] KVM: selftests: Use vm_create_with_vcpus in create_vm
` [PATCH v4 3/3] KVM: selftests: Implement perf_test_util more conventionally

[PATCH 0/4] KVM: x86/mmu: Bug fixes and cleanups in get_mmio_spte()
 2020-12-21 18:30 UTC  (14+ messages)
` [PATCH 1/4] KVM: x86/mmu: Use -1 to flag an undefined spte "
` [PATCH 2/4] KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
` [PATCH 3/4] KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
` [PATCH 4/4] KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()

[PATCH] KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
 2020-12-21 18:28 UTC  (2+ messages)

[PATCH] KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
 2020-12-21 18:12 UTC  (4+ messages)

How to open listener on libvirtd ?
 2020-12-21 10:36 UTC 

INFO: rcu detected stall in tipc_release
 2020-12-21  9:21 UTC  (2+ messages)

[PATCH] genirq/msi: Initialize msi_alloc_info to zero for msi_prepare API
 2020-12-21  4:49 UTC  (3+ messages)

[GIT PULL] KVM changes for Linux 5.11
 2020-12-20 18:52 UTC  (2+ messages)

[PATCH v1 0/4] s390/kvm: fix MVPG when in VSIE
 2020-12-20 10:13 UTC  (8+ messages)
` [PATCH v1 1/4] s390/kvm: VSIE: stop leaking host addresses
` [PATCH v1 2/4] s390/kvm: extend guest_translate for MVPG interpretation
` [PATCH v1 3/4] s390/kvm: add kvm_s390_vsie_mvpg_check needed for VSIE MVPG
` [PATCH v1 4/4] s390/kvm: VSIE: correctly handle MVPG when in VSIE

[PATCH] KVM: mmu: Fix SPTE encoding of MMIO generation upper half
 2020-12-19 12:36 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update email address for Sean Christopherson
 2020-12-19  6:47 UTC  (2+ messages)

[PATCH] KVM/x86: Move definition of __ex to x86.h
 2020-12-19  1:19 UTC  (2+ messages)

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-18 19:56 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2020-12-18 18:36 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 01/12] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH v2 02/12] lib: arm/arm64: gicv2: "
` [kvm-unit-tests PATCH v2 03/12] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH v2 04/12] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v2 05/12] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH v2 06/12] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH v2 07/12] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v2 09/12] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v2 11/12] lib: arm64: gic-v3-its: Add wmb() barrier before INT command
` [kvm-unit-tests PATCH v2 12/12] arm64: gic: Use IPI test checking for the LPI tests

[kvm-unit-tests PATCH v1 00/12] Fix and improve the page allocator
 2020-12-18 14:19 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 01/12] lib/x86: fix page.h to include the generic header
` [kvm-unit-tests PATCH v1 02/12] lib/list.h: add list_add_tail

[PATCH v3 0/4] KVM: selftests: Cleanups, take 2
 2020-12-18 13:08 UTC  (9+ messages)

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-18 12:08 UTC  (20+ messages)
` [for-6.0 v5 08/13] securable guest memory: Introduce sgm "ready" flag
` [for-6.0 v5 11/13] spapr: PEF: prevent migration

[kvm-unit-tests PATCH v3 0/8] s390x: Add SIE library and simple test
 2020-12-18 11:17 UTC  (31+ messages)
` [kvm-unit-tests PATCH v3 2/8] s390x: Consolidate sclp read info
` [kvm-unit-tests PATCH v3 3/8] s390x: SCLP feature checking
` [kvm-unit-tests PATCH v3 4/8] s390x: Split assembly and move to s390x/asm/
` [kvm-unit-tests PATCH v3 5/8] s390x: sie: Add SIE to lib
` [kvm-unit-tests PATCH v3 6/8] s390x: sie: Add first SIE test
` [kvm-unit-tests PATCH v3 7/8] s390x: Add diag318 intercept test
` [kvm-unit-tests PATCH v3 8/8] s390x: Fix sclp.h style issues

linux-next: manual merge of the kvm tree with the arm64-fixes tree
 2020-12-18 10:31 UTC  (2+ messages)

[PATCH] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
 2020-12-18  9:52 UTC  (2+ messages)

[PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
 2020-12-18  8:21 UTC  (6+ messages)
` [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope

[kvm-unit-tests PATCH] arm64: microbench: fix unexpected PPI
 2020-12-18  8:07 UTC  (2+ messages)

[Bug 210695] New: error: kvm run failed Invalid argument
 2020-12-18  3:10 UTC  (3+ messages)
` [Bug 210695] "

[PATCH 00/21] Control VQ support in vDPA
 2020-12-18  2:56 UTC  (7+ messages)

[PATCH 21/21] vdpasim: control virtqueue support
 2020-12-17 20:19 UTC  (2+ messages)

[PATCH] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
 2020-12-17 18:12 UTC  (4+ messages)

[PATCH v3 00/15] x86: major paravirt cleanup
 2020-12-17 17:31 UTC  (3+ messages)
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH] KVM: mmu: Fix SPTE encoding of MMIO generation upper half
 2020-12-17 14:21 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/1] Don't access PMU when not present
 2020-12-17 12:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/1] arm: pmu: Don't read PMCR if PMU is "

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2020-12-17 11:49 UTC  (3+ messages)
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type


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