summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner2021-10-208-12/+19
* x86/fpu: Move fpstate functions to api.hThomas Gleixner2021-10-204-10/+13
* x86/fpu: Move mxcsr related code to coreThomas Gleixner2021-10-206-13/+12
* x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner2021-10-205-83/+88
* x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner2021-10-203-9/+8
* x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner2021-10-205-101/+111
* x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner2021-10-204-171/+175
* x86/fpu: Make os_xrstor_booting() privateThomas Gleixner2021-10-202-25/+23
* x86/fpu: Clean up CPU feature testsThomas Gleixner2021-10-204-18/+14
* x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner2021-10-206-63/+72
* x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner2021-10-204-3/+12
* x86/fpu: Rework copy_xstate_to_uabi_buf()Thomas Gleixner2021-10-202-8/+29
* x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner2021-10-204-74/+43
* x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner2021-10-207-60/+48
* x86/fpu/xstate: Mark all init only functions __initThomas Gleixner2021-10-201-5/+5
* x86/fpu/xstate: Provide and use for_each_xfeature()Thomas Gleixner2021-10-201-33/+23
* x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner2021-10-206-33/+49
* x86/fpu: Do not inherit FPU context for kernel and IO worker threadsThomas Gleixner2021-10-201-11/+26
* x86/process: Clone FPU in copy_thread()Thomas Gleixner2021-10-201-1/+3
* x86/fpu: Remove pointless memset in fpu_clone()Thomas Gleixner2021-10-201-6/+0
* x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner2021-10-202-25/+0
* x86/fpu: Restrict xsaves()/xrstors() to independent statesThomas Gleixner2021-10-201-15/+7
* x86/pkru: Remove useless includeThomas Gleixner2021-10-202-1/+2
* x86/fpu: Update stale commentsThomas Gleixner2021-10-201-10/+3
* x86/fpu: Remove pointless argument from switch_fpu_finish()Thomas Gleixner2021-10-203-5/+3
* Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2021-10-1661-386/+697
|\
| * x86/fpu: Mask out the invalid MXCSR bits properlyBorislav Petkov2021-10-161-1/+1
| * x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automaticallyBorislav Petkov2021-10-111-1/+0
| * Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-109-14/+99
| |\
| | * x86/fpu: Restore the masking out of reserved MXCSR bitsBorislav Petkov2021-10-081-3/+8
| | * x86/Kconfig: Correct reference to MWINCHIP3DLukas Bulwahn2021-10-061-1/+1
| | * x86/platform/olpc: Correct ifdef symbol to intended CONFIG_OLPC_XO15_SCILukas Bulwahn2021-10-061-1/+1
| | * x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum2021-10-061-0/+1
| | * x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn2021-10-061-1/+1
| | * x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse2021-10-061-2/+2
| | * x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-061-0/+2
| | * x86/hpet: Use another crystalball to evaluate HPET usabilityThomas Gleixner2021-10-012-6/+81
| | * x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]Tom Lendacky2021-10-011-0/+2
| * | Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-10-0810-68/+97
| |\ \
| | * | xen/x86: adjust data placementJan Beulich2021-10-052-3/+5
| | * | x86/PVH: adjust function/data placementJan Beulich2021-10-051-6/+6
| | * | xen/x86: hook up xen_banner() also for PVHJan Beulich2021-10-054-11/+16
| | * | xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich2021-10-054-7/+18
| | * | xen/x86: allow "earlyprintk=xen" to work for PV Dom0Jan Beulich2021-10-051-1/+1
| | * | xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich2021-10-057-35/+47
| | * | xen/x86: prevent PVH type from getting clobberedJan Beulich2021-10-051-5/+4
| | * | xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich2021-10-051-1/+1
| * | | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-2/+0
| |\ \ \
| | * | | firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann2021-10-071-2/+0
| * | | | Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-071-5/+15
| |\ \ \ \