aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/doublefault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26x86/doublefault/32: Rename doublefault.c to doublefault_32.cAndy Lutomirski1-75/+0
2019-11-26x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski1-11/+0
2019-11-26Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-21x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski1-0/+3
2019-11-16x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner1-1/+1
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski1-19/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-13x86: Extend #DF debugging aid to 64-bitBorislav Petkov1-0/+84