index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2026-07-06
x86/cpu: Hide and rename static_cpu_has()
Borislav Petkov (AMD)
1
-1
/
+1
2026-06-30
x86/fpu: Fix kernel-doc formatting above fpu_enable_guest_xfd_features()
Chao Gao
1
-9
/
+9
2026-05-08
x86/fpu: Remove MATH_EMULATION and related glue code
Ingo Molnar
1
-5
/
+0
2026-01-10
x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
Sean Christopherson
1
-3
/
+29
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
1
-10
/
+11
2025-10-28
x86/fpu: Ensure XFD state on signal delivery
Chang S. Bae
1
-0
/
+3
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
1
-1
/
+1
2025-06-24
x86/fpu: Remove xfd argument from __fpstate_reset()
Chao Gao
1
-6
/
+9
2025-06-24
x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaults
Chao Gao
1
-7
/
+22
2025-06-24
x86/fpu: Initialize guest FPU permissions from guest defaults
Chao Gao
1
-2
/
+8
2025-06-24
x86/fpu/xstate: Differentiate default features for host and guest FPUs
Chao Gao
1
-0
/
+1
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-34
/
+60
2025-05-26
x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining
Eric Biggers
1
-13
/
+21
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-1
/
+2
2025-05-06
x86/fpu: Drop @perm from guest pseudo FPU container
Chao Gao
1
-5
/
+2
2025-05-05
x86/fpu: Restore fpu_thread_struct_whitelist() to fix CONFIG_HARDENED_USERCOP...
Kees Cook
1
-0
/
+14
2025-05-04
x86/fpu: Check TIF_NEED_FPU_LOAD instead of PF_KTHREAD|PF_USER_WORKER in fpu_...
Oleg Nesterov
1
-2
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-16
x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()
Chang S. Bae
1
-3
/
+3
2025-04-14
x86/fpu: Clarify FPU context cacheline alignment
Ingo Molnar
1
-1
/
+2
2025-04-14
x86/fpu: Use 'fpstate' variable names consistently
Ingo Molnar
1
-7
/
+7
2025-04-14
x86/fpu: Remove init_task FPU state dependencies, add debugging warning for P...
Ingo Molnar
1
-4
/
+11
2025-04-14
x86/fpu: Make sure x86_task_fpu() doesn't get called for PF_KTHREAD|PF_USER_W...
Ingo Molnar
1
-1
/
+7
2025-04-14
x86/fpu: Push 'fpu' pointer calculation into the fpu__drop() call
Ingo Molnar
1
-1
/
+3
2025-04-14
x86/fpu: Remove the thread::fpu pointer
Ingo Molnar
1
-3
/
+1
2025-04-14
x86/fpu: Make task_struct::thread constant size
Ingo Molnar
1
-11
/
+12
2025-04-14
x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()
Ingo Molnar
1
-15
/
+15
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-03-25
x86/fpu: Update the outdated comment above fpstate_init_user()
Chao Gao
1
-1
/
+1
2025-03-17
x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures
Chao Gao
1
-2
/
+2
2025-03-06
x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable...
Eric Biggers
1
-4
/
+13
2025-02-21
x86/fpu: Fix guest FPU state buffer allocation size
Stanislav Spassov
1
-1
/
+1
2024-03-19
x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup
Uros Bizjak
1
-2
/
+2
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-10-12
x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer
Sean Christopherson
1
-2
/
+3
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+53
2023-08-24
x86/fpu: Invalidate FPU state correctly on exec()
Rick Edgecombe
1
-1
/
+1
2023-08-02
x86/shstk: Handle thread shadow stack
Rick Edgecombe
1
-1
/
+35
2023-08-02
x86/fpu: Add helper for modifying xstate
Rick Edgecombe
1
-0
/
+18
2023-06-01
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
1
-1
/
+1
2023-02-20
Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-01-25
x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
Jens Axboe
1
-1
/
+1
2023-01-13
cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
Peter Zijlstra
1
-2
/
+2
2022-12-12
Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-11
/
+8
2022-11-16
x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
Kyle Huey
1
-0
/
+8
2022-11-16
x86/fpu: Allow PKRU to be (once again) written by ptrace.
Kyle Huey
1
-12
/
+1
2022-11-16
x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
Kyle Huey
1
-1
/
+1
2022-11-10
x86/fpu: Drop fpregs lock before inheriting FPU permissions
Mel Gorman
1
-1
/
+1
2022-07-19
x86/fpu: Add a helper to prepare AMX state for low-power CPU idle
Chang S. Bae
1
-0
/
+14
[next]