1. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  2. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  3. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  5. 36a5df8 genirq: Export enable/disable_percpu_irq() by Chris Metcalf · 12 years ago
  6. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  7. 51906e7 x86/MSI: Support multiple MSIs in presense of IRQ remapping by Alexander Gordeev · 12 years ago
  8. befddb2 Merge tag 'v3.8-rc4' into irq/core by Ingo Molnar · 12 years ago
  9. 19af395 irq: tsk->comm is an array by Alan Cox · 12 years ago
  10. aefb058 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  11. e716efd genirq: Avoid deadlock in spurious handling by Thomas Gleixner · 12 years ago
  12. d202b7b irqdomain: stop screaming about preallocated irqdescs by Linus Walleij · 12 years ago
  13. 04aa530 genirq: Always force thread affinity by Thomas Gleixner · 12 years ago
  14. f3de44e irq: Set CPU affinity right on thread creation by Sankara Muthukrishnan · 12 years ago
  15. 293a7a0 genirq: Provide means to retrigger parent by Thomas Gleixner · 12 years ago
  16. 2854d16 irqdomain: augment add_simple() to allocate descs by Linus Walleij · 12 years ago
  17. 17d8312 genirq: Export dummy_irq_chip by Kuninori Morimoto · 12 years ago
  18. b3ae66f genirq: Export irq_set_chip_and_handler_name() by Kuninori Morimoto · 12 years ago
  19. 148311d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  20. 2d53492 Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  21. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  22. dc9b229 genirq: Allow irq chips to mark themself oneshot safe by Thomas Gleixner · 12 years ago
  23. f5a1ad0 irqdomain: Improve diagnostics when a domain mapping fails by Mark Brown · 12 years ago
  24. 4c0946c irqdomain: eliminate slow-path revmap lookups by Grant Likely · 13 years ago
  25. 6aeea3e Merge remote-tracking branch 'origin' into irqdomain/next by Grant Likely · 12 years ago
  26. f14121a Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  27. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 13 years ago
  28. 41f9d29 trimming task_work: kill ->data by Al Viro · 13 years ago
  29. c5857cc random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  30. 775f4b2 random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 13 years ago
  31. 9844a55 irqdomain: Fix irq_create_direct_mapping() to test irq_domain type. by Grant Likely · 13 years ago
  32. d6b0d1f irqdomain: Eliminate dedicated radix lookup functions by Grant Likely · 13 years ago
  33. 98aa468 irqdomain: Support for static IRQ mapping and association. by Grant Likely · 13 years ago
  34. 2a71a1a irqdomain: Always update revmap when setting up a virq by Grant Likely · 13 years ago
  35. 913af20 irqdomain: Split disassociating code into separate function by Grant Likely · 13 years ago
  36. 22076c7 irq_domain: correct a minor wrong comment for linear revmap by Dong Aisheng · 13 years ago
  37. 781d0f4 irq_domain: Standardise legacy/linear domain selection by Mark Brown · 13 years ago
  38. 74a7f08 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 13 years ago
  39. aed9804 irqdomain: Make ops->map hook optional by Grant Likely · 13 years ago
  40. 7325570 irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACY by Grant Likely · 13 years ago
  41. 5ca4db6 irqdomain: Simple NUMA awareness. by Paul Mundt · 13 years ago
  42. efd68e7 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 13 years ago
  43. 9171c67 Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  44. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  45. 97fd75b kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks by Andrew Morton · 13 years ago
  46. b343c8b Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  47. 818b0f3 genirq: Introduce irq_do_set_affinity() to reduce duplicated code by Jiang Liu · 13 years ago
  48. 23812b9 genirq: Add IRQS_PENDING for nested and simple irq by Ning Jiang · 13 years ago
  49. 4d1d61a genirq: reimplement exit_irq_thread() hook via task_work_add() by Oleg Nesterov · 13 years ago
  50. 3a8580f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
  51. 4713685 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  52. 8756826 irq: Remove irq_chip->release() by Richard Weinberger · 13 years ago
  53. a87487e irqdomain: Document size parameter of irq_domain_add_linear() by Mark Brown · 13 years ago
  54. 54a9058 irqdomain: trivial pr_fmt conversion. by Paul Mundt · 13 years ago
  55. 5c5806e irqdomain: Make irq_domain_simple_map() static. by Paul Mundt · 13 years ago
  56. ecd84eb irqdomain: Export remaining public API symbols. by Paul Mundt · 13 years ago
  57. 58ee99a irqdomain: Support removal of IRQ domains. by Paul Mundt · 13 years ago
  58. 3911ff3 genirq: export handle_edge_irq() and irq_to_desc() by Jiri Kosina · 13 years ago
  59. 9c6079a genirq: Do not consider disabled wakeup irqs by Thomas Gleixner · 13 years ago
  60. d4dc0f9 genirq: Allow check_wakeup_irqs to notice level-triggered interrupts by Thomas Gleixner · 13 years ago
  61. 9f3045e irq: hide debug macros so they don't collide with others. by Paul Gortmaker · 13 years ago
  62. f5d8947 genirq: Be more informative on irq type mismatch by Thomas Gleixner · 13 years ago
  63. 1c6c695 genirq: Reject bogus threaded irq requests by Thomas Gleixner · 13 years ago
  64. 5269a9a irq_domain: fix type mismatch in debugfs output format by Grant Likely · 13 years ago
  65. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 13 years ago
  66. 15e06bf irqdomain: Fix debugfs formatting by Grant Likely · 13 years ago
  67. ac5830a irq_domain: correct the debugfs file name by Mika Westerberg · 13 years ago
  68. 5b7526e irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from(). by David Daney · 13 years ago
  69. f558c27 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  70. f5cb92a genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return value by Jiang Liu · 13 years ago
  71. 12679a2 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  72. 092b2fb irqdomain: Remove powerpc dependency from debugfs file by Grant Likely · 13 years ago
  73. 241fc64 genirq: Respect NUMA node affinity in setup_irq_irq affinity() by Prarit Bhargava · 13 years ago
  74. f3f79e3 genirq: Get rid of unneeded force parameter in irq_finalize_oneshot() by Alexander Gordeev · 13 years ago
  75. 69592db genirq: Minor readablity improvement in irq_wake_thread() by Alexander Gordeev · 13 years ago
  76. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  77. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  78. e04268b genirq: Remove paranoid warnons and bogus fixups by Thomas Gleixner · 13 years ago
  79. 7140ea1 genirq: Flush the irq thread on synchronization by Ido Yariv · 13 years ago
  80. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 13 years ago
  81. 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  82. 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 13 years ago
  83. 05d74ef genirq: No need to check IRQTF_DIED before stopping a thread handler by Alexander Gordeev · 13 years ago
  84. 4bcdf1d genirq: Get rid of unnecessary irqaction field in task_struct by Alexander Gordeev · 13 years ago
  85. 540b60e genirq: Fix incorrect check for forced IRQ thread handler by Alexander Gordeev · 13 years ago
  86. 52abb70 genirq: Clear action->thread_mask if IRQ_ONESHOT is not set by Thomas Gleixner · 13 years ago
  87. a09b659 genirq: Fix long-term regression in genirq irq_set_irq_type() handling by Russell King · 13 years ago
  88. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  89. abd2363 irq_domain/mips: Allow irq_domain on MIPS by Grant Likely · 13 years ago
  90. a18dc81 irq_domain: constify irq_domain_ops by Grant Likely · 13 years ago
  91. 16b2e6e irq_domain: Create common xlate functions that device drivers can use by Grant Likely · 13 years ago
  92. 6b783f7 irq_domain: Remove irq_domain_add_simple() by Grant Likely · 13 years ago
  93. 7529495 irq_domain: Remove 'new' irq_domain in favour of the ppc one by Grant Likely · 13 years ago
  94. 1bc04f2 irq_domain: Add support for base irq and hwirq in legacy mappings by Grant Likely · 13 years ago
  95. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  96. 6870065 irq_domain: Remove references to old irq_host names by Grant Likely · 13 years ago
  97. 0384837 irq_domain: remove NO_IRQ from irq domain code by Grant Likely · 13 years ago
  98. cc79ca6 irq_domain: Move irq_domain code from powerpc to kernel/irq by Grant Likely · 13 years ago
  99. b4bc724 genirq: Handle pending irqs in irq_startup() by Thomas Gleixner · 13 years ago
  100. ac56376 genirq: Unmask oneshot irqs when thread was not woken by Thomas Gleixner · 13 years ago