messages from 2024-08-13 10:06:20 to 2024-08-14 15:08:08 UTC [more...]
[BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’
2024-08-14 15:08 UTC (7+ messages)
[PATCH RFC/RFT] vfio/pci: Create feature to disable MSI virtualization
2024-08-14 14:55 UTC (11+ messages)
` [PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless
[PATCH v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
2024-08-14 14:49 UTC (6+ messages)
` [PATCH v2 3/3] KVM: arm64: Perform memory fault exits when stage-2 handler EFAULTs
[PATCH 00/19] mm: Support huge pfnmaps
2024-08-14 14:43 UTC (36+ messages)
` [PATCH 02/19] mm: Drop is_huge_zero_pud()
` [PATCH 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH 04/19] mm: Allow THP orders for PFNMAPs
` [PATCH 05/19] mm/gup: Detect huge pfnmap entries in gup-fast
` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()
` [PATCH 08/19] mm: Always define pxx_pgprot()
` [PATCH 09/19] mm: New follow_pfnmap API
` [PATCH 10/19] KVM: Use "
` [PATCH 13/19] vfio: Use the new "
` [PATCH 19/19] vfio/pci: Implement huge_fault support
[PATCH] KVM: x86/mmu: Register MMU shrinker only when necessary
2024-08-14 14:41 UTC (2+ messages)
[PATCH v2 0/4] vfio-pci support pasid attach/detach
2024-08-14 14:40 UTC (16+ messages)
[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
2024-08-14 14:22 UTC (8+ messages)
` [PATCH 02/22] KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid
` [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] KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG
2024-08-14 13:42 UTC (3+ messages)
[PATCH 00/25] TDX vCPU/VM creation
2024-08-14 13:35 UTC (30+ messages)
` [PATCH 05/25] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [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 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/9] Misc patches for x86 CPUID
2024-08-14 11:47 UTC (11+ messages)
` [PATCH 1/9] i386/cpu: Don't construct a all-zero entry for CPUID[0xD 0x3f]
` [PATCH 2/9] i386/cpu: Enable fdp-excptn-only and zero-fcs-fds
` [PATCH 3/9] i386/cpu: Add support for bits in CPUID.7_2.EDX
` [PATCH 4/9] i386/cpu: Construct valid CPUID leaf 5 iff CPUID_EXT_MONITOR
` [PATCH 5/9] i386/cpu: Construct CPUID 2 as stateful iff times > 1
` [PATCH 6/9] i386/cpu: Set topology info in 0x80000008.ECX only for AMD CPUs
` [PATCH 7/9] i386/cpu: Suppress CPUID values not defined by Intel
` [PATCH 8/9] i386/cpu: Drop AMD alias bits in FEAT_8000_0001_EDX for non-AMD guests
` [PATCH 9/9] i386/cpu: Make invtsc migratable when user sets tsc-khz explicitly
[Bug 219129] New: virtio net performance degradation between Windows and Linux guest in kernel 6.10.3
2024-08-14 10:24 UTC (5+ messages)
` [Bug 219129] "
[PATCH v3 00/18] KVM: arm64: nv: Add support for address translation instructions
2024-08-14 10:08 UTC (20+ 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 v8 0/4] debugfs to hisilicon migration driver
2024-08-14 9:39 UTC (5+ messages)
` [PATCH v8 3/4] hisi_acc_vfio_pci: register debugfs for "
` [PATCH v8 4/4] Documentation: add debugfs description for hisi migration
[PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU under MMU read lock
2024-08-14 9:33 UTC (2+ messages)
[RFC PATCH] vhost_vdpa: assign irq bypass producer token correctly
2024-08-14 7:58 UTC (10+ messages)
[PATCH] vfio: mdev: Remove unused function declarations
2024-08-14 7:45 UTC (3+ messages)
[PATCH v2 0/2] KVM: x86: Check hypercall's exit to userspace generically
2024-08-14 4:59 UTC (15+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] KVM: x86: Use is_kvm_hc_exit_enabled() instead of opencode
[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
2024-08-14 4:57 UTC (15+ messages)
` [RFC PATCH v3 02/21] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [RFC PATCH v3 04/21] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [RFC PATCH v3 05/21] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [RFC PATCH v3 07/21] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [RFC PATCH v3 08/21] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [RFC PATCH v3 09/21] KVM: x86: Fix KVM clock precision in __get_kvmclock()
` [RFC PATCH v3 10/21] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()
[PATCH] KVM: x86: Include host suspended time in steal time
2024-08-14 4:50 UTC (5+ messages)
[PATCH v11 00/20] Add Secure TSC support for SNP guests
2024-08-14 4:14 UTC (2+ messages)
[PATCH 0/6] Extend pmu_counters_test to AMD CPUs
2024-08-14 1:03 UTC (10+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use
` [PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
` [PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
` [PATCH 4/6] KVM: x86: selftests: Test read/write core counters
` [PATCH 5/6] KVM: x86: selftests: Test core events
` [PATCH 6/6] KVM: x86: selftests: Test PerfMonV2
[PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt
2024-08-13 23:47 UTC (6+ messages)
` [PATCH v3 4/8] KVM: Add a module param to allow enabling virtualization when KVM is loaded
[PATCH] iommu: Allow ATS to work on VFs when the PF uses IDENTITY
2024-08-13 23:21 UTC (4+ messages)
[PATCH v6 00/10] Enable haltpoll on arm64
2024-08-13 21:14 UTC (8+ messages)
` [PATCH v6 03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
` [PATCH v6 09/10] arm64: support cpuidle-haltpoll
[PATCH rfc] vfio-pci: Allow write combining
2024-08-13 18:02 UTC (11+ messages)
[PATCH v3 0/5] Add support for the Idle HLT intercept feature
2024-08-13 16:37 UTC (12+ messages)
` [PATCH v3 4/5] KVM: selftests: Add an interface to read the data of named vcpu stat
` [PATCH v3 5/5] KVM: selftests: KVM: SVM: Add Idle HLT intercept test
[PATCH 00/10] KVM: arm64: Add EL2 support to FEAT_S1PIE
2024-08-13 16:19 UTC (17+ messages)
` [PATCH 01/10] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH 02/10] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 03/10] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH 04/10] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH 05/10] arm64: Add encoding for PIRE0_EL2
` [PATCH 06/10] arm64: Remove VNCR definition "
` [PATCH 07/10] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH 08/10] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH 09/10] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH 10/10] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
[PATCH] KVM: eventfd: Use synchronize_srcu_expedited()
2024-08-13 16:10 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Disallow changing x2APIC ID via userspace
2024-08-13 16:01 UTC (5+ messages)
` [PATCH 1/2] KVM: x86: Make x2APIC ID 100% readonly
[RFC 0/5] SEV Kernel Selftests
2024-08-13 15:30 UTC (14+ messages)
` [RFC 2/5] selftests: KVM: Decouple SEV ioctls from asserts
` [RFC 3/5] selftests: KVM: SEV IOCTL test
` [RFC 4/5] selftests: KVM: SNP "
[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
2024-08-13 15:19 UTC (6+ messages)
` [PATCH 19/22] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
[PATCH][v1] x86/kvm: Fix the decrypted pages free in kvmclock
2024-08-13 14:58 UTC (3+ messages)
[PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
2024-08-13 14:35 UTC (5+ messages)
[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
[PATCH v2] KVM: PPC: Book3S HV: Refactor HFSCR emulation for KVM guests
2024-08-13 12:44 UTC (2+ 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
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox