index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
Age
Commit message (
Expand
)
Author
2020-06-01
Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-05-27
copy_xstate_to_kernel(): don't leave parts of destination uninitialized
Al Viro
2020-05-16
x86/fpu/xstate: Restore supervisor states for signal return
Yu-cheng Yu
2020-05-16
x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...
Yu-cheng Yu
2020-05-16
x86/fpu: Introduce copy_supervisor_to_kernel()
Yu-cheng Yu
2020-05-13
x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstates
Yu-cheng Yu
2020-05-13
x86/fpu/xstate: Define new functions for clearing fpregs and xstates
Fenghua Yu
2020-05-13
x86/fpu/xstate: Introduce XSAVES supervisor states
Yu-cheng Yu
2020-05-13
x86/fpu/xstate: Separate user and supervisor xfeatures mask
Yu-cheng Yu
2020-05-12
x86/fpu/xstate: Define new macros for supervisor and user xstates
Fenghua Yu
2020-05-12
x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()
Fenghua Yu
2020-02-24
x86/pkeys: Add check for pkey "overflow"
Dave Hansen
2020-02-12
x86/fpu/xstate: Warn when checking alignment of disabled xfeatures
Yu-cheng Yu
2020-02-12
x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()
Yu-cheng Yu
2020-02-11
x86/fpu/xstate: Fix last_good_offset in setup_xstate_features()
Yu-cheng Yu
2020-01-07
x86/fpu: Deactivate FPU state after failure during state load
Sebastian Andrzej Siewior
2020-01-06
x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return bool
Yu-cheng Yu
2020-01-06
x86/fpu/xstate: Fix small issues
Yu-cheng Yu
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-11-04
x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbers
Cyrill Gorcunov
2019-11-04
x86/fpu: Shrink space allocated for xstate_comp_offsets
Cyrill Gorcunov
2019-11-04
x86/fpu: Update stale variable name in comment
Cyrill Gorcunov
2019-07-08
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-07-07
x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()
Sebastian Andrzej Siewior
2019-07-07
x86/fpu: Make 'no387' and 'nofxsr' command line options useful
Sebastian Andrzej Siewior
2019-06-17
x86/fpu: Remove the fpu__save() export
Christoph Hellwig
2019-06-17
x86/fpu: Simplify kernel_fpu_begin()
Christoph Hellwig
2019-06-17
x86/fpu: Simplify kernel_fpu_end()
Christoph Hellwig
2019-06-13
x86/fpu: Don't use current->mm to check for a kthread
Christoph Hellwig
2019-06-12
x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status
Aubrey Li
2019-06-08
x86/fpu: Update kernel's FPU state before using for the fsave header
Sebastian Andrzej Siewior
2019-06-06
x86/fpu: Use fault_in_pages_writeable() for pre-faulting
Hugh Dickins
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-06
x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails
Sebastian Andrzej Siewior
2019-04-12
x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpath
Sebastian Andrzej Siewior
2019-04-12
x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-12
x86/fpu: Add a fastpath to __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
2019-04-12
x86/fpu: Merge the two code paths in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
2019-04-11
x86/fpu: Inline copy_user_to_fpregs_zeroing()
Sebastian Andrzej Siewior
2019-04-11
x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
Rik van Riel
2019-04-11
x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
Rik van Riel
2019-04-10
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
2019-04-10
x86/fpu: Make __raw_xsave_addr() use a feature number instead of mask
Sebastian Andrzej Siewior
2019-04-10
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-10
x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-09
x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
[next]