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
/
include
/
asm
/
fpu
/
xstate.h
Age
Commit message (
Expand
)
Author
2021-10-26
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
2021-10-26
x86/fpu/amx: Define AMX state components and have it used for boot-time checks
Chang S. Bae
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
2021-10-26
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
2021-10-22
x86/fpu/xstate: Move remaining xfeature helpers to core
Thomas Gleixner
2021-10-22
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
2021-10-22
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
2021-10-21
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
2021-10-21
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
2021-10-20
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
2021-10-20
x86/fpu: Move os_xsave() and os_xrstor() to core
Thomas Gleixner
2021-06-23
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
2021-06-23
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
2021-06-23
x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
Thomas Gleixner
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
2021-06-23
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
2021-06-23
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
2021-06-23
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
2021-06-23
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
2021-06-23
x86/fpu: Get rid of using_compacted_format()
Thomas Gleixner
2021-06-23
x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
Thomas Gleixner
2021-06-23
x86/fpu: Sanitize xstateregs_set()
Thomas Gleixner
2021-06-23
x86/fpu: Remove unused get_xsave_field_ptr()
Thomas Gleixner
2020-09-17
x86/fpu/xstate: Add supervisor PASID state for ENQCMD
Yu-cheng Yu
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-07-27
x86: switch to ->regset_get()
Al Viro
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
2020-07-08
x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature
Kan Liang
2020-07-08
x86/fpu/xstate: Support dynamic supervisor feature for LBR
Kan Liang
2020-05-16
x86/fpu: Introduce copy_supervisor_to_kernel()
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
2019-07-07
x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()
Sebastian Andrzej Siewior
2019-04-11
x86/fpu: Eager switch PKRU state
Rik van Riel
2019-04-10
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-26
x86/fpu: Introduce validate_xstate_header()
Eric Biggers
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
2017-09-24
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
2017-09-24
x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
Ingo Molnar
2017-09-24
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
2017-09-24
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
2017-09-24
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2016-10-07
x86/fpu: Remove the XFEATURE_MASK_EAGER/LAZY distinction
Andy Lutomirski
[next]