Linux KVM
[Prev Page][Next Page]
- [PATCH v8 0/4] KVM: selftests: randomize memory access of dirty_log_perf_test,
Colton Lewis
- [PATCH 4.14 00/34] Retbleed & PBRSB Mitigations,
Suraj Jitindar Singh
- [PATCH 4.14 05/34] x86/cpu: Add consistent CPU match macros,
Suraj Jitindar Singh
- [PATCH 4.14 01/34] Revert "x86/cpu: Add a steppings field to struct x86_cpu_id",
Suraj Jitindar Singh
- [PATCH 4.14 09/34] x86/bugs: Report AMD retbleed vulnerability,
Suraj Jitindar Singh
- [PATCH 4.14 13/34] x86/bugs: Optimize SPEC_CTRL MSR writes,
Suraj Jitindar Singh
- [PATCH 4.14 25/34] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS,
Suraj Jitindar Singh
- [PATCH 4.14 29/34] x86/cpu/amd: Enumerate BTC_NO,
Suraj Jitindar Singh
- [PATCH 4.14 33/34] x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS parts,
Suraj Jitindar Singh
- [PATCH 4.14 17/34] entel_idle: Disable IBRS during long idle,
Suraj Jitindar Singh
- [PATCH 4.14 21/34] x86/speculation: Fix firmware entry SPEC_CTRL handling,
Suraj Jitindar Singh
- Re: [PATCH 4.14 00/34] Retbleed & PBRSB Mitigations,
Greg KH
- [PATCH 0/2] KVM: x86/mmu: Do not recover NX Huge Pages when dirty logging is enabled,
David Matlack
- [PATCH v3 0/10] KVM: x86: allow compiling out SMM support,
Paolo Bonzini
- [PATCH 05/10] KVM: allow compiling out SMM support,
Paolo Bonzini
- [PATCH 03/10] KVM: x86: move SMM exit to a new file,
Paolo Bonzini
- [PATCH 09/10] KVM: zero output of KVM_GET_VCPU_EVENTS before filling in the struct,
Paolo Bonzini
- [PATCH 01/10] KVM: x86: start moving SMM-related functions to new files,
Paolo Bonzini
- [PATCH 10/10] KVM: x86: do not define SMM-related constants if SMM disabled,
Paolo Bonzini
- [PATCH 07/10] KVM: x86: remove SMRAM address space if SMM is not supported,
Paolo Bonzini
- [PATCH 02/10] KVM: x86: move SMM entry to a new file,
Paolo Bonzini
- [PATCH 06/10] KVM: x86: compile out vendor-specific code if SMM is disabled,
Paolo Bonzini
- [PATCH 08/10] KVM: x86: do not define KVM_REQ_SMI if SMM disabled,
Paolo Bonzini
[PATCH v3 00/16] KVM: x86: Always use non-compat vcpu_runstate_info size for gfn=>pfn cache,
Paolo Bonzini
[PATCH 15/16] KVM: selftests: Add tests in xen_shinfo_test to detect lock races,
Paolo Bonzini
[PATCH 02/16] KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache,
Paolo Bonzini
[PATCH 11/16] KVM: Drop KVM's API to allow temprorarily unmapping gfn=>pfn cache,
Paolo Bonzini
[PATCH 16/16] KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_test,
Paolo Bonzini
[PATCH 14/16] KVM: Skip unnecessary "unmap" if gpc is already valid during refresh,
Paolo Bonzini
[PATCH 08/16] KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check(),
Paolo Bonzini
[PATCH 05/16] KVM: x86: Remove unused argument in gpc_unmap_khva(),
Paolo Bonzini
[PATCH 06/16] KVM: Store immutable gfn_to_pfn_cache properties,
Paolo Bonzini
[PATCH V3 0/2] Fix security issue in SNP guest AES-GCM usage,
Peter Gonda
[PATCH v2] KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID,
Paolo Bonzini
[PATCHv5 0/8] Virtual NMI feature,
Santosh Shukla
[PATCH kernel] x86/swiotlb/amd: Half the size if allocation failed,
Alexey Kardashevskiy
[PATCH v6 00/21] TDX host kernel support,
Kai Huang
- [PATCH v6 01/21] x86/tdx: Use enum to define page level of TDX supported page sizes,
Kai Huang
- [PATCH v6 02/21] x86/virt/tdx: Detect TDX during kernel boot,
Kai Huang
- [PATCH v6 03/21] x86/virt/tdx: Disable TDX if X2APIC is not enabled,
Kai Huang
- [PATCH v6 04/21] x86/virt/tdx: Use all boot-time system memory as TDX memory,
Kai Huang
- [PATCH v6 18/21] x86/virt/tdx: Configure global KeyID on all packages,
Kai Huang
- [PATCH v6 14/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs,
Kai Huang
- [PATCH v6 16/21] x86/virt/tdx: Reserve TDX module global KeyID,
Kai Huang
- [PATCH v6 13/21] x86/virt/tdx: Create TDMRs to cover all TDX memory regions,
Kai Huang
- [PATCH v6 15/21] x86/virt/tdx: Set up reserved areas for all TDMRs,
Kai Huang
- [PATCH v6 12/21] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions,
Kai Huang
- [PATCH v6 07/21] x86/virt/tdx: Shut down TDX module in case of error,
Kai Huang
- [PATCH v6 08/21] x86/virt/tdx: Do TDX module global initialization,
Kai Huang
- [PATCH v6 11/21] x86/virt/tdx: Sanity check all TDX memory ranges are convertible memory,
Kai Huang
- [PATCH v6 05/21] x86/virt/tdx: Add skeleton to initialize TDX on demand,
Kai Huang
- [PATCH v6 10/21] x86/virt/tdx: Get information about TDX module and TDX-capable memory,
Kai Huang
- [PATCH v6 17/21] x86/virt/tdx: Configure TDX module with TDMRs and global KeyID,
Kai Huang
- [PATCH v6 06/21] x86/virt/tdx: Implement functions to make SEAMCALL,
Kai Huang
- [PATCH v6 09/21] x86/virt/tdx: Do logical-cpu scope TDX module initialization,
Kai Huang
- [PATCH v6 19/21] x86/virt/tdx: Initialize all TDMRs,
Kai Huang
- [PATCH v6 20/21] x86/virt/tdx: Flush cache in kexec() when TDX is enabled,
Kai Huang
- [PATCH v6 21/21] Documentation/x86: Add documentation for TDX host support,
Kai Huang
- Re: [PATCH v6 00/21] TDX host kernel support,
Dave Hansen
[PATCH] x86/kvm: Fix state restore in em_rsm,
Christian A. Ehrhardt
[PATCH v2] vfio-pci: Accept a non-zero open_count on reset,
Anthony DeRossi
[PATCH v3 0/2] arm: enable MTE for QEMU + kvm,
Cornelia Huck
[syzbot] riscv/fixes build error,
syzbot
[kvm-unit-tests PATCH] x86: Increase timeout for vmx_vmcs_shadow_test to 10 mins,
Po-Hsu Lin
[PATCH V1] vfio: Add an option to get migration data size,
Yishai Hadas
[PATCH v3] KVM: nVMX: Advertise ENCLS_EXITING to L1 iff SGX is fully supported,
Emanuele Giuseppe Esposito
[PATCH] KVM: x86: fire timer when it is migrated and expired, and in oneshot mode,
Li RongQing
[syzbot] WARNING in vcpu_enter_guest (2),
syzbot
[PATCH] KVM: s390: pci: Fix allocation size of aift kzdev elements,
Rafael Mendonca
[PATCH] vfio: Decrement open_count before close_device(),
Anthony DeRossi
[PATCH v1 0/2] vfio/iova_bitmap: bug fixes,
Joao Martins
[PATCH 00/10] Connect VFIO to IOMMUFD,
Jason Gunthorpe
- [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c,
Jason Gunthorpe
- [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent(),
Jason Gunthorpe
- [PATCH 01/10] vfio: Move vfio_device driver open/close code to a function,
Jason Gunthorpe
- [PATCH 03/10] vfio: Rename vfio_device_assign/unassign_container(),
Jason Gunthorpe
- [PATCH 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open(),
Jason Gunthorpe
- [PATCH 09/10] vfio: Make vfio_container optionally compiled,
Jason Gunthorpe
- [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio,
Jason Gunthorpe
- [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd,
Jason Gunthorpe
- [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices,
Jason Gunthorpe
- [PATCH 08/10] vfio-iommufd: Support iommufd for emulated VFIO devices,
Jason Gunthorpe
- Re: [PATCH 00/10] Connect VFIO to IOMMUFD,
Nicolin Chen
- Re: [PATCH 00/10] Connect VFIO to IOMMUFD,
Yi Liu
[PATCH v3 00/15] IOMMUFD Generic interface,
Jason Gunthorpe
- [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree,
Jason Gunthorpe
- [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY,
Jason Gunthorpe
- [PATCH v3 13/15] iommufd: Add kAPI toward external drivers for kernel access,
Jason Gunthorpe
- [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles,
Jason Gunthorpe
- [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable,
Jason Gunthorpe
- [PATCH v3 07/15] iommufd: PFN handling for iopt_pages,
Jason Gunthorpe
- [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping,
Jason Gunthorpe
- [PATCH v3 11/15] iommufd: Add a HW pagetable object,
Jason Gunthorpe
- [PATCH v3 08/15] iommufd: Algorithms for PFN storage,
Jason Gunthorpe
- [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces,
Jason Gunthorpe
- [PATCH v3 15/15] iommufd: Add a selftest,
Jason Gunthorpe
- [PATCH v3 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd,
Jason Gunthorpe
- [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices,
Jason Gunthorpe
- [PATCH v3 04/15] iommufd: Overview documentation,
Jason Gunthorpe
- [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility,
Jason Gunthorpe
- Re: [PATCH v3 00/15] IOMMUFD Generic interface,
Nicolin Chen
- Re: [PATCH v3 00/15] IOMMUFD Generic interface,
Alex Williamson
[kvm-unit-tests PATCH] MAINTAINERS: new kvmarm mailing list,
Cornelia Huck
[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM,
Chao Peng
- [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory,
Chao Peng
- [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory,
Chao Peng
- [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit,
Chao Peng
- [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry,
Chao Peng
- [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions,
Chao Peng
- [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed,
Chao Peng
- [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE,
Chao Peng
- [PATCH v9 7/8] KVM: Handle page fault for private memory,
Chao Peng
- Re: [PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM,
Vishal Annapurve
- Re: [PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM,
Alex Bennée
[PATCH RESEND v4 00/23] SMM emulation and interrupt shadow fixes,
Maxim Levitsky
- [PATCH RESEND v4 02/23] KVM: x86: move SMM entry to a new file,
Maxim Levitsky
- [PATCH RESEND v4 04/23] KVM: x86: do not go through ctxt->ops when emulating rsm,
Maxim Levitsky
- [PATCH RESEND v4 01/23] KVM: x86: start moving SMM-related functions to new files,
Maxim Levitsky
- [PATCH RESEND v4 03/23] KVM: x86: move SMM exit to a new file,
Maxim Levitsky
- [PATCH RESEND v4 10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode,
Maxim Levitsky
- [PATCH RESEND v4 07/23] KVM: x86: remove SMRAM address space if SMM is not supported,
Maxim Levitsky
- [PATCH RESEND v4 06/23] KVM: x86: compile out vendor-specific code if SMM is disabled,
Maxim Levitsky
- [PATCH RESEND v4 05/23] KVM: allow compiling out SMM support,
Maxim Levitsky
- [PATCH RESEND v4 09/23] bug: introduce ASSERT_STRUCT_OFFSET,
Maxim Levitsky
- [PATCH RESEND v4 08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled,
Maxim Levitsky
- [PATCH RESEND v4 11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode,
Maxim Levitsky
- [PATCH RESEND v4 12/23] KVM: x86: emulator: update the emulation mode after rsm,
Maxim Levitsky
- [PATCH RESEND v4 13/23] KVM: x86: emulator: update the emulation mode after CR0 write,
Maxim Levitsky
- [PATCH RESEND v4 14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format,
Maxim Levitsky
- [PATCH RESEND v4 20/23] KVM: svm: drop explicit return value of kvm_vcpu_map,
Maxim Levitsky
- [PATCH RESEND v4 21/23] KVM: x86: SVM: use smram structs,
Maxim Levitsky
- [PATCH RESEND v4 18/23] KVM: x86: smm: use smram struct for 32 bit smram load/restore,
Maxim Levitsky
- [PATCH RESEND v4 16/23] KVM: x86: smm: add structs for KVM's smram layout,
Maxim Levitsky
- [PATCH RESEND v4 19/23] KVM: x86: smm: use smram struct for 64 bit smram load/restore,
Maxim Levitsky
- [PATCH RESEND v4 17/23] KVM: x86: smm: use smram structs in the common code,
Maxim Levitsky
- [PATCH RESEND v4 23/23] KVM: x86: smm: preserve interrupt shadow in SMRAM,
Maxim Levitsky
- [PATCH RESEND v4 22/23] KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable,
Maxim Levitsky
- [PATCH RESEND v4 15/23] KVM: x86: smm: check for failures on smm entry,
Maxim Levitsky
- Re: [PATCH RESEND v4 00/23] SMM emulation and interrupt shadow fixes,
Paolo Bonzini
[PATCH v4 00/23] SMM emulation and interrupt shadow fixes,
Maxim Levitsky
- [PATCH v4 02/23] KVM: x86: move SMM entry to a new file,
Maxim Levitsky
- [PATCH v4 01/23] KVM: x86: start moving SMM-related functions to new files,
Maxim Levitsky
- [PATCH v4 04/23] KVM: x86: do not go through ctxt->ops when emulating rsm,
Maxim Levitsky
- [PATCH v4 03/23] KVM: x86: move SMM exit to a new file,
Maxim Levitsky
- [PATCH v4 05/23] KVM: allow compiling out SMM support,
Maxim Levitsky
- [PATCH v4 12/23] KVM: x86: emulator: update the emulation mode after rsm,
Maxim Levitsky
- [PATCH v4 06/23] KVM: x86: compile out vendor-specific code if SMM is disabled,
Maxim Levitsky
- [PATCH v4 11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode,
Maxim Levitsky
- [PATCH v4 09/23] bug: introduce ASSERT_STRUCT_OFFSET,
Maxim Levitsky
- [PATCH v4 10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode,
Maxim Levitsky
- [PATCH v4 07/23] KVM: x86: remove SMRAM address space if SMM is not supported,
Maxim Levitsky
- [PATCH v4 08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled,
Maxim Levitsky
- [PATCH v4 16/23] KVM: x86: smm: add structs for KVM's smram layout,
Maxim Levitsky
- [PATCH v4 14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format,
Maxim Levitsky
- [PATCH v4 15/23] KVM: x86: smm: check for failures on smm entry,
Maxim Levitsky
- [PATCH v4 13/23] KVM: x86: emulator: update the emulation mode after CR0 write,
Maxim Levitsky
- [PATCH v4 17/23] KVM: x86: smm: use smram structs in the common code,
Maxim Levitsky
[kvm-unit-tests GIT PULL 00/22] s390x: tests and fixes for PV, timing,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 02/22] s390x: Test specification exceptions during transaction,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 01/22] s390x: Add specification exception test,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 08/22] s390x: uv-host: Add uninitialized UV tests,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 06/22] s390x: do not enable PV dump support by default,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 03/22] lib/s390x: move TOD clock related functions to library,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 04/22] s390x: add migration TOD clock test,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 09/22] s390x: uv-host: Test uv immediate parameter,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 07/22] s390x: uv-host: Add access checks for donated memory,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 10/22] s390x: uv-host: Add access exception test,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 11/22] s390x: uv-host: Add a set secure config parameters test function,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 05/22] s390x: add exittime tests,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 12/22] s390x: uv-host: Remove duplicated +,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 16/22] s390x: uv-host: fix allocation of UV memory,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 15/22] lib: s390x: terminate if PGM interrupt in interrupt handler,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 17/22] s390x: snippets: asm: Add a macro to write an exception PSW,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 14/22] s390x: uv-host: Fix init storage origin and length check,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 13/22] s390x: uv-host: Fence against being run as a PV guest,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 19/22] lib: s390x: sie: Improve validity handling and make it vm specific,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 20/22] lib: s390x: Use a new asce for each PV guest,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 18/22] s390x: MAKEFILE: Use $< instead of pathsubst,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 21/22] lib: s390x: Enable reusability of VMs that were in PV mode,
Claudio Imbrenda
- [kvm-unit-tests GIT PULL 22/22] lib: s390x: sie: Properly populate SCA,
Claudio Imbrenda
- Re: [kvm-unit-tests GIT PULL 00/22] s390x: tests and fixes for PV, timing,
Paolo Bonzini
[PATCH v2 0/1] KVM: s390: vsie: clarifications on setting the APCB,
Pierre Morel
[v2 0/1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page,
Nico Boehr
(Extra) KVM call for 2022-10-25,
Juan Quintela
[kvm-unit-tests PATCH v5 0/2] S390x: CPU Topology Information,
Pierre Morel
[PATCH] KVM: SVM: Name and check reserved fields with structs offset,
Carlos Bilbao
[v1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page,
Nico Boehr
[PATCH] KVM: vmx/nested: avoid blindly setting SECONDARY_EXEC_ENCLS_EXITING when sgx is enabled,
Emanuele Giuseppe Esposito
[PATCH v1 00/18] KVM selftests code consolidation and cleanup,
Wei Wang
- [PATCH v1 06/18] KVM: selftests/dirty_log_test: vcpu related code consolidation,
Wei Wang
- [PATCH v1 04/18] KVM: selftests/kvm_page_table_test: vcpu related code consolidation,
Wei Wang
- [PATCH v1 07/18] KVM: selftests/max_guest_memory_test: vcpu related code consolidation,
Wei Wang
- [PATCH v1 01/18] KVM: selftests/kvm_util: use array of pointers to maintain vcpus in kvm_vm,
Wei Wang
- [PATCH v1 08/18] KVM: selftests/set_memory_region_test: vcpu related code consolidation,
Wei Wang
- [PATCH v1 05/18] KVM: selftests/hardware_disable_test: code consolidation and cleanup,
Wei Wang
- [PATCH v1 02/18] KVM: selftests/kvm_util: use vm->vcpus[] when create vm with vcpus,
Wei Wang
- [PATCH v1 09/18] KVM: selftests/steal_time: vcpu related code consolidation and cleanup,
Wei Wang
- [PATCH v1 03/18] KVM: selftests/kvm_util: helper functions for vcpus and threads,
Wei Wang
- [PATCH v1 10/18] KVM: selftests/tsc_scaling_sync: vcpu related code consolidation,
Wei Wang
- [PATCH v1 16/18] KVM: selftest/arch_timer: vcpu related code consolidation,
Wei Wang
- [PATCH v1 14/18] KVM: selftest/memslot_perf_test: vcpu related code consolidation,
Wei Wang
- [PATCH v1 15/18] KVM: selftests/vgic_init: vcpu related code consolidation,
Wei Wang
- [PATCH v1 13/18] KVM: selftests/perf_test_util: vcpu related code consolidation,
Wei Wang
- [PATCH v1 17/18] KVM: selftests: remove the *vcpu[] input from __vm_create_with_vcpus,
Wei Wang
- [PATCH v1 11/18] KVM: selftest/xapic_ipi_test: vcpu related code consolidation,
Wei Wang
- [PATCH v1 18/18] KVM: selftests/kvm_create_max_vcpus: check KVM_MAX_VCPUS,
Wei Wang
- [PATCH v1 12/18] KVM: selftests/rseq_test: name the migration thread and some cleanup,
Wei Wang
- Re: [PATCH v1 00/18] KVM selftests code consolidation and cleanup,
David Matlack
[kvm-unit-tests PATCH v4 00/24] x86/pmu: Test case optimization, fixes and additions,
Like Xu
- [kvm-unit-tests PATCH v4 04/24] x86/pmu: Report SKIP when testing Intel LBR on AMD platforms,
Like Xu
- [kvm-unit-tests PATCH v4 03/24] x86/pmu: Pop up FW prefix to avoid out-of-context propagation,
Like Xu
- [kvm-unit-tests PATCH v4 07/24] x86/pmu: Introduce multiple_{one, many}() to improve readability,
Like Xu
- [kvm-unit-tests PATCH v4 06/24] x86/pmu: Introduce __start_event() to drop all of the manual zeroing,
Like Xu
- [kvm-unit-tests PATCH v4 08/24] x86/pmu: Reset the expected count of the fixed counter 0 when i386,
Like Xu
- [kvm-unit-tests PATCH v4 02/24] x86/pmu: Test emulation instructions on full-width counters,
Like Xu
- [kvm-unit-tests PATCH v4 09/24] x86: create pmu group for quick pmu-scope testing,
Like Xu
- [kvm-unit-tests PATCH v4 05/24] x86/pmu: Fix printed messages for emulated instruction test,
Like Xu
- [kvm-unit-tests PATCH v4 01/24] x86/pmu: Add PDCM check before accessing PERF_CAP register,
Like Xu
- [kvm-unit-tests PATCH v4 11/24] x86/pmu: Update rdpmc testcase to cover #GP path,
Like Xu
- [kvm-unit-tests PATCH v4 10/24] x86/pmu: Refine info to clarify the current support,
Like Xu
- [kvm-unit-tests PATCH v4 12/24] x86/pmu: Rename PC_VECTOR to PMI_VECTOR for better readability,
Like Xu
- [kvm-unit-tests PATCH v4 14/24] x86/pmu: Read cpuid(10) in the pmu_init() to reduce VM-Exit,
Like Xu
- [kvm-unit-tests PATCH v4 15/24] x86/pmu: Initialize PMU perf_capabilities at pmu_init(),
Like Xu
- [kvm-unit-tests PATCH v4 13/24] x86/pmu: Add lib/x86/pmu.[c.h] and move common code to header files,
Like Xu
- [kvm-unit-tests PATCH v4 19/24] x86: Add tests for Guest Processor Event Based Sampling (PEBS),
Like Xu
- [kvm-unit-tests PATCH v4 16/24] x86/pmu: Add GP counter related helpers,
Like Xu
- [kvm-unit-tests PATCH v4 23/24] x86/pmu: Update testcases to cover AMD PMU,
Like Xu
- [kvm-unit-tests PATCH v4 24/24] x86/pmu: Add AMD Guest PerfMonV2 testcases,
Like Xu
- [kvm-unit-tests PATCH v4 22/24] x86/pmu: Add nr_gp_counters to limit the number of test counters,
Like Xu
- [kvm-unit-tests PATCH v4 18/24] x86/pmu: Add a set of helpers related to global registers,
Like Xu
- [kvm-unit-tests PATCH v4 20/24] x86/pmu: Add global helpers to cover Intel Arch PMU Version 1,
Like Xu
- [kvm-unit-tests PATCH v4 21/24] x86/pmu: Add gp_events pointer to route different event tables,
Like Xu
- [kvm-unit-tests PATCH v4 17/24] x86/pmu: Add GP/Fixed counters reset helpers,
Like Xu
- Re: [kvm-unit-tests PATCH v4 00/24] x86/pmu: Test case optimization, fixes and additions,
Sean Christopherson
linux-next: Fixes tag needs some work in the kvm-fixes tree,
Stephen Rothwell
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]