summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-1511-51/+161
|\
| * KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov2021-07-153-3/+10
| * KVM: nSVM: Fix L1 state corruption upon return from SMMVitaly Kuznetsov2021-07-151-1/+38
| * KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov2021-07-152-18/+24
| * KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNVitaly Kuznetsov2021-07-151-0/+5
| * KVM: nSVM: Check the value written to MSR_VM_HSAVE_PAVitaly Kuznetsov2021-07-151-1/+10
| * KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilitiesSean Christopherson2021-07-151-4/+5
| * KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header failsSean Christopherson2021-07-151-2/+3
| * KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky2021-07-153-1/+14
| * KVM: SVM: remove INIT intercept handlerMaxim Levitsky2021-07-151-1/+0
| * KVM: SVM: #SMI interception must not skip the instructionMaxim Levitsky2021-07-151-1/+6
| * KVM: VMX: Remove vmx_msr_index from vmx.hYu Zhang2021-07-151-2/+0
| * KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan2021-07-151-0/+2
| * KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on ...Like Xu2021-07-141-1/+2
| * KVM: SVM: Revert clearing of C-bit on GPA in #NPF handlerSean Christopherson2021-07-141-1/+1
| * KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAsSean Christopherson2021-07-144-8/+18
| * KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDRSean Christopherson2021-07-141-7/+20
| * KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson2021-07-141-1/+7
| * Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enab...Sean Christopherson2021-07-141-3/+0
| * Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-07-1422-151/+243
| |\
* | \ Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-141-0/+3
|\ \ \
| * | | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-0/+3
* | | | Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
|\ \ \ \
| * | | | perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| * | | | perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | | | | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-3/+0
|\ \ \ \ \
| * | | | | kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-3/+0
* | | | | | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-1/+1
|\ \ \ \ \ \
| * | | | | | um: allow not setting extra rpaths in the linux binaryJohannes Berg2021-06-171-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-098-14/+13
|\ \ \ \ \ \ \
| * | | | | | | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-082-4/+4
| * | | | | | | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-083-5/+5
| * | | | | | | x86/dumpstack: use %pSb/%pBb for backtrace printingStephen Boyd2021-07-081-1/+1
| * | | | | | | x86: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
| * | | | | | | arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-082-0/+2
* | | | | | | | Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-081-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | x86/pci: Return true/false (not 1/0) from bool functionsYang Li2021-05-271-5/+5
* | | | | | | | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-0730-1169/+1151
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() againThomas Gleixner2021-06-241-0/+1
| * | | | | | | | x86/fpu/signal: Let xrstor handle the features to initThomas Gleixner2021-06-231-58/+31
| * | | | | | | | x86/fpu/signal: Handle #PF in the direct restore pathThomas Gleixner2021-06-231-34/+33
| * | | | | | | | x86/fpu: Return proper error codes from user access functionsThomas Gleixner2021-06-231-7/+12
| * | | | | | | | x86/fpu/signal: Split out the direct restore codeThomas Gleixner2021-06-231-54/+58
| * | | | | | | | x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()Thomas Gleixner2021-06-231-21/+15
| * | | | | | | | x86/fpu/signal: Sanitize the xstate check on sigframeThomas Gleixner2021-06-231-37/+33
| * | | | | | | | x86/fpu/signal: Remove the legacy alignment checkThomas Gleixner2021-06-231-3/+0
| * | | | | | | | x86/fpu/signal: Move initial checks into fpu__restore_sig()Thomas Gleixner2021-06-231-35/+41
| * | | | | | | | x86/fpu: Mark init_fpstate __ro_after_initThomas Gleixner2021-06-231-1/+1
| * | | | | | | | x86/pkru: Remove xstate fiddling from write_pkru()Thomas Gleixner2021-06-233-28/+7
| * | | | | | | | x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()Thomas Gleixner2021-06-231-18/+4