public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-04 01:20:28 to 2020-12-07 10:27:08 UTC [more...]

[PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 10:25 UTC  (22+ messages)
` [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs
` [PATCH 4/8] gitlab-ci: Add KVM ARM "
` [PATCH 5/8] gitlab-ci: Add KVM s390x "
` [PATCH 6/8] gitlab-ci: Add KVM PPC "
` [PATCH 7/8] gitlab-ci: Add KVM MIPS "
` [PATCH 8/8] gitlab-ci: Add Xen "

[PATCH 00/19] target/mips: Boring code reordering
 2020-12-07  9:07 UTC  (24+ messages)
` [PATCH 01/19] hw/mips: Move address translation helpers to target/mips/
` [PATCH 02/19] target/mips: Remove unused headers from translate.c
` [PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c
` [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c
` [PATCH 05/19] target/mips: Remove unused headers from op_helper.c
` [PATCH 06/19] target/mips: Remove unused headers from kvm.c
` [PATCH 07/19] target/mips: Include "exec/memattrs.h" in 'internal.h'
` [PATCH 08/19] target/mips: Extract cpu_supports*/cpu_set* translate.c
` [PATCH 09/19] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c
` [PATCH 10/19] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH 12/19] target/mips: Rename helper.c as tlb_helper.c
` [PATCH 13/19] target/mips: Fix code style for checkpatch.pl
` [PATCH 14/19] target/mips: Move mmu_init() functions to tlb_helper.c
` [PATCH 15/19] target/mips: Move cpu definitions, reset() and realize() to cpu.c
` [PATCH 16/19] target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()
` [PATCH 17/19] target/mips: Rename translate_init.c as cpu-defs.c
` [RFC PATCH 18/19] target/mips: Restrict some TCG specific CPUClass handlers
` [RFC PATCH 19/19] target/mips: Only build TCG code when CONFIG_TCG is set

[PATCH v3] self_tests/kvm: sync_regs test for diag318
 2020-12-07  8:19 UTC  (3+ messages)

[PATCH] vhost scsi: fix error return code in vhost_scsi_set_endpoint()
 2020-12-07  5:17 UTC  (3+ messages)

[PATCH v2 0/3] RFC: Precise TSC migration
 2020-12-06 16:19 UTC  (3+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE

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

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-12-06 14:09 UTC  (22+ messages)
` [PATCH v8 12/18] KVM: SVM: Add support for static allocation of unified Page Encryption Bitmap
` [PATCH v8 13/18] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v8 18/18] KVM: SVM: Enable SEV live migration feature implicitly on Incoming VM(s)

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-06 11:02 UTC  (11+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v2 2/9] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v2 3/9] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl

[PATCH v2 00/16] KVM: Add Xen hypercall and shared info pages
 2020-12-06 11:03 UTC  (17+ messages)
` [PATCH v2 01/16] KVM: Fix arguments to kvm_{un,}map_gfn()
` [PATCH v2 02/16] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH v2 03/16] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH v2 04/16] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH v2 05/16] KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
` [PATCH v2 06/16] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH v2 07/16] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
` [PATCH v2 08/16] KVM: x86/xen: register shared_info page
` [PATCH v2 09/16] KVM: x86/xen: setup pvclock updates
` [PATCH v2 10/16] xen: add wc_sec_hi to struct shared_info
` [PATCH v2 11/16] KVM: x86/xen: update wallclock region
` [PATCH v2 12/16] KVM: x86/xen: register vcpu info
` [PATCH v2 13/16] KVM: x86/xen: register vcpu time info region
` [PATCH v2 14/16] KVM: x86/xen: register runstate info
` [PATCH v2 15/16] KVM: x86: declare Xen HVM shared info capability and add test case
` [PATCH v2 16/16] KVM: Add documentation for Xen hypercall and shared_info updates

[GIT PULL] KVM/arm64 fixes for 5.10, take #5
 2020-12-06 10:56 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Fix memory leak on stage2 update of a valid PTE
` [PATCH 2/3] KVM: arm64: Fix handling of merging tables into a block entry
` [PATCH 3/3] KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()

[PATCH] KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
 2020-12-06 10:16 UTC  (3+ messages)

Kenya - 50% OFF - Professional Website Development from Kshs.25,000
 2020-12-05 22:56 UTC 

Kenya bulk email marketing - Target over 1.8 Million Kenyans via email
 2020-12-05 22:17 UTC 

[PATCH AUTOSEL 5.9 22/33] vhost scsi: add lun parser helper
 2020-12-05 20:59 UTC  (16+ messages)

Customized Kenya Business Plans for only Kshs 999/=
 2020-12-05 20:24 UTC 

[PATCH 00/15] KVM: Add Xen hypercall and shared info pages
 2020-12-05 19:48 UTC  (26+ messages)
` [PATCH 01/15] KVM: Fix arguments to kvm_{un,}map_gfn()
` [PATCH 02/15] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH 03/15] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH 04/15] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH 06/15] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH 07/15] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
` [PATCH 13/15] KVM: x86/xen: register vcpu time info region
` [PATCH 14/15] KVM: x86/xen: register runstate info
` [PATCH 16/15] KVM: Add documentation for Xen hypercall and shared_info updates

