kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-21 12:27:52 to 2021-06-22 18:01:47 UTC [more...]

[PATCH 00/54] KVM: x86/mmu: Bug fixes and summer cleaning
 2021-06-22 17:57 UTC  (34+ messages)
` [PATCH 01/54] KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
` [PATCH 02/54] KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
` [PATCH 03/54] KVM: x86: Properly reset MMU context at vCPU RESET/INIT
` [PATCH 04/54] KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
` [PATCH 05/54] Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
` [PATCH 06/54] KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
` [PATCH 07/54] KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is broken
` [PATCH 08/54] Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_role"
` [PATCH 09/54] KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFN
` [PATCH 10/54] KVM: x86/mmu: Replace EPT shadow page shenanigans with simpler check
` [PATCH 11/54] KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatches
` [PATCH 12/54] KVM: x86/mmu: Drop the intermediate "transient" __kvm_sync_page()
` [PATCH 13/54] KVM: x86/mmu: Rename unsync helper and update related comments
` [PATCH 14/54] KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
` [PATCH 15/54] KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU state
` [PATCH 16/54] KVM: x86/mmu: Drop smep_andnot_wp check from "uses NX" for shadow MMUs
` [PATCH 17/54] KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helper
` [PATCH 18/54] KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
` [PATCH 19/54] KVM: x86/mmu: Grab shadow root level from mmu_role for shadow MMUs
` [PATCH 20/54] KVM: x86/mmu: Add struct and helpers to retrieve MMU role bits from regs
` [PATCH 21/54] KVM: x86/mmu: Consolidate misc updates into shadow_mmu_init_context()
` [PATCH 22/54] KVM: x86/mmu: Ignore CR0 and CR4 bits in nested EPT MMU role
` [PATCH 23/54] KVM: x86/mmu: Use MMU's role_regs, not vCPU state, to compute mmu_role
` [PATCH 24/54] KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigans
` [PATCH 25/54] KVM: x86/mmu: Add helpers to query mmu_role bits
` [PATCH 26/54] KVM: x86/mmu: Do not set paging-related bits in MMU role if CR0.PG=0
` [PATCH 27/54] KVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long mode is active
` [PATCH 28/54] KVM: x86/mmu: Always Set new mmu_role immediately after checking old role
` [PATCH 29/54] KVM: x86/mmu: Don't grab CR4.PSE for calculating shadow reserved bits
` [PATCH 30/54] KVM: x86/mmu: Use MMU's role to get CR4.PSE for computing rsvd bits
` [PATCH 31/54] KVM: x86/mmu: Drop vCPU param from reserved bits calculator
` [PATCH 32/54] KVM: x86/mmu: Use MMU's role to compute permission bitmask
` [PATCH 33/54] KVM: x86/mmu: Use MMU's role to compute PKRU bitmask

[PATCH] KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
 2021-06-22 17:22 UTC 

linux-next: manual merge of the kvm tree with the powerpc tree
 2021-06-22 16:52 UTC  (4+ messages)

[PATCH 0/2] KVM: s390: Enable some more facilities
 2021-06-22 16:49 UTC  (9+ messages)
` [PATCH 1/2] KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196
` [PATCH 2/2] KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)

[PATCH][next] KVM: x86/mmu: Fix uninitialized boolean variable flush
 2021-06-22 16:43 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] Test compiling with Clang in the Travis-CI
 2021-06-22 16:40 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/4] configure: Add the possibility to specify additional cflags
` [kvm-unit-tests PATCH 2/4] powerpc: Probe whether the compiler understands -mabi=no-altivec
` [kvm-unit-tests PATCH 3/4] lib/s390x: Fix the epsw inline assembly
` [kvm-unit-tests PATCH 4/4] Test compilation with Clang on aarch64, ppc64le and s390x in Travis-CI

[PATCH] KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCB
 2021-06-22 16:38 UTC  (2+ messages)

[PATCH 0/3] x86/sev: Minor updates for SEV guest support
 2021-06-22 16:34 UTC  (6+ messages)
` [PATCH 1/3] x86/sev: Add Comments to existing GHCB MSR protocol defines
` [PATCH 2/3] x86/sev: Add defines for GHCB version 2 MSR protocol requests
` [PATCH 3/3] x86/sev: Use "SEV: " prefix for messages from sev.c

[PATCH v4 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-06-22 16:26 UTC  (16+ messages)
` [PATCH v4 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v4 5/9] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH v4 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v4 7/9] KVM: arm64: timer: Refactor IRQ configuration

Virtualizing MSI-X on IMS via VFIO
 2021-06-22 15:50 UTC  (2+ messages)

[PATCH] KVM: s390: get rid of register asm usage
 2021-06-22 14:56 UTC  (12+ messages)

[PATCH 1/2] pci: export pci_dev_unlock() and the respective unlock
 2021-06-22 14:57 UTC  (4+ messages)
