aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18x86: introducing asm-x86/traps.hJaswinder Singh1-20/+1
2008-07-18x86: traps_xx: modify x86_64 to use _log_lvl variantsAlexander van Heukelum1-1/+1
2008-07-18x86: traps_xx: refactor die() like in x86_64Alexander van Heukelum1-44/+51
2008-07-09x86: traps_xx: various small changesAlexander van Heukelum1-8/+7
2008-07-09x86: traps_xx: modify default_do_nmiAlexander van Heukelum1-3/+6
2008-07-09x86: traps_xx: restructure do_general_protection()Alexander van Heukelum1-16/+20
2008-07-09x86: traps_xx: modify __dieAlexander van Heukelum1-17/+13
2008-07-09x86: traps_xx: shuffle headers and globalsAlexander van Heukelum1-6/+3
2008-07-09x86: initial changes to unify traps_32.c and traps_64.cAlexander van Heukelum1-39/+39
2008-07-08x86: fix "x86: let setup_arch call init_apic_mappings for 32bit"Ingo Molnar1-0/+1
2008-07-08x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu1-4/+0
2008-07-08x86: don't use gdt_page openly.Glauber Costa1-1/+1
2008-06-16Merge branch 'linus' into x86/nmiIngo Molnar1-0/+1
2008-06-12x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum1-0/+1
2008-05-25x86: nmi - unify die_nmi() interfaceCyrill Gorcunov1-3/+5
2008-04-26i386: fix signal type for iret exceptionJan Beulich1-1/+1
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha1-2/+15
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-5/+1
2008-04-19ftrace: add notrace annotations for NMI routinesSteven Rostedt1-6/+6
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds1-0/+2
2008-04-17kgdb: fix NMI hangsJason Wessel1-0/+2
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com1-4/+4
2008-04-17x86: cleanup replace most vm86 flags with flags from processor-flags.h, fixIngo Molnar1-1/+1
2008-04-17x86: clean up traps_32.cIngo Molnar1-286/+318
2008-02-06x86: fix sparse error in traps_32.cHarvey Harrison1-10/+5
2008-01-30x86: fix EISA ioremapIngo Molnar1-2/+2
2008-01-30x86: make printk_address available on X86_32Harvey Harrison1-0/+28
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen1-2/+5
2008-01-30x86: pull bp calculation earlier into the backtrace pathArjan van de Ven1-22/+17
2008-01-30x86: improve the 32 bit Frame Pointer backtracer to also use the traditional backtraceArjan van de Ven1-24/+20
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven1-3/+5
2008-01-30x86: fix 32-bit FRAME_POINTER chasing codeArjan van de Ven1-1/+3
2008-01-30x86: introduce __die helper to X86_32Harvey Harrison1-34/+42
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-12/+12
2008-01-30x86: move _set_gate and its users to a common locationGlauber de Oliveira Costa1-34/+0
2008-01-30x86: introduce gate_desc type.Glauber de Oliveira Costa1-1/+1
2008-01-30x86: unify desc_structGlauber de Oliveira Costa1-1/+2
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-3/+3
2008-01-30x86: x86-32 thread_struct.debugregRoland McGrath1-2/+2
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-57/+57
2008-01-30x86: debugctlmsr arch_has_block_stepRoland McGrath1-0/+6
2008-01-16lockdep: more hardirq annotations for notify_die()Peter Zijlstra1-0/+1
2007-12-21x86: fix die() to not be preemptibleIngo Molnar1-4/+3
2007-11-26lockdep: annotate do_debug() trap handlerPeter Zijlstra1-0/+2
2007-11-26x86: printk kernel version in WARN_ON and other dump_stack usersArjan van de Ven1-0/+5
2007-10-25lockdep: fixup irq tracingPeter Zijlstra1-0/+2
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-33/+21
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-2/+2
2007-10-19i386: introduce "used_vectors" bitmap which can be used to reserve vectors.Rusty Russell1-0/+10
2007-10-19x86: use raw locks during oopsesAndi Kleen1-5/+7