[PATCH v3 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-05 18:30 UTC  (6+ messages)
` [PATCH v3 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v3 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH 0/9] target/mips: Simplify MSA TCG logic
 2020-12-05 12:46 UTC  (15+ messages)
` [PATCH 6/9] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH 8/9] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH 9/9] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()

[Bug 209253] New: Loss of connectivity on guest after important host <-> guest traffic
 2020-12-04 22:49 UTC  (2+ messages)
` [Bug 209253] "

[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
 2020-12-04 21:54 UTC  (9+ messages)

[PATCH] target/i386/sev: add the support to query the attestation report
 2020-12-04 21:31 UTC 

[PATCH] KVM/SVM: add support for SEV attestation command
 2020-12-04 21:28 UTC 

[PATCH v2 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
 2020-12-04 18:37 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: Make the Meltdown mitigation state available
` [PATCH v2 2/2] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe

[PATCH] selftests: kvm: Merge user_msr_test into userspace_msr_exit_test
 2020-12-04 17:25 UTC 

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2020-12-04 17:30 UTC  (9+ messages)
` [PATCH RFC 03/39] KVM: x86/xen: register shared_info page

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-04 17:04 UTC  (28+ messages)
` [for-6.0 v5 01/13] qom: Allow optional sugar props
` [for-6.0 v5 02/13] securable guest memory: Introduce new securable guest memory base class
` [for-6.0 v5 03/13] securable guest memory: Handle memory encryption via interface
` [for-6.0 v5 04/13] securable guest memory: Move side effect out of machine_set_memory_encryption()
` [for-6.0 v5 05/13] securable guest memory: Rework the "memory-encryption" property
` [for-6.0 v5 06/13] securable guest memory: Decouple kvm_memcrypt_*() helpers from KVM
` [for-6.0 v5 07/13] sev: Add Error ** to sev_kvm_init()
` [for-6.0 v5 08/13] securable guest memory: Introduce sgm "ready" flag
` [for-6.0 v5 09/13] securable guest memory: Move SEV initialization into arch specific code
` [for-6.0 v5 10/13] spapr: Add PEF based securable guest memory
` [for-6.0 v5 11/13] spapr: PEF: prevent migration
` [for-6.0 v5 12/13] securable guest memory: Alter virtio default properties for protected guests
` [for-6.0 v5 13/13] s390: Recognize securable-guest-memory option

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-04 13:23 UTC  (5+ messages)

[PATCH 0/2] RFC: Precise TSC migration
 2020-12-03 20:18 UTC  (6+ messages)

[Bug 209867] New: CPU soft lockup/stall with nested KVM and SMP
 2020-12-04 11:57 UTC  (2+ messages)
` [Bug 209867] "

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2020-12-04 10:23 UTC  (7+ messages)

[PATCH] kvm: x86/mmu: Use cpuid to determine max gfn
 2020-12-04  8:48 UTC  (3+ messages)

[PATCH] kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
 2020-12-04  8:47 UTC  (2+ messages)

[PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-04  7:35 UTC  (7+ messages)
` [PATCH v2 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v2 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-12-04  6:08 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: arm64: Some fixes of PV-time interface document


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox