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
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
2
-2
/
+2
2026-07-06
x86/cpu: Hide and rename static_cpu_has()
Borislav Petkov (AMD)
2
-2
/
+2
2026-06-30
x86/fpu: Fix kernel-doc formatting above fpu_enable_guest_xfd_features()
Chao Gao
1
-9
/
+9
2026-06-15
Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2
-13
/
+1
2026-05-29
Revert "x86/fpu: Refine and simplify the magic number check during signal ret...
Andrei Vagin
1
-3
/
+8
2026-05-08
x86/fpu: Remove MATH_EMULATION and related glue code
Ingo Molnar
2
-13
/
+1
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2026-04-05
mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()
Seongsu Park
1
-2
/
+1
2026-04-04
x86/fpu: Correct misspelled xfeaures_to_write local var
Borislav Petkov (AMD)
1
-4
/
+4
2026-01-10
x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
Sean Christopherson
1
-3
/
+29
2025-12-10
x86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeatures
Yongxin Liu
1
-2
/
+2
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
2
-13
/
+15
2025-10-28
x86/fpu: Ensure XFD state on signal delivery
Chang S. Bae
1
-0
/
+3
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
1
-1
/
+1
2025-08-11
x86/fpu: Fix NULL dereference in avx512_status()
Fushuai Wang
1
-9
/
+10
2025-06-24
x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only feature
Yang Weijiang
1
-1
/
+4
2025-06-24
x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set
Yang Weijiang
1
-2
/
+5
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
3
-6
/
+28
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-148
/
+227
2025-05-26
x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining
Eric Biggers
2
-13
/
+24
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
1
-1
/
+1
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
3
-7
/
+10
2025-05-06
x86/fpu: Drop @perm from guest pseudo FPU container
Chao Gao
1
-5
/
+2
2025-05-06
x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
Sean Christopherson
1
-7
/
+11
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-04
x86/fpu: Remove x86_init_fpu
Oleg Nesterov
1
-4
/
+0
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
3
-0
/
+3
2025-04-16
x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()
Chang S. Bae
1
-3
/
+3
2025-04-16
x86/fpu: Remove export of mxcsr_feature_mask
Chang S. Bae
1
-1
/
+0
2025-04-16
x86/pkeys: Simplify PKRU update in signal frame
Chang S. Bae
1
-6
/
+3
2025-04-16
x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVE
Chang S. Bae
2
-10
/
+14
2025-04-16
x86/fpu: Log XSAVE disablement consistently
Chang S. Bae
1
-3
/
+5
2025-04-16
x86/fpu/apx: Enable APX state support
Chang S. Bae
1
-1
/
+2
2025-04-16
x86/fpu/apx: Disallow conflicting MPX presence
Chang S. Bae
1
-0
/
+11
2025-04-16
x86/fpu/apx: Define APX state component
Chang S. Bae
1
-0
/
+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
2
-9
/
+9
2025-04-14
x86/fpu: Remove init_task FPU state dependencies, add debugging warning for P...
Ingo Molnar
3
-9
/
+12
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
2
-4
/
+1
2025-04-14
x86/fpu: Make task_struct::thread constant size
Ingo Molnar
2
-18
/
+22
2025-04-14
x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()
Ingo Molnar
7
-55
/
+55
2025-04-14
x86/fpu/xstate: Adjust xstate copying logic for user ABI
Chang S. Bae
1
-9
/
+9
2025-04-14
x86/fpu/xstate: Adjust XSAVE buffer size calculation
Chang S. Bae
1
-2
/
+9
[next]