summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/doublefault_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-3/+1
* x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner2020-06-111-6/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski2019-11-261-31/+76
* x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski2019-11-261-19/+39
* x86/doublefault/32: Rename doublefault.c to doublefault_32.cAndy Lutomirski2019-11-261-0/+71
* x86: Extend #DF debugging aid to 64-bitBorislav Petkov2013-05-131-69/+0
* x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-111-1/+1
* x86: Use get_desc_base()Akinobu Mita2009-07-191-3/+1
* x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum2008-10-131-1/+1
* MM: virtual address debugJiri Slaby2008-06-191-1/+1
* x86: unify tss_structGlauber de Oliveira Costa2008-01-301-1/+1
* x86: unify struct desc_ptrGlauber de Oliveira Costa2008-01-301-1/+1
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-7/+8
* i386: move kernelThomas Gleixner2007-10-111-0/+70