` [PATCH 2/2] vfio: use the new pci_dev_trylock() helper to simplify try lock

[PATCH] KVM: x86: VMX: Make smaller physical guest address space support user-configurable
 2021-06-22 12:59 UTC  (5+ messages)

[PATCH v2 kvm-unit-tests] svm: Updated cr4 in test_efer to fix report msg
 2021-06-22 12:38 UTC  (2+ messages)

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-22 10:50 UTC  (16+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
    ` [External] "
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
    ` [External] "
` [RFC v1 5/6] vhost/vsock: add kconfig for vhost dgram support
    ` [External] "
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram
    ` [External] "
  ` [External] Re: [RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support

[PATCH V7 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-06-22  9:43 UTC  (19+ messages)
` [PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH V7 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH V7 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH V7 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH V7 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH V7 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH V7 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH V7 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH V7 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH V7 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH V7 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH V7 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH V7 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH V7 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH V7 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH V7 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH V7 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH V7 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[PATCH v2] remove "#include<linux/virtio.h>"
 2021-06-22  9:16 UTC 

[kvm-unit-tests PATCH] Avoid backticks, use $() instead
 2021-06-22  9:12 UTC 

[RESEND PATCH v4 00/10] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-06-22  9:01 UTC  (2+ messages)

[kvm-unit-tests GIT PULL 00/12] s390x update 2021-22-06
 2021-06-22  8:24 UTC  (14+ messages)
` [kvm-unit-tests GIT PULL 01/12] s390x: sie: Only overwrite r3 if it isn't needed anymore
` [kvm-unit-tests GIT PULL 02/12] s390x: selftest: Add prefixes to fix report output
` [kvm-unit-tests GIT PULL 03/12] s390x: Don't run PV testcases under tcg
` [kvm-unit-tests GIT PULL 04/12] configure: s390x: Check if the host key document exists
` [kvm-unit-tests GIT PULL 05/12] s390x: run: Skip PV tests when tcg is the accelerator
` [kvm-unit-tests GIT PULL 06/12] s390x: lib: add and use macros for control register bits
` [kvm-unit-tests GIT PULL 07/12] libcflat: add SZ_1M and SZ_2G
` [kvm-unit-tests GIT PULL 08/12] s390x: lib: fix pgtable.h
` [kvm-unit-tests GIT PULL 09/12] s390x: lib: Add idte and other huge pages functions/macros
` [kvm-unit-tests GIT PULL 10/12] s390x: lib: add teid union and clear teid from lowcore
` [kvm-unit-tests GIT PULL 11/12] s390x: mmu: add support for large pages
` [kvm-unit-tests GIT PULL 12/12] s390x: edat test

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-22  8:14 UTC  (8+ messages)
` [PATCH v8 09/10] vduse: "
    `  "

[PATCH v3 0/5] KVM: arm64: selftests: Fix get-reg-list
 2021-06-22  7:57 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
 2021-06-22  7:24 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-06-22  5:31 UTC 

guest/host mem out of sync on core2duo?
 2021-06-22  0:27 UTC  (10+ messages)
          ` exception vs SIGALRM race (was: Re: guest/host mem out of sync on core2duo?)

[PATCH] virtio/s390: get rid of open-coded kvm hypercall
 2021-06-21 23:50 UTC  (5+ messages)

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-21 23:38 UTC  (11+ messages)
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v12 4/7] KVM: stats: Support binary stats retrieval for a VCPU

linux-next: Fixes tag needs some work in the kvm tree
 2021-06-21 23:37 UTC  (2+ messages)

[PATCH] KVM: nVMX: nSVM: Show guest mode in kvm_{entry,exit} tracepoints
 2021-06-21 20:43 UTC  (2+ messages)

[PATCH] remove "#include<linux/virtio.h>"
 2021-06-21 20:08 UTC  (2+ messages)

[PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2021-06-21 18:31 UTC  (14+ messages)
` [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig

[PATCH AUTOSEL 4.19 13/16] KVM: selftests: Fix kvm_check_cap() assertion
 2021-06-21 17:54 UTC 

[PATCH AUTOSEL 5.4 21/26] KVM: selftests: Fix kvm_check_cap() assertion
 2021-06-21 17:53 UTC 

[PATCH AUTOSEL 5.10 28/35] KVM: selftests: Fix kvm_check_cap() assertion
 2021-06-21 17:52 UTC 

[PATCH AUTOSEL 5.12 31/39] KVM: selftests: Fix kvm_check_cap() assertion
 2021-06-21 17:51 UTC 

[PATCH] KVM: nVMX: Dynamically compute max VMCS index for vmcs12
 2021-06-21 17:08 UTC  (3+ messages)

[PATCH 0/3] Add AMD SEV and SEV-ES local migration support
 2021-06-21 16:31 UTC  (4+ messages)
` [PATCH 1/3] KVM, SEV: Refactor out function for unregistering encrypted regions
` [PATCH 2/3] KVM, SEV: Add support for SEV local migration
` [PATCH 3/3] KVM, SEV: Add support for SEV-ES "

[PATCH] KVM: VMX: Skip #PF(RSVD) intercepts when emulating smaller maxphyaddr
 2021-06-21 16:39 UTC  (2+ messages)

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-21 16:09 UTC  (13+ messages)

[PATCH v7 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-21 15:52 UTC  (5+ messages)
` [PATCH v7 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active

[kvm-unit-tests RFC 0/2] s390x: Add snippet support
 2021-06-21 14:59 UTC  (12+ messages)
` [kvm-unit-tests RFC 1/2] s390x: Add guest "
` [kvm-unit-tests RFC 2/2] s390x: mvpg: Add SIE mvpg test

[kvm-unit-tests PATCH v2] s390x: selftest: Add prefixes to fix report output (was "s390x: selftest: Fix report output")
 2021-06-21 14:46 UTC  (2+ messages)

[PATCH v2 kvmtool 0/4] arm/arm64: PCI Express 1.1 support
 2021-06-21 14:04 UTC  (7+ messages)
` [PATCH v2 kvmtool 2/4] arm/fdt.c: Don't generate the node if generator function is NULL
` [PATCH v2 kvmtool 3/4] arm/arm64: Add PCI Express 1.1 support
` [PATCH v2 kvmtool 4/4] arm/arm64: vfio: Add PCI Express Capability Structure

[kvm-unit-tests PATCH] README.md: remove duplicate "to adhere"
 2021-06-21 13:23 UTC  (2+ messages)

[PATCH v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-21 12:27 UTC  (11+ messages)
` [PATCH v11 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET
        ` [MASSMAIL KLMS] "


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