aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/traps_32.c
AgeCommit message (Expand)Author
2008-04-26i386: fix signal type for iret exceptionJan Beulich
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha
2008-04-19ftrace: add notrace annotations for NMI routinesSteven Rostedt
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds
2008-04-17kgdb: fix NMI hangsJason Wessel
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com
2008-04-17x86: cleanup replace most vm86 flags with flags from processor-flags.h, fixIngo Molnar
2008-04-17x86: clean up traps_32.cIngo Molnar
2008-02-06x86: fix sparse error in traps_32.cHarvey Harrison
2008-01-30x86: fix EISA ioremapIngo Molnar
2008-01-30x86: make printk_address available on X86_32Harvey Harrison
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen
2008-01-30x86: pull bp calculation earlier into the backtrace pathArjan van de Ven
2008-01-30x86: improve the 32 bit Frame Pointer backtracer to also use the traditional ...Arjan van de Ven
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven
2008-01-30x86: fix 32-bit FRAME_POINTER chasing codeArjan van de Ven
2008-01-30x86: introduce __die helper to X86_32Harvey Harrison
2008-01-30x86: remove all definitions with fastcallHarvey Harrison
2008-01-30x86: move _set_gate and its users to a common locationGlauber de Oliveira Costa
2008-01-30x86: introduce gate_desc type.Glauber de Oliveira Costa
2008-01-30x86: unify desc_structGlauber de Oliveira Costa
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86: x86-32 thread_struct.debugregRoland McGrath
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2008-01-30x86: debugctlmsr arch_has_block_stepRoland McGrath
2008-01-16lockdep: more hardirq annotations for notify_die()Peter Zijlstra
2007-12-21x86: fix die() to not be preemptibleIngo Molnar
2007-11-26lockdep: annotate do_debug() trap handlerPeter Zijlstra
2007-11-26x86: printk kernel version in WARN_ON and other dump_stack usersArjan van de Ven
2007-10-25lockdep: fixup irq tracingPeter Zijlstra
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan
2007-10-19i386: introduce "used_vectors" bitmap which can be used to reserve vectors.Rusty Russell
2007-10-19x86: use raw locks during oopsesAndi Kleen
2007-10-19i386: consolidate show_regs and show_registers for i386Pavel Emelyanov
2007-10-17i386: clean up oops/bug reportsPavel Emelyanov
2007-10-17x86: constify stacktrace_opsJan Beulich
2007-10-17i386: fix section mismatch warning in intel.cSam Ravnborg
2007-10-13Delete filenames in comments.Dave Jones
2007-10-11i386: move kernelThomas Gleixner