1. f2278f3 Input: fix force feedback upload issue in compat mode by Adam Dawidowski · 16 years ago
  2. 82547e9 Input: atamouse - various cleanups by Dmitry Torokhov · 16 years ago
  3. 8195612 Input: evbug - identify device by its sysfs ID by Dmitry Torokhov · 16 years ago
  4. c981228 Input: don't reset sync flag when ignoring event by Dmitry Torokhov · 16 years ago
  5. 656acd2 Input: fix locking in force-feedback core by Dmitry Torokhov · 16 years ago
  6. 9a24729 macintosh/media bay: Convert semaphore to mutex by Daniel Walker · 16 years ago
  7. 1baaeea macintosh/therm_windtunnel: Convert semaphore to mutex by Daniel Walker · 16 years ago
  8. ad19dbd pcmcia: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  9. 55b6c8e drivers/net: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  10. ad9e05a macintosh: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  11. 7587cb2 hwmon: Use linux/of_platform.h instead of asm by Stephen Rothwell · 16 years ago
  12. 98cad10 pasemi-rng: Use linux/of_platform.h instead of asm by Stephen Rothwell · 16 years ago
  13. 10c0ad4 viotape: Use unlocked_ioctl by Stephen Rothwell · 16 years ago
  14. e9a4b6a Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  15. 1702b52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  16. 0acbbee Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  17. 865c652 r8169: remove non-napi code by Francois Romieu · 16 years ago
  18. 1087f4f r8169: multicast register update (sync with Realtek's 8.004.00 8168 driver) by Francois Romieu · 17 years ago
  19. 28f49d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  20. 332e4af Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  21. be0976b [netdrvr] kill sync_irq-before-freq_irq pattern by Jeff Garzik · 16 years ago
  22. 28cd428 [netdrvr] fealnx: clean up nasty mess of arch ifdefs by Jeff Garzik · 16 years ago
  23. 445854f tulip: remove wrapper around get_unaligned by Harvey Harrison · 16 years ago
  24. f5ccbcf Fix forcedeth hibernate/wake-on-lan problems by Tobias Diedrich · 16 years ago
  25. 9a60a82 Fix forcedeth hibernate/wake-on-lan problems by Tobias Diedrich · 16 years ago
  26. a9879c4 8139too: some style cleanups by Márton Németh · 16 years ago
  27. 818727b rndis_host: pass buffer length to rndis_command by Jussi Kivilinna · 16 years ago
  28. 0caa116 net: sh_eth: Fix compile error sh_eth by Nobuhiro Iwamatsu · 16 years ago
  29. b45f876 e1000: remove e1000_clean_tx_irq call from e1000_netpoll by Andy Gospodarek · 16 years ago
  30. 42bfd33a igb: make ioport free by Taku Izumi · 16 years ago
  31. 6e4f6f6 e1000e: make ioport free by Taku Izumi · 16 years ago
  32. d03157b e1000: remove PCI Express device IDs by Auke Kok · 16 years ago
  33. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  34. a0a61a6 CONNECTOR: add a proc entry to list connectors by Li Zefan · 16 years ago
  35. 4797982 hamradio: remove unused variable by Andre Haupt · 16 years ago
  36. 1fe797e md: rationalize raid5 function names by Dan Williams · 16 years ago
  37. 7b3a871 md: handle operation chaining in raid5_run_ops by Dan Williams · 16 years ago
  38. d8ee072 md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states by Dan Williams · 16 years ago
  39. 600aa10 md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states' by Dan Williams · 16 years ago
  40. 976ea8d md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN by Dan Williams · 16 years ago
  41. 83de75c md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN by Dan Williams · 16 years ago
  42. ecc65c9 md: replace STRIPE_OP_CHECK with 'check_states' by Dan Williams · 16 years ago
  43. f0e43bc md: unify raid5/6 i/o submission by Dan Williams · 16 years ago
  44. c4e5ac0 md: use stripe_head_state in ops_run_io() by Dan Williams · 16 years ago
  45. 2b7497f md: kill STRIPE_OP_IO flag by Dan Williams · 16 years ago
  46. b203886 md: kill STRIPE_OP_MOD_DMA in raid5 offload by Dan Williams · 16 years ago
  47. 0cd17fe Support changing rdev size on running arrays. by Chris Webb · 16 years ago
  48. 5266473 Make sure all changes to md/dev-XX/state are notified by Neil Brown · 16 years ago
  49. a99ac97 Make sure all changes to md/degraded are notified. by Neil Brown · 16 years ago
  50. 72a23c2 Make sure all changes to md/sync_action are notified. by Neil Brown · 16 years ago
  51. 0fd62b8 Make sure all changes to md/array_state are notified. by Neil Brown · 16 years ago
  52. c7d0c94 Don't reject HOT_REMOVE_DISK request for an array that is not yet started. by Neil Brown · 16 years ago
  53. 199050e rationalise return value for ->hot_add_disk method. by Neil Brown · 16 years ago
  54. 6c2fce2 Support adding a spare to a live md array with external metadata. by Neil Brown · 16 years ago
  55. 8ed0a52 Enable setting of 'offset' and 'size' of a hot-added spare. by Neil Brown · 16 years ago
  56. 1a0fd49 Don't try to make md arrays dirty if that is not meaningful. by Neil Brown · 16 years ago
  57. f48ed53 Close race in md_probe by Neil Brown · 16 years ago
  58. 5e96ee6 Allow setting start point for requested check/repair by Neil Brown · 16 years ago
  59. a0da84f Improve setting of "events_cleared" for write-intent bitmaps. by Neil Brown · 16 years ago
  60. 0e13fe23 use bio_endio instead of a call to bi_end_io by Neil Brown · 16 years ago
  61. 1386451 linear: correct disk numbering error check by Nikanth Karthikesan · 16 years ago
  62. 9bbbca3 Fix error paths if md_probe fails. by Neil Brown · 16 years ago
  63. efe3114 Don't acknowlege that stripe-expand is complete until it really is. by Neil Brown · 16 years ago
  64. 8c2e870 Ensure interrupted recovery completed properly (v1 metadata plus bitmap) by Neil Brown · 16 years ago
  65. 8b285ce PCI: fix pci_setup_device()'s sprinting into a const buffer by David Howells · 16 years ago
  66. b970894 pciehp: use get_service_data by Kenji Kaneshige · 16 years ago
  67. 3aa50c4 pciehp: remove needless command completed interrupt setting by Kenji Kaneshige · 16 years ago
  68. c4635eb pciehp: fix interrupt initialization by Kenji Kaneshige · 16 years ago
  69. 0e3e2ea firewire: fw-sbp2: fix parsing of logical unit directories by Richard Sharpe · 16 years ago
  70. 5f4a6fa prism: islpci_eth.c endianness fix by Harvey Harrison · 16 years ago
  71. 980dfcb rt2x00: Fix lock dependency errror by Ivo van Doorn · 16 years ago
  72. ff28bd9 wireless: remove RFKILL_STATE_HARD_BLOCKED warnings by John W. Linville · 16 years ago
  73. 8405996 atmel_pwm: Rename the "mck" clock to "pwm_clk" by Sedji Gaouaou · 16 years ago
  74. d195a2c ath5k: remove now unused variable declared in ath5k_tx by John W. Linville · 16 years ago
  75. e292c73 wireless: Small cleanups by Pavel Machek · 16 years ago
  76. b973e42 iwlwifi: fix build for CONFIG_INPUT=n by Randy Dunlap · 16 years ago
  77. 14a7dd6 b43: Fix PIO skb clobber by Michael Buesch · 16 years ago
  78. 40af48c rt2x00: kill URB for all TX queues during disable_radio() by Ivo van Doorn · 16 years ago
  79. 3a07887 ath5k: convert LED code to use mac80211 triggers by Bob Copeland · 16 years ago
  80. 61243d8 rt2x00: Remove duplicate deinitialization by Ivo van Doorn · 16 years ago
  81. 923fd70 b43: Add debugfs firmware debugging knob by Michael Buesch · 16 years ago
  82. 9b839a7 b43: Add simple firmware watchdog by Michael Buesch · 16 years ago
  83. f225763 ssb, b43, b43legacy, b44: Rewrite SSB DMA API by Michael Buesch · 16 years ago
  84. 7ac3b02 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  85. 8b604d5 fix: "smp_call_function: get rid of the unused nonatomic/retry argument" by Ingo Molnar · 16 years ago
  86. 70a3143 sata_uli: hardreset is broken by Tejun Heo · 16 years ago
  87. 3e3cda9 Hold RTNL while calling dev_close() by Ben Hutchings · 16 years ago
  88. c81ec80 qla3xxx: Hold RTNL while calling dev_close() by Ben Hutchings · 16 years ago
  89. 64c42f6 [netdrvr] Fix IOMMU overflow checking in s2io.c by Andi Kleen · 16 years ago
  90. 581abbc e1000: only enable TSO6 via ethtool when using correct hardware by Andy Gospodarek · 16 years ago
  91. 1923815 e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx by Kevin Hao · 16 years ago
  92. 70081ac [netdrvr] netxen: fix netxen_pci_tbl[] breakage by Al Viro · 16 years ago
  93. c5643ca [netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enable by Ingo Molnar · 16 years ago
  94. e8399fe ipg: use NULL, not zero, for pointers by Pekka Enberg · 16 years ago
  95. ecfecfb ipg: fix jumbo frame compilation by Pekka Enberg · 16 years ago
  96. 3f6602a drivers/net/r6040.c: Eliminate double sizeof by Julia Lawall · 16 years ago
  97. 54299ef pcnet_cs, axnet_cs: clear bogus interrupt before request_irq by Komuro · 16 years ago
  98. 52cc308 e1000e: fix EEH recovery during reset on PPC by Jeff Kirsher · 16 years ago
  99. 3023682 igb: fix EEH recovery during reset on PPC by Jeff Kirsher · 16 years ago
  100. 6f4a0e4 ixgbe: fix EEH recovery during reset on PPC by Paul Larson · 16 years ago