aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27x86/tls: Fix possible spectre-v1 in do_get_thread_area()Dianzhang Chen1-2/+7
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner1-9/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner1-1/+1
2017-03-19x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski1-2/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-29x86/tls: Synchronize segment registers in set_thread_area()Andy Lutomirski1-0/+42
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski1-2/+23
2014-12-18x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski1-6/+0
2014-12-14x86/tls: Disallow unusual TLS segmentsAndy Lutomirski1-0/+22
2014-12-14x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-9/+5
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-28x86, tls: Off by one limit checkDan Carpenter1-2/+2
2008-07-22x86: Introducing asm/syscalls.hJaswinder Singh1-0/+1
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath1-2/+2
2008-02-29x86: tls prevent_tail_callRoland McGrath1-2/+6
2008-01-30x86: x86 user_regset TLSRoland McGrath1-6/+83
2008-01-30x86: x86 TLS desc_struct cleanupRoland McGrath1-44/+45
2008-01-30x86: modify get_desc_baseGlauber de Oliveira Costa1-1/+1
2008-01-30x86: introduce fill_ldtGlauber de Oliveira Costa1-4/+3
2008-01-30x86: TLS cleanupRoland McGrath1-59/+37
2008-01-30x86: tls32 movedRoland McGrath1-0/+158