public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-05 20:28:24 to 2024-01-09 23:03:49 UTC [more...]

[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
 2024-01-09 23:02 UTC  (29+ messages)
` [PATCH v10 01/29] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v10 02/29] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v10 03/29] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v10 04/29] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v10 05/29] KVM: x86/pmu: Get eventsel for fixed counters from perf
` [PATCH v10 06/29] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
` [PATCH v10 07/29] KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
` [PATCH v10 08/29] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v10 09/29] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v10 10/29] KVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index as a value, not flag
` [PATCH v10 11/29] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
` [PATCH v10 12/29] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v10 13/29] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v10 14/29] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v10 15/29] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v10 16/29] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v10 17/29] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v10 18/29] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v10 19/29] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v10 20/29] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v10 21/29] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v10 22/29] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v10 23/29] KVM: selftests: Add helpers to read integer module params
` [PATCH v10 24/29] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v10 25/29] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v10 26/29] KVM: selftests: Test PMC virtualization with forced emulation
` [PATCH v10 27/29] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
` [PATCH v10 28/29] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV

[PATCH] KVM: selftests: Delete superfluous, unused "stage" variable in AMX test
 2024-01-09 22:33 UTC  (2+ messages)

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-09 22:27 UTC  (2+ messages)

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-09 22:19 UTC  (14+ messages)
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v1 15/26] x86/sev: Introduce snp leaked pages list

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-09 22:16 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-09 22:07 UTC  (5+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers

linux-next: Fixes tag needs some work in the kvm tree
 2024-01-09 21:31 UTC 

[v2 00/10] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-01-09 18:30 UTC  (5+ messages)
` [v2 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
` [v2 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function

[syzbot] [kvm?] KMSAN: uninit-value in em_ret_far
 2024-01-09 18:18 UTC 

[v5.15] WARNING in kvm_arch_vcpu_ioctl_run
 2024-01-09 18:18 UTC 

[PATCH v17 000/116] KVM TDX basic feature support
 2024-01-09 17:36 UTC  (6+ messages)
` [PATCH v17 092/116] KVM: TDX: Handle TDX PV HLT hypercall

[RFC PATCH 0/8] Dynamic vcpu priority management in kvm
 2024-01-09 17:26 UTC  (3+ messages)
` [RFC PATCH 7/8] sched/core: boost/unboost in guest scheduler

[PATCH] s390/vfio-ap: handle response code 01 on queue reset
 2024-01-09 17:02 UTC  (5+ messages)

[PATCH v2 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-09 16:41 UTC  (4+ messages)

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2024-01-09 16:32 UTC  (15+ messages)
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2024-01-09 16:23 UTC  (9+ messages)
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v8 00/26] Enable CET Virtualization
 2024-01-09 15:10 UTC  (11+ messages)

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-09 15:05 UTC  (13+ messages)
` [PATCH v2 08/43] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
` [PATCH v2 36/43] plugins: Use different helpers when reading registers
` [PATCH v2 38/43] plugins: add an API to read registers
` [PATCH v2 42/43] docs/devel: lift example and plugin API sections up
` [PATCH v2 43/43] docs/devel: document some plugin assumptions

[kvm-unit-tests PATCH v1] s390x/Makefile: simplify Secure Execution boot image generation
 2024-01-09 14:59 UTC  (3+ messages)

[PULL 0/6] Block patches
 2024-01-09 14:24 UTC  (8+ messages)
` [PULL 1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params
` [PULL 2/6] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
` [PULL 3/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
` [PULL 4/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
` [PULL 5/6] Replace "iothread lock" with "BQL" in comments
` [PULL 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs

[PATCH 0/5] KVM: selftests: Fix clocksource requirements in tests
 2024-01-09 14:11 UTC  (6+ messages)
` [PATCH 1/5] KVM: selftests: Generalize check_clocksource() from kvm_clock_test
` [PATCH 2/5] KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scaling_test
` [PATCH 3/5] KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_page too
` [PATCH 4/5] KVM: selftests: Make hyperv_clock require TSC based system clocksource
` [PATCH 5/5] KVM: x86: Make gtod_is_based_on_tsc() return 'bool'

[kvm-unit-tests PATCH] x86: Fix various typos
 2024-01-09 13:29 UTC 

[PATCH v15 1/1] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-01-09 11:42 UTC  (10+ messages)

[GIT PULL] KVM/riscv changes for 6.8 part #1
 2024-01-09 11:34 UTC  (6+ messages)
  `  "

[PATCH] vfio: fix virtio-pci dependency
 2024-01-09  7:57 UTC 

[PATCH] KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
 2024-01-09  6:26 UTC  (4+ messages)

[PATCH 5/5] LoongArch: Add pv ipi support on LoongArch system
 2024-01-09  6:00 UTC  (2+ messages)

[PATCH v9 00/14] iommu: Prepare to deliver page faults to user space
 2024-01-09  5:55 UTC  (10+ messages)
` [PATCH v9 12/14] iommu: Use refcount for fault data access
` [PATCH v9 13/14] iommu: Improve iopf_queue_remove_device()
` [PATCH v9 14/14] iommu: Track iopf group instead of last fault

linux-next: Tree for Jan 8 (drivers/vfio/pci/virtio/main.o)
 2024-01-09  5:57 UTC 

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2024-01-09  6:00 UTC  (9+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation

[ANNOUNCE / RFC] PUCK Future Topics
 2024-01-09  2:18 UTC  (7+ messages)

[PATCH 0/4] KVM: Honor guest memory types for virtio GPU devices
 2024-01-09  2:11 UTC  (9+ messages)

[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
 2024-01-09  1:48 UTC  (19+ messages)
` [PATCH v7 01/16] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v7 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v7 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v7 04/16] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v7 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v7 06/16] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v7 07/16] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F]
` [PATCH v7 09/16] i386: Support module_id in X86CPUTopoIDs
` [PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v7 11/16] tests: Add test case of APIC ID for module level parsing
` [PATCH v7 12/16] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v7 13/16] i386: Add cache topology info in CPUCacheInfo
` [PATCH v7 14/16] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v7 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v7 16/16] i386: Use CPUCacheInfo.share_level to encode "

