kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-08 04:08:14 to 2019-05-08 22:14:29 UTC [more...]

[Bug 203543] New: Starting with kernel 5.1.0-rc6, kvm_intel can no longer be loaded in nested kvm/guests
 2019-05-08 22:14 UTC  (10+ messages)
` [Bug 203543] "

[PATCHv2 00/10] vfio/mdev: Improve vfio/mdev core module
 2019-05-08 22:13 UTC  (7+ messages)
` [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence
` [PATCHv2 09/10] vfio/mdev: Avoid creating sysfs remove file on stale device removal

[PATCH] [next] KVM: lapic: allow setting apic debug dynamically
 2019-05-08 21:59 UTC  (2+ messages)

[PATCH] KVM: lapic: Reuse auto-adjusted timer advance of first stable vCPU
 2019-05-08 21:47 UTC 

[PATCH v4 0/4] KVM: lapic: Fix a variety of timer adv issues
 2019-05-08 21:43 UTC  (5+ messages)

[PATCH v2 0/2] introduction of version attribute for VFIO live migration
 2019-05-08 21:22 UTC  (11+ messages)
` [PATCH v2 2/2] drm/i915/gvt: export mdev device version to sysfs for Intel vGPU
  ` [PATCH v2 1/2] vfio/mdev: add version attribute for mdev device

[PATCH 00/10] s390: virtio: support protected virtualization
 2019-05-08 21:22 UTC  (26+ messages)
` [PATCH 01/10] virtio/s390: use vring_create_virtqueue
` [PATCH 04/10] s390/mm: force swiotlb for protected virtualization
` [PATCH 05/10] s390/cio: introduce DMA pools to cio
` [PATCH 06/10] s390/cio: add basic protected virtualization support
` [PATCH 07/10] s390/airq: use DMA memory for adapter interrupts
` [PATCH 08/10] virtio/s390: add indirection to indicators access
` [PATCH 09/10] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH 10/10] virtio/s390: make airq summary indicators DMA

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-05-08 21:21 UTC  (67+ messages)
` [PATCH, RFC 01/62] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCH, RFC 02/62] mm: Add helpers to setup zero page mappings
` [PATCH, RFC 03/62] mm/ksm: Do not merge pages with different KeyIDs
` [PATCH, RFC 04/62] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCH, RFC 05/62] mm/page_alloc: Handle allocation for encrypted memory
` [PATCH, RFC 06/62] mm/khugepaged: Handle encrypted pages
` [PATCH, RFC 07/62] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCH, RFC 08/62] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCH, RFC 09/62] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCH, RFC 10/62] x86/mm: Detect MKTME early
` [PATCH, RFC 11/62] x86/mm: Add a helper to retrieve KeyID for a page
` [PATCH, RFC 12/62] x86/mm: Add a helper to retrieve KeyID for a VMA
` [PATCH, RFC 13/62] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCH, RFC 14/62] x86/mm: Map zero pages into encrypted mappings correctly
` [PATCH, RFC 15/62] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCH, RFC 16/62] x86/mm: Allow to disable MKTME after enumeration
` [PATCH, RFC 17/62] x86/mm: Calculate direct mapping size
` [PATCH, RFC 18/62] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCH, RFC 19/62] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCH, RFC 20/62] mm/page_ext: Export lookup_page_ext() symbol
` [PATCH, RFC 21/62] mm/rmap: Clear vma->anon_vma on unlink_anon_vmas()
` [PATCH, RFC 22/62] x86/pconfig: Set a valid encryption algorithm for all MKTME commands
` [PATCH, RFC 23/62] keys/mktme: Introduce a Kernel Key Service for MKTME
` [PATCH, RFC 24/62] keys/mktme: Preparse the MKTME key payload
` [PATCH, RFC 25/62] keys/mktme: Instantiate and destroy MKTME keys
` [PATCH, RFC 26/62] keys/mktme: Move the MKTME payload into a cache aligned structure
` [PATCH, RFC 27/62] keys/mktme: Strengthen the entropy of CPU generated MKTME keys
` [PATCH, RFC 28/62] keys/mktme: Set up PCONFIG programming targets for "
` [PATCH, RFC 29/62] keys/mktme: Program MKTME keys into the platform hardware
` [PATCH, RFC 30/62] keys/mktme: Set up a percpu_ref_count for MKTME keys
` [PATCH, RFC 31/62] keys/mktme: Require CAP_SYS_RESOURCE capability "
` [PATCH, RFC 32/62] keys/mktme: Store MKTME payloads if cmdline parameter allows
` [PATCH, RFC 33/62] acpi: Remove __init from acpi table parsing functions
` [PATCH, RFC 34/62] acpi/hmat: Determine existence of an ACPI HMAT
` [PATCH, RFC 35/62] keys/mktme: Require ACPI HMAT to register the MKTME Key Service
` [PATCH, RFC 36/62] acpi/hmat: Evaluate topology presented in ACPI HMAT for MKTME
` [PATCH, RFC 37/62] keys/mktme: Do not allow key creation in unsafe topologies
` [PATCH, RFC 38/62] keys/mktme: Support CPU hotplug for MKTME key service
` [PATCH, RFC 39/62] keys/mktme: Find new PCONFIG targets during memory hotplug
` [PATCH, RFC 40/62] keys/mktme: Program new PCONFIG targets with MKTME keys
` [PATCH, RFC 41/62] keys/mktme: Support memory hotplug for "
` [PATCH, RFC 42/62] mm: Generalize the mprotect implementation to support extensions
` [PATCH, RFC 43/62] syscall/x86: Wire up a system call for MKTME encryption keys
` [PATCH, RFC 44/62] x86/mm: Set KeyIDs in encrypted VMAs for MKTME
` [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call "
` [PATCH, RFC 46/62] x86/mm: Keep reference counts on encrypted VMAs "
` [PATCH, RFC 47/62] mm: Restrict MKTME memory encryption to anonymous VMAs
` [PATCH, RFC 48/62] selftests/x86/mktme: Test the MKTME APIs
` [PATCH, RFC 49/62] mm, x86: export several MKTME variables
` [PATCH, RFC 50/62] kvm, x86, mmu: setup MKTME keyID to spte for given PFN
` [PATCH, RFC 51/62] iommu/vt-d: Support MKTME in DMA remapping
` [PATCH, RFC 52/62] x86/mm: introduce common code for mem encryption
` [PATCH, RFC 53/62] x86/mm: Use common code for DMA memory encryption
` [PATCH, RFC 54/62] x86/mm: Disable MKTME on incompatible platform configurations
` [PATCH, RFC 55/62] x86/mm: Disable MKTME if not all system memory supports encryption
` [PATCH, RFC 56/62] x86: Introduce CONFIG_X86_INTEL_MKTME
` [PATCH, RFC 57/62] x86/mktme: Overview of Multi-Key Total Memory Encryption
` [PATCH, RFC 58/62] x86/mktme: Document the MKTME provided security mitigations
` [PATCH, RFC 59/62] x86/mktme: Document the MKTME kernel configuration requirements
` [PATCH, RFC 60/62] x86/mktme: Document the MKTME Key Service API
` [PATCH, RFC 61/62] x86/mktme: Document the MKTME API for anonymous memory encryption
` [PATCH, RFC 62/62] x86/mktme: Demonstration program using the MKTME APIs

[PATCH 2/3] KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting new state
 2019-05-08 21:18 UTC  (5+ messages)

[PATCH v2] kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
 2019-05-08 21:13 UTC  (5+ messages)

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC
 2019-05-08 20:45 UTC  (7+ messages)
` [PATCH 3/6] svm: Add support for APIC_ACCESS_PAGE_PRIVATE_MEMSLOT setup/destroy
` [PATCH 5/6] KVM: x86: Add interface for run-time activate/de-activate APIC virtualization
` [PATCH 6/6] svm: Temporary deactivate AVIC during ExtINT handling

[PATCH v8 0/4] vfio: ap: AP Queue Interrupt Control
 2019-05-08 20:17 UTC  (6+ messages)
` [PATCH v8 1/4] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v8 3/4] s390: ap: implement PAPQ AQIC interception in kernel

[PATCH v1 0/7] s390: vfio-ccw fixes
 2019-05-08 19:38 UTC  (14+ messages)
` [PATCH 3/7] s390/cio: Split pfn_array_alloc_pin into pieces
` [PATCH 7/7] s390/cio: Remove vfio-ccw checks of command codes

[PATCH] Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"
 2019-05-08 19:09 UTC  (6+ messages)

[PATCH v7 0/6] virtio pmem driver
 2019-05-08 19:05 UTC  (15+ messages)
` [PATCH v7 2/6] virtio-pmem: Add "
    ` [Qemu-devel] "
` [PATCH v7 4/6] dax: check synchronous mapping is supported
  ` [Qemu-devel] "
` [PATCH v7 6/6] xfs: disable map_sync for async flush
      ` [Qemu-devel] "

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-05-08 18:31 UTC  (16+ messages)
` [PATCH v7 06/23] iommu: Introduce bind/unbind_guest_msi
` [PATCH v7 11/23] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v7 12/23] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v7 13/23] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v7 14/23] iommu/smmuv3: Implement cache_invalidate
` [PATCH v7 15/23] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v7 18/23] iommu/smmuv3: Report non recoverable faults

