aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Gravatar Maxim Levitsky 1-0/+2
2021-08-13KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockGravatar Sean Christopherson 1-0/+7
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Gravatar Aneesh Kumar K.V 1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Gravatar Aneesh Kumar K.V 1-2/+2
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-219/+224
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-15/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-4/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-07-01mm/thp: define default pmd_pgtable()Gravatar Anshuman Khandual 1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSGravatar Anshuman Khandual 1-2/+0
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-10/+11
2021-06-29Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-5/+28
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-54/+181
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+3
2021-06-28Merge tag 'x86-misc-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+4
2021-06-28Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-13/+4
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-32/+32
2021-06-28Merge tag 'x86-apic-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Gravatar Linus Torvalds 1-49/+30
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-20/+25
2021-06-28Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-2/+8
2021-06-28Merge tag 'ras_core_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+9
2021-06-25Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-22/+8
2021-06-24KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledGravatar Maxim Levitsky 1-1/+1
2021-06-24kvm: x86: Allow userspace to handle emulation errorsGravatar Aaron Lewis 1-0/+6
2021-06-24KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logicGravatar Sean Christopherson 1-3/+0
2021-06-24KVM: x86: Enhance comments for MMU roles and nested transition trickinessGravatar Sean Christopherson 1-10/+47
2021-06-24KVM: x86/mmu: Drop "nx" from MMU context now that there are no readersGravatar Sean Christopherson 1-2/+0
2021-06-24KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigansGravatar Sean Christopherson 1-2/+2
2021-06-24Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...Gravatar Sean Christopherson 1-1/+0
2021-06-24KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is brokenGravatar Sean Christopherson 1-1/+1
2021-06-24KVM: x86: Force all MMUs to reinitialize if guest CPUID is modifiedGravatar Sean Christopherson 1-0/+1
2021-06-24Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"Gravatar Sean Christopherson 1-0/+1
2021-06-24KVM: stats: Separate generic stats from architecture specific onesGravatar Jing Zhang 1-7/+2
2021-06-23x86/fpu: Return proper error codes from user access functionsGravatar Thomas Gleixner 1-7/+12
2021-06-23x86/pkru: Remove xstate fiddling from write_pkru()Gravatar Thomas Gleixner 2-26/+5
2021-06-23x86/fpu: Remove PKRU handling from switch_fpu_finish()Gravatar Thomas Gleixner 1-30/+4
2021-06-23x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsGravatar Thomas Gleixner 2-2/+12
2021-06-23x86/fpu: Hook up PKRU into ptrace()Gravatar Dave Hansen 1-1/+1
2021-06-23x86/fpu: Add PKRU storage outside of task XSAVE bufferGravatar Dave Hansen 1-0/+9
2021-06-23x86/fpu: Dont restore PKRU in fpregs_restore_userspace()Gravatar Thomas Gleixner 2-1/+34
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Gravatar Thomas Gleixner 2-2/+11
2021-06-23x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()Gravatar Thomas Gleixner 1-24/+1
2021-06-23x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()Gravatar Thomas Gleixner 1-4/+2
2021-06-23x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()Gravatar Thomas Gleixner 1-1/+2
2021-06-23x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()Gravatar Thomas Gleixner 1-1/+0
2021-06-23x86/pkru: Provide pkru_write_default()Gravatar Thomas Gleixner 1-0/+8