1. 3a69e91 xen: Find an unbound irq number in reverse order (high to low). by Konrad Rzeszutek Wilk · 14 years ago
  2. 3b32f57 xen: statically initialize cpu_evtchn_mask_p by Jeremy Fitzhardinge · 15 years ago
  3. 1a60d05 xen: set pirq name to something useful. by Gerd Hoffmann · 14 years ago
  4. b21ddbf xen: dynamically allocate irq & event structures by Jeremy Fitzhardinge · 14 years ago
  5. 0794bfc xen: identity map gsi->irqs by Konrad Rzeszutek Wilk · 14 years ago
  6. d46a78b xen: implement pirq type event channels by Jeremy Fitzhardinge · 14 years ago
  7. d8e0420 xen: define BIOVEC_PHYS_MERGEABLE() by Jeremy Fitzhardinge · 16 years ago
  8. dce87b9 netxen: mask correctable error by amit salecha · 14 years ago
  9. 7a9905e netxen: fix race in tx stop queue by Rajesh Borundia · 14 years ago
  10. 3666e0b qlcnic: update ethtool stats by amit salecha · 14 years ago
  11. 7f9c7e2 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 14 years ago
  12. a47d605 Merge branch 'can/mcp251x-for-net-next' of git://git.pengutronix.de/git/mkl/linux-2.6 by David S. Miller · 14 years ago
  13. d8e6271 bnx2x: update version to 1.60.00-2 by Dmitry Kravkov · 14 years ago
  14. 030f335 bnx2x: remove unnecessary FUNC_FLG_RSS flag and related by Dmitry Kravkov · 14 years ago
  15. c8e4f48 bnx2x: Use correct FW constant for header padding by Dmitry Kravkov · 14 years ago
  16. adf5f6a bnx2x: do not deal with power if no capability by Dmitry Kravkov · 14 years ago
  17. e3dba81 bnx2x: remove redundant commands during error handling by Dmitry Kravkov · 14 years ago
  18. fe78d26 bnx2x: Optimized the branching in the bnx2x_rx_int() by Vladislav Zolotarov · 14 years ago
  19. 9c473fc can: mcp251x: optimize 2515, rx int gets cleared automatically by Marc Kleine-Budde · 14 years ago
  20. beab675 can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515 by Marc Kleine-Budde · 14 years ago
  21. f1f8c6c can: mcp251x: Don't use pdata->model for chip selection anymore by Marc Kleine-Budde · 14 years ago
  22. de9186c sh: clkfwk: Shuffle around to match the intc split up. by Paul Mundt · 14 years ago
  23. c2590f4 sh: clkfwk: modify for_each_frequency end condition by Kuninori Morimoto · 14 years ago
  24. 2555e66 ARM: S5P64X0: Add UART serial support for S5P6450 by Kukjin Kim · 14 years ago
  25. d3cd156 can: mcp251x: write intf only when needed by Marc Kleine-Budde · 14 years ago
  26. 7e15de3 can: mcp251x: read-modify-write eflag only when needed by Sascha Hauer · 14 years ago
  27. f3a3ed3 can: mcp251x: allow to read two registers in one spi transfer by Sascha Hauer · 14 years ago
  28. 711e4d6 can: mcp251x: increase rx_errors on overflow, not only rx_over_errors by Sascha Hauer · 14 years ago
  29. 57d3c7b can: mcp251x: fix NOHZ local_softirq_pending 08 warning by Marc Kleine-Budde · 14 years ago
  30. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  31. 9756403 gianfar: fix double lock typo by Dan Carpenter · 14 years ago
  32. cdd861d ns83820: spin_lock_irq() => spin_lock() by Dan Carpenter · 14 years ago
  33. 9c0a788 spi/bfin_spi: namespace local structs by Mike Frysinger · 14 years ago
  34. 6f7c17f spi/bfin_spi: init early by Michael Hennerich · 14 years ago
  35. 2e76865 spi/bfin_spi: check per-transfer bits_per_word by Bob Liu · 14 years ago
  36. 4190f6a spi/bfin_spi: warn when CS is driven by hardware (CPHA=0) by Barry Song · 15 years ago
  37. e72dcde spi/bfin_spi: cs should be always low when a new transfer begins by Rob Maris · 15 years ago
  38. e359540 spi/bfin_spi: fix typo in comment by Rob Maris · 15 years ago
  39. 7715aad spi/bfin_spi: reject unsupported SPI modes by Mike Frysinger · 15 years ago
  40. a75bd65b spi/bfin_spi: use dma_disable_irq_nosync() in irq handler by Barry Song · 15 years ago
  41. 5e8592d spi/bfin_spi: combine duplicate SPI_CTL read/write logic by Mike Frysinger · 15 years ago
  42. 5b47bcd spi/bfin_spi: reset ctl_reg bits when setup is run again on a device by Mike Frysinger · 15 years ago
  43. 033f44b spi/bfin_spi: push all size checks into the transfer function by Mike Frysinger · 15 years ago
  44. 7370ed6 spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler by Yi Li · 15 years ago
  45. 9677b0de spi/bfin_spi: sync hardware state before reprogramming everything by Barry Song · 15 years ago
  46. b052fd0 spi/bfin_spi: save/restore state when suspending/resuming by Barry Song · 15 years ago
  47. d3cc71f spi/bfin_spi: redo GPIO CS handling by Barry Song · 15 years ago
  48. 90008a6 spi/bfin_spi: use the SPI namespaced bit names by Mike Frysinger · 15 years ago
  49. 2a04513 spi/bfin_spi: drop extra memory we don't need by Mike Frysinger · 15 years ago
  50. b9f139a spi/bfin_spi: convert struct names to something more logical by Mike Frysinger · 15 years ago
  51. 9c4542c spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure by Mike Frysinger · 15 years ago
  52. f4f50c3 spi/bfin_spi: convert queue run state to true/false by Mike Frysinger · 15 years ago
  53. ab09e04 spi/bfin_spi: fix up some unused/misleading comments by Mike Frysinger · 15 years ago
  54. 5cc0159 spi/bfin_spi: punt useless null read/write funcs by Mike Frysinger · 15 years ago
  55. 201bbc6 spi/bfin_spi: drop custom cs_change_per_word support by Mike Frysinger · 15 years ago
  56. 8221610 spi/bfin_spi: fix CS handling by Barry Song · 15 years ago
  57. f6a6d96 spi/bfin_spi: utilize the SPI interrupt in PIO mode by Yi Li · 15 years ago
  58. bb8beecd spi/bfin_spi: force sane master-mode state at boot by Wolfgang Muees · 16 years ago
  59. 60d0071 spi/bfin_spi: work around anomaly 05000119 by Sonic Zhang · 16 years ago
  60. ac01e97 spi/bfin_spi: fix resources leakage by Daniel Mack · 16 years ago
  61. e24dcbe shpchp: update workqueue usage by Tejun Heo · 14 years ago
  62. a827ea3 pciehp: update workqueue usage by Tejun Heo · 14 years ago
  63. 62ecae0 Input: wacom - properly enable runtime PM by Dmitry Torokhov · 14 years ago
  64. 3136baf Merge branch 'for-linus' into next by Dmitry Torokhov · 14 years ago
  65. 1d02ad4 Input: ad7877 - filter events where pressure is beyond the maximum by Michael Hennerich · 14 years ago
  66. 47026b2 Input: ad7877 - implement EV_KEY:BTN_TOUCH reporting by Michael Hennerich · 14 years ago
  67. e92c27f Input: ad7877 - implement specified chip select behavior by Michael Hennerich · 14 years ago
  68. 790d5c8 Input: hp680_ts_input - use cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  69. f74eef9 Input: mousedev - correct lockdep annotation by Hitoshi Mitake · 14 years ago
  70. 2991a1c Input: ads7846 - switch to using threaded IRQ by Jason Wang · 14 years ago
  71. df17e62 PCI: Add support for polling PME state on suspended legacy PCI devices by Matthew Garrett · 14 years ago
  72. bf4d290 PCI: Export some PCI PM functionality by Matthew Garrett · 14 years ago
  73. 1bcd495 PCI: fix message typo by Bjorn Helgaas · 14 years ago
  74. 2c6413a PCI: log vendor/device ID always by Bjorn Helgaas · 14 years ago
  75. cb04e95 PCI: update Intel chipset names and defines by Seth Heasley · 14 years ago
  76. 350a55e PCI: use new ccflags variable in Makefile by matt mooney · 14 years ago
  77. db50041 PCI: add PCI_MSIX_TABLE/PBA defines by Hidetoshi Seto · 14 years ago
  78. 49b3c1e ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI events by Colin Ian King · 14 years ago
  79. 23ebbf0 ACPICA: Add Vista SP2 to supported _OSI strings by Bob Moore · 14 years ago
  80. 34cf66e ACPICA: Eliminate duplicate code in acpi_ut_execute_* functions by Bob Moore · 14 years ago
  81. 8125666 ACPICA: Change type of _TZ from ThermalZone to Device by Bob Moore · 14 years ago
  82. 3989170 ACPICA: Comment update; no functional change by Bob Moore · 14 years ago
  83. e39428d i2c-imx: do not allow interruptions when waiting for I2C to complete by Marc Kleine-Budde · 14 years ago
  84. c5b4afe i2c-davinci: Fix TX setup for more SoCs by Jon Povey · 14 years ago
  85. 6a2a11d drm/radeon/kms: avivo cursor workaround applies to evergreen as well by Alex Deucher · 14 years ago
  86. 7c1a96a tg3: Update version to 3.115 by Matt Carlson · 14 years ago
  87. 64c2218 tg3: Report invalid link from tg3_get_settings() by Matt Carlson · 14 years ago
  88. 4803572 tg3: Don't allocate jumbo ring for 5780 class devs by Matt Carlson · 14 years ago
  89. f94e290 tg3: Cleanup tg3_alloc_rx_skb() by Matt Carlson · 14 years ago
  90. 52b02d0 tg3: Add EEE support by Matt Carlson · 14 years ago
  91. ddfc87b tg3: Add clause 45 register accessor methods by Matt Carlson · 14 years ago
  92. 3d37728 tg3: Disable unused transmit rings by Matt Carlson · 14 years ago
  93. bba226a tg3: Add support for selfboot format 1 v6 by Matt Carlson · 14 years ago
  94. 7fc4463 drivers/net/pch_gbe: Use DEFINE_PCI_DEVICE_TABLE by Joe Perches · 14 years ago
  95. f3e85df stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.c by Giuseppe Cavallaro · 14 years ago
  96. ed440e8 niu: introduce temp variables to avoid sparse warnings when swapping in-situ by Harvey Harrison · 14 years ago
  97. aa0170f firewire: ohci: fix TI TSB82AA2 regression since 2.6.35 by Stefan Richter · 14 years ago
  98. 7bf4a5d isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr() by Tejun Heo · 14 years ago
  99. e1f60b2 PM: Introduce library for device-specific OPPs (v7) by Nishanth Menon · 14 years ago
  100. d33ac60 PM: Add sysfs attr for rechecking dev hash from PM trace by James Hogan · 14 years ago