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
/
xstate.c
Age
Commit message (
Expand
)
Author
2022-11-16
x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
Kyle Huey
2022-11-16
x86/fpu: Allow PKRU to be (once again) written by ptrace.
Kyle Huey
2022-11-16
x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
Kyle Huey
2022-11-16
x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
Kyle Huey
2022-11-16
x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
Kyle Huey
2022-11-09
x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics
Andrew Cooper
2022-10-21
x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly
Chang S. Bae
2022-10-17
x86/fpu: Exclude dynamic states from init_fpstate
Chang S. Bae
2022-10-17
x86/fpu: Fix the init_fpstate size check with the actual size
Chang S. Bae
2022-10-17
x86/fpu: Configure init_fpstate attributes orderly
Chang S. Bae
2022-05-23
Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-13
x86/prctl: Remove pointless task argument
Thomas Gleixner
2022-05-02
x86/fpu: Cleanup variable shadowing
Thomas Gleixner
2022-04-25
x86/fpu/xsave: Support XSAVEC in the kernel
Thomas Gleixner
2022-03-30
x86/fpu/xstate: Consolidate size calculations
Thomas Gleixner
2022-03-30
x86/fpu/xstate: Handle supervisor states in XSTATE permissions
Thomas Gleixner
2022-03-30
x86/fpu/xsave: Handle compacted offsets correctly with supervisor states
Thomas Gleixner
2022-03-30
x86/fpu: Cache xfeature flags from CPUID
Thomas Gleixner
2022-03-30
x86/fpu/xsave: Initialize offset/size cache early
Thomas Gleixner
2022-03-30
x86/fpu: Remove unused supervisor only offsets
Thomas Gleixner
2022-03-23
x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
Yang Zhong
2022-02-17
x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
Leonardo Bras
2022-01-14
x86/fpu: Fix inline prefix warnings
Yang Zhong
2022-01-14
x86/fpu: Add uabi_size to guest_fpu
Thomas Gleixner
2022-01-14
x86/fpu: Add guest support to xfd_enable_feature()
Thomas Gleixner
2022-01-07
x86/fpu: Extend fpu_xstate_prctl() with guest permissions
Thomas Gleixner
2021-10-26
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
2021-10-26
x86/fpu: Add XFD handling for dynamic states
Chang S. Bae
2021-10-26
x86/fpu: Calculate the default sizes independently
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: Prepare XSAVE feature table for gaps in state component numbers
Chang S. Bae
2021-10-26
x86/fpu/xstate: Add fpstate_realloc()/free()
Chang S. Bae
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
2021-10-26
x86/fpu: Update XFD state where required
Chang S. Bae
2021-10-26
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
2021-10-26
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
2021-10-26
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
2021-10-26
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
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: Move xstate size to fpu_*_cfg
Thomas Gleixner
2021-10-21
x86/fpu/xstate: Cleanup size calculations
Thomas Gleixner
2021-10-21
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
2021-10-21
x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
Thomas Gleixner
2021-10-21
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
2021-10-20
x86/fpu/core: Convert to fpstate
Thomas Gleixner
2021-10-20
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
2021-10-20
x86/fpu: Convert fpstate_init() to struct fpstate
Thomas Gleixner
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
[next]