index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
tls.c
Age
Commit message (
Expand
)
Author
2023-01-12
x86/gsseg: Move load_gs_index() to its own new header file
H. Peter Anvin (Intel)
2021-03-08
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
2020-07-27
x86: switch to ->regset_get()
Al Viro
2019-06-27
x86/tls: Fix possible spectre-v1 in do_get_thread_area()
Dianzhang Chen
2017-12-23
x86/ldt: Make the LDT mapping RO
Thomas Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-29
x86/asm: Replace access to desc_struct:a/b fields
Thomas Gleixner
2017-03-19
x86/tls: Forcibly set the accessed bit in TLS segments
Andy Lutomirski
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-04-29
x86/tls: Synchronize segment registers in set_thread_area()
Andy Lutomirski
2015-01-22
x86, tls: Interpret an all-zero struct user_desc as "no segment"
Andy Lutomirski
2014-12-18
x86/tls: Don't validate lm in set_thread_area() after all
Andy Lutomirski
2014-12-14
x86/tls: Disallow unusual TLS segments
Andy Lutomirski
2014-12-14
x86/tls: Validate TLS entries to protect espfix
Andy Lutomirski
2013-03-03
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
Al Viro
2012-03-29
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-03-28
Disintegrate asm/system.h for X86
David Howells
2012-03-28
x86, tls: Off by one limit check
Dan Carpenter
2008-07-22
x86: Introducing asm/syscalls.h
Jaswinder Singh
2008-04-10
asmlinkage_protect replaces prevent_tail_call
Roland McGrath
2008-02-29
x86: tls prevent_tail_call
Roland McGrath
2008-01-30
x86: x86 user_regset TLS
Roland McGrath
2008-01-30
x86: x86 TLS desc_struct cleanup
Roland McGrath
2008-01-30
x86: modify get_desc_base
Glauber de Oliveira Costa
2008-01-30
x86: introduce fill_ldt
Glauber de Oliveira Costa
2008-01-30
x86: TLS cleanup
Roland McGrath
2008-01-30
x86: tls32 moved
Roland McGrath