summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-301-1/+0Star
* x86: introducing asm-x86/traps.hJaswinder Singh2008-07-181-20/+1Star
* x86: traps_xx: modify x86_64 to use _log_lvl variantsAlexander van Heukelum2008-07-181-1/+1
* x86: traps_xx: refactor die() like in x86_64Alexander van Heukelum2008-07-181-44/+51
* x86: traps_xx: various small changesAlexander van Heukelum2008-07-091-8/+7Star
* x86: traps_xx: modify default_do_nmiAlexander van Heukelum2008-07-091-3/+6
* x86: traps_xx: restructure do_general_protection()Alexander van Heukelum2008-07-091-16/+20
* x86: traps_xx: modify __dieAlexander van Heukelum2008-07-091-17/+13Star
* x86: traps_xx: shuffle headers and globalsAlexander van Heukelum2008-07-091-6/+3Star
* x86: initial changes to unify traps_32.c and traps_64.cAlexander van Heukelum2008-07-091-39/+39
* x86: fix "x86: let setup_arch call init_apic_mappings for 32bit"Ingo Molnar2008-07-081-0/+1
* x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu2008-07-081-4/+0Star
* x86: don't use gdt_page openly.Glauber Costa2008-07-081-1/+1
* Merge branch 'linus' into x86/nmiIngo Molnar2008-06-161-0/+1
|\
| * x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum2008-06-121-0/+1
* | x86: nmi - unify die_nmi() interfaceCyrill Gorcunov2008-05-251-3/+5
|/
* i386: fix signal type for iret exceptionJan Beulich2008-04-261-1/+1
* x86, fpu: lazy allocation of FPU area - v5Suresh Siddha2008-04-191-2/+15
* x86, fpu: split FPU state from task struct - v5Suresh Siddha2008-04-191-5/+1Star
* ftrace: add notrace annotations for NMI routinesSteven Rostedt2008-04-191-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2008-04-181-0/+2
|\
| * kgdb: fix NMI hangsJason Wessel2008-04-171-0/+2
* | x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com2008-04-171-4/+4
* | x86: cleanup replace most vm86 flags with flags from processor-flags.h, fixIngo Molnar2008-04-171-1/+1
* | x86: clean up traps_32.cIngo Molnar2008-04-171-286/+318
|/
* x86: fix sparse error in traps_32.cHarvey Harrison2008-02-061-10/+5Star
* x86: fix EISA ioremapIngo Molnar2008-01-301-2/+2
* x86: make printk_address available on X86_32Harvey Harrison2008-01-301-0/+28
* x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-301-2/+5
* x86: pull bp calculation earlier into the backtrace pathArjan van de Ven2008-01-301-22/+17Star
* x86: improve the 32 bit Frame Pointer backtracer to also use the traditional ...Arjan van de Ven2008-01-301-24/+20Star
* x86: add the capability to print fuzzy backtracesArjan van de Ven2008-01-301-3/+5
* x86: fix 32-bit FRAME_POINTER chasing codeArjan van de Ven2008-01-301-1/+3
* x86: introduce __die helper to X86_32Harvey Harrison2008-01-301-34/+42
* x86: remove all definitions with fastcallHarvey Harrison2008-01-301-12/+12
* x86: move _set_gate and its users to a common locationGlauber de Oliveira Costa2008-01-301-34/+0Star
* x86: introduce gate_desc type.Glauber de Oliveira Costa2008-01-301-1/+1
* x86: unify desc_structGlauber de Oliveira Costa2008-01-301-1/+2
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-3/+3
* x86: x86-32 thread_struct.debugregRoland McGrath2008-01-301-2/+2
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-57/+57
* x86: debugctlmsr arch_has_block_stepRoland McGrath2008-01-301-0/+6
* lockdep: more hardirq annotations for notify_die()Peter Zijlstra2008-01-161-0/+1
* x86: fix die() to not be preemptibleIngo Molnar2007-12-211-4/+3Star
* lockdep: annotate do_debug() trap handlerPeter Zijlstra2007-11-261-0/+2
* x86: printk kernel version in WARN_ON and other dump_stack usersArjan van de Ven2007-11-261-0/+5
* lockdep: fixup irq tracingPeter Zijlstra2007-10-251-0/+2
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-201-33/+21Star
|\
| * i386: introduce "used_vectors" bitmap which can be used to reserve vectors.Rusty Russell2007-10-191-0/+10
| * x86: use raw locks during oopsesAndi Kleen2007-10-191-5/+7