[PATCH v3 0/5] Make Big QEMU Lock naming consistent
 2024-01-08 16:36 UTC  (2+ messages)

[PATCH net-next 2/6] page_frag: unify gfp bits for order 3 page allocation
 2024-01-08 16:13 UTC  (8+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-08 15:53 UTC  (4+ messages)
` [PATCH v11 26/35] KVM: SEV: Support SEV-SNP AP Creation NAE event

[PATCH] KVM: x86: add missing "depends on KVM"
 2024-01-08 15:31 UTC  (2+ messages)

[PATCH 1/2] x86: KVM: Limit guest physical bits when 5-level EPT is unsupported
 2024-01-08 15:29 UTC  (12+ messages)

[PATCH 0/2] x86: KVM: Limit guest physical bits when 5-level EPT is unsupported
 2024-01-08 15:19 UTC  (5+ messages)
` [PATCH 2/2] x86: KVM: Emulate instruction when GPA can't be translated by EPT

[kvm-unit-tests PATCH v2 0/5] s390x: STFLE nested interpretation
 2024-01-08 13:33 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/5] lib: Add pseudo random functions
` [kvm-unit-tests PATCH v2 2/5] s390x: lib: Remove double include
` [kvm-unit-tests PATCH v2 3/5] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v2 4/5] s390x: Use library functions for snippet exit
` [kvm-unit-tests PATCH v2 5/5] s390x: Add test for STFLE interpretive execution (format-0)

[kvm-unit-tests PATCH 0/5] s390x: Dirty cc before executing tested instructions
 2024-01-08 13:29 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/5] lib: s390x: Add spm cc shift constant
` [kvm-unit-tests PATCH 2/5] lib: s390x: sigp: Dirty CC before sigp execution
` [kvm-unit-tests PATCH 3/5] lib: s390x: uv: Dirty CC before uvc execution
` [kvm-unit-tests PATCH 4/5] lib: s390x: css: Dirty CC before css instructions
` [kvm-unit-tests PATCH 5/5] s390x: sclp: Dirty CC before sclp execution

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2024-01-08 13:18 UTC  (11+ messages)
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-01-08 13:13 UTC  (9+ messages)

[GIT PULL] KVM: x86 pull requests for 6.8
 2024-01-08 13:06 UTC  (15+ messages)
` [GIT PULL] KVM: non-x86 changes "
` [GIT PULL] KVM: x86: Hyper-V "
` [GIT PULL] KVM: x86: LAM support "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: Xen change "

[GIT PULL] KVM/arm64 updates for 6.8
 2024-01-08 12:53 UTC  (2+ messages)

[PATCH v2 0/5] Replace CONFIG_HAVE_KVM with more appropriate symbols
 2024-01-08 12:47 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: introduce CONFIG_KVM_COMMON
` [PATCH v2 2/5] KVM: fix direction of dependency on MMU notifiers
` [PATCH v2 3/5] MIPS: introduce Kconfig for MIPS VZ
` [PATCH v2 4/5] x86, vfio, gdb: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)
` [PATCH v2 5/5] treewide: remove CONFIG_HAVE_KVM

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2024-01-08  8:37 UTC  (5+ messages)
` [PATCH v6 1/6] iommu: Add cache_invalidate_user op
` [PATCH v6 3/6] iommu: Add iommu_copy_struct_from_user_array helper

[PATCH v2 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-01-08  6:40 UTC  (7+ messages)
` [PATCH v2 1/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v2 2/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v2 3/6] LoongArch: SMP: Refine ipi ops on LoongArch platform
` [PATCH v2 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v2 5/6] LoongArch: KVM: Add physical cpuid map support
` [PATCH v2 6/6] LoongArch: Add pv ipi support on LoongArch system

[kvm-unit-tests PATCH v3] x86/asyncpf: fix async page fault issues
 2024-01-08  6:30 UTC 

[PATCH 1/1] KVM: selftests: add kvmclock drift test
 2024-01-06  8:33 UTC 

[PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2024-01-05 21:50 UTC  (2+ messages)

[PATCH 0/4] Replace CONFIG_HAVE_KVM with more appropriate symbols
 2024-01-05 20:57 UTC  (5+ messages)
` [PATCH 1/4] KVM: introduce CONFIG_KVM_COMMON


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