1. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  2. 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
  3. d036e67 cpumask: convert kernel/irq by Rusty Russell · 16 years ago
  4. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  6. 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
  7. 43a2563 sparseirq: move __weak symbols into separate compilation unit by Yinghai Lu · 16 years ago
  8. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 16 years ago
  9. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  10. 0ebb26e sparse irqs: handle !GENIRQ platforms by Ingo Molnar · 16 years ago
  11. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  12. ca10949 hrtimer: removing all ur callback modes by Peter Zijlstra · 16 years ago
  13. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  14. dd3a1db genirq: improve include files by Thomas Gleixner · 16 years ago
  15. 54514a7 softirq: Add support for triggering softirq work on softirqs. by David S. Miller · 16 years ago
  16. 70dd4d9 genirq: consolidate nr_irqs and for_each_irq_desc() by Thomas Gleixner · 16 years ago
  17. 7ef0c30 genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=n by Thomas Gleixner · 16 years ago
  18. c7fb03a irq, fs/proc: replace loop with nr_irqs for proc/stat by Yinghai Lu · 16 years ago
  19. 85c0f90 irq: introduce nr_irqs by Yinghai Lu · 16 years ago
  20. 978b011 softirq: allocate less vectors by Alexey Dobriyan · 16 years ago
  21. f6ac436 Remove the deprecated cli() sti() functions by Mark Asselstine · 16 years ago
  22. 61d97f4 Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  23. 1840475 genirq: Expose default irq affinity mask (take 3) by Max Krasnyansky · 16 years ago
  24. 962cf36 Remove argument from open_softirq which is always NULL by Carlos R. Mafra · 16 years ago
  25. eb0f1c4 proper __do_softirq() prototype by Adrian Bunk · 16 years ago
  26. d7b9068 [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.h by Russell King · 16 years ago
  27. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 16 years ago
  28. f74596d proper show_interrupts() prototype by Adrian Bunk · 17 years ago
  29. c2d727a Preempt-RCU: Use softirq instead of tasklets for by Dipankar Sarma · 17 years ago
  30. b4471cb Completely remove deprecated IRQ flags (SA_*) by Ahmed S. Darwish · 17 years ago
  31. aa5346a provide stubs for enable_irq_wake() and disable_irq_wake() by Guennadi Liakhovetski · 17 years ago
  32. 0af3678 rip some includes from linux/interrupt.h by Al Viro · 17 years ago
  33. e9ed7e7 take declarations of enable_irq() et.al. to linux/interrupt.h by Al Viro · 17 years ago
  34. 2d3fbbb Add hard_irq_disable() by Benjamin Herrenschmidt · 17 years ago
  35. d85a60d Add IRQF_IRQPOLL flag (common code) by Bernhard Walle · 17 years ago
  36. 0e8638e Deprecate SA_xxx interrupt flags -V2 by Thomas Gleixner · 17 years ago
  37. 616883d IRQ: add __must_check to request_irq by Monakhov Dmitriy · 17 years ago
  38. b3e2fd9 lockdep: Add missing disable/enable irq variant by Roman Zippel · 17 years ago
  39. 6168a70 [PATCH] Declare init_irq_proc before we use it. by Andrew Morton · 17 years ago
  40. 54cdfdb [PATCH] hrtimers: add high resolution timer support by Thomas Gleixner · 17 years ago
  41. 950f442 [PATCH] Add irq flag to disable balancing for an interrupt by Thomas Gleixner · 17 years ago
  42. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  43. c9819f4 [PATCH] sched: use softirq for load balancing by Christoph Lameter · 18 years ago
  44. 676dcb8 [PATCH] add bottom_half.h by Andrew Morton · 18 years ago
  45. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  46. da48279 IRQ: Typedef the IRQ handler function type by David Howells · 18 years ago
  47. e8106b9 [PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIs by Arjan van de Ven · 18 years ago
  48. de30a2b [PATCH] lockdep: irqtrace subsystem, core by Ingo Molnar · 18 years ago
  49. d7e9629 [PATCH] lockdep: add local_irq_enable_in_hardirq() API by Ingo Molnar · 18 years ago
  50. c01d403 [PATCH] lockdep: add disable/enable_irq_lockdep() API by Ingo Molnar · 18 years ago
  51. 284c668 [PATCH] genirq:fixup missing SA_PERCPU replacement by Thomas Gleixner · 18 years ago
  52. 6e21361 [PATCH] irq-flags: consolidate flags for request_irq by Thomas Gleixner · 18 years ago
  53. ba9a233 [PATCH] genirq: add irq-wake (power-management) support by Thomas Gleixner · 18 years ago
  54. 908dcec [PATCH] adjust handle_IRR_event() return type by Jan Beulich · 18 years ago
  55. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  56. 1aea643 [SCSI] Kill the SCSI softirq handling by Jens Axboe · 19 years ago
  57. ff856ba [BLOCK] ll_rw_blk: Enable out-of-order request completions through softirq by Jens Axboe · 19 years ago
  58. ef9ceab [PATCH] remove semicolons from save_flags() by Andrew Morton · 19 years ago
  59. f037360 [PATCH] m68k: thread_info header cleanup by Al Viro · 19 years ago
  60. 3f74478 [PATCH] x86-64: Some cleanup and optimization to the processor data area. by Andi Kleen · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago