summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | KVM: VMX: Use kvm_read_cr4() to get cr4 valueXiaoyao Li2023-05-261-1/+1
| * | | | | Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-013-35/+13
| |\ \ \ \ \
| | * | | | | KVM: SVM: WARN, but continue, if misc_cg_set_capacity() failsSean Christopherson2023-06-131-6/+2
| | * | | | | KVM: SVM: enhance info printk's in SEV initAlexander Mikhalitsyn2023-06-061-2/+9
| | * | | | | KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-ExitsSean Christopherson2023-06-021-2/+2
| | * | | | | KVM: SVM: Remove TSS reloading code after VMEXITMingwei Zhang2023-06-012-25/+0
| | |/ / / /
| * | | | | Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-0112-118/+260
| |\ \ \ \ \
| | * | | | | KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022Like Xu2023-06-062-1/+31
| | * | | | | KVM: x86/svm/pmu: Add AMD PerfMonV2 supportLike Xu2023-06-063-11/+72
| | * | | | | KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flagLike Xu2023-06-061-0/+7
| | * | | | | KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_capLike Xu2023-06-061-0/+3
| | * | | | | KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is metLike Xu2023-06-061-3/+12
| | * | | | | KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't metLike Xu2023-06-063-4/+12
| | * | | | | KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabledLike Xu2023-06-061-1/+1
| | * | | | | KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu2023-06-065-29/+16
| | * | | | | KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86Like Xu2023-06-065-62/+86
| | * | | | | KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bitsLike Xu2023-06-061-0/+3
| | * | | | | KVM: x86/pmu: Move reprogram_counters() to pmu.hLike Xu2023-06-062-12/+12
| | * | | | | KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_maskSean Christopherson2023-06-062-5/+15
| | |/ / / /
| * | | | | Merge tag 'kvm-x86-mmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-012-6/+48
| |\ \ \ \ \
| | * | | | | KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pagesSean Christopherson2023-06-131-5/+36
| | * | | | | KVM: x86/mmu: Assert on @mmu in the __kvm_mmu_invalidate_addr()Like Xu2023-05-261-0/+8
| | * | | | | KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomicUros Bizjak2023-05-261-1/+4
| | |/ / / /
| * | | | | Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-018-85/+77
| |\ \ \ \ \
| | * | | | | KVM: x86: Remove PRIx* definitions as they are solely for user spaceAndy Shevchenko2023-06-161-5/+0
| | * | | | | KVM: x86: Update comments about MSR lists exposed to userspaceSean Christopherson2023-06-131-14/+13
| | * | | | | KVM: x86: Clean up: remove redundant bool conversionsMichal Luczaj2023-06-062-2/+2
| | * | | | | KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdefSean Christopherson2023-06-061-6/+2
| | * | | | | KVM: x86: Correct the name for skipping VMENTER l1d flushChao Gao2023-06-061-1/+1
| | * | | | | KVM: x86: Update number of entries for KVM_GET_CPUID2 on success, not failureSean Christopherson2023-06-011-9/+4
| | * | | | | KVM: x86: Fix poll commandJinliang Zheng2023-06-011-0/+3
| | * | | | | KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()Sean Christopherson2023-06-013-13/+7
| | * | | | | KVM: x86: Make kvm_mtrr_valid() static now that there are no external usersSean Christopherson2023-06-012-3/+1
| | * | | | | KVM: x86: Move PAT MSR handling out of mtrr.cSean Christopherson2023-06-012-13/+19
| | * | | | | KVM: x86: Use MTRR macros to define possible MTRR MSR rangesSean Christopherson2023-06-012-7/+10
| | * | | | | KVM: x86: Add helper to get variable MTRR range from MSR indexSean Christopherson2023-06-011-10/+13
| | * | | | | KVM: x86: Add helper to query if variable MTRR MSR is base (versus mask)Sean Christopherson2023-06-011-7/+9
| | * | | | | KVM: SVM: Use kvm_pat_valid() directly instead of kvm_mtrr_valid()Ke Guo2023-06-011-1/+1
| | * | | | | KVM: VMX: Open code writing vCPU's PAT in VMX's MSR handlerWenyao Hai2023-06-011-5/+3
| | |/ / / /
* | | | | | Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-011-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner2023-06-301-3/+3
* | | | | | Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-302-1/+9
|\ \ \ \ \ \
| * | | | | | efivarfs: expose used and total sizeAnisse Astier2023-05-171-0/+8
| * | | | | | efi: x86: make kobj_type structure constantThomas Weißschuh2023-05-101-1/+1
* | | | | | | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-304-6/+30
|\ \ \ \ \ \ \
| * | | | | | | x86/ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2023-06-204-6/+30
* | | | | | | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-292-26/+23
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-1921-46/+119
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-05-261-2/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann2023-05-181-2/+0