summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2021-10-26x86/fpu: Reset permission and fpstate on exec()Chang S. Bae
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner
2021-10-26x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae
2021-10-26x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner
2021-10-26x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae
2021-10-26x86/signal: Implement sigaltstack size validationThomas Gleixner
2021-10-25trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira
2021-10-25x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperVTianyu Lan
2021-10-25x86/of: Kill unused early_init_dt_scan_chosen_arch()Rob Herring
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner
2021-10-22x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson
2021-10-22sched,x86: Fix L2 cache maskPeter Zijlstra
2021-10-22x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini
2021-10-22x86/sgx/virt: extract sgx_vepc_remove_pagePaolo Bonzini
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner
2021-10-21x86/fpu/xstate: Cleanup size calculationsThomas Gleixner
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner
2021-10-21x86/sev: Allow #VC exceptions on the VC2 stackJoerg Roedel
2021-10-21x86/sev: Fix stack type check in vc_switch_off_ist()Joerg Roedel
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives
2021-10-21x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner
2021-10-21x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner
2021-10-21x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()Thomas Gleixner
2021-10-21x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()Thomas Gleixner
2021-10-21x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner
2021-10-21x86/fpu: Use fpstate::sizeThomas Gleixner
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner
2021-10-21x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner
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