1. d4d5e08 genirq: Add IRQCHIP_SET_TYPE_MASKED flag by Thomas Gleixner · 16 years ago
  2. 2bff17a genirq: Add flags to irq_chip by Thomas Gleixner · 16 years ago
  3. 5d4d8fc genirq: Cleanup irq.h by Thomas Gleixner · 16 years ago
  4. f9e4989 genirq: Force wrapped access to desc->status in core code by Thomas Gleixner · 16 years ago
  5. 1ccb4e6 genirq: Wrap the remaning IRQ_* flags by Thomas Gleixner · 16 years ago
  6. 876dbd4 genirq: Mirror irq trigger type bits in irq_data.state by Thomas Gleixner · 16 years ago
  7. 2bdd105 genirq: Move IRQ_AFFINITY_SET to core by Thomas Gleixner · 16 years ago
  8. bce4303 genirq: Reuse existing can set affinty check by Thomas Gleixner · 16 years ago
  9. a005677 genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state by Thomas Gleixner · 16 years ago
  10. 1ce6068 genirq: Move debug code to separate header by Thomas Gleixner · 16 years ago
  11. fae581e genirq: Remove CHECK_IRQ_PER_CPU from core code by Thomas Gleixner · 16 years ago
  12. 8f53f92 genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate it by Thomas Gleixner · 16 years ago
  13. 6a58fb3 genirq: Remove CONFIG_IRQ_PER_CPU by Thomas Gleixner · 16 years ago
  14. f230b6d genirq: Add IRQ_MOVE_PENDING to irq_data.state by Thomas Gleixner · 16 years ago
  15. 91c4991 genirq: Add state field to irq_data by Thomas Gleixner · 16 years ago
  16. 6d2cd17 genirq: Move IRQ_WAKEUP to core by Thomas Gleixner · 16 years ago
  17. c531e83 genirq: Move IRQ_SUSPENDED to core by Thomas Gleixner · 16 years ago
  18. 6e40262 genirq: Move IRQ_MASKED to core by Thomas Gleixner · 16 years ago
  19. 2a0d6fb genirq: Move IRQ_PENDING flag to core by Thomas Gleixner · 16 years ago
  20. c1594b7 genirq: Move IRQ_DISABLED to core by Thomas Gleixner · 16 years ago
  21. 163ef30 genirq: Move IRQ_REPLAY and IRQ_WAITING to core by Thomas Gleixner · 16 years ago
  22. 3d67bae genirq: Move IRQ_ONESHOT to core by Thomas Gleixner · 16 years ago
  23. 009b4c3 genirq: Add IRQ_INPROGRESS to core by Thomas Gleixner · 16 years ago
  24. 6954b75 genirq: Move IRQ_POLL_INPROGRESS to core by Thomas Gleixner · 16 years ago
  25. 6f91a52 genirq: Use modify_status for set_irq_nested_thread by Thomas Gleixner · 16 years ago
  26. 7acdd53 genirq: Move IRQ_SPURIOUS_DISABLED to core state by Thomas Gleixner · 16 years ago
  27. bd062e7 genirq: Move IRQ_AUTODETECT to internal state by Thomas Gleixner · 16 years ago
  28. e6bea9c genirq: Protect tglx from tripping over his own feet by Thomas Gleixner · 16 years ago
  29. dbec07b genirq: Add internal state field to irq_desc by Thomas Gleixner · 16 years ago
  30. 35e857c genirq: Fixup core code namespace fallout by Thomas Gleixner · 16 years ago
  31. c78b9b6 genirq: Implement generic irq_show_interrupts() by Thomas Gleixner · 16 years ago
  32. 1277a53 genirq: Simplify handle_irq_event() by Thomas Gleixner · 16 years ago
  33. 0877d66 genirq: Use handle_irq_event() in the spurious poll code by Thomas Gleixner · 16 years ago
  34. 849f061 genirq: Use handle_perpcu_event() in handle_percpu_irq() by Thomas Gleixner · 16 years ago
  35. a60a5dc genirq: Use handle_irq_event() in handle_edge_irq() by Thomas Gleixner · 16 years ago
  36. a7ae4de genirq: Use handle_irq_event() in handle_fasteoi_irq() by Thomas Gleixner · 16 years ago
  37. 1529866 genirq: Use handle_irq_event() in handle_level_irq() by Thomas Gleixner · 16 years ago
  38. 107781e genirq: Use handle_irq_event() in handle_simple_irq() by Thomas Gleixner · 16 years ago
  39. 4912609 genirq: Implement handle_irq_event() by Thomas Gleixner · 16 years ago
  40. d78f8dd genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq() by Thomas Gleixner · 16 years ago
  41. 3aae994 genirq: Consolidate IRQ_DISABLED by Thomas Gleixner · 16 years ago
  42. 50f7c03 genirq: Remove default magic by Thomas Gleixner · 16 years ago
  43. 8792347 genirq: Consolidate disable/enable by Thomas Gleixner · 16 years ago
  44. 4699923 genirq: Consolidate startup/shutdown of interrupts by Thomas Gleixner · 16 years ago
  45. 3b56f05 genirq: Remove bogus conditional by Thomas Gleixner · 16 years ago
  46. 1535dfa genirq: Move irq thread flags to core by Thomas Gleixner · 16 years ago
  47. fe200ae genirq: Mark polled irqs and defer the real handler by Thomas Gleixner · 16 years ago
  48. d05c65f genirq: spurious: Run only one poller at a time by Thomas Gleixner · 16 years ago
  49. c7259cd genirq: Do not poll disabled, percpu and timer interrupts by Thomas Gleixner · 16 years ago
  50. fa27271 genirq: Fixup poll handling by Thomas Gleixner · 16 years ago
  51. b738a50 genirq: Warn when handler enables interrupts by Thomas Gleixner · 16 years ago
  52. 1082687 genirq: Plug race in report_bad_irq() by Thomas Gleixner · 16 years ago
  53. 2b879ea genirq: Remove redundant thread affinity setting by Thomas Gleixner · 16 years ago
  54. 3b8249e genirq: Do not copy affinity before set by Thomas Gleixner · 16 years ago
  55. 569bda8 genirq: Always apply cpu online mask by Thomas Gleixner · 16 years ago
  56. b008207 genirq: Rremove redundant check by Thomas Gleixner · 16 years ago
  57. 1fa46f1 genirq: Simplify affinity related code by Thomas Gleixner · 16 years ago
  58. a0cd9ca genirq: Namespace cleanup by Thomas Gleixner · 16 years ago
  59. 43abe43 genirq: Add missing buslock to set_irq_type(), set_irq_wake() by Thomas Gleixner · 16 years ago
  60. e7bcecb genirq: Make nr_irqs runtime expandable by Thomas Gleixner · 16 years ago
  61. 218502b Merge branch 'irq/urgent' into irq/core by Thomas Gleixner · 16 years ago
  62. 6d83f94 genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now by Thomas Gleixner · 16 years ago
  63. c1ee626 genirq: Prevent access beyond allocated_irqs bitmap by Thomas Gleixner · 16 years ago
  64. 0cc9d52 Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. 4c3021d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  66. a5bbef0 Merge branch 'for-linus/bugfixes' of git://xenbits.xen.org/people/ianc/linux-2.6 by Linus Torvalds · 16 years ago
  67. bc3adfc Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 16 years ago
  68. ceaaec9 net: deinit automatic LIST_HEAD by Eric Dumazet · 16 years ago
  69. f87e6f4 net: dont leave active on stack LIST_HEAD by Linus Torvalds · 16 years ago
  70. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 16 years ago
  71. 3c18d4d Expand CONFIG_DEBUG_LIST to several other list operations by Linus Torvalds · 16 years ago
  72. 2a324ce Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  73. c8b392e Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  74. dd8240b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  75. a0aeccd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  76. fa7ea87 fs/partitions: Validate map_count in Mac partition tables by Timo Warns · 16 years ago
  77. 456d66e RTC: Re-enable UIE timer/polling emulation by John Stultz · 16 years ago
  78. 6e57b1d RTC: Revert UIE emulation removal by John Stultz · 16 years ago
  79. 516373b RTC: Release mutex in error path of rtc_alarm_irq_enable by Uwe Kleine-König · 16 years ago
  80. ed199fa tg3: Restrict phy ioctl access by Matt Carlson · 16 years ago
  81. 0d672e9 drivers/net: Call netif_carrier_off at the end of the probe by Ivan Vecera · 16 years ago
  82. 814b0a6 Merge branches 'nes' and 'qib' into for-next by Roland Dreier · 16 years ago
  83. c0af2c0 IB/qib: Prevent double completions after a timeout or RNR error by Mike Marciniszyn · 16 years ago
  84. 8dd3838 xen: suspend and resume system devices when running PVHVM by Ian Campbell · 16 years ago
  85. c600636 ixgbe: work around for DDP last buffer size by Amir Hanania · 16 years ago
  86. 4c7e604 ixgbe: fix panic due to uninitialised pointer by Andy Gospodarek · 16 years ago
  87. 713b3c9 e1000e: flush all writebacks before unload by Jesse Brandeburg · 16 years ago
  88. 615b32a e1000e: check down flag in tasks by Jesse Brandeburg · 16 years ago
  89. ee715087 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  90. e138018 Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 16 years ago
  91. 9f4283f drm/radeon/kms: add missing frac fb div flag for dce4+ by Alex Deucher · 16 years ago
  92. 16e4b8a drm/radeon/kms: do not reject X16 and Y16X16 floating-point formats on r300 by Marek Olšák · 16 years ago
  93. 317495b drm/nouveau: fix suspend/resume on GPUs that don't have PM support by Ben Skeggs · 16 years ago
  94. 68ac01a Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 16 years ago
  95. e51900f block: revert block_dev read-only check by Chuck Ebbert · 16 years ago
  96. b8884da drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup() by Ben Skeggs · 16 years ago
  97. 1dc3267 drm/nv40: fix tiling-related setup for a number of chipsets by Ben Skeggs · 16 years ago
  98. 0d9b619 drm/nouveau: fix non-EDIDful native mode selection by Ben Skeggs · 16 years ago
  99. 77b1d5d drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards. by Francisco Jerez · 16 years ago
  100. 8788622 drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS native mode. by Francisco Jerez · 16 years ago