- 3d14bda Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
- 60d53c3 x86: traps.c fix style problems by Jaswinder Singh Rajput · 16 years ago
- 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
- b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 34bf5d0 Merge branch 'x86/core' into x86/cleanups by Ingo Molnar · 16 years ago
- bd8b96d x86: clean up comment style in arch/x86/kernel/traps.c by Ingo Molnar · 16 years ago
- a73ad33 x86: unify the implementation of FPU traps by H. Peter Anvin · 16 years ago
- 79a66b9 Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core by Ingo Molnar · 16 years ago
- 1fcccb0 x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32 by Jaswinder Singh · 16 years ago
- b77b881 x86: fix lguest used_vectors breakage, -v2 by Yinghai Lu · 16 years ago
- bed4f13 Merge branch 'x86/irq' into x86/core by Ingo Molnar · 16 years ago
- adf77ba x86: prioritize the FPU traps for the error code by H. Peter Anvin · 16 years ago
- 915b0d0 x86: hardirq: introduce inc_irq_stat() by Hiroshi Shimamoto · 16 years ago
- d2f6f7a MCE: Don't run 32bit machine checks with interrupts on by Andi Kleen · 16 years ago
- dd6e4eb dumpstack: x86: move die_nmi to dumpstack_32.c by Alexander van Heukelum · 16 years ago
- 8728861 traps: x86: finalize unification of traps.c by Alexander van Heukelum · 16 years ago[Renamed from arch/x86/kernel/traps_32.c]
- 081f75b traps: x86: make traps_32.c and traps_64.c equal by Alexander van Heukelum · 16 years ago
- c1d518c traps: x86: various noop-changes preparing for unification of traps_xx.c by Alexander van Heukelum · 16 years ago
- 7970479 traps: i386: expand clear_mem_error and remove from mach_traps.h by Alexander van Heukelum · 16 years ago
- 4915a35 traps: i386: use preempt_conditional_sti/cli in do_int3 by Alexander van Heukelum · 16 years ago
- 699d293 traps: x86: converge trap_init functions by Alexander van Heukelum · 16 years ago
- 3d2a71a x86, traps: converge do_debug handlers by Alexander van Heukelum · 16 years ago
- e407d620 x86, traps: introduce dotraplinkage by Alexander van Heukelum · 16 years ago
- ae82157 x86, traps, i386: factor out lazy io-bitmap copy by Alexander van Heukelum · 16 years ago
- 2bc5f92 i386: split out dumpstack code from traps_32.c by Alexander van Heukelum · 16 years ago
- e2ce07c x86: __show_registers() and __show_regs() API unification by Pekka Enberg · 17 years ago
- 3c1326f traps: i386: make do_trap more like x86_64 by Alexander van Heukelum · 16 years ago
- 07bb2f62 i386: trace_hardirqs_fixup should now not be necessary: irqs are off. by Alexander van Heukelum · 17 years ago
- f8e0870 i386: remove temporary DO_TRAP macros, expanding the last one used by Alexander van Heukelum · 17 years ago
- b939bde i386: convert hardware exception 19 to an interrupt gate by Alexander van Heukelum · 17 years ago
- eb642f6 i386: convert hardware exception 18 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 5feedfd i386: convert hardware exception 17 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 252d28f i386: convert hardware exception 16 to an interrupt gate by Alexander van Heukelum · 17 years ago
- cf81978 i386: convert hardware exception 15 to an interrupt gate by Alexander van Heukelum · 17 years ago
- c6df0d7 i386: convert hardware exception 13 to an interrupt gate by Alexander van Heukelum · 17 years ago
- f5ca818 i386: convert hardware exception 12 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 36d936c i386: convert hardware exception 11 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 6bf77bf i386: convert hardware exception 10 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 51bc1ed i386: convert hardware exception 9 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 7643e9b i386: convert hardware exception 7 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 12394cf i386: convert hardware exception 6 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 64f644c i386: convert hardware exception 5 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 8d6f9d6 i386: convert hardware exception 4 to an interrupt gate by Alexander van Heukelum · 17 years ago
- b94da1e i386: expand exception 3 DO_TRAP macro by Alexander van Heukelum · 17 years ago
- 976382d i386: convert hardware exception 0 to an interrupt gate by Alexander van Heukelum · 17 years ago
- 61aef7d i386: prepare to convert exceptions to interrupts by Alexander van Heukelum · 17 years ago
- 762db43 i386: remove kprobes' restore_interrupts in favour of conditional_sti by Alexander van Heukelum · 17 years ago
- da654b7 signals: demultiplexing SIGTRAP signal by Srinivasa Ds · 16 years ago
- dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 17 years ago
- 6ac8d51 x86: introducing asm-x86/traps.h by Jaswinder Singh · 17 years ago
- 7dedcee x86: traps_xx: modify x86_64 to use _log_lvl variants by Alexander van Heukelum · 17 years ago
- 78cbac6 x86: traps_xx: refactor die() like in x86_64 by Alexander van Heukelum · 17 years ago
- 7b4fd4b x86: traps_xx: various small changes by Alexander van Heukelum · 17 years ago
- abd3480 x86: traps_xx: modify default_do_nmi by Alexander van Heukelum · 17 years ago
- 13485ab x86: traps_xx: restructure do_general_protection() by Alexander van Heukelum · 17 years ago
- e423f49 x86: traps_xx: modify __die by Alexander van Heukelum · 17 years ago
- badc765 x86: traps_xx: shuffle headers and globals by Alexander van Heukelum · 17 years ago
- a8c1be9 x86: initial changes to unify traps_32.c and traps_64.c by Alexander van Heukelum · 17 years ago
- aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 17 years ago
- f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 17 years ago
- 736f12b x86: don't use gdt_page openly. by Glauber Costa · 17 years ago
- 28638ea Merge branch 'linus' into x86/nmi by Ingo Molnar · 17 years ago
- 4461145 x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()" by Vegard Nossum · 17 years ago
- ddca03c x86: nmi - unify die_nmi() interface by Cyrill Gorcunov · 17 years ago
- 79bf0e0 i386: fix signal type for iret exception by Jan Beulich · 17 years ago
- aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 17 years ago
- 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
- 5deb45e ftrace: add notrace annotations for NMI routines by Steven Rostedt · 17 years ago
- 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 17 years ago
- d359752 kgdb: fix NMI hangs by Jason Wessel · 17 years ago
- 6b6891f x86: cleanup - rename VM_MASK to X86_VM_MASK by gorcunov@gmail.com · 17 years ago
- 6093015 x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix by Ingo Molnar · 17 years ago
- b596440 x86: clean up traps_32.c by Ingo Molnar · 17 years ago
- deef79e x86: fix sparse error in traps_32.c by Harvey Harrison · 17 years ago
- 927222b x86: fix EISA ioremap by Ingo Molnar · 17 years ago
- a5ff677 x86: make printk_address available on X86_32 by Harvey Harrison · 17 years ago
- 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 17 years ago
- 5bc27dc x86: pull bp calculation earlier into the backtrace path by Arjan van de Ven · 17 years ago
- e9d4efd x86: improve the 32 bit Frame Pointer backtracer to also use the traditional backtrace by Arjan van de Ven · 17 years ago
- bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 17 years ago
- 3d1f7ca x86: fix 32-bit FRAME_POINTER chasing code by Arjan van de Ven · 17 years ago
- a604b38 x86: introduce __die helper to X86_32 by Harvey Harrison · 17 years ago
- 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
- 507f90c x86: move _set_gate and its users to a common location by Glauber de Oliveira Costa · 17 years ago
- 010d4f8 x86: introduce gate_desc type. by Glauber de Oliveira Costa · 17 years ago
- 6842ef0 x86: unify desc_struct by Glauber de Oliveira Costa · 17 years ago
- faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 17 years ago
- 0f53409 x86: x86-32 thread_struct.debugreg by Roland McGrath · 17 years ago
- 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
- 10faa81 x86: debugctlmsr arch_has_block_step by Roland McGrath · 17 years ago
- fb1dac9 lockdep: more hardirq annotations for notify_die() by Peter Zijlstra · 17 years ago
- c0a698b x86: fix die() to not be preemptible by Ingo Molnar · 17 years ago
- 000f4a9 lockdep: annotate do_debug() trap handler by Peter Zijlstra · 17 years ago
- 57c351d x86: printk kernel version in WARN_ON and other dump_stack users by Arjan van de Ven · 17 years ago
- 143a5d3 lockdep: fixup irq tracing by Peter Zijlstra · 17 years ago
- 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
- 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
- dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 17 years ago
- 39743c9 x86: use raw locks during oopses by Andi Kleen · 17 years ago