summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-234-9/+31
|\
| * perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-05-183-8/+30
| * perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-181-1/+1
* | Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-233-57/+92
|\ \
| * | x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel2021-05-191-20/+46
| * | x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel2021-05-191-0/+4
| * | x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel2021-05-191-13/+12
| * | x86/build: Fix location of '-plugin-opt=' flagsNathan Chancellor2021-05-191-6/+6
| * | x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky2021-05-182-0/+6
| * | x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky2021-05-181-18/+18
| |/
* | Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-221-4/+4
|\ \
| * | x86/Xen: swap NX determination and GDT setup on BSPJan Beulich2021-05-211-4/+4
* | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-2/+7
|\ \ \
| * | | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-2/+4
| * | | siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman2021-05-181-0/+3
* | | | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-202-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | quota: Disable quotactl_path syscallJan Kara2021-05-172-2/+2
| | |/ | |/|
* | | Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-161-0/+2
|\ \ \
| * | | clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86Vitaly Kuznetsov2021-05-141-0/+2
| |/ /
* | | Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-1625-105/+116
|\ \ \
| * | | x86/boot/compressed: Enable -WundefNick Desaulniers2021-05-123-2/+3
| * | | x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-1010-18/+18
| * | | x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerBrijesh Singh2021-05-104-70/+80
| * | | x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-1011-15/+15
| |/ /
* | | x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-133-1/+19
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-1020-316/+463
|\ \ \ | |/ / |/| |
| * | KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky2021-05-073-4/+5
| * | KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpersSean Christopherson2021-05-071-13/+11
| * | KVM: x86: Prevent deadlock against tk_core.seqThomas Gleixner2021-05-071-4/+18
| * | KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner2021-05-071-0/+1
| * | KVM: x86: Prevent KVM SVM from loading on kernels with 5-level pagingSean Christopherson2021-05-073-11/+16
| * | KVM: X86: Expose bus lock debug exception to guestPaolo Bonzini2021-05-073-1/+7
| * | KVM: X86: Add support for the emulation of DR6_BUS_LOCK bitChenyi Qiang2021-05-072-1/+5
| * | KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failedSean Christopherson2021-05-071-0/+15
| * | KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU modelSean Christopherson2021-05-074-39/+41
| * | KVM: x86: Move uret MSR slot management to common x86Sean Christopherson2021-05-074-29/+17
| * | KVM: x86: Export the number of uret MSRs to vendor modulesSean Christopherson2021-05-072-16/+14
| * | KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional waySean Christopherson2021-05-071-12/+10
| * | KVM: VMX: Use common x86's uret MSR list as the one true listSean Christopherson2021-05-073-57/+53
| * | KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting listSean Christopherson2021-05-072-40/+42
| * | KVM: VMX: Configure list of user return MSRs at module initSean Christopherson2021-05-072-21/+50
| * | KVM: x86: Add support for RDPID without RDTSCPSean Christopherson2021-05-073-7/+29
| * | KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in hostSean Christopherson2021-05-071-8/+10
| * | KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson2021-05-073-4/+18
| * | KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson2021-05-073-2/+4
| * | KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guestSean Christopherson2021-05-071-4/+13
| * | KVM: x86: Emulate RDPID only if RDTSCP is supportedSean Christopherson2021-05-071-1/+2
| * | KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupportedSean Christopherson2021-05-071-2/+4
| * | KVM: nSVM: remove a warning about vmcb01 VM exit reasonMaxim Levitsky2021-05-071-1/+0
| * | KVM: nSVM: always restore the L1's GIF on migrationMaxim Levitsky2021-05-071-0/+2