aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae5-2/+61
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner4-12/+95
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae2-0/+6
2021-10-26x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae1-0/+1
2021-10-26x86/fpu: Reset permission and fpstate on exec()Chang S. Bae1-3/+4
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner2-11/+26
2021-10-26x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae3-40/+26
2021-10-26x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner1-4/+31
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner1-0/+4
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae3-2/+169
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner1-3/+6
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner1-0/+5
2021-10-26x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae1-18/+28
2021-10-26x86/signal: Implement sigaltstack size validationThomas Gleixner1-0/+35
2021-10-25trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira1-1/+1
2021-10-25signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.Eric W. Biederman1-1/+3
2021-10-25signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ONEric W. Biederman1-4/+2
2021-10-25x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperVTianyu Lan2-15/+23
2021-10-25x86/of: Kill unused early_init_dt_scan_chosen_arch()Rob Herring1-5/+0
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner1-32/+0
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner1-8/+8
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner1-6/+79
2021-10-22x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson1-1/+3
2021-10-22sched,x86: Fix L2 cache maskPeter Zijlstra1-2/+2
2021-10-22x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini1-0/+53
2021-10-22x86/sgx/virt: extract sgx_vepc_remove_pagePaolo Bonzini1-5/+7
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov3-22/+18
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner1-0/+13
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner3-9/+16
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner3-6/+6
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane4-7/+42
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner4-32/+34
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner7-42/+41
2021-10-21x86/fpu/xstate: Cleanup size calculationsThomas Gleixner1-36/+46
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner1-10/+5
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner1-0/+4
2021-10-21x86/sev: Allow #VC exceptions on the VC2 stackJoerg Roedel1-4/+17
2021-10-21x86/sev: Fix stack type check in vc_switch_off_ist()Joerg Roedel1-1/+1
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives3-0/+42
2021-10-21x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner1-17/+27
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner5-13/+26
2021-10-21x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner3-10/+11
2021-10-21x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()Thomas Gleixner1-6/+6
2021-10-21x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()Thomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner3-6/+6
2021-10-21x86/fpu: Use fpstate::sizeThomas Gleixner2-11/+9
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner3-0/+18
2021-10-21x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner2-0/+12
2021-10-21x86/fpu: Do not leak fpstate pointer on forkThomas Gleixner1-0/+2
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2-31/+35