aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-06-24KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCBJim Mattson2-0/+4
2021-06-24x86/resctrl: Fix kernel-doc in internal.hFabio M. De Francesco1-7/+14
2021-06-24x86/resctrl: Fix kernel-doc in pseudo_lock.cFabio M. De Francesco1-2/+8
2021-06-24perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner1-1/+2
2021-06-23x86/fpu/signal: Let xrstor handle the features to initThomas Gleixner1-58/+31
2021-06-23x86/fpu/signal: Handle #PF in the direct restore pathThomas Gleixner1-34/+33
2021-06-23x86/fpu: Return proper error codes from user access functionsThomas Gleixner1-7/+12
2021-06-23x86/fpu/signal: Split out the direct restore codeThomas Gleixner1-54/+58
2021-06-23x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()Thomas Gleixner1-20/+14
2021-06-23x86/fpu/signal: Sanitize the xstate check on sigframeThomas Gleixner1-37/+33
2021-06-23x86/fpu/signal: Remove the legacy alignment checkThomas Gleixner1-3/+0
2021-06-23x86/fpu/signal: Move initial checks into fpu__restore_sig()Thomas Gleixner1-35/+41
2021-06-23x86/fpu: Mark init_fpstate __ro_after_initThomas Gleixner1-1/+1
2021-06-23x86/pkru: Remove xstate fiddling from write_pkru()Thomas Gleixner3-28/+7
2021-06-23x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()Thomas Gleixner1-18/+4
2021-06-23x86/fpu: Remove PKRU handling from switch_fpu_finish()Thomas Gleixner1-30/+4
2021-06-23x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner4-3/+14
2021-06-23x86/fpu: Hook up PKRU into ptrace()Dave Hansen3-14/+23
2021-06-23x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen3-0/+41
2021-06-23x86/fpu: Dont restore PKRU in fpregs_restore_userspace()Thomas Gleixner3-2/+35
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner5-17/+26
2021-06-23x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()Thomas Gleixner2-24/+28
2021-06-23x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()Thomas Gleixner3-6/+4
2021-06-23x86/fpu: Clean up the fpu__clear() variantsAndy Lutomirski2-37/+86
2021-06-23x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()Thomas Gleixner3-4/+5
2021-06-23x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()Thomas Gleixner3-20/+1
2021-06-23x86/cpu: Write the default PKRU value when enabling PKEThomas Gleixner1-0/+2
2021-06-23x86/pkru: Provide pkru_write_default()Thomas Gleixner1-0/+8
2021-06-23x86/pkru: Provide pkru_get_init_value()Thomas Gleixner1-0/+2
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner7-23/+21
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner5-16/+17
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen7-56/+67
2021-06-23x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner3-55/+54
2021-06-23x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski3-45/+45
2021-06-23x86/fpu: Rename initstate copy functionsThomas Gleixner1-3/+3
2021-06-23x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()Thomas Gleixner3-7/+7
2021-06-23perf/x86/intel: Fix instructions:ppp support in Sapphire RapidsKan Liang1-1/+3
2021-06-23perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire RapidsKan Liang1-0/+2
2021-06-23perf/x86/intel: Fix fixed counter check warning for some Alder LakeKan Liang1-2/+7
2021-06-23perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBSLike Xu1-6/+14
2021-06-23x86/fpu: Get rid of the FNSAVE optimizationThomas Gleixner2-38/+34
2021-06-23x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()Thomas Gleixner3-8/+8
2021-06-23x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()Thomas Gleixner1-90/+47
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner4-6/+7
2021-06-23x86/fpu: Rename fregs-related copy functionsThomas Gleixner3-9/+9
2021-06-23x86/math-emu: Rename frstor()Thomas Gleixner3-3/+3
2021-06-23x86/fpu: Rename fxregs-related copy functionsThomas Gleixner3-21/+13
2021-06-23x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()Thomas Gleixner2-4/+4
2021-06-23x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()Thomas Gleixner4-21/+26
2021-06-23x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner3-61/+8