aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-06-18spi: fix spi_write_then_read() commentJiri Pirko
2009-06-18pxa2xx_spi: fix for SPI_CS_HIGHDaniel Ribeiro
2009-06-18mpc52xx_psc_spi: convert to cs_control callbackAnton Vorontsov
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell
2009-06-18spi_bfin5xx: limit reaches -1Roel Kluin
2009-06-18netxen: fix tx ring accountingDhananjay Phadke
2009-06-18netxen: fix detection of cut-thru firmware modeDhananjay Phadke
2009-06-18forcedeth: fix dma api mismatchesEric Dumazet
2009-06-18[WATCHDOG] hpwdt: Add NMI sourcingThomas Mingarelli
2009-06-18[WATCHDOG] iTCO_wdt: Fix ICH7+ reboot issue.Wim Van Sebroeck
2009-06-18[WATCHDOG] iTCO_wdt: fix memory corruption when RCBA is disabled by hardwareDenis V. Lunev
2009-06-18[WATCHDOG] Correct WDIOF_MAGICCLOSE flagWim Van Sebroeck
2009-06-18[WATCHDOG] move platform probe and remove function to devinit and devexitWim Van Sebroeck
2009-06-18[WATCHDOG] Some more general cleanupWim Van Sebroeck
2009-06-18[WATCHDOG] iTCO_wdt: Cleanup codeWim Van Sebroeck
2009-06-18via-velocity : fix no link detection on bootSéguier Régis
2009-06-18Net / e100: Fix suspend of devices that cannot be power managedRafael J. Wysocki
2009-06-18TI DaVinci EMAC : Fix rmmod errorchaithrika@ti.com
2009-06-18net: group address list and its countJiri Pirko
2009-06-17sky2: version 1.23Stephen Hemminger
2009-06-17sky2: add GRO supportStephen Hemminger
2009-06-17sky2: skb recyclingStephen Hemminger
2009-06-17sky2: reduce default transmit ringStephen Hemminger
2009-06-17sky2: receive counter updateStephen Hemminger
2009-06-17sky2: fix shutdown synchronizationStephen Hemminger
2009-06-17sky2: PCI irq issuesStephen Hemminger
2009-06-17sky2: more receive shutdownStephen Hemminger
2009-06-17sky2: turn off pause during shutdownStephen Hemminger
2009-06-17r8169: do not bring device down when suspendingfrançois romieu
2009-06-17sis190: use an adequate phy list entry as a fallbackfrançois romieu
2009-06-17net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang
2009-06-17Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely
2009-06-18md/raid5: correctly update sync_completed when we reach max_resyncNeilBrown
2009-06-18md/raid5: add missing call to schedule() after prepare_to_wait()Dan Williams
2009-06-18md/linear: use call_rcu to free obsolete 'conf' structures.NeilBrown
2009-06-18md linear: Protecting mddev with rcu locks to avoid racesSandeepKsinha
2009-06-18md: Move check for bitmap presence to personality code.Andre Noll
2009-06-18md: remove chunksize rounding from common code.NeilBrown
2009-06-18md: raid0/linear: ensure device sizes are rounded to chunk size.NeilBrown
2009-06-18md: move assignment of ->utime so that it never gets skipped.NeilBrown
2009-06-18md: Push down reconstruction log message to personality code.Andre Noll
2009-06-18md: merge reconfig and check_reshape methods.NeilBrown
2009-06-18md: remove unnecessary arguments from ->reconfig method.NeilBrown
2009-06-18md: raid5: check stripe cache is large enough in start_reshapeNeilBrown
2009-06-18md: raid0: chunk_sectors cleanups.NeilBrown
2009-06-18md: fix some comments.Andre Noll
2009-06-18md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig().Andre Noll
2009-06-18md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll
2009-06-18md: Convert mddev->new_chunk to sectors.Andre Noll