Linux KVM
[Prev Page][Next Page]
- [PATCH v7 29/30] LoongArch: KVM: Enable kvm config and add the makefile, (continued)
- [PATCH] KVM: arm64: Make vcpu flag updates non-preemptible,
Marc Zyngier
- [PATCH v3] vfio/cdx: add support for CDX bus,
Nipun Gupta
- [PATCH v4 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0,
Reiji Watanabe
- [PATCH v3 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0,
Reiji Watanabe
- [PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages(),
Lorenzo Stoakes
- [PATCH v3 3/7] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
- [PATCH v3 2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote(),
Lorenzo Stoakes
- [PATCH v3 1/7] mm/gup: remove unused vmas parameter from get_user_pages(),
Lorenzo Stoakes
- [PATCH v2 6/7] mm/gup: remove vmas parameter from pin_user_pages(),
Lorenzo Stoakes
- [PATCH v2 3/7] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
- [PATCH v2 2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote(),
Lorenzo Stoakes
- [PATCH v2 1/7] mm/gup: remove unused vmas parameter from get_user_pages(),
Lorenzo Stoakes
- [PATCH 6/7] mm/gup: remove vmas parameter from pin_user_pages(),
Lorenzo Stoakes
- [PATCH 3/7] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
- [PATCH 2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote(),
Lorenzo Stoakes
- [PATCH 1/7] mm/gup: remove unused vmas parameter from get_user_pages(),
Lorenzo Stoakes
- [PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE,
Raghavendra Rao Ananta
- [PATCH -next v18 00/20] riscv: Add vector ISA support,
Andy Chiu
- [PATCH -next v18 01/20] riscv: Rename __switch_to_aux() -> fpu,
Andy Chiu
- [PATCH -next v18 02/20] riscv: Extending cpufeature.c to detect V-extension,
Andy Chiu
- [PATCH -next v18 03/20] riscv: Add new csr defines related to vector extension,
Andy Chiu
- [PATCH -next v18 04/20] riscv: Clear vector regfile on bootup,
Andy Chiu
- [PATCH -next v18 05/20] riscv: Disable Vector Instructions for kernel itself,
Andy Chiu
- [PATCH -next v18 06/20] riscv: Introduce Vector enable/disable helpers,
Andy Chiu
- [PATCH -next v18 07/20] riscv: Introduce riscv_v_vsize to record size of Vector context,
Andy Chiu
- [PATCH -next v18 08/20] riscv: Introduce struct/helpers to save/restore per-task Vector state,
Andy Chiu
- [PATCH -next v18 09/20] riscv: Add task switch support for vector,
Andy Chiu
- [PATCH -next v18 10/20] riscv: Allocate user's vector context in the first-use trap,
Andy Chiu
- [PATCH -next v18 11/20] riscv: Add ptrace vector support,
Andy Chiu
- [PATCH -next v18 12/20] riscv: signal: check fp-reserved words unconditionally,
Andy Chiu
- [PATCH -next v18 13/20] riscv: signal: Add sigcontext save/restore for vector,
Andy Chiu
- [PATCH -next v18 14/20] riscv: signal: Report signal frame size to userspace via auxv,
Andy Chiu
- [PATCH -next v18 15/20] riscv: signal: validate altstack to reflect Vector,
Andy Chiu
- [PATCH -next v18 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early,
Andy Chiu
- [PATCH -next v18 17/20] riscv: kvm: Add V extension to KVM ISA,
Andy Chiu
- [PATCH -next v18 18/20] riscv: KVM: Add vector lazy save/restore support,
Andy Chiu
- [PATCH -next v18 19/20] riscv: detect assembler support for .option arch,
Andy Chiu
- [PATCH -next v18 20/20] riscv: Enable Vector code to be built,
Andy Chiu
- Re: [PATCH -next v18 00/20] riscv: Add vector ISA support,
Ben Dooks
- Re: [PATCH -next v18 00/20] riscv: Add vector ISA support,
Björn Töpel
- [PATCH v2] vfio/cdx: add support for CDX bus,
Nipun Gupta
- [PATCH 0/7] KVM: selftests: Add tests for pmu event filter,
Jinrong Liang
- [PATCH][next] KVM: selftests: Fix spelling mistake "perrmited" -> "permitted",
Colin Ian King
- [RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization,
Chao Gao
- [RFC PATCH v2 01/11] x86/msr-index: Add bit definitions for BHI_DIS_S and BHI_NO,
Chao Gao
- [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support,
Chao Gao
- [RFC PATCH v2 03/11] KVM: x86: Advertise BHI_CTRL support,
Chao Gao
- [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support,
Chao Gao
- [RFC PATCH v2 05/11] x86/bugs: Use Virtual MSRs to request hardware mitigations,
Chao Gao
- [RFC PATCH v2 06/11] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support,
Chao Gao
- [RFC PATCH v2 07/11] KVM: VMX: Advertise MITIGATION_CTRL support,
Chao Gao
- [RFC PATCH v2 09/11] KVM: VMX: Advertise MITI_CTRL_BHB_CLEAR_SEQ_S_SUPPORT,
Chao Gao
- [RFC PATCH v2 08/11] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT,
Chao Gao
- [RFC PATCH v2 10/11] KVM: selftests: Add tests for virtual enumeration/mitigation MSRs,
Chao Gao
- [RFC PATCH v2 11/11] KVM: selftests: Add tests for IA32_SPEC_CTRL MSR,
Chao Gao
- Re: [RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization,
Binbin Wu
- [PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams,
Bobby Eshleman
- [RFC PATCH 0/6] Setting memory policy for restrictedmem file,
Ackerley Tng
- [PATCH 0/2] KVM: VMX: UMIP emulation related cleanups,
Sean Christopherson
- [PATCH] KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated,
Sean Christopherson
- [PATCH] tests/avocado: require netdev 'user' for kvm_xen_guest,
John Snow
- Re: QEMU developers fortnightly conference call for agenda for 2023-04-18,
Juan Quintela
- [kvm-unit-tests PATCH v2 00/16] x86: cleanups, fixes and new tests,
Mathias Krause
- [kvm-unit-tests PATCH v2 01/16] x86: Drop types.h,
Mathias Krause
- [kvm-unit-tests PATCH v2 04/16] x86/cet: Use symbolic name for #CP,
Mathias Krause
- [kvm-unit-tests PATCH v2 02/16] x86: Use symbolic names in exception_mnemonic(),
Mathias Krause
- [kvm-unit-tests PATCH v2 03/16] x86: Add vendor specific exception vectors,
Mathias Krause
- [kvm-unit-tests PATCH v2 05/16] x86/access: Use 'bool' type as defined via libcflat.h,
Mathias Krause
- [kvm-unit-tests PATCH v2 06/16] x86/run_in_user: Change type of code label,
Mathias Krause
- [kvm-unit-tests PATCH v2 08/16] x86/run_in_user: Relax register constraints of inline asm,
Mathias Krause
- [kvm-unit-tests PATCH v2 11/16] x86/emulator64: Relax register constraints for usr_gs_mov(),
Mathias Krause
- [kvm-unit-tests PATCH v2 09/16] x86/run_in_user: Reload SS after successful return,
Mathias Krause
- [kvm-unit-tests PATCH v2 07/16] x86/run_in_user: Preserve exception handler,
Mathias Krause
- [kvm-unit-tests PATCH v2 10/16] x86/fault_test: Preserve exception handler,
Mathias Krause
- [kvm-unit-tests PATCH v2 13/16] x86/emulator64: Add non-null selector test,
Mathias Krause
- [kvm-unit-tests PATCH v2 12/16] x86/emulator64: Switch test_sreg() to ASM_TRY(),
Mathias Krause
- [kvm-unit-tests PATCH v2 14/16] x86/emulator64: Switch test_jmp_noncanonical() to ASM_TRY(),
Mathias Krause
- [kvm-unit-tests PATCH v2 15/16] x86/emulator64: Switch test_mmx_movq_mf() to ASM_TRY(),
Mathias Krause
- [kvm-unit-tests PATCH v2 16/16] x86/emulator64: Test non-canonical memory access exceptions,
Mathias Krause
- Re: [kvm-unit-tests PATCH v2 00/16] x86: cleanups, fixes and new tests,
Sean Christopherson
- [PATCH v2] KVM: x86: Update KVM_GET_CPUID2 to return valid entry count,
Takahiro Itazuri
- [PATCH kvmtool 0/2] Fix virtio/rng handling in low entropy situations,
Andre Przywara
- [PATCH v2] KVM: x86: Fix poll command,
alexjlzheng
- [PATCH net-next v1] vsock/loopback: don't disable irqs for queue access,
Arseniy Krasnov
- [PATCH 0/2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support,
Alvaro Karsz
- [PATCH v3 0/5] KVM: arm64: Synchronise speculative page table walks on translation regime change,
Marc Zyngier
- application scenarios of vmware backdoor support in KVM,
Dapeng Mi
- [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- [PATCH v3 01/22] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test,
Anish Moorthy
- [PATCH v3 02/22] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT,
Anish Moorthy
- [PATCH v3 04/22] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN,
Anish Moorthy
- [PATCH v3 06/22] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page(),
Anish Moorthy
- [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO,
Anish Moorthy
- [PATCH v3 03/22] KVM: Allow hva_pfn_fast() to resolve read-only faults.,
Anish Moorthy
- [PATCH v3 08/22] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page(),
Anish Moorthy
- [PATCH v3 09/22] KVM: Annotate -EFAULTs from kvm_vcpu_map(),
Anish Moorthy
- [PATCH v3 07/22] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page(),
Anish Moorthy
- [PATCH v3 10/22] KVM: x86: Annotate -EFAULTs from kvm_mmu_page_fault(),
Anish Moorthy
- [PATCH v3 12/22] KVM: x86: Annotate -EFAULTs from kvm_handle_page_fault(),
Anish Moorthy
- [PATCH v3 11/22] KVM: x86: Annotate -EFAULTs from setup_vmgexit_scratch(),
Anish Moorthy
- [PATCH v3 13/22] KVM: x86: Annotate -EFAULTs from kvm_hv_get_assist_page(),
Anish Moorthy
- [PATCH v3 14/22] KVM: x86: Annotate -EFAULTs from kvm_pv_clock_pairing(),
Anish Moorthy
- [PATCH v3 15/22] KVM: x86: Annotate -EFAULTs from direct_map(),
Anish Moorthy
- [PATCH v3 16/22] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn(),
Anish Moorthy
- [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation,
Anish Moorthy
- [PATCH v3 18/22] KVM: x86: Implement KVM_CAP_ABSENT_MAPPING_FAULT,
Anish Moorthy
- [PATCH v3 19/22] KVM: arm64: Annotate (some) -EFAULTs from user_mem_abort(),
Anish Moorthy
- [PATCH v3 21/22] KVM: selftests: Add memslot_flags parameter to memstress_create_vm(),
Anish Moorthy
- [PATCH v3 20/22] KVM: arm64: Implement KVM_CAP_ABSENT_MAPPING_FAULT,
Anish Moorthy
- [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Axel Rasmussen
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Message not available
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Nadav Amit
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Nadav Amit
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Sean Christopherson
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Nadav Amit
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Sean Christopherson
- Message not available
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Sean Christopherson
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
David Matlack
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Axel Rasmussen
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
David Matlack
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Axel Rasmussen
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Nadav Amit
- Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Peter Xu
- Message not available
Re: [PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
David Matlack
[PATCH] selftests/kvm: touch all pages of args on each memstress iteration,
Paolo Bonzini
[PATCH v6 00/30] Add KVM LoongArch support,
Tianrui Zhao
- [PATCH v6 02/30] LoongArch: KVM: Implement kvm module related interface,
Tianrui Zhao
- [PATCH v6 01/30] LoongArch: KVM: Add kvm related header files,
Tianrui Zhao
- [PATCH v6 06/30] LoongArch: KVM: Implement vcpu create and destroy interface,
Tianrui Zhao
- [PATCH v6 04/30] LoongArch: KVM: Implement VM related functions,
Tianrui Zhao
- [PATCH v6 05/30] LoongArch: KVM: Add vcpu related header files,
Tianrui Zhao
- [PATCH v6 08/30] LoongArch: KVM: Implement vcpu handle exit interface,
Tianrui Zhao
- [PATCH v6 07/30] LoongArch: KVM: Implement vcpu run interface,
Tianrui Zhao
- [PATCH v6 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface,
Tianrui Zhao
- [PATCH v6 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface,
Tianrui Zhao
- [PATCH v6 11/30] LoongArch: KVM: Implement fpu related operations for vcpu,
Tianrui Zhao
- [PATCH v6 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers,
Tianrui Zhao
- [PATCH v6 21/30] LoongArch: KVM: Implement handle iocsr exception,
Tianrui Zhao
- [PATCH v6 13/30] LoongArch: KVM: Implement misc vcpu related interfaces,
Tianrui Zhao
- [PATCH v6 16/30] LoongArch: KVM: Implement update VM id function,
Tianrui Zhao
- [PATCH v6 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations,
Tianrui Zhao
- [PATCH v6 12/30] LoongArch: KVM: Implement vcpu interrupt operations,
Tianrui Zhao
- [PATCH v6 17/30] LoongArch: KVM: Implement virtual machine tlb operations,
Tianrui Zhao
- [PATCH v6 18/30] LoongArch: KVM: Implement vcpu timer operations,
Tianrui Zhao
- [PATCH v6 19/30] LoongArch: KVM: Implement kvm mmu operations,
Tianrui Zhao
- [PATCH v6 23/30] LoongArch: KVM: Implement handle gspr exception,
Tianrui Zhao
- [PATCH v6 15/30] LoongArch: KVM: Implement vcpu status description,
Tianrui Zhao
- [PATCH v6 20/30] LoongArch: KVM: Implement handle csr excption,
Tianrui Zhao
- [PATCH v6 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init,
Tianrui Zhao
- [PATCH v6 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part,
Tianrui Zhao
- [PATCH v6 25/30] LoongArch: KVM: Implement handle fpu exception,
Tianrui Zhao
- [PATCH v6 29/30] LoongArch: KVM: Enable kvm config and add the makefile,
Tianrui Zhao
- [PATCH v6 26/30] LoongArch: KVM: Implement kvm exception vector,
Tianrui Zhao
- [PATCH v6 24/30] LoongArch: KVM: Implement handle mmio exception,
Tianrui Zhao
- [PATCH v6 27/30] LoongArch: KVM: Implement vcpu world switch,
Tianrui Zhao
- [PATCH v6 22/30] LoongArch: KVM: Implement handle idle exception,
Tianrui Zhao
[kvm-unit-tests v3 0/4] x86: Add test cases for LAM,
Binbin Wu
[PATCH v3 0/2] Documentation/process: Add a maintainer handbook for KVM x86,
Sean Christopherson
[PATCH v5 00/17] Add iommufd physical device operations for replace and alloc hwpt,
Jason Gunthorpe
- [PATCH v5 13/17] iommufd: Make destroy_rwsem use a lock class per object type,
Jason Gunthorpe
- [PATCH v5 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup,
Jason Gunthorpe
- [PATCH v5 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt,
Jason Gunthorpe
- [PATCH v5 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC,
Jason Gunthorpe
- [PATCH v5 05/17] iommufd: Keep track of each device's reserved regions instead of groups,
Jason Gunthorpe
- [PATCH v5 08/17] iommufd: Move putting a hwpt to a helper function,
Jason Gunthorpe
- [PATCH v5 07/17] iommufd: Make sw_msi_start a group global,
Jason Gunthorpe
- [PATCH v5 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain,
Jason Gunthorpe
- [PATCH v5 02/17] iommufd: Add iommufd_group,
Jason Gunthorpe
- [PATCH v5 14/17] iommufd/selftest: Test iommufd_device_replace(),
Jason Gunthorpe
- [PATCH v5 03/17] iommufd: Replace the hwpt->devices list with iommufd_group,
Jason Gunthorpe
- [PATCH v5 12/17] iommufd: Add iommufd_device_replace(),
Jason Gunthorpe
- [PATCH v5 11/17] iommu: Introduce a new iommu_group_replace_domain() API,
Jason Gunthorpe
- [PATCH v5 15/17] iommufd: Add IOMMU_HWPT_ALLOC,
Jason Gunthorpe
- [PATCH v5 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc(),
Jason Gunthorpe
- [PATCH v5 04/17] iommu: Export iommu_get_resv_regions(),
Jason Gunthorpe
- [PATCH v5 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind(),
Jason Gunthorpe
[PATCH] KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handler,
Jinrong Liang
[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap,
Alexey Kardashevskiy
[PATCH] KVM: PPC: Fix documentation for ppc mmu caps,
Joel Stanley
[RFC PATCH v4 0/2] Providing mount in memfd_restricted() syscall,
Ackerley Tng
[GIT PULL] KVM changes for Linux 6.3-rc7,
Paolo Bonzini
[PATCH] vhost_vdpa: fix unmap process in no-batch mode,
Cindy Lu
[PATCH] kvm: x86: Update KVM_GET_CPUID2 to return valid entry count,
Takahiro Itazuri
[PATCH 0/2] KVM: VMX: Clean up of vmx_set_cr4(),
Xiaoyao Li
[PATCH] docs: kvm: fix register ID for SPSR_FIQ,
Takahiro Itazuri
[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support,
Like Xu
- [PATCH V5 02/10] KVM: x86/pmu: Return #GP if user sets the GLOBAL_STATUS reserved bits,
Like Xu
- [PATCH V5 01/10] KVM: x86/pmu: Expose reprogram_counters() in pmu.h,
Like Xu
- [PATCH V5 03/10] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic,
Like Xu
- [PATCH V5 04/10] KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled,
Like Xu
- [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met,
Like Xu
- [PATCH V5 06/10] KVM: x86/pmu: Forget PERFCTR_CORE if the min num of counters isn't met,
Like Xu
- [PATCH V5 07/10] KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap,
Like Xu
- [PATCH V5 08/10] KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag,
Like Xu
- [PATCH V5 09/10] KVM: x86/svm/pmu: Add AMD PerfMonV2 support,
Like Xu
- [PATCH V5 10/10] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022,
Like Xu
[GIT PULL] virtio: last minute fixes,
Michael S. Tsirkin
[PATCH v8 00/33] x86: enable FRED for x86-64,
Xin Li
- [PATCH v8 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR,
Xin Li
- [PATCH v8 05/33] x86/traps: add external_interrupt() to dispatch external interrupts,
Xin Li
- [PATCH v8 03/33] x86/traps: add a system interrupt table for system interrupt dispatch,
Xin Li
- [PATCH v8 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [PATCH v8 06/33] x86/cpufeature: add the cpu feature bit for FRED,
Xin Li
- [PATCH v8 08/33] x86/objtool: teach objtool about ERETU and ERETS,
Xin Li
- [PATCH v8 04/33] x86/traps: add install_system_interrupt_handler(),
Xin Li
- [PATCH v8 15/33] x86/fred: reserve space for the FRED stack frame,
Xin Li
- [PATCH v8 20/33] x86/fred: FRED entry/exit and dispatch code,
Xin Li
- [PATCH v8 17/33] x86/fred: add a debug fault entry stub for FRED,
Xin Li
- [PATCH v8 23/33] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [PATCH v8 21/33] x86/fred: FRED initialization code,
Xin Li
- [PATCH v8 09/33] x86/cpu: add X86_CR4_FRED macro,
Xin Li
- [PATCH v8 22/33] x86/fred: update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [PATCH v8 07/33] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [PATCH v8 19/33] x86/fred: add a machine check entry stub for FRED,
Xin Li
- [PATCH v8 10/33] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [PATCH v8 16/33] x86/fred: add a page fault entry stub for FRED,
Xin Li
- [PATCH v8 13/33] x86/fred: header file for event types,
Xin Li
- [PATCH v8 18/33] x86/fred: add a NMI entry stub for FRED,
Xin Li
- [PATCH v8 12/33] x86/cpu: add MSR numbers for FRED configuration,
Xin Li
- [PATCH v8 11/33] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support,
Xin Li
- [PATCH v8 14/33] x86/fred: header file with FRED definitions,
Xin Li
- [PATCH v8 26/33] x86/fred: allow single-step trap and NMI when starting a new thread,
Xin Li
- [PATCH v8 25/33] x86/fred: no ESPFIX needed when FRED is enabled,
Xin Li
- [PATCH v8 24/33] x86/fred: disallow the swapgs instruction when FRED is enabled,
Xin Li
- [PATCH v8 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user,
Xin Li
- [PATCH v8 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f,
Xin Li
- [PATCH v8 28/33] x86/ia32: do not modify the DPL bits for a null selector,
Xin Li
- [PATCH v8 30/33] x86/fred: allow dynamic stack frame size,
Xin Li
- [PATCH v8 32/33] x86/fred: disable FRED by default in its early stage,
Xin Li
- [PATCH v8 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered,
Xin Li
- [PATCH v8 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames,
Xin Li
- Re: [PATCH v8 00/33] x86: enable FRED for x86-64,
Dave Hansen
- Re: [PATCH v8 00/33] x86: enable FRED for x86-64,
Dave Hansen
- Re: [PATCH v8 00/33] x86: enable FRED for x86-64,
H. Peter Anvin
[PATCH kvm RESEND] KVM: i8259: Fix poll command,
alexjlzheng
[PATCH] KVM: x86/emulator: Use tabs instead of spaces for indentation,
Rong Tao
[PATCH v7 00/12] Implement Eager Page Splitting for ARM,
Ricardo Koller
- [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO,
Ricardo Koller
- [PATCH v7 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region(),
Ricardo Koller
- [PATCH v7 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees,
Ricardo Koller
- [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs,
Ricardo Koller
- [PATCH v7 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu(),
Ricardo Koller
- [PATCH v7 04/12] KVM: arm64: Add kvm_pgtable_stage2_split(),
Ricardo Koller
- [PATCH v7 01/12] KVM: arm64: Rename free_removed to free_unlinked,
Ricardo Koller
- [PATCH v7 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE,
Ricardo Koller
- [PATCH v7 07/12] KVM: arm64: Export kvm_are_all_memslots_empty(),
Ricardo Koller
- [PATCH v7 09/12] KVM: arm64: Split huge pages when dirty logging is enabled,
Ricardo Koller
- [PATCH v7 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG,
Ricardo Koller
- [PATCH v7 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked(),
Ricardo Koller
- [PATCH v7 12/12] KVM: arm64: Use local TLBI on permission relaxation,
Ricardo Koller
[PATCH v2 0/5] KVM: arm64: Synchronise speculative page table walks on translation regime change,
Marc Zyngier
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]