kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-18 17:41:21 to 2021-01-20 16:15:29 UTC [more...]

[PATCH 0/2] s390: uv: small UV fixes
 2021-01-20 15:24 UTC  (15+ messages)
` [PATCH 1/2] s390: uv: Fix sysfs max number of VCPUs reporting
` [PATCH 2/2] s390: mm: Fix secure storage access exception handling

[PATCH v4 00/15] x86: major paravirt cleanup
 2021-01-20 13:26 UTC  (2+ messages)
` [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-20 16:13 UTC  (9+ messages)
` [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[RFC PATCH v2 00/26] KVM SGX virtualization support
 2021-01-20 14:19 UTC  (32+ messages)
` [RFC PATCH v2 01/26] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v2 02/26] x86/sgx: Remove a warn from sgx_free_epc_page()
` [RFC PATCH v2 04/26] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [RFC PATCH v2 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v2 08/26] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v2 09/26] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH v2 10/26] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH v2 11/26] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v2 12/26] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v2 13/26] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v2 15/26] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v2 16/26] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)

[PATCH 0/4] vfio-pci/zdev: Fixing s390 vfio-pci ISM support
 2021-01-20 13:21 UTC  (8+ messages)
` [PATCH 1/4] s390/pci: track alignment/length strictness for zpci_dev
` [PATCH 2/4] vfio-pci/zdev: Pass the relaxed alignment flag
` [PATCH 3/4] s390/pci: Get hardware-reported max store block length
` [PATCH 4/4] vfio-pci/zdev: Introduce the zPCI I/O vfio region

[PATCH 0/7] KVM: x86: Conditional Hyper-V emulation enablement
 2021-01-20 12:15 UTC  (4+ messages)
` [PATCH 3/7] KVM: x86: hyper-v: Always use vcpu_to_hv_vcpu() accessor to get to 'struct kvm_vcpu_hv'

[PATCH RFC 0/4] KVM: x86: Drastically raise KVM_USER_MEM_SLOTS limit
 2021-01-20 12:02 UTC  (7+ messages)
` [PATCH RFC 3/4] KVM: Define KVM_USER_MEM_SLOTS in arch-neutral include/linux/kvm_host.h

[kvm-unit-tests PATCH v3 0/3] s390x: css: pv: css test adaptation for PV
 2021-01-20 12:41 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x: pv: implement routine to share/unshare memory
` [kvm-unit-tests PATCH v3 2/3] s390x: define UV compatible I/O allocation
` [kvm-unit-tests PATCH v3 3/3] s390x: css: pv: css test adaptation for PV

[kvm-unit-tests GIT PULL 00/11] s390x update
 2021-01-20 11:41 UTC  (12+ messages)
` [kvm-unit-tests GIT PULL 01/11] s390x: Move to GPL 2 and SPDX license identifiers
` [kvm-unit-tests GIT PULL 02/11] s390x: lib: "
` [kvm-unit-tests GIT PULL 03/11] s390x: Add test_bit to library
` [kvm-unit-tests GIT PULL 04/11] s390x: Consolidate sclp read info
` [kvm-unit-tests GIT PULL 05/11] s390x: SCLP feature checking
` [kvm-unit-tests GIT PULL 06/11] s390x: Split assembly into multiple files
` [kvm-unit-tests GIT PULL 07/11] s390x: sie: Add SIE to lib
` [kvm-unit-tests GIT PULL 08/11] s390x: sie: Add first SIE test
` [kvm-unit-tests GIT PULL 09/11] s390x: Add diag318 intercept test
` [kvm-unit-tests GIT PULL 10/11] s390x: Fix sclp.h style issues
` [kvm-unit-tests GIT PULL 11/11] s390x: Fix uv_call() exception behavior

[kvm-unit-tests PATCH] travis.yml: Remove the CI file for Travis, it's of no use anymore
 2021-01-20 12:41 UTC  (2+ messages)

[RFC, v2 0/1] msi support for platform devices
 2021-01-20 10:22 UTC  (8+ messages)
` [RFC, v3 0/2] "
  ` [RFC v3 2/2] vfio/platform: msi: add Broadcom "

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-01-20 11:08 UTC  (27+ messages)
` [RFC v3 01/11] eventfd: track eventfd_signal() recursion depth separately in different cases
    `  "
` [RFC v3 02/11] eventfd: Increase the recursion depth of eventfd_signal()
` [RFC v3 03/11] vdpa: Remove the restriction that only supports virtio-net devices
    `  "
