public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-09 20:52:08 to 2024-08-13 14:47:57 UTC [more...]

[PATCH 00/10] KVM: arm64: Add EL2 support to FEAT_S1PIE
 2024-08-13 14:47 UTC  (2+ messages)
` [PATCH 01/10] KVM: arm64: nv: Handle CNTHCTL_EL2 specially

[PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
 2024-08-13 14:35 UTC  (5+ messages)

[PATCH v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-13 14:26 UTC  (4+ messages)
` [PATCH v2 3/3] KVM: arm64: Perform memory fault exits when stage-2 handler EFAULTs

[PATCH] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
 2024-08-13 14:24 UTC  (2+ messages)

[PATCH v3 0/8] KVM: arm64: Add support for FP8
 2024-08-13 13:38 UTC  (12+ messages)
` [PATCH v3 1/8] KVM: arm64: Move SVCR into the sysreg array
` [PATCH v3 2/8] KVM: arm64: Add predicate for FPMR support in a VM
` [PATCH v3 3/8] KVM: arm64: Move FPMR into the sysreg array
` [PATCH v3 4/8] KVM: arm64: Add save/restore support for FPMR
` [PATCH v3 5/8] KVM: arm64: Honor trap routing "
` [PATCH v3 6/8] KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
` [PATCH v3 7/8] KVM: arm64: Enable FP8 support when available and configured
` [PATCH v3 8/8] KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests

[PATCH -next] KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()
 2024-08-13 13:29 UTC  (2+ messages)

