summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2021-10-21x86/fpu: Do not leak fpstate pointer on forkThomas Gleixner
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner
2021-10-20x86/fpu/signal: Convert to fpstateThomas Gleixner
2021-10-20x86/fpu/regset: Convert to fpstateThomas Gleixner
2021-10-20x86/fpu: Replace KVMs xstate component clearingThomas Gleixner
2021-10-20x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner
2021-10-20x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner
2021-10-20x86: dt: Use of_get_cpu_hwid()Rob Herring
2021-10-20exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exitEric W. Biederman
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner
2021-10-20x86/sev: Include fpu/xcr.hThomas Gleixner
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner
2021-10-20x86/fpu: Move fpstate functions to api.hThomas Gleixner
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner
2021-10-20x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner
2021-10-20x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner
2021-10-20x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner
2021-10-20x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner
2021-10-20x86/fpu: Make os_xrstor_booting() privateThomas Gleixner
2021-10-20x86/fpu: Clean up CPU feature testsThomas Gleixner
2021-10-20x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner
2021-10-20x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner
2021-10-20x86/fpu: Rework copy_xstate_to_uabi_buf()Thomas Gleixner
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner
2021-10-20x86/fpu/xstate: Mark all init only functions __initThomas Gleixner
2021-10-20x86/fpu/xstate: Provide and use for_each_xfeature()Thomas Gleixner
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner
2021-10-20x86/fpu: Do not inherit FPU context for kernel and IO worker threadsThomas Gleixner
2021-10-20x86/process: Clone FPU in copy_thread()Thomas Gleixner
2021-10-20x86/fpu: Remove pointless memset in fpu_clone()Thomas Gleixner
2021-10-20x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner
2021-10-20x86/fpu: Restrict xsaves()/xrstors() to independent statesThomas Gleixner
2021-10-20x86/fpu: Update stale commentsThomas Gleixner
2021-10-20x86/fpu: Remove pointless argument from switch_fpu_finish()Thomas Gleixner
2021-10-19x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)
2021-10-19x86/ftrace: Remove extra orig rax moveJiri Olsa
2021-10-19x86/sev: Carve out HV call's return value verificationBorislav Petkov
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-10-18x86/pci/probe_roms: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar
2021-10-16x86/fpu: Mask out the invalid MXCSR bits properlyBorislav Petkov
2021-10-15sched: Add cluster scheduler level for x86Tim Chen
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook