kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-30 16:32:58 to 2020-02-01 18:57:05 UTC [more...]

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-01 18:52 UTC  (53+ messages)
` [PATCH 07/61] KVM: x86: Check for CPUID 0xD.N support before validating array size
` [PATCH 08/61] KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf
` [PATCH 12/61] KVM: x86: Drop redundant boot cpu checks on SSBD feature bits
` [PATCH 13/61] KVM: x86: Consolidate CPUID array max num entries checking
` [PATCH 14/61] KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()
` [PATCH 15/61] KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
` [PATCH 16/61] KVM: x86: Encapsulate CPUID entries and metadata in struct
` [PATCH 17/61] KVM: x86: Drop redundant array size check
` [PATCH 18/61] KVM: x86: Use common loop iterator when handling CPUID 0xD.N
` [PATCH 19/61] KVM: VMX: Add helpers to query Intel PT mode
` [PATCH 20/61] KVM: x86: Calculate the supported xcr0 mask at load time
` [PATCH 21/61] KVM: x86: Use supported_xcr0 to detect MPX support
` [PATCH 22/61] KVM: x86: Make kvm_mpx_supported() an inline function
` [PATCH 23/61] KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest
` [PATCH 24/61] KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
` [PATCH 25/61] KVM: x86: Use u32 for holding CPUID register value in helpers
` [PATCH 26/61] KVM: x86: Introduce cpuid_entry_{get,has}() accessors
` [PATCH 27/61] KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
` [PATCH 28/61] KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
` [PATCH 29/61] KVM: x86: Add Kconfig-controlled auditing of reverse CPUID lookups
` [PATCH 30/61] KVM: x86: Handle MPX CPUID adjustment in VMX code
` [PATCH 31/61] KVM: x86: Handle INVPCID "
` [PATCH 32/61] KVM: x86: Handle UMIP emulation "
` [PATCH 33/61] KVM: x86: Handle PKU "
` [PATCH 34/61] KVM: x86: Handle RDTSCP "
` [PATCH 35/61] KVM: x86: Handle Intel PT "
` [PATCH 36/61] KVM: x86: Handle GBPAGE CPUID adjustment for EPT "
` [PATCH 37/61] KVM: x86: Refactor handling of XSAVES CPUID adjustment
` [PATCH 38/61] KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
` [PATCH 39/61] KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
` [PATCH 40/61] KVM: VMX: "
` [PATCH 41/61] KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
` [PATCH 42/61] KVM: x86: Add a helper to check kernel support when setting cpu cap
` [PATCH 43/61] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
` [PATCH 44/61] KVM: x86: Use KVM cpu caps to track UMIP emulation
` [PATCH 45/61] KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()
` [PATCH 46/61] KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
` [PATCH 47/61] KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
` [PATCH 48/61] KVM: x86: Do host CPUID at load time to mask KVM cpu caps
` [PATCH 49/61] KVM: x86: Override host CPUID results with kvm_cpu_caps
` [PATCH 50/61] KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps
` [PATCH 51/61] KVM: x86: Use kvm_cpu_caps to detect Intel PT support
` [PATCH 52/61] KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
` [PATCH 53/61] KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support
` [PATCH 54/61] KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
` [PATCH 55/61] KVM: VMX: Directly query Intel PT mode when refreshing PMUs
` [PATCH 56/61] KVM: SVM: Refactor logging of NPT enabled/disabled
` [PATCH 57/61] KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
` [PATCH 58/61] KVM: x86/mmu: Configure max page level during hardware setup
` [PATCH 59/61] KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage
` [PATCH 60/61] KVM: Drop largepages_enabled and its accessor/mutator
` [PATCH 61/61] KVM: x86: Move VMX's host_efer to common x86 code

[kvm-unit-tests PATCH v5 0/7] s390x: smp: Improve smp code and reset checks
 2020-02-01 18:55 UTC  (10+ messages)
