1. 08d6832 hw-breakpoints: modifying generic debug exception to use thread-specific debug registers by K.Prasad · 16 years ago
  2. db949bb x86-32: use non-lazy io bitmap context switching by Jeremy Fitzhardinge · 16 years ago
  3. a852cbfa Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/core by Ingo Molnar · 16 years ago
  4. 8e6dafd x86: refactor x86_quirks support by Ingo Molnar · 16 years ago
  5. fc6fcdf x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointer by Hannes Eder · 16 years ago
  6. 494df59 Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/paravirt', 'x86/urgent' and 'x86/xen'; commit 'v2.6.29-rc5' into x86/core by Ingo Molnar · 16 years ago
  7. be71661 x86, vm86: fix preemption bug by Thomas Gleixner · 16 years ago
  8. ab639f3 Merge branch 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
  9. f8a6b2b Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
  10. aa78bcf x86: use pt_regs pointer in do_device_not_available() by Brian Gerst · 16 years ago
  11. 92e2d50 Merge branch 'x86/urgent' into core/percpu by Ingo Molnar · 16 years ago
  12. d315760 x86: fix math_emu register frame access by Tejun Heo · 16 years ago
  13. 1164dd0 x86: move mach-default/*.h files to asm/ by Ingo Molnar · 16 years ago
  14. 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
  15. 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
  16. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  17. 60d53c3 x86: traps.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  18. 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  19. 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
  20. 34bf5d0 Merge branch 'x86/core' into x86/cleanups by Ingo Molnar · 16 years ago
  21. bd8b96d x86: clean up comment style in arch/x86/kernel/traps.c by Ingo Molnar · 16 years ago
  22. a73ad33 x86: unify the implementation of FPU traps by H. Peter Anvin · 16 years ago
  23. 79a66b9 Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core by Ingo Molnar · 16 years ago
  24. 1fcccb0 x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32 by Jaswinder Singh · 16 years ago
  25. b77b881 x86: fix lguest used_vectors breakage, -v2 by Yinghai Lu · 16 years ago
  26. bed4f13 Merge branch 'x86/irq' into x86/core by Ingo Molnar · 16 years ago
  27. adf77ba x86: prioritize the FPU traps for the error code by H. Peter Anvin · 16 years ago
  28. 915b0d0 x86: hardirq: introduce inc_irq_stat() by Hiroshi Shimamoto · 16 years ago
  29. d2f6f7a MCE: Don't run 32bit machine checks with interrupts on by Andi Kleen · 16 years ago
  30. dd6e4eb dumpstack: x86: move die_nmi to dumpstack_32.c by Alexander van Heukelum · 16 years ago
  31. 8728861 traps: x86: finalize unification of traps.c by Alexander van Heukelum · 16 years ago[Renamed from arch/x86/kernel/traps_32.c]
  32. 081f75b traps: x86: make traps_32.c and traps_64.c equal by Alexander van Heukelum · 16 years ago
  33. c1d518c traps: x86: various noop-changes preparing for unification of traps_xx.c by Alexander van Heukelum · 16 years ago
  34. 7970479 traps: i386: expand clear_mem_error and remove from mach_traps.h by Alexander van Heukelum · 16 years ago
  35. 4915a35 traps: i386: use preempt_conditional_sti/cli in do_int3 by Alexander van Heukelum · 16 years ago
  36. 699d293 traps: x86: converge trap_init functions by Alexander van Heukelum · 16 years ago
  37. 3d2a71a x86, traps: converge do_debug handlers by Alexander van Heukelum · 16 years ago
  38. e407d620 x86, traps: introduce dotraplinkage by Alexander van Heukelum · 16 years ago
  39. ae82157 x86, traps, i386: factor out lazy io-bitmap copy by Alexander van Heukelum · 16 years ago
  40. 2bc5f92 i386: split out dumpstack code from traps_32.c by Alexander van Heukelum · 16 years ago
  41. e2ce07c x86: __show_registers() and __show_regs() API unification by Pekka Enberg · 17 years ago
  42. 3c1326f traps: i386: make do_trap more like x86_64 by Alexander van Heukelum · 16 years ago
  43. 07bb2f62 i386: trace_hardirqs_fixup should now not be necessary: irqs are off. by Alexander van Heukelum · 16 years ago
  44. f8e0870 i386: remove temporary DO_TRAP macros, expanding the last one used by Alexander van Heukelum · 16 years ago
  45. b939bde i386: convert hardware exception 19 to an interrupt gate by Alexander van Heukelum · 16 years ago
  46. eb642f6 i386: convert hardware exception 18 to an interrupt gate by Alexander van Heukelum · 16 years ago
  47. 5feedfd i386: convert hardware exception 17 to an interrupt gate by Alexander van Heukelum · 16 years ago
  48. 252d28f i386: convert hardware exception 16 to an interrupt gate by Alexander van Heukelum · 16 years ago
  49. cf81978 i386: convert hardware exception 15 to an interrupt gate by Alexander van Heukelum · 16 years ago
  50. c6df0d7 i386: convert hardware exception 13 to an interrupt gate by Alexander van Heukelum · 16 years ago
  51. f5ca818 i386: convert hardware exception 12 to an interrupt gate by Alexander van Heukelum · 16 years ago
  52. 36d936c i386: convert hardware exception 11 to an interrupt gate by Alexander van Heukelum · 16 years ago
  53. 6bf77bf i386: convert hardware exception 10 to an interrupt gate by Alexander van Heukelum · 16 years ago
  54. 51bc1ed i386: convert hardware exception 9 to an interrupt gate by Alexander van Heukelum · 16 years ago
  55. 7643e9b i386: convert hardware exception 7 to an interrupt gate by Alexander van Heukelum · 16 years ago
  56. 12394cf i386: convert hardware exception 6 to an interrupt gate by Alexander van Heukelum · 16 years ago
  57. 64f644c i386: convert hardware exception 5 to an interrupt gate by Alexander van Heukelum · 16 years ago
  58. 8d6f9d6 i386: convert hardware exception 4 to an interrupt gate by Alexander van Heukelum · 16 years ago
  59. b94da1e i386: expand exception 3 DO_TRAP macro by Alexander van Heukelum · 16 years ago
  60. 976382d i386: convert hardware exception 0 to an interrupt gate by Alexander van Heukelum · 16 years ago
  61. 61aef7d i386: prepare to convert exceptions to interrupts by Alexander van Heukelum · 16 years ago
  62. 762db43 i386: remove kprobes' restore_interrupts in favour of conditional_sti by Alexander van Heukelum · 16 years ago
  63. da654b7 signals: demultiplexing SIGTRAP signal by Srinivasa Ds · 16 years ago
  64. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago
  65. 6ac8d51 x86: introducing asm-x86/traps.h by Jaswinder Singh · 16 years ago
  66. 7dedcee x86: traps_xx: modify x86_64 to use _log_lvl variants by Alexander van Heukelum · 17 years ago
  67. 78cbac65 x86: traps_xx: refactor die() like in x86_64 by Alexander van Heukelum · 17 years ago
  68. 7b4fd4b x86: traps_xx: various small changes by Alexander van Heukelum · 17 years ago
  69. abd3480 x86: traps_xx: modify default_do_nmi by Alexander van Heukelum · 17 years ago
  70. 13485ab x86: traps_xx: restructure do_general_protection() by Alexander van Heukelum · 17 years ago
  71. e423f49 x86: traps_xx: modify __die by Alexander van Heukelum · 17 years ago
  72. badc765 x86: traps_xx: shuffle headers and globals by Alexander van Heukelum · 17 years ago
  73. a8c1be9 x86: initial changes to unify traps_32.c and traps_64.c by Alexander van Heukelum · 17 years ago
  74. aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 17 years ago
  75. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 17 years ago
  76. 736f12b x86: don't use gdt_page openly. by Glauber Costa · 17 years ago
  77. 28638ea Merge branch 'linus' into x86/nmi by Ingo Molnar · 17 years ago
  78. 4461145 x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()" by Vegard Nossum · 17 years ago
  79. ddca03c x86: nmi - unify die_nmi() interface by Cyrill Gorcunov · 17 years ago
  80. 79bf0e035 i386: fix signal type for iret exception by Jan Beulich · 17 years ago
  81. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 17 years ago
  82. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
  83. 5deb45e ftrace: add notrace annotations for NMI routines by Steven Rostedt · 17 years ago
  84. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  85. d359752 kgdb: fix NMI hangs by Jason Wessel · 17 years ago
  86. 6b6891f x86: cleanup - rename VM_MASK to X86_VM_MASK by gorcunov@gmail.com · 17 years ago
  87. 6093015 x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix by Ingo Molnar · 17 years ago
  88. b596440 x86: clean up traps_32.c by Ingo Molnar · 17 years ago
  89. deef79e x86: fix sparse error in traps_32.c by Harvey Harrison · 17 years ago
  90. 927222b x86: fix EISA ioremap by Ingo Molnar · 17 years ago
  91. a5ff677 x86: make printk_address available on X86_32 by Harvey Harrison · 17 years ago
  92. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 17 years ago
  93. 5bc27dc x86: pull bp calculation earlier into the backtrace path by Arjan van de Ven · 17 years ago
  94. e9d4efd x86: improve the 32 bit Frame Pointer backtracer to also use the traditional backtrace by Arjan van de Ven · 17 years ago
  95. bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 17 years ago
  96. 3d1f7ca x86: fix 32-bit FRAME_POINTER chasing code by Arjan van de Ven · 17 years ago
  97. a604b38 x86: introduce __die helper to X86_32 by Harvey Harrison · 17 years ago
  98. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
  99. 507f90c x86: move _set_gate and its users to a common location by Glauber de Oliveira Costa · 17 years ago
  100. 010d4f8 x86: introduce gate_desc type. by Glauber de Oliveira Costa · 17 years ago