[kvm-unit-tests PATCH 0/2] x86: nVMX: Fix NMI/INTR-window tests
 2019-05-08 10:27 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: nVMX: Use #DB in nmi and intr tests
` [kvm-unit-tests PATCH 2/2] x86: nVMX: Set guest as active after NMI/INTR-window tests

[PATCH] vfio: add myself as reviewer
 2019-05-08 17:46 UTC  (2+ messages)

[kvm-unit-test nVMX]: Test "load IA32_PAT" VM-entry control on vmentry of nested guests
 2019-05-08 17:43 UTC  (2+ messages)

[PATCH] x86/kvm/pmu: Set AMD's virt PMU version to 1
 2019-05-08 17:14 UTC  (3+ messages)

BUG: soft lockup in kvm_vm_ioctl
 2019-05-08 16:58 UTC  (5+ messages)

[PATCH v2] KVM: nVMX: Disable intercept for *_BASE MSR in vmcs02 when possible
 2019-05-08 14:45 UTC  (3+ messages)

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-08 13:22 UTC  (23+ messages)
` [PATCH 01/16] lib: fix match_string() helper on -1 "
` [PATCH 01/16] lib: fix match_string() helper when array size is positive
` [PATCH 02/16] treewide: rename match_string() -> __match_string()
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
` [PATCH 04/16] powerpc/xmon: use "
` [PATCH 05/16] ALSA: oxygen: "
` [PATCH 06/16] x86/mtrr: use new match_string() helper + add gaps == minor fix
` [PATCH 07/16] device connection: use new match_string() helper/macro
` [PATCH 08/16] cpufreq/intel_pstate: remove NULL entry + use match_string()
` [PATCH 09/16] mmc: sdhci-xenon: use new match_string() helper/macro
` [PATCH 10/16] pinctrl: armada-37xx: "
` [PATCH 11/16] mm/vmpressure.c: "
` [PATCH 12/16] rdmacg: "
` [PATCH 13/16] drm/edid: "
` [PATCH 14/16] staging: gdm724x: "
` [PATCH 15/16] video: fbdev: pxafb: "
` [PATCH 16/16] sched: debug: "

[PATCH v2 00/10] RFC: NVME MDEV
 2019-05-08 12:39 UTC  (5+ messages)

[PATCH 1/3] kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
 2019-05-08 12:11 UTC  (3+ messages)

[PATCH 3/3] tests: kvm: Add tests for KVM_SET_NESTED_STATE
 2019-05-08 12:07 UTC  (4+ messages)

[PATCH] tests: kvm: Add tests to .gitignore
 2019-05-08 12:01 UTC  (2+ messages)

[PATCH] tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_ID
 2019-05-08 12:01 UTC  (2+ messages)

[PATCH v2] tests: kvm: Add tests to .gitignore
 2019-05-08 11:55 UTC  (2+ messages)

[PATCH v2 0/3] kvm: Some more trivial fixes for clear dirty log
 2019-05-08 11:49 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: Fix the bitmap range to copy during clear dirty
` [PATCH v2 2/3] KVM: Fix loop of clear dirty with possible off-by-one
` [PATCH v2 3/3] KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT_2

[PATCH] KVM: fix 'release' method of KVM device
 2019-05-08 10:17 UTC  (3+ messages)

[PATCH v1 0/2] New state handling for VFIO CCW
 2019-05-08  9:53 UTC  (5+ messages)
` [PATCH v1 1/2] vfio-ccw: Set subchannel state STANDBY on open

[PATCH 0/2] kvm: Some more trivial fixes for clear dirty log
 2019-05-08  8:36 UTC  (5+ messages)
` [PATCH 1/2] kvm: Fix the bitmap range to copy during clear dirty
` [PATCH 2/2] kvm: Fix loop of clear dirty with off-by-one

[PATCH RFC] vhost: don't use kmap() to log dirty pages
 2019-05-08  4:28 UTC  (3+ 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).