public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-14 15:43:13 to 2024-08-16 08:44:45 UTC [more...]

[PATCH v2 0/4] build qemu with gcc and tsan
 2024-08-16  8:44 UTC  (16+ messages)
` [PATCH v2 1/4] meson: hide tsan related warnings
` [PATCH v2 2/4] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH v2 3/4] target/s390x: "
` [PATCH v2 4/4] docs/devel: update tsan build documentation

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-08-16  8:29 UTC  (13+ messages)

[PATCH v8 00/13] Add ACPI CPER firmware first error injection on ARM emulation
 2024-08-16  7:37 UTC  (2+ messages)
` [PATCH v8 07/13] acpi/ghes: cleanup the memory error code logic

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-16  7:31 UTC  (25+ messages)
` [PATCH 09/25] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH 13/25] KVM: TDX: create/destroy VM structure
` [PATCH 18/25] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH 25/25] KVM: x86: Add CPUID bits missing from KVM_GET_SUPPORTED_CPUID

[PATCH 0/2] Fixes for KVM PMU trap/emulation
 2024-08-16  7:08 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Allow legacy PMU access from guest
` [PATCH 2/2] RISC-V: KVM: Fix to allow hpmcounter31 from the guest

[PATCH v3] kvm: replace fprintf with error_report/printf() in kvm_init()
 2024-08-16  6:21 UTC  (4+ messages)

[PATCH 0/6] Make set_dev_pasid op supportting domain replacement
 2024-08-16  6:08 UTC  (8+ messages)

[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-08-16  4:39 UTC  (23+ messages)
` [RFC PATCH v3 11/21] KVM: x86: Simplify and comment kvm_get_time_scale()
` [RFC PATCH v3 12/21] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [RFC PATCH v3 13/21] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [RFC PATCH v3 14/21] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields
` [RFC PATCH v3 15/21] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [RFC PATCH v3 16/21] KVM: x86: Factor out kvm_use_master_clock()
` [RFC PATCH v3 17/21] KVM: x86: Avoid global clock update on setting KVM clock MSR
` [RFC PATCH v3 18/21] KVM: x86: Avoid gratuitous global clock reload in kvm_arch_vcpu_load()
` [RFC PATCH v3 19/21] KVM: x86: Avoid periodic KVM clock updates in master clock mode
` [RFC PATCH v3 20/21] KVM: x86/xen: Prevent runstate times from becoming negative
` [RFC PATCH v3 21/21] sched/cputime: Cope with steal time going backwards or negative

[Bug 219161] New: VM with virtio-net doesn't receive large UDP packets (e.g 65507 bytes) from host
 2024-08-16  3:26 UTC  (4+ messages)
` [Bug 219161] "

[PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-16  3:19 UTC 

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-16  3:05 UTC  (33+ messages)
` [PATCH 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH 08/19] mm: Always define pxx_pgprot()
` [PATCH 09/19] mm: New follow_pfnmap API
` [PATCH 19/19] vfio/pci: Implement huge_fault support

[RFC PATCH 0/6] Enable shared device assignment
 2024-08-16  3:02 UTC  (2+ messages)

[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2024-08-15 23:31 UTC  (32+ messages)
` [PATCH 01/22] KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
` [PATCH 03/22] KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
` [PATCH 04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
` [PATCH 06/22] KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
` [PATCH 09/22] KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
` [PATCH 10/22] KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
` [PATCH 15/22] KVM: x86/mmu: Move event re-injection unprotect+retry into common path
` [PATCH 16/22] KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
` [PATCH 17/22] KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
` [PATCH 22/22] KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-08-15 22:16 UTC  (3+ messages)

[PATCH 0/3] Add SEV-SNP CipherTextHiding feature support
 2024-08-15 20:30 UTC  (8+ 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 RFC 0/4] mm: Introduce guest_memfd library
 2024-08-15 19:08 UTC  (8+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
` [PATCH RFC 4/4] mm: guest_memfd: Add ability for mmap'ing pages

[PATCH v3 00/18] KVM: arm64: nv: Add support for address translation instructions
 2024-08-15 18:28 UTC  (6+ messages)
` [PATCH v3 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH v3 16/18] KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3

[PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless
 2024-08-15 17:19 UTC  (6+ messages)

[PATCH] RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data
 2024-08-15 17:09 UTC 

[PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU under MMU read lock
 2024-08-15 16:42 UTC  (5+ messages)

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-15 16:18 UTC  (6+ messages)
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available

[PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-08-15 16:10 UTC  (17+ messages)
` [PATCH v3 1/8] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
` [PATCH v3 2/8] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH v3 4/8] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v3 5/8] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v3 8/8] KVM: Enable virtualization at load/initialization by default

[syzbot] [mm?] WARNING in hpage_collapse_scan_pmd (2)
 2024-08-15 16:10 UTC 

[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-15 16:02 UTC  (5+ messages)
` [PATCH v2 9/9] Avocado tests: allow for parallel execution of tests

[PATCH 0/3] selftests: kvm: s390: Add ucontrol memory selftests
 2024-08-15 15:45 UTC  (4+ messages)
` [PATCH 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH 2/3] selftests: kvm: s390: Add uc_skey "
` [PATCH 3/3] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs

[PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-08-15 15:36 UTC  (6+ messages)
` [PATCH v8 01/10] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
` [PATCH v8 02/10] x86/cpu: KVM: Move macro to encode PAT value to common header

[PATCH v5 0/2] Add arch_timer_edge_cases selftest
 2024-08-15 15:26 UTC  (3+ messages)
` [PATCH v5 2/2] KVM: arm64: selftests: "

[PATCH v2] KVM: x86: Advertise SUCCOR and OVERFLOW_RECOV cpuid bits
 2024-08-15 15:16 UTC  (2+ messages)

[PATCH 00/16] Consolidate iommu page table implementations
 2024-08-15 15:11 UTC  (17+ messages)
` [PATCH 01/16] genpt: Generic Page Table base API
` [PATCH 02/16] genpt: Add a specialized allocator for page table levels
` [PATCH 03/16] iommupt: Add the basic structure of the iommu implementation
` [PATCH 04/16] iommupt: Add iova_to_phys op
` [PATCH 05/16] iommupt: Add unmap_pages op
` [PATCH 06/16] iommupt: Add map_pages op
` [PATCH 07/16] iommupt: Add cut_mapping op
` [PATCH 08/16] iommupt: Add read_and_clear_dirty op
` [PATCH 09/16] iommupt: Add a kunit test for Generic Page Table and the IOMMU implementation
` [PATCH 10/16] iommupt: Add a kunit test to compare against iopt
` [PATCH 11/16] iommupt: Add the 64 bit ARMv8 page table format
` [PATCH 12/16] iommupt: Add the AMD IOMMU v1 "
` [PATCH 13/16] iommupt: Add the x86 PAE "
` [PATCH 14/16] iommupt: Add the DART v1/v2 "
` [PATCH 15/16] iommupt: Add the 32 bit ARMv7s "
` [PATCH 16/16] iommupt: Add the Intel VT-D second stage "

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-15 15:00 UTC  (4+ messages)

[BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’
 2024-08-15 13:44 UTC  (11+ messages)

[PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
 2024-08-15 13:43 UTC  (4+ messages)

[PATCH 00/11] KVM: arm64: Add support for FEAT_LS64 and co
 2024-08-15 12:59 UTC  (12+ messages)
` [PATCH 01/11] arm64: Expose ID_AA64ISAR1_EL1.XS to sanitised feature consumers
` [PATCH 02/11] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH 03/11] KVM: arm64: Add ACCDATA_EL1 to the sysreg array
` [PATCH 04/11] KVM: arm64: Add context-switch of ACCDATA_EL1
` [PATCH 05/11] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH 06/11] KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslots
` [PATCH 07/11] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH 08/11] KVM: arm64: Conditionnaly enable FEAT_LS64* instructions
` [PATCH 09/11] KVM: arm64: nv: Expose FEAT_LS64* to a nested guest
` [PATCH 10/11] arm64: Expose ID_AA64ISAR1_EL1.LS64 to sanitised feature consumers
` [PATCH 11/11] KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64B

[PATCH v3 0/4] Relax canonical checks on some arch msrs
 2024-08-15 12:33 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: relax canonical check for some x86 architectural msrs
` [PATCH v3 2/4] KVM: x86: add X86_FEATURE_LA57 to governed_features
` [PATCH v3 3/4] KVM: nVMX: relax canonical checks on some x86 registers in vmx host state
` [PATCH v3 4/4] KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE

[RFC PATCH v2 00/10] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-08-15  7:26 UTC  (4+ messages)
` [RFC PATCH v2 09/10] KVM: arm64: arm64 has private memory support when config is enabled

[PATCH v2 0/2] LoongArch: KVM: Fix some VM reboot issues
 2024-08-15  7:15 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: Fix AP booting issue in VM mode
` [PATCH v2 2/2] LoongArch: KVM: Invalid guest steal time address on vCPU reset

[PATCH rfc] vfio-pci: Allow write combining
 2024-08-15  5:05 UTC  (9+ messages)

[PATCH] KVM: x86: Include host suspended time in steal time
 2024-08-15  4:33 UTC  (7+ messages)

[Bug 219129] New: virtio net performance degradation between Windows and Linux guest in kernel 6.10.3
 2024-08-15  1:11 UTC  (2+ messages)
` [Bug 219129] "

[PATCH 0/4] build qemu with gcc and tsan
 2024-08-14 22:43 UTC  (6+ messages)
` [PATCH 1/4] meson: hide tsan related warnings
` [PATCH 2/4] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH 3/4] target/s390x: "
` [PATCH 4/4] docs/devel: update tsan build documentation

[PATCH v3 8/8] PCI: Align small BARs
 2024-08-14 22:05 UTC 

[PATCH] KVM: x86: Optimize local variable in start_sw_tscdeadline()
 2024-08-14 21:33 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 6.11-rc4
 2024-08-14 20:51 UTC  (2+ messages)

[PATCH] KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG
 2024-08-14 17:06 UTC  (2+ messages)

[PATCH 0/6] Extend pmu_counters_test to AMD CPUs
 2024-08-14 16:58 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