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
Age
Commit message (
Expand
)
Author
2021-10-26
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
2021-10-26
x86/fpu: Add XFD state to fpstate
Chang S. Bae
2021-10-26
x86/msr-index: Add MSRs for XFD
Chang S. Bae
2021-10-26
x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit
Chang S. Bae
2021-10-26
x86/fpu: Reset permission and fpstate on exec()
Chang S. Bae
2021-10-26
x86/fpu: Prepare fpu_clone() for dynamically enabled features
Thomas Gleixner
2021-10-26
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
2021-10-26
x86/signal: Use fpu::__state_user_size for sigalt stack validation
Thomas Gleixner
2021-10-26
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
2021-10-26
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
2021-10-26
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
2021-10-26
x86/fpu: Add members to struct fpu to cache permission information
Thomas Gleixner
2021-10-26
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
2021-10-26
x86/signal: Implement sigaltstack size validation
Thomas Gleixner
2021-10-26
signal: Add an optional check for altstack size
Thomas Gleixner
2021-10-23
x86/fpu: Remove old KVM FPU interface
Thomas Gleixner
2021-10-23
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
2021-10-23
x86/fpu: Provide infrastructure for KVM FPU cleanup
Thomas Gleixner
2021-10-23
x86/fpu: Prepare for sanitizing KVM FPU code
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: Move xstate size to fpu_*_cfg
Thomas Gleixner
2021-10-21
x86/fpu/xstate: Cleanup size calculations
Thomas Gleixner
2021-10-21
x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
Thomas Gleixner
2021-10-21
x86/fpu: Provide struct fpu_config
Thomas Gleixner
2021-10-21
x86/fpu/signal: Use fpstate for size and features
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: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
Thomas Gleixner
2021-10-21
x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
Thomas Gleixner
2021-10-21
x86/fpu/xstate: Use fpstate for os_xsave()
Thomas Gleixner
2021-10-21
x86/fpu: Use fpstate::size
Thomas Gleixner
2021-10-21
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
2021-10-21
x86/process: Move arch_thread_struct_whitelist() out of line
Thomas Gleixner
2021-10-21
x86/fpu: Do not leak fpstate pointer on fork
Thomas Gleixner
2021-10-20
x86/fpu: Remove fpu::state
Thomas Gleixner
2021-10-20
x86/math-emu: Convert to fpstate
Thomas Gleixner
2021-10-20
x86/fpu/core: Convert to fpstate
Thomas Gleixner
2021-10-20
x86/fpu/signal: Convert to fpstate
Thomas Gleixner
2021-10-20
x86/fpu/regset: Convert to fpstate
Thomas Gleixner
2021-10-20
x86/fpu: Convert tracing to fpstate
Thomas Gleixner
2021-10-20
x86/KVM: 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: Convert fpstate_init() 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
[next]