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
Age
Commit message (
Expand
)
Author
2021-10-20
x86/fpu: Remove fpu::state
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 restore_fpregs_from_fpstate() to struct fpstate
Thomas Gleixner
2021-10-20
x86/fpu: Provide struct fpstate
Thomas Gleixner
2021-10-20
x86/fpu: Replace KVMs home brewed FPU copy to user
Thomas Gleixner
2021-10-20
x86/fpu: Provide a proper function for ex_handler_fprestore()
Thomas Gleixner
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
2021-10-20
x86/fpu: Mop up the internal.h leftovers
Thomas Gleixner
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
2021-10-20
x86/fpu: Move fpstate functions to api.h
Thomas Gleixner
2021-10-20
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
2021-10-20
x86/fpu: Move fpregs_restore_userregs() to core
Thomas Gleixner
2021-10-20
x86/fpu: Make WARN_ON_FPU() private
Thomas Gleixner
2021-10-20
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
2021-10-20
x86/fpu: Move os_xsave() and os_xrstor() to core
Thomas Gleixner
2021-10-20
x86/fpu: Make os_xrstor_booting() private
Thomas Gleixner
2021-10-20
x86/fpu: Clean up CPU feature tests
Thomas Gleixner
2021-10-20
x86/fpu: Move context switch and exit to user inlines into sched.h
Thomas Gleixner
2021-10-20
x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
Thomas Gleixner
2021-10-20
x86/fpu: Replace KVMs home brewed FPU copy from user
Thomas Gleixner
2021-10-20
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
2021-10-20
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
2021-10-20
x86/fpu: Remove pointless argument from switch_fpu_finish()
Thomas Gleixner
2021-10-18
iommu/vt-d: Clean up unused PASID updating functions
Fenghua Yu
2021-09-14
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
Thomas Gleixner
2021-09-14
x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
Thomas Gleixner
2021-09-14
x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
Thomas Gleixner
2021-09-13
x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
Thomas Gleixner
2021-09-13
x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups
Thomas Gleixner
2021-09-13
x86/extable: Rework the exception table mechanics
Thomas Gleixner
2021-06-23
x86/fpu: Return proper error codes from user access functions
Thomas Gleixner
2021-06-23
x86/fpu: Remove PKRU handling from switch_fpu_finish()
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/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
Thomas Gleixner
2021-06-23
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
2021-06-23
x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Thomas Gleixner
2021-06-23
x86/fpu: Rename and sanitize fpu__save/copy()
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 copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
2021-06-23
x86/fpu: Get rid of the FNSAVE optimization
Thomas Gleixner
2021-06-23
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
Thomas Gleixner
2021-06-23
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
2021-06-23
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
[prev]
[next]