1. d2db661 x86: Add stack top margin for stack overflow checking by Mitsuo Hayasaka · 15 years ago
  2. 467e6b7 x86: Clean up the range of stack overflow checking by Mitsuo Hayasaka · 15 years ago
  3. 55af779 x86: Panic on detection of stack overflow by Mitsuo Hayasaka · 15 years ago
  4. 37fe6a4 x86: Check stack overflow in detail by Mitsuo Hayasaka · 15 years ago
  5. 69682b6 x86: Add user_mode_vm check in stack_overflow_check by Mitsuo Hayasaka · 15 years ago
  6. 7a7732b x86: Unify fixup_irqs() for 32-bit and 64-bit kernels by Suresh Siddha · 17 years ago
  7. 7c1d7cd x86: unify do_IRQ() by Jeremy Fitzhardinge · 17 years ago
  8. 9b2b76a x86: add handle_irq() to allow interrupt injection by Jeremy Fitzhardinge · 17 years ago
  9. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 17 years ago
  10. d650a51 x86: merge irq_regs.h by Brian Gerst · 17 years ago
  11. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 17 years ago
  12. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 17 years ago
  13. 5f66b2a x86: irq_64.c fix style problems by Jaswinder Singh Rajput · 17 years ago
  14. 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 · 17 years ago
  15. 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  16. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  17. d7b381b x86: fixup_irqs() doesnt need an argument. by Mike Travis · 17 years ago
  18. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 17 years ago
  19. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 17 years ago
  20. bcbc4f2 tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt by Frederic Weisbecker · 18 years ago
  21. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 18 years ago
  22. f377fa1 x86: clean up stack overflow debug check by Ingo Molnar · 18 years ago
  23. 3aeb95d x86_64: fix the check in stack_overflow_check by jia zhang · 18 years ago
  24. 249f6d9 x86: move ack_bad_irq() to irq.c by Thomas Gleixner · 18 years ago
  25. 6b39ba7 x86: unify show_interrupts() and proc helpers by Thomas Gleixner · 18 years ago
  26. c0c168ca x86: cleanup show_interrupts by Thomas Gleixner · 18 years ago
  27. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 18 years ago
  28. 7564676 x86: irq no should not use hex in /proc/interrupts by Yinghai Lu · 18 years ago
  29. 8f09cd2 x86: make HAVE_SPARSE_IRQ support selectable by Yinghai Lu · 18 years ago
  30. 6d50bc2 x86: use 28 bits irq NR for pci msi/msix and ht by Yinghai Lu · 18 years ago
  31. 52b1732 x86_64: make /proc/interrupts work with dyn irq_desc by Yinghai Lu · 18 years ago
  32. cb5bc83 x86_64: rename irq_desc/irq_desc_alloc by Yinghai Lu · 18 years ago
  33. 1d5f6b3 x86: check with without_new in show_interrupts by Yinghai Lu · 18 years ago
  34. 46926b6 generic: add irq_desc in function in parameter by Yinghai Lu · 18 years ago
  35. 7d94f7c irq: remove >= nr_irqs checking with config_have_sparse_irq by Yinghai Lu · 18 years ago
  36. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 18 years ago
  37. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 18 years ago
  38. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 18 years ago
  39. 0799e43 x86: use nr_irqs by Yinghai Lu · 18 years ago
  40. dc44e65 x86: capitalize function call interrupts consistently by Andi Kleen · 18 years ago
  41. a2eddfa x86: make /proc/stat account for all interrupts by Jan Beulich · 18 years ago
  42. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 18 years ago
  43. 87ebecf x86: move ack_bad_irq into irq code by Thomas Gleixner · 18 years ago
  44. 072f5d8 x86: also show non-zero IRQ counts for vectors that currently don't have a handler by Jan Beulich · 19 years ago
  45. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 19 years ago
  46. 835c34a Delete filenames in comments. by Dave Jones · 19 years ago
  47. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  48. 250c227 x86_64: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/x86_64/kernel/irq_64.c]
  49. 201962c x86_64: prepare shared kernel/irq.c by Thomas Gleixner · 19 years ago[Renamed from arch/x86_64/kernel/irq.c]
  50. 48d8d7e x86_64 irq: use mask/unmask and proper locking in fixup_irqs() by Siddha, Suresh B · 19 years ago
  51. c9f4f06 wrap access to thread_info by Roman Zippel · 19 years ago
  52. 2fb12a9 [PATCH] x86-64: survive having no irq mapping for a vector by Eric W. Biederman · 19 years ago
  53. 9a45732 [PATCH] x86-64: Rate limit no irq handler messages by Andi Kleen · 20 years ago
  54. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 20 years ago
  55. d3696cf [PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irq by Eric W. Biederman · 20 years ago
  56. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 20 years ago
  57. 550f229 [PATCH] genirq: x86_64 irq: make vector_irq per cpu by Eric W. Biederman · 20 years ago
  58. e500f57 [PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not the irq number by Eric W. Biederman · 20 years ago
  59. f29bd1b [PATCH] genirq: convert the x86_64 architecture to irq-chips by Ingo Molnar · 20 years ago
  60. 6c96a29 [PATCH] Remove apic mismatch counter by Andi Kleen · 20 years ago
  61. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 20 years ago
  62. 2601e64 [PATCH] lockdep: irqtrace subsystem, x86_64 support by Ingo Molnar · 20 years ago
  63. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 20 years ago
  64. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 20 years ago
  65. a052b68 [PATCH] x86: do_IRQ(): check irq number by Andrew Morton · 20 years ago
  66. 19eadf9 [PATCH] x86: increase interrupt vector range by Rusty Russell · 20 years ago
  67. 4961f10 [PATCH] x86_64: (resend) x86_64 stack overflow debugging by Eric Sandeen · 20 years ago
  68. bdbdaa7 [PATCH] i386/x86-64: adjust /proc/interrupts column headings by Jan Beulich · 20 years ago
  69. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 20 years ago
  70. df79efd [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparation by Ravikiran G Thirumalai · 20 years ago
  71. 95833c8 [PATCH] x86_64: Add idle notifiers by Andi Kleen · 20 years ago
  72. 24dead8 [PATCH] Remove unnecessary BUG_ON in irq.c by Alexander Nyberg · 21 years ago
  73. ed6b676 [PATCH] x86_64: Switch to the interrupt stack when running a softirq in local_bh_enable() by Andi Kleen · 21 years ago
  74. 76e4f66 [PATCH] x86_64: CPU hotplug support by Ashok Raj · 21 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 21 years ago