` [kvm-unit-tests PATCH v5 1/7] s390x: smp: Cleanup smp.c
` [kvm-unit-tests PATCH v5 2/7] s390x: smp: Fix ecall and emcall report strings
` [kvm-unit-tests PATCH v5 3/7] s390x: Stop the cpu that is executing exit()
` [kvm-unit-tests PATCH v5 4/7] s390x: Add cpu id to interrupt error prints
` [kvm-unit-tests PATCH v5 5/7] s390x: smp: Only use smp_cpu_setup once
` [kvm-unit-tests PATCH v5 6/7] s390x: smp: Rework cpu start and active tracking
` [kvm-unit-tests PATCH v5 7/7] s390x: smp: Wait for cpu setup to finish

[PATCH] KVM: x86: Fix perfctr WRMSR for running counters
 2020-02-01 18:51 UTC  (4+ messages)

[PATCH 2/2] KVM: VMX: Extend VMX's #AC handding
 2020-02-01 17:56 UTC  (11+ messages)

[FYI PATCH 0/5] Missing TLB flushes
 2020-02-01  5:53 UTC  (7+ messages)
` [FYI PATCH 1/5] x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
` [FYI PATCH 2/5] x86/kvm: Introduce kvm_(un)map_gfn()
` [FYI PATCH 3/5] x86/kvm: Cache gfn to pfn translation
` [FYI PATCH 4/5] x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
` [FYI PATCH 5/5] x86/KVM: Clean up host's steal time structure

[PATCH v3 00/21] KVM: Dirty ring interface
 2020-01-31 22:20 UTC  (13+ messages)
` [PATCH v3 09/21] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]

[GIT PULL] First batch of KVM changes for 5.6 merge window
 2020-01-31 21:27 UTC  (8+ messages)

[PATCH 1/2] KVM: x86: Emulate split-lock access as a write
 2020-01-31 20:01 UTC  (3+ messages)

[PATCH 0/5] KVM: Move x86 init ops to separate struct
 2020-01-31 18:55 UTC  (6+ messages)
` [PATCH 1/5] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH 5/5] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes

[kvm-unit-tests PATCH v4 00/10] arm/arm64: Various fixes
 2020-01-31 17:27 UTC  (13+ messages)
