1. 8cbb2b5 asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig. by Sebastian Andrzej Siewior · 2 years, 7 months ago
  2. f2c5092 arch/*: Disable softirq stacks on PREEMPT_RT. by Sebastian Andrzej Siewior · 2 years, 9 months ago
  3. 54f481a ARM: remove old-style irq entry by Arnd Bergmann · 3 years, 4 months ago
  4. a1c510d ARM: implement support for vmap'ed stacks by Ard Biesheuvel · 3 years, 6 months ago
  5. 9974f85 ARM: run softirqs on the per-CPU IRQ stack by Ard Biesheuvel · 3 years, 5 months ago
  6. d4664b6 ARM: implement IRQ stacks by Ard Biesheuvel · 3 years, 5 months ago
  7. a7b0872 irq: arm: perform irqentry in entry code by Mark Rutland · 3 years, 5 months ago
  8. e1c0549 genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ() by Marc Zyngier · 3 years, 10 months ago
  9. 5ebf353 ARM: Remove custom IRQ stat accounting by Marc Zyngier · 4 years, 9 months ago
  10. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  11. 1b5ba35 ARM: 8824/1: fix a migrating irq bug when hotplug cpu by Dietmar Eggemann · 6 years ago
  12. 4c301f9 ARM: Convert to GENERIC_IRQ_MULTI_HANDLER by Palmer Dabbelt · 7 years ago
  13. 9023cc8 ARM: 8499/1: irq: l2c: do not print error in case of missing l2c from by Andiii · 9 years ago
  14. e7ecbc0 ARM: uniphier: add outer cache support by Masahiro Yamada · 9 years ago
  15. eb81112 ARM: Remove ununsed set_irq_flags by Rob Herring · 10 years ago
  16. c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  17. f813090 ARM: move heavy barrier support out of line by Russell King · 10 years ago
  18. 84f551c ARM/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 10 years ago
  19. 0c4c2ed ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if not NULL by Tomasz Figa · 10 years ago
  20. 108900b ARM: use pr_warn_ratelimited() when migrating IRQs by Russell King · 10 years ago
  21. 4ed89f2228 ARM: convert printk(KERN_* to pr_* by Russell King · 10 years ago
  22. 782d59c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  23. d5d1689 Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  24. 8b521cb ARM: 8152/1: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  25. a71b092 ARM: Convert handle_IRQ to use __handle_domain_irq by Marc Zyngier · 11 years ago
  26. a040803 ARM: 8133/1: use irq_set_affinity with force=false when migrating irqs by Sudeep Holla · 11 years ago
  27. 805604e ARM: l2c: add platform independent core L2 cache OF initialisation by Russell King · 11 years ago
  28. ebafed7 ARM: irq: Call irqchip_init if no init_irq function is specified by Maxime Ripard · 12 years ago
  29. 73171d1 arm: add set_handle_irq() to register the parent IRQ controller handler function by Thomas Petazzoni · 12 years ago
  30. 05c7698 ARM: export set_irq_flags by Arnd Bergmann · 13 years ago
  31. 42a859d ARM: at91: aic can use fast eoi handler type by Ludovic Desroches · 13 years ago
  32. 5e7371d ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQs by Will Deacon · 13 years ago
  33. 12679a2 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  34. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 13 years ago
  35. 342d00a ARM: 7317/1: irq: avoid NULL check in for_each_irq_desc loop by Will Deacon · 13 years ago
  36. d91ef63 arm: remove several unnecessary module.h include instances by Paul Gortmaker · 14 years ago
  37. 292b293 ARM: gic: consolidate PPI handling by Marc Zyngier · 14 years ago
  38. 5a567d7 ARM: 7115/4: move __exception and friends to asm/exception.h by Jamie Iles · 13 years ago
  39. 69f1d1a Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 14 years ago
  40. 78359cb ARM: CPU hotplug: ensure we migrate all IRQs off a downed CPU by Russell King · 14 years ago
  41. ca15af1 ARM: CPU hotplug: pass in proper affinity mask on IRQ migration by Russell King · 14 years ago
  42. 2ef7570 ARM: CPU hotplug: fix abuse of irqdesc->node by Russell King · 14 years ago
  43. a4841e3 ARM: introduce handle_IRQ() not to dump exception stack by Russell King - ARM Linux · 14 years ago
  44. 25a5662 arm: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  45. 1b7a2d9 arm: Use irq flag setter function by Thomas Gleixner · 14 years ago
  46. 6179124 ARM: irq migration: ensure migration is handled safely by Russell King · 14 years ago
  47. 1dbfa18 ARM: irq migration: force migration off CPU going down by Russell King · 14 years ago
  48. f64305a ARM: core irq_data conversion. by Lennert Buytenhek · 14 years ago
  49. 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
  50. 4ec3eb1 Merge branch 'smp' into misc by Russell King · 14 years ago
  51. 8ff1443 ARM: simplify early machine init hooks by Russell King · 14 years ago
  52. 4a88abd ARM: SMP: provide individual IPI interrupt statistics by Russell King · 14 years ago
  53. f13cd41 ARM: fix /proc/interrupts formatting by Russell King · 14 years ago
  54. ec405ea ARM: include local timer irq stats only when local timers configured by Russell King · 14 years ago
  55. 61b5cb1 ARM: place C irq handlers in IRQ_ENTRY for ftrace by Rabin Vincent · 14 years ago
  56. 032fa36 arm: Use ARCH_IRQ_INIT_FLAGS by Thomas Gleixner · 14 years ago
  57. 05d0ca8 genirq, ARM: Fix boot on ARM platforms by Anand Gadiyar · 14 years ago
  58. b683de2 genirq: Query arch for number of early descriptors by Thomas Gleixner · 14 years ago
  59. 354e6f7 ARM: 6197/2: preliminary support for sparse IRQ by eric miao · 15 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  61. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  62. baa28e3 ARM: Show FIQ in /proc/interrupts on CONFIG_FIQ by Ben Dooks · 16 years ago
  63. 7aa5514 [ARM] 5560/1: Avoid buffer overrun in case of an invalid IRQ by Aaro Koskinen · 16 years ago
  64. 41184f6 [ARM] 5556/1: Fix the irq_desc.cpu references by Catalin Marinas · 16 years ago
  65. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
  66. 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 16 years ago
  67. 249d51b Merge commit 'v2.6.29-rc4' into core/percpu by Ingo Molnar · 16 years ago
  68. 6fd7ad9 Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lock by Uwe Kleine-König · 16 years ago
  69. e65e49d irq: update all arches for new irq_desc by Mike Travis · 16 years ago
  70. 0b0f0b1 sparseirq: use kstat_irqs_cpu on non-x86 architectures too by Yinghai Lu · 16 years ago
  71. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  72. d8aa025 [ARM] 5298/1: Drop desc_handle_irq() by Dmitry Baryshkov · 16 years ago
  73. 897d852 [ARM] Fix circular include dependency with IRQ headers by Russell King · 17 years ago
  74. 0f0a00b [ARM] Remove needless linux/ptrace.h includes by Russell King · 18 years ago
  75. 7ab3f8d [ARM] Add ability to dump exception stacks to kernel backtraces by Russell King · 18 years ago
  76. d7e25f3 [PATCH] genirq: remove IRQ_DISABLED by Ingo Molnar · 18 years ago
  77. 10dd5ce2 [ARM] Remove compatibility layer for ARM irqs by Russell King · 18 years ago
  78. e630015 ARM: fix up nested irq regs usage by Linus Torvalds · 18 years ago
  79. 0cd61b6 Initial blind fixup for arm for irq changes by Linus Torvalds · 18 years ago
  80. 38c677c [ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name by David Brownell · 19 years ago
  81. f7ede37 [ARM] 3728/1: Restore missing CPU Hotplug irq helper by Thomas Gleixner · 19 years ago
  82. 4a2581a [ARM] 3692/1: ARM: coswitch irq handling to the generic implementation by Thomas Gleixner · 19 years ago
  83. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  84. 83d4e6e [PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely() by Andreas Mohr · 19 years ago
  85. ebc67da [ARM] 3554/1: ARM: Fix dyntick locking by Tony Lindgren · 19 years ago
  86. bec1b81 [ARM] Quieten spurious IRQ detection by Russell King · 19 years ago
  87. 16ed926 [ARM] Only call set_type method in setup_irq if it's defined by Russell King · 19 years ago
  88. 9ded96f [PATCH] IRQ type flags by Russell King · 19 years ago
  89. 6842b92 [ARM] Use core_initcall() to initialise ARM DMA by Russell King · 19 years ago
  90. 37ee16a [ARM SMP] Add core ARM support for local timers by Russell King · 19 years ago
  91. 2c25013 [ARM] More sparse fixes by Russell King · 19 years ago
  92. a054a81 [ARM SMP] Add hotplug CPU infrastructure by Russell King · 19 years ago
  93. 664399e [ARM] Wrap calls to descriptor handlers by Russell King · 20 years ago
  94. 7801907 [ARM] Change irq_chip wake/type methods to set_wake/set_type by Russell King · 20 years ago
  95. 8749af6 [PATCH] ARM: Generic Dynamic Tick Timer support for ARM, take 4 by Russell King · 20 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2