1. d0fbca8 x86: ioapic/hpet: Convert to new chip functions by Thomas Gleixner · 14 years ago
  2. 90297c5 x86: ioapic: Convert mask to new irq_chip function by Thomas Gleixner · 14 years ago
  3. 61a38ce x86: io_apic: Convert startup to new irq_chip function by Thomas Gleixner · 14 years ago
  4. dd5f15e x86: Cleanup io_apic by Thomas Gleixner · 14 years ago
  5. d4eba29 x86: Cleanup access to irq_data by Thomas Gleixner · 14 years ago
  6. 4305df9 x86: i8259: Convert to new irq_chip functions by Thomas Gleixner · 14 years ago
  7. 020dd98 x86: Cleanup visws interrupt handling by Thomas Gleixner · 14 years ago
  8. fe25c7f x86: lguest: Convert to new irq chip functions by Thomas Gleixner · 14 years ago
  9. a5ef2e7 x86: Sanitize apb timer interrupt handling by Thomas Gleixner · 14 years ago
  10. a3c08e5 x86: Convert irq_chip access to new functions by Thomas Gleixner · 14 years ago
  11. 011d578 x86: Remove useless reinitialization of irq descriptors by Thomas Gleixner · 14 years ago
  12. 39431ac pci: Cleanup the irq_desc mess in msi by Thomas Gleixner · 14 years ago
  13. 1c9db52 pci: Convert msi to new irq_chip functions by Thomas Gleixner · 14 years ago
  14. 7c5f135 Merge branch 'x86/urgent' of into irq/sparseirq by Thomas Gleixner · 14 years ago
  15. 5e62fea Merge branch 'x86/cleanups' into irq/sparseirq by Thomas Gleixner · 14 years ago
  16. 8ffcfa4 Merge branch 'x86/x2apic' into irq/sparseirq by Thomas Gleixner · 14 years ago
  17. b683de2 genirq: Query arch for number of early descriptors by Thomas Gleixner · 14 years ago
  18. aa99ec0 genirq: Use sane sparse allocator by Thomas Gleixner · 14 years ago
  19. 25ade60 genirq-update-kerneldoc.patch by Thomas Gleixner · 14 years ago
  20. 06f6c33 genirq: Implement irq reservation by Thomas Gleixner · 14 years ago
  21. a98d24b genirq: Implement sane enumeration by Thomas Gleixner · 14 years ago
  22. 13bfe99 genirq: Prepare proc for real sparse irq support by Thomas Gleixner · 14 years ago
  23. 1f5a5b8 genirq: Implement a sane sparse_irq allocator by Thomas Gleixner · 14 years ago
  24. 1318a48 genirq: Provide default irq init flags by Thomas Gleixner · 14 years ago
  25. d895f51 genirq: Remove export of kstat_irqs_cpu by Thomas Gleixner · 14 years ago
  26. 40f08a7 isdn: hisax: Replace the bogus access to irq stats by Thomas Gleixner · 14 years ago
  27. 154cd38 genirq: Remove early_init_irq_lock_class() by Thomas Gleixner · 14 years ago
  28. 3795de2 genirq: Distangle kernel/irq/handle.c by Thomas Gleixner · 14 years ago
  29. f303a6d genirq: Sanitize irq_data accessors by Thomas Gleixner · 14 years ago
  30. 4424718 genirq: Provide status modifier by Thomas Gleixner · 14 years ago
  31. 3a3856d0 genirq: Remove unsused inline by Thomas Gleixner · 14 years ago
  32. e144710 genirq: Distangle irq.h by Thomas Gleixner · 14 years ago
  33. fe21221 mfd: twl4030: Fix dummy irq chip usage by Thomas Gleixner · 14 years ago
  34. bd15141 genirq: Provide config option to disable deprecated code by Thomas Gleixner · 14 years ago
  35. 21e2b8c genirq: Provide compat handling for chip->retrigger() by Thomas Gleixner · 14 years ago
  36. 2f7e99b genirq: Provide compat handling for chip->set_wake() by Thomas Gleixner · 14 years ago
  37. b2ba2c3 genirq: Provide compat handling for chip->set_type() by Thomas Gleixner · 14 years ago
  38. c96b3b3 genirq: Provide compat handling for chip->set_affinity() by Thomas Gleixner · 14 years ago
  39. 37e12df genirq: Provide compat handling for chip->startup() by Thomas Gleixner · 14 years ago
  40. bc310dd genirq: Provide compat handling for chip->disable()/shutdown() by Thomas Gleixner · 14 years ago
  41. c5f7563 genirq: Provide compat handling for chip->enable() by Thomas Gleixner · 14 years ago
  42. 0c5c155 genirq: Provide compat handling for chip->eoi() by Thomas Gleixner · 14 years ago
  43. 9205e31 genirq: Provide compat handling for chip->mask_ack() by Thomas Gleixner · 14 years ago
  44. 22a4916 genirq: Provide compat handling for chip->ack() by Thomas Gleixner · 14 years ago
  45. 0eda58b genirq: Provide compat handling for chip->unmask() by Thomas Gleixner · 14 years ago
  46. e2c0f8f genirq: Provide compat handling for chip->mask() by Thomas Gleixner · 14 years ago
  47. 3876ec9 genirq: Provide compat handling for bus_lock/bus_sync_unlock by Thomas Gleixner · 14 years ago
  48. a77c463 genirq: Add new functions to dummy chips by Thomas Gleixner · 14 years ago
  49. f882265 genirq: Provide advanced irq chip functions by Thomas Gleixner · 14 years ago
  50. 6b8ff31 genirq: Convert core code to irq_data by Thomas Gleixner · 14 years ago
  51. ff7dcd4 genirq: Create irq_data by Thomas Gleixner · 14 years ago
  52. 3bb9808 x86: Use genirq Kconfig by Thomas Gleixner · 14 years ago
  53. d9817eb genirq: Provide Kconfig by Thomas Gleixner · 14 years ago
  54. e7ffec1 isdn: Free irq_data namespace by Thomas Gleixner · 14 years ago
  55. 35a27e8 mfd: Rename struct irq_data to struct sih_irq_data by Thomas Gleixner · 14 years ago
  56. 0219896 x86, hpet: Fix bogus error check in hpet_assign_irq() by Thomas Gleixner · 14 years ago
  57. 1cf180c x86, irq: Plug memory leak in sparse irq by Thomas Gleixner · 14 years ago
  58. d900329 x86, cpu: After uncapping CPUID, re-run CPU feature detection by H. Peter Anvin · 14 years ago
  59. 0f44fbd alpha: fix compile problem in arch/alpha/kernel/signal.c by Linus Torvalds · 14 years ago
  60. 7268e3c Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  61. fad16e7 ahci: fix module refcount breakage introduced by libahci split by Tejun Heo · 14 years ago
  62. b4d3264 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  63. 0d70397 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  64. a2724f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  65. fff2017 hwmon (coretemp): Fix build breakage if SMP is undefined by Guenter Roeck · 14 years ago
  66. 050026f Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  67. 01db403 tcp: Fix >4GB writes on 64-bit. by David S. Miller · 14 years ago
  68. 252a52a Fix pktcdvd ioctl dev_minor range check by Dan Rosenberg · 14 years ago
  69. 95929ef MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0 by David Howells · 14 years ago
  70. 0b20406 net/9p: Mount only matching virtio channels by Sven Eckelmann · 14 years ago
  71. 387a856 de2104x: fix ethtool by Ondrej Zary · 14 years ago
  72. 824044c Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  73. fb0c5f0 tproxy: check for transparent flag in ip_route_newports by Ulrich Weber · 14 years ago
  74. 7e1b33e ipv6: add IPv6 to neighbour table overflow warning by Ulrich Weber · 14 years ago
  75. b3de755 tcp: fix TSO FACK loss marking in tcp_mark_head_lost by Yuchung Cheng · 14 years ago
  76. d6f74be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  77. 6e029fe Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  78. 26d1e7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  79. befd1c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  80. a11377e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  81. 381ba32 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  82. 6509756 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  83. 9a457a5 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  84. bc5fbd9 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  85. 6a6aa2b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  86. f061934 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  87. 60bdb72 mn10300: check __get_user/__put_user results... by Al Viro · 14 years ago
  88. 8e87354 mn10300: get rid of set_fs(USER_DS) in sigframe setup by Al Viro · 14 years ago
  89. c05628b mn10300: ->restart_block.fn needs to be reset on sigreturn by Al Viro · 14 years ago
  90. 00cbf60 mn10300: prevent double syscall restarts by Al Viro · 14 years ago
  91. e46924d mn10300: avoid SIGSEGV delivery loop by Al Viro · 14 years ago
  92. 18e6bfa alpha: __get_user/__put_user results need to be checked... by Al Viro · 14 years ago
  93. c52c2dd alpha: switch osf_sigprocmask() to use of sigprocmask() by Al Viro · 14 years ago
  94. 3fd6c88 3c59x: fix regression from patch "Add ethtool WOL support" by Jan Beulich · 14 years ago
  95. bec658f RDMA/cxgb3: Turn off RX coalescing for iWARP connections by Steve Wise · 14 years ago
  96. 2de59fe ARM: 6411/1: vexpress: set RAM latencies to 1 cycle for PL310 on ct-ca9x4 tile by Will Deacon · 14 years ago
  97. 1d6400c net/9p: fix memory handling/allocation in rdma_request() by Davidlohr Bueso · 14 years ago
  98. 00740c5 amd64_edac: Fix driver module removal by Borislav Petkov · 14 years ago
  99. c9e2fbd x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile by Alexander Chumachenko · 15 years ago
  100. 2cc6d2b ipv6: add a missing unregister_pernet_subsys call by Neil Horman · 14 years ago