` [RFC v3 04/11] vhost-vdpa: protect concurrent access to vhost device iotlb
    `  "
` [RFC v3 05/11] vdpa: shared virtual addressing support
    `  "
` [RFC v3 06/11] vhost-vdpa: Add an opaque pointer for vhost IOTLB
    `  "
` [RFC v3 07/11] vdpa: Pass the netlink attributes to ops.dev_add()
  ` [RFC v3 08/11] vduse: Introduce VDUSE - vDPA Device in Userspace
      `  "
  ` [RFC v3 09/11] vduse: Add VDUSE_GET_DEV ioctl
  ` [RFC v3 10/11] vduse: grab the module's references until there is no vduse device
  ` [RFC v3 11/11] vduse: Introduce a workqueue for irq injection

[Patch v4 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-20  7:13 UTC  (8+ messages)
` [Patch v4 1/2] cgroup: svm: Add Encryption ID controller

[PATCH] KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
 2021-01-20  1:13 UTC  (6+ messages)

[PATCH 0/3 v2] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-01-20  0:45 UTC  (3+ messages)
` [PATCH 1/3 v2] nSVM: Check addresses of MSR and IO bitmap

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2021-01-19 23:45 UTC  (5+ messages)

[PATCH v3 0/2] x86: Add the feature Virtual SPEC_CTRL
 2021-01-19 23:45 UTC  (5+ messages)
` [PATCH v3 2/2] KVM: SVM: Add support for "

Kenya Business Plans for only Kes 499/=
 2021-01-19 22:55 UTC 

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-01-19 16:03 UTC  (9+ messages)
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-19 22:34 UTC  (3+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver

[RFC PATCH kvm-unit-tests 0/4] add generic stress test
 2021-01-19 18:40 UTC  (11+ messages)
` [PATCH kvm-unit-tests 1/4] libcflat: add a few more runtime functions

[PATCH] KVM: update depracated jump label API
 2021-01-19 20:46 UTC  (3+ messages)
` [PATCH] KVM: update depracated and inappropriate "

[PATCH v3 04/21] x86/fpu/xstate: Modify context switch helpers to handle both static and dynamic buffers
 2021-01-19 18:49 UTC  (3+ messages)

[PATCH V1 0/5] vfio virtual address update
 2021-01-19 20:11 UTC  (5+ messages)
` [PATCH V1 4/5] vfio: VA suspend interface

Kenya Business Plans for only Kes 499/=
 2021-01-19 20:03 UTC 

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-01-19 19:42 UTC  (7+ messages)

[PATCH 0/1] diag9c forwarding
 2021-01-19 19:51 UTC  (4+ messages)
` [PATCH 1/1] KVM: s390: "

[Patch v5 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-19 17:45 UTC  (4+ messages)
` [Patch v5 2/2] cgroup: svm: Encryption IDs cgroup documentation

[PATCH V2 0/9] vfio virtual address update
 2021-01-19 17:48 UTC  (10+ messages)
` [PATCH V2 1/9] vfio: option to unmap all
` [PATCH V2 2/9] vfio/type1: find first dma
` [PATCH V2 3/9] vfio/type1: unmap cleanup
` [PATCH V2 4/9] vfio/type1: implement unmap all
` [PATCH V2 5/9] vfio: interfaces to update vaddr
` [PATCH V2 6/9] vfio/type1: implement "
` [PATCH V2 7/9] vfio: iommu driver notify callback
` [PATCH V2 8/9] vfio/type1: implement "
` [PATCH V2 9/9] vfio/type1: block on invalid vaddr

[PATCH v1 0/4] s390/kvm: fix MVPG when in VSIE
 2021-01-19 14:59 UTC  (5+ 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] x86/sev: Add AMD_SEV_ES_GUEST Kconfig for including SEV-ES support
 2021-01-19 17:12 UTC  (13+ messages)

[kvm-unit-tests PATCH v2 00/11] Fix and improve the page allocator
 2021-01-19 17:05 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 01/11] lib/x86: fix page.h to include the generic header
` [kvm-unit-tests PATCH v2 02/11] lib/list.h: add list_add_tail
` [kvm-unit-tests PATCH v2 03/11] lib/vmalloc: add some asserts and improvements
` [kvm-unit-tests PATCH v2 04/11] lib/asm: Fix definitions of memory areas

[PATCH] target/i386/sev: add the support to query the attestation report
 2021-01-19 16:45 UTC  (2+ messages)

[PATCH v2 0/9] Alpine Linux build fix and CI pipeline
 2021-01-19 14:18 UTC  (12+ messages)
` [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux
` [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

[PATCH v3 00/15] x86: major paravirt cleanup
 2021-01-19 11:36 UTC  (6+ messages)
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-01-19 10:03 UTC  (7+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-19  9:59 UTC  (20+ messages)
`  "
  ` [EXTERNAL] "

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-19  8:16 UTC  (6+ messages)
` [PATCH v7 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v7 07/13] confidential guest support: Introduce cgs "ready" flag

[RFC v3 0/7] KVM: PKS Virtualization support
 2021-01-19  7:41 UTC  (5+ messages)
` [kvm-unit-tests PATCH] x86: Add tests for PKS

[PATCH] Revert "KVM: x86: Unconditionally enable irqs in guest context"
 2021-01-19  1:27 UTC  (4+ messages)

[PATCH] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-01-19  0:28 UTC  (5+ messages)

[PATCH 0/3] x86/KVM/VMX: Introduce and use try_cmpxchg64()
 2021-01-18 18:26 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Avoid RDMSRs in PI x2APIC checks
 2021-01-18 18:24 UTC  (2+ messages)

[RFC PATCH v2 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-18 15:04 UTC  (3+ messages)
` [RFC PATCH v2 02/13] af_vsock: separate rx loops for STREAM/SEQPACKET

[PATCH] kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
 2021-01-18 18:20 UTC  (2+ messages)

[PATCH 0/6] KVM: selftests: Perf test cleanups and memslot modification test
 2021-01-18 18:18 UTC  (2+ messages)

[PATCH v2] KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
 2021-01-18 17:56 UTC  (2+ messages)

[kvm-unit-tests PATCH] fix a arrayIndexOutOfBounds in function init_apic_map, online_cpus[i / 8] when i in 248...254
 2021-01-18 17:53 UTC  (3+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Run test with KVM and macOS via cirrus-run
 2021-01-18 17:55 UTC  (2+ messages)

[PATCH] KVM: x86: get smi pending status correctly
 2021-01-18 17:57 UTC  (2+ messages)

[kvm-unit-tests][RFC PATCH] x86: Add a new test case for ret/iret with a nullified segment
 2021-01-18 17:54 UTC  (4+ messages)

[PATCH] KVM: x86: Zap the oldest MMU pages, not the newest
 2021-01-18 17:34 UTC  (2+ messages)

[PATCH] KVM: x86: Add more protection against undefined behavior in rsvd_bits()
 2021-01-18 17:34 UTC  (2+ messages)

[PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM
 2021-01-18 17:38 UTC  (3+ messages)

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-01-18 17:38 UTC  (2+ messages)


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