[PATCH v2 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-08-13 13:24 UTC  (3+ messages)
` [PATCH v2 1/2] riscv: perf: add guest vs host distinction
` [PATCH v2 2/2] riscv: KVM: add basic support for host vs guest profiling

[RFC PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-13 12:52 UTC  (7+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Refactor HFSCR emulation for KVM guests
 2024-08-13 12:44 UTC  (2+ messages)

[PATCH] iommu: Allow ATS to work on VFs when the PF uses IDENTITY
 2024-08-13 12:30 UTC  (11+ messages)

[PATCH v5 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-08-13 11:54 UTC  (5+ messages)
` [PATCH v5 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-13 11:34 UTC  (37+ messages)
` [PATCH 01/25] KVM: TDX: Add placeholders for TDX VM/vCPU structures
` [PATCH 02/25] KVM: TDX: Define TDX architectural definitions
` [PATCH 03/25] KVM: TDX: Add TDX "architectural" error codes
` [PATCH 04/25] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH 05/25] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH 06/25] x86/virt/tdx: Export TDX KeyID information
` [PATCH 07/25] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH 08/25] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH 09/25] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH 10/25] KVM: TDX: Initialize KVM supported capabilities when module setup
` [PATCH 11/25] KVM: TDX: Report kvm_tdx_caps in KVM_TDX_CAPABILITIES
` [PATCH 12/25] KVM: TDX: Allow userspace to configure maximum vCPUs for TDX guests
` [PATCH 13/25] KVM: TDX: create/destroy VM structure
` [PATCH 14/25] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH 15/25] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH 16/25] KVM: TDX: Don't offline the last cpu of one package when there's TDX guest
` [PATCH 17/25] KVM: TDX: create/free TDX vcpu structure
` [PATCH 18/25] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH 19/25] KVM: X86: Introduce kvm_get_supported_cpuid_internal()
` [PATCH 20/25] KVM: X86: Introduce tdx_get_kvm_supported_cpuid()
` [PATCH 21/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
` [PATCH 22/25] KVM: TDX: Use guest physical address to configure EPT level and GPAW
` [PATCH 23/25] KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level
` [PATCH 24/25] KVM: x86: Filter directly configurable TDX CPUID bits
` [PATCH 25/25] KVM: x86: Add CPUID bits missing from KVM_GET_SUPPORTED_CPUID

[GIT PULL 0/2] KVM: s390: Fixes for 6.11
 2024-08-13 10:07 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.11, round #1
 2024-08-13 10:06 UTC  (2+ messages)

[PATCH v3 00/18] KVM: arm64: nv: Add support for address translation instructions
 2024-08-13 10:05 UTC  (19+ messages)
` [PATCH v3 01/18] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH v3 02/18] arm64: Add PAR_EL1 field description
` [PATCH v3 03/18] arm64: Add system register encoding for PSTATE.PAN
` [PATCH v3 04/18] arm64: Add ESR_ELx_FSC_ADDRSZ_L() helper
` [PATCH v3 05/18] KVM: arm64: Make kvm_at() take an OP_AT_*
` [PATCH v3 06/18] KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set
` [PATCH v3 07/18] KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
` [PATCH v3 08/18] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH v3 09/18] KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}
` [PATCH v3 10/18] KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P
` [PATCH v3 11/18] KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
` [PATCH v3 12/18] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
` [PATCH v3 13/18] KVM: arm64: nv: Make ps_to_output_size() generally available
` [PATCH v3 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH v3 15/18] KVM: arm64: nv: Sanitise SCTLR_EL1.EPAN according to VM configuration
` [PATCH v3 16/18] KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3
` [PATCH v3 17/18] KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
` [PATCH v3 18/18] KVM: arm64: nv: Add support for FEAT_ATS1A

[PATCH 1/2] KVM: SVM: Fix uninitialized variable bug
 2024-08-13 10:05 UTC  (6+ messages)
` [PATCH 2/2] KVM: SVM: Fix an error code in sev_gmem_post_populate()

[PATCH v2 00/17] KVM: arm64: nv: Add support for address translation instructions
 2024-08-13  9:17 UTC  (8+ messages)
` [PATCH v2 13/17] KVM: arm64: nv: Add SW walker for AT S1 emulation

[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
 2024-08-13  6:35 UTC  (8+ messages)
` [PATCH 14/22] KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
` [PATCH 19/22] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock

[PATCH v2 0/2] KVM: x86: Check hypercall's exit to userspace generically
 2024-08-13  6:14 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] KVM: x86: Use is_kvm_hc_exit_enabled() instead of opencode

[PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-08-13  5:22 UTC  (5+ messages)
` [PATCH v3 4/8] KVM: Add a module param to allow enabling virtualization when KVM is loaded

[PATCH][v1] x86/kvm: Fix the decrypted pages free in kvmclock
 2024-08-13  5:00 UTC  (2+ messages)

[PATCHSET][RFC] struct fd and memory safety
 2024-08-13  3:32 UTC  (18+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 35/39] convert bpf_token_create()
  ` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-08-13  2:05 UTC  (6+ messages)
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU

[PATCH v6 00/10] Enable haltpoll on arm64
 2024-08-13  0:54 UTC  (16+ messages)
` [PATCH v6 01/10] cpuidle/poll_state: poll via smp_cond_load_relaxed()
` [PATCH v6 03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
  ` [PATCH v6 07/10] arm64: define TIF_POLLING_NRFLAG
  ` [PATCH v6 09/10] arm64: support cpuidle-haltpoll

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-12 23:44 UTC  (18+ messages)
` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()
` [PATCH 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH 10/19] KVM: Use follow_pfnmap API

[PATCH 0/3] Add SEV-SNP CipherTextHiding feature support
 2024-08-12 19:42 UTC  (4+ messages)
` [PATCH 1/3] crypto: ccp: Extend SNP_PLATFORM_STATUS command
` [PATCH 2/3] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH 3/3] x86/sev: Add SEV-SNP CipherTextHiding support

[PATCH v5 2/7] mm/mprotect: Push mmu notifier to PUDs
 2024-08-12 18:12 UTC 

[PATCH 0/2] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
 2024-08-12 17:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Split NX hugepage recovery flow into TDP and non-TDP flow
` [PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU under MMU read lock

[PATCH RFC/RFT] vfio/pci: Create feature to disable MSI virtualization
 2024-08-12 17:00 UTC  (2+ messages)
` [PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2024-08-12 15:33 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2024.08.07 - KVM userfault (guest_memfd/HugeTLB postcopy)
 2024-08-12 15:24 UTC  (8+ messages)

[kvm-unit-tests PATCH 0/6] Checking and CI improvements
 2024-08-12 14:32 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] riscv: sbi: Add support to test HSM extension
 2024-08-12 14:21 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: sbi: Add IPI extension support
` [kvm-unit-tests PATCH 2/3] riscv: sbi: Add HSM extension functions
` [kvm-unit-tests PATCH 3/3] riscv: sbi: Add tests for HSM extension

[kvm-unit-tests PATCH 0/4] riscv: sbi: More DBCN tests
 2024-08-12 14:18 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/4] riscv: sbi: dbcn: Output return values
` [kvm-unit-tests PATCH 2/4] riscv: sbi: Use strtoul to avoid overflow
` [kvm-unit-tests PATCH 3/4] riscv: sbi: Prefix several environment variables with SBI
` [kvm-unit-tests PATCH 4/4] riscv: sbi: dbcn: Add high address tests

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-08-12 14:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: Add pseudo random functions

[kvm-unit-tests PATCH v2 0/7] riscv: 32-bit should use phys_addr_t
 2024-08-12 14:07 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/7] riscv: Fix virt_to_phys again
` [kvm-unit-tests PATCH v2 2/7] riscv: setup: Apply VA_BASE check to rv64
` [kvm-unit-tests PATCH v2 3/7] riscv: Support up to 34-bit physical addresses on rv32, sort of
` [kvm-unit-tests PATCH v2 4/7] riscv: Track memory above 3G
` [kvm-unit-tests PATCH v2 5/7] riscv: mmu: Sanity check input physical addresses
` [kvm-unit-tests PATCH v2 6/7] riscv: Define and use PHYS_PAGE_MASK
` [kvm-unit-tests PATCH v2 7/7] riscv: mmu: Ensure order of PTE update and sfence

[kvm-unit-tests PATCH v2 0/4] riscv: Extend CI
 2024-08-12 13:53 UTC  (2+ messages)

[PATCH] vfio: mdev: Remove unused function declarations
 2024-08-12 12:08 UTC 

[PATCH v2] virtio_blk: implement init_hctx MQ operation
 2024-08-12 11:15 UTC  (2+ messages)

[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-12 10:21 UTC  (5+ messages)
` [PATCH v2 2/9] tests/avocado: apply proper skipUnless decorator
` [PATCH v2 9/9] Avocado tests: allow for parallel execution of tests

[PATCH 00/18] qapi: Reduce use of 'prefix'
 2024-08-12 10:09 UTC  (5+ messages)
` [PATCH 02/18] tests/qapi-schema: Drop temporary 'prefix'
` [PATCH 09/18] qapi/machine: Rename CpuS390* to S390Cpu, and drop 'prefix'

[PATCH v3] kvm: replace fprintf with error_report/printf() in kvm_init()
 2024-08-12  9:53 UTC  (3+ messages)

[PATCH 8/8] qemu-options: Add the description of smp-cache object
 2024-08-12  9:24 UTC  (11+ messages)

[Bug 219085] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
 2024-08-12  7:44 UTC  (2+ messages)
` [Bug 219085] "

[PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-12  7:33 UTC  (5+ messages)
` [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout

[Bug 219129] New: virtio net performance degradation between Windows and Linux guest in kernel 6.10.3
 2024-08-12  7:18 UTC  (3+ messages)
` [Bug 219129] "

[PATCH v6 0/3] Add extioi virt extension support
 2024-08-12  3:02 UTC  (4+ messages)
` [PATCH v6 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v6 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v6 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH v5 0/3] Add extioi virt extension support
 2024-08-12  1:10 UTC  (4+ messages)
` [PATCH v5 3/3] irqchip/loongson-eiointc: "

[syzbot] [kvm?] general protection fault in is_page_fault_stale
 2024-08-11  5:35 UTC 

[Bug 219112] New: Machine will not wake from suspend if KVM VM is running
 2024-08-10  0:27 UTC  (2+ messages)
` [Bug 219112] "


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