index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
fpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Add PTRACE interface for shadow stack
Rick Edgecombe
2023-08-03
1
-3
/
+4
*
x86/shstk: Handle thread shadow stack
Rick Edgecombe
2023-08-03
1
-1
/
+2
*
x86/fpu: Add helper for modifying xstate
Rick Edgecombe
2023-08-03
1
-0
/
+9
*
x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
Rick Edgecombe
2023-08-03
2
-4
/
+18
*
Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-06-26
1
-1
/
+1
|
\
|
*
x86/fpu: Remove cpuinfo argument from init functions
Thomas Gleixner
2023-06-16
1
-1
/
+1
*
|
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
2023-06-01
1
-1
/
+1
|
/
*
Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-21
2
-2
/
+2
|
\
|
*
x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
Jens Axboe
2023-01-25
1
-1
/
+1
|
*
x86/fpu: Replace zero-length array in struct xregs_state with flexible-array ...
Gustavo A. R. Silva
2023-01-19
1
-1
/
+1
*
|
cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
Peter Zijlstra
2023-01-13
1
-2
/
+2
|
/
*
x86/signal: Add ABI prefixes to frame setup functions
Brian Gerst
2022-10-19
1
-5
/
+0
*
x86/signal: Remove sigset_t parameter from frame setup functions
Brian Gerst
2022-10-19
1
-4
/
+2
*
x86/signal: Remove sig parameter from frame setup functions
Brian Gerst
2022-10-19
1
-2
/
+2
*
x86/fpu: Add a helper to prepare AMX state for low-power CPU idle
Chang S. Bae
2022-07-19
1
-0
/
+2
*
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-04
1
-1
/
+1
|
\
|
*
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
1
-1
/
+1
*
|
x86: Remove empty files
Borislav Petkov
2022-05-20
1
-0
/
+0
*
|
x86/prctl: Remove pointless task argument
Thomas Gleixner
2022-05-13
1
-2
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-16
2
-0
/
+43
|
\
|
*
x86/fpu: Fix inline prefix warnings
Yang Zhong
2022-01-14
1
-1
/
+1
|
*
x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
Thomas Gleixner
2022-01-14
1
-0
/
+2
|
*
x86/fpu: Add uabi_size to guest_fpu
Thomas Gleixner
2022-01-14
1
-0
/
+5
|
*
x86/fpu: Prepare xfd_err in struct fpu_guest
Jing Liu
2022-01-14
1
-0
/
+5
|
*
x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
Kevin Tian
2022-01-14
1
-0
/
+6
|
*
x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
Sean Christopherson
2022-01-14
1
-0
/
+1
|
*
x86/fpu: Prepare guest FPU for dynamically enabled FPU features
Thomas Gleixner
2022-01-07
1
-0
/
+13
|
*
x86/fpu: Extend fpu_xstate_prctl() with guest permissions
Thomas Gleixner
2022-01-07
2
-0
/
+11
*
|
x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototype
Shaokun Zhang
2021-12-10
1
-3
/
+0
|
/
*
iommu/vt-d: Remove unused PASID_DISABLED
Joerg Roedel
2021-11-26
1
-6
/
+0
*
Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-11-14
2
-0
/
+19
|
\
|
*
x86/fpu: Optimize out sigframe xfeatures when in init state
Dave Hansen
2021-11-03
2
-0
/
+19
*
|
Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-04
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
iommu/vt-d: Clean up unused PASID updating functions
Fenghua Yu
2021-10-18
1
-2
/
+0
*
|
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
2021-10-26
1
-2
/
+3
*
|
x86/fpu/amx: Define AMX state components and have it used for boot-time checks
Chang S. Bae
2021-10-26
2
-0
/
+34
*
|
x86/fpu/xstate: Add fpstate_realloc()/free()
Chang S. Bae
2021-10-26
1
-0
/
+7
*
|
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
2021-10-26
1
-0
/
+2
*
|
x86/fpu: Add XFD state to fpstate
Chang S. Bae
2021-10-26
1
-0
/
+3
*
|
x86/fpu: Prepare fpu_clone() for dynamically enabled features
Thomas Gleixner
2021-10-26
1
-1
/
+1
*
|
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
2021-10-26
1
-0
/
+21
*
|
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
2021-10-26
1
-0
/
+4
*
|
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
2021-10-26
1
-0
/
+7
*
|
x86/fpu: Add members to struct fpu to cache permission information
Thomas Gleixner
2021-10-26
1
-0
/
+46
*
|
x86/fpu: Remove old KVM FPU interface
Thomas Gleixner
2021-10-23
1
-2
/
+0
*
|
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
2021-10-23
1
-2
/
+2
*
|
x86/fpu: Provide infrastructure for KVM FPU cleanup
Thomas Gleixner
2021-10-23
1
-0
/
+13
*
|
x86/fpu: Prepare for sanitizing KVM FPU code
Thomas Gleixner
2021-10-23
1
-1
/
+43
*
|
x86/fpu/xstate: Move remaining xfeature helpers to core
Thomas Gleixner
2021-10-22
1
-13
/
+0
*
|
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
2021-10-22
1
-20
/
+7
[next]