summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-06-23x86/fpu: Cleanup arch_set_user_pkey_access()Thomas Gleixner1-5/+6
2021-06-23x86/kvm: Avoid looking up PKRU in XSAVE bufferDave Hansen1-21/+24
2021-06-23x86/fpu: Get rid of using_compacted_format()Thomas Gleixner2-19/+4
2021-06-23x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner3-28/+22
2021-06-23x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner3-24/+19
2021-06-23x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner2-81/+0
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()Thomas Gleixner1-10/+20
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()Thomas Gleixner1-3/+8
2021-06-23x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner3-14/+42
2021-06-23x86/fpu: Clean up fpregs_set()Andy Lutomirski1-15/+16
2021-06-23x86/fpu: Fail ptrace() requests that try to set invalid MXCSR valuesAndy Lutomirski1-2/+3
2021-06-23x86/fpu: Rewrite xfpregs_set()Andy Lutomirski1-14/+23
2021-06-23x86/fpu: Simplify PTRACE_GETREGS codeDave Hansen2-24/+6
2021-06-23x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()Thomas Gleixner1-3/+16
2021-06-23x86/fpu: Sanitize xstateregs_set()Thomas Gleixner3-35/+25
2021-06-23x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner1-1/+1
2021-06-23x86/fpu: Move inlines where they belongThomas Gleixner2-14/+15
2021-06-23x86/fpu: Remove unused get_xsave_field_ptr()Thomas Gleixner2-31/+0
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner4-16/+5
2021-06-23x86/fpu: Make xfeatures_mask_all __ro_after_initThomas Gleixner1-13/+15
2021-06-23x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner2-7/+11
2021-06-23x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner2-11/+0
2021-06-23x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner1-44/+61
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov177-714/+1216
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2-25/+46
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner1-18/+8
2021-06-20Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-24/+56
2021-06-20Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-7/+7
2021-06-19Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+10
2021-06-19Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+2
2021-06-19riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov1-1/+1
2021-06-19riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang2-4/+3
2021-06-19riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang1-4/+4
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+44
2021-06-18Merge tag 'arc-5.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+45
2021-06-18x86/mm: Avoid truncating memblocks for SGX memoryFan Du1-1/+7
2021-06-18PCI: Add AMD RS690 quirk to enable 64-bit DMAMikel Rychliski1-0/+44