` [kvm-unit-tests PATCH v4 01/10] Makefile: Use no-stack-protector compiler options
` [kvm-unit-tests PATCH v4 02/10] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests PATCH v4 03/10] arm64: timer: Add ISB after register writes
` [kvm-unit-tests PATCH v4 04/10] arm64: timer: Add ISB before reading the counter value
` [kvm-unit-tests PATCH v4 05/10] arm64: timer: Make irq_received volatile
` [kvm-unit-tests PATCH v4 06/10] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests PATCH v4 07/10] arm64: timer: Wait for the GIC to sample timer interrupt state
` [kvm-unit-tests PATCH v4 08/10] arm64: timer: Check the "
` [kvm-unit-tests PATCH v4 09/10] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests PATCH v4 10/10] arm/arm64: Perform dcache clean + invalidate after turning MMU off

[PATCH] x86/kvm: do not setup pv tlb flush when not paravirtualized
 2020-01-31 15:56 UTC 

[GIT PULL 0/7] KVM: s390: Fixes and cleanups for 5.6
 2020-01-31 15:03 UTC  (8+ messages)
` [GIT PULL 1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
` [GIT PULL 2/7] KVM: s390: do not clobber registers during guest reset/store status
` [GIT PULL 3/7] KVM: s390: Cleanup initial cpu reset
` [GIT PULL 4/7] KVM: s390: Add new reset vcpu API
` [GIT PULL 5/7] selftests: KVM: Add fpu and one reg set/get library functions
` [GIT PULL 6/7] selftests: KVM: s390x: Add reset tests
` [GIT PULL 7/7] selftests: KVM: testing the local IRQs resets

[PULL 00/12] s390x qemu updates 20190930
 2020-01-31 15:03 UTC  (14+ messages)
` [PULL 01/12] MAINTAINERS: Update S390 PCI Maintainer
` [PULL 02/12] s390: PCI: fix IOMMU region init
` [PULL 03/12] s390x: sclp: refactor invalid command check
` [PULL 04/12] s390x: sclp: boundary check
` [PULL 05/12] s390x: sclp: fix error handling for oversize control blocks
` [PULL 06/12] s390x: sclp: Report insufficient SCCB length
` [PULL 07/12] configure: Remove s390 (31-bit mode) from the list of supported CPUs
` [PULL 08/12] kvm: extract kvm_log_clear_one_slot
` [PULL 09/12] kvm: clear dirty bitmaps from all overlapping memslots
` [PULL 10/12] kvm: split too big memory section on several memslots
` [PULL 11/12] s390: do not call memory_region_allocate_system_memory() multiple times
` [PULL 12/12] s390/kvm: split kvm mem slots at 4TB

[PATCH v10 0/6] KVM: s390: Add new reset vcpu API
 2020-01-31 13:59 UTC  (18+ messages)
` [PATCH v10 1/6] KVM: s390: do not clobber registers during guest reset/store status
` [PATCH v10 2/6] KVM: s390: Cleanup initial cpu reset
` [PATCH v10 3/6] KVM: s390: Add new reset vcpu API
` [PATCH v10 4/6] selftests: KVM: Add fpu and one reg set/get library functions
` [PATCH v10 5/6] selftests: KVM: s390x: Add reset tests
` [PATCH v10 6/6] selftests: KVM: testing the local IRQs resets

[RFC v3 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-01-31 13:04 UTC  (10+ messages)
` [RFC v3 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v3 3/8] vfio: Reclaim PASIDs when application is down
` [RFC v3 4/8] vfio/type1: Add VFIO_NESTING_GET_IOMMU_UAPI_VERSION

[kvm-unit-tests RFC PATCH v3 0/7] arm64: Run at EL2
 2020-01-31 11:43 UTC  (6+ messages)
` [kvm-unit-tests RFC PATCH v3 5/7] lib: arm64: Add support for disabling and re-enabling VHE

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-01-31 11:42 UTC  (13+ messages)
` [RFC v3 02/25] hw/iommu: introduce DualStageIOMMUObject
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext
` [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h
` [RFC v3 07/25] header file update VFIO/IOMMU vSVA APIs

[PATCH] vhost: introduce vDPA based backend
 2020-01-31  5:54 UTC  (5+ messages)

[PATCH v4 11/12] samples: add vfio-mdev-pci driver
 2020-01-31  2:26 UTC  (11+ messages)

[RFC PATCH v2 0/9] Introduce vendor ops in vfio-pci
 2020-01-31  2:13 UTC  (10+ messages)
` [RFC PATCH v2 1/9] vfio/pci: split vfio_pci_device into public and private parts
` [RFC PATCH v2 2/9] vfio/pci: export functions in vfio_pci_ops
` [RFC PATCH v2 3/9] vfio/pci: register/unregister vfio_pci_vendor_driver_ops
` [RFC PATCH v2 4/9] vfio/pci: macros to generate module_init and module_exit for vendor modules
` [RFC PATCH v2 5/9] vfio/pci: let vfio_pci know how many vendor regions are registered
` [RFC PATCH v2 6/9] vfio/pci: export vfio_pci_setup_barmap
` [RFC PATCH v2 7/9] samples/vfio-pci: add a sample vendor module of vfio-pci for IGD devices
` [RFC PATCH v2 8/9] vfio: header for vfio live migration region
` [RFC PATCH v2 9/9] i40e/vf_migration: vfio-pci vendor driver for VF live migration

[PATCH v8 00/14] Guest LBR Enabling
 2020-01-31  1:01 UTC  (3+ messages)

[PATCH v2 00/12] python: Explicit usage of Python 3
 2020-01-30 23:47 UTC  (14+ messages)
` [PATCH v2 01/12] scripts/checkpatch.pl: Only allow Python 3 interpreter
` [PATCH v2 02/12] tests/qemu-iotests/check: Allow use of python3 interpreter
` [PATCH v2 03/12] tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
` [PATCH v2 04/12] tests: Explicit usage of Python 3
` [PATCH v2 05/12] scripts: Explicit usage of Python 3 (scripts with __main__)
` [PATCH v2 06/12] scripts/minikconf: Explicit usage of Python 3
` [PATCH v2 07/12] tests/acceptance: Remove shebang header
` [PATCH v2 08/12] scripts/tracetool: "
` [PATCH v2 09/12] tests/vm: "
` [PATCH v2 10/12] tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
` [PATCH v2 11/12] scripts: Explicit usage of Python 3 "
` [PATCH v2 12/12] tests/qemu-iotests/check: Only check for Python 3 interpreter

[GIT PULL 00/23] KVM/arm updates for 5.6
 2020-01-30 17:13 UTC  (2+ messages)

[kvm-unit-tests PULL 0/6] s390x updates
 2020-01-30 17:12 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).