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