1. 117ed45 x86/irq/64: Remove stack overflow debug code by Thomas Gleixner · 6 years ago
  2. 18b7a6be x86/irq/64: Remap the IRQ stack with guard pages by Andy Lutomirski · 6 years ago
  3. e6401c1 x86/irq/64: Split the IRQ stack into its own pages by Andy Lutomirski · 6 years ago
  4. 0ac2610 x86/irq/64: Init hardirq_stack_ptr during CPU hotplug by Thomas Gleixner · 6 years ago
  5. 758a2e3 x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr by Thomas Gleixner · 6 years ago
  6. bf5882a x86/irq/64: Use cpu entry area instead of orig_ist by Thomas Gleixner · 6 years ago
  7. 8f34c5b x86/exceptions: Make IST index zero based by Thomas Gleixner · 6 years ago
  8. df835e7 x86/irq/64: Sanitize the top/bottom confusion by Thomas Gleixner · 6 years ago
  9. 4f44b8f x86/irq/64: Remove a hardcoded irq_stack_union access by Andy Lutomirski · 6 years ago
  10. 7dbcf2b x86/irq/64: Limit IST stack overflow check to #DB stack by Thomas Gleixner · 6 years ago
  11. 447ae31 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 6 years ago
  12. 4f3789e7 x86/irq/64: Print the offending IP in the stack overflow warning by Andy Lutomirski · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  15. 34bc356 x86: Remove empty idle.h header by Thomas Gleixner · 8 years ago
  16. 15f4eae x86: Move thread_info into task_struct by Andy Lutomirski · 8 years ago
  17. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
  18. a7e705a x86/irq: Drop unlikely before IS_ERR_OR_NULL by Geliang Tang · 9 years ago
  19. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  20. a782a7e x86/irq: Store irq descriptor in vector array by Thomas Gleixner · 9 years ago
  21. c5bde90 x86/irq: Merge irq_regs & irq_stat by Brian Gerst · 10 years ago
  22. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
  23. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  24. 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 11 years ago
  25. d2db661 x86: Add stack top margin for stack overflow checking by Mitsuo Hayasaka · 13 years ago
  26. 467e6b7 x86: Clean up the range of stack overflow checking by Mitsuo Hayasaka · 13 years ago
  27. 55af779 x86: Panic on detection of stack overflow by Mitsuo Hayasaka · 13 years ago
  28. 37fe6a4 x86: Check stack overflow in detail by Mitsuo Hayasaka · 13 years ago
  29. 69682b6 x86: Add user_mode_vm check in stack_overflow_check by Mitsuo Hayasaka · 13 years ago
  30. 7a7732b x86: Unify fixup_irqs() for 32-bit and 64-bit kernels by Suresh Siddha · 15 years ago
  31. 7c1d7cd x86: unify do_IRQ() by Jeremy Fitzhardinge · 16 years ago
  32. 9b2b76a x86: add handle_irq() to allow interrupt injection by Jeremy Fitzhardinge · 16 years ago
  33. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 16 years ago
  34. d650a51 x86: merge irq_regs.h by Brian Gerst · 16 years ago
  35. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  36. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 16 years ago
  37. 5f66b2a x86: irq_64.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  38. 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
  39. 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 · 16 years ago
  40. 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 · 16 years ago
  41. d7b381b x86: fixup_irqs() doesnt need an argument. by Mike Travis · 16 years ago
  42. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 16 years ago
  43. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  44. bcbc4f2 tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt by Frederic Weisbecker · 16 years ago
  45. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  46. f377fa1 x86: clean up stack overflow debug check by Ingo Molnar · 16 years ago
  47. 3aeb95d x86_64: fix the check in stack_overflow_check by jia zhang · 16 years ago
  48. 249f6d9 x86: move ack_bad_irq() to irq.c by Thomas Gleixner · 16 years ago
  49. 6b39ba7 x86: unify show_interrupts() and proc helpers by Thomas Gleixner · 16 years ago
  50. c0c168ca x86: cleanup show_interrupts by Thomas Gleixner · 16 years ago
  51. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  52. 7564676 x86: irq no should not use hex in /proc/interrupts by Yinghai Lu · 16 years ago
  53. 8f09cd2 x86: make HAVE_SPARSE_IRQ support selectable by Yinghai Lu · 16 years ago
  54. 6d50bc2 x86: use 28 bits irq NR for pci msi/msix and ht by Yinghai Lu · 16 years ago
  55. 52b1732 x86_64: make /proc/interrupts work with dyn irq_desc by Yinghai Lu · 16 years ago
  56. cb5bc83 x86_64: rename irq_desc/irq_desc_alloc by Yinghai Lu · 16 years ago
  57. 1d5f6b3 x86: check with without_new in show_interrupts by Yinghai Lu · 16 years ago
  58. 46926b6 generic: add irq_desc in function in parameter by Yinghai Lu · 16 years ago
  59. 7d94f7c irq: remove >= nr_irqs checking with config_have_sparse_irq by Yinghai Lu · 16 years ago
  60. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 16 years ago
  61. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 16 years ago
  62. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  63. 0799e43 x86: use nr_irqs by Yinghai Lu · 16 years ago
  64. dc44e65 x86: capitalize function call interrupts consistently by Andi Kleen · 16 years ago
  65. a2eddfa x86: make /proc/stat account for all interrupts by Jan Beulich · 17 years ago
  66. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  67. 87ebecf x86: move ack_bad_irq into irq code by Thomas Gleixner · 17 years ago
  68. 072f5d8 x86: also show non-zero IRQ counts for vectors that currently don't have a handler by Jan Beulich · 17 years ago
  69. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 17 years ago
  70. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  71. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  72. 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/irq_64.c]
  73. 201962c x86_64: prepare shared kernel/irq.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/irq.c]
  74. 48d8d7e x86_64 irq: use mask/unmask and proper locking in fixup_irqs() by Siddha, Suresh B · 18 years ago
  75. c9f4f06 wrap access to thread_info by Roman Zippel · 18 years ago
  76. 2fb12a9 [PATCH] x86-64: survive having no irq mapping for a vector by Eric W. Biederman · 18 years ago
  77. 9a45732 [PATCH] x86-64: Rate limit no irq handler messages by Andi Kleen · 18 years ago
  78. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 18 years ago
  79. d3696cf [PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irq by Eric W. Biederman · 18 years ago
  80. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  81. 550f229 [PATCH] genirq: x86_64 irq: make vector_irq per cpu by Eric W. Biederman · 18 years ago
  82. e500f57 [PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not the irq number by Eric W. Biederman · 18 years ago
  83. f29bd1b [PATCH] genirq: convert the x86_64 architecture to irq-chips by Ingo Molnar · 18 years ago
  84. 6c96a29 [PATCH] Remove apic mismatch counter by Andi Kleen · 18 years ago
  85. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 18 years ago
  86. 2601e64 [PATCH] lockdep: irqtrace subsystem, x86_64 support by Ingo Molnar · 19 years ago
  87. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 19 years ago
  88. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 19 years ago
  89. a052b68 [PATCH] x86: do_IRQ(): check irq number by Andrew Morton · 19 years ago
  90. 19eadf9 [PATCH] x86: increase interrupt vector range by Rusty Russell · 19 years ago
  91. 4961f10 [PATCH] x86_64: (resend) x86_64 stack overflow debugging by Eric Sandeen · 19 years ago
  92. bdbdaa7 [PATCH] i386/x86-64: adjust /proc/interrupts column headings by Jan Beulich · 19 years ago
  93. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 19 years ago
  94. df79efd [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparation by Ravikiran G Thirumalai · 19 years ago
  95. 95833c8 [PATCH] x86_64: Add idle notifiers by Andi Kleen · 19 years ago
  96. 24dead8 [PATCH] Remove unnecessary BUG_ON in irq.c by Alexander Nyberg · 19 years ago
  97. ed6b676 [PATCH] x86_64: Switch to the interrupt stack when running a softirq in local_bh_enable() by Andi Kleen · 19 years ago
  98. 76e4f66 [PATCH] x86_64: CPU hotplug support by Ashok Raj · 20 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago