summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-05-08viafb: Move core stuff into via-core.cJonathan Corbet10-132/+242
2010-04-27viafb: Only establish i2c busses on ports that always had themJonathan Corbet2-6/+14
2010-04-27suppress verbose debug messages: change printk() to DEBUG_MSG()Paul Fox1-2/+2
2010-04-27viafb: rework the I2C support in the VIA framebuffer driverHarald Welte8-134/+182
2010-04-21viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5Chris Ball6-1/+34
2010-04-21viafb: complete support for VX800/VX855 accelerated framebufferJonathan Corbet2-9/+73
2010-04-21viafb: Determine type of 2D engine and store it in chip_infoHarald Welte2-0/+23
2010-04-21viafb: Unify duplicated set_bpp() codeJonathan Corbet1-45/+33
2010-04-21viafb: Retain GEMODE reserved bitsJonathan Corbet1-16/+33
2010-04-21viafb: Unmap the frame buffer on initialization errorJonathan Corbet1-1/+3
2010-04-21viafb: use proper pci config APIHarald Welte3-26/+44
2010-04-21viafb: Fix various resource leaks during module_init()Harald Welte1-13/+39
2010-03-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+5
2010-03-30Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2010-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds26-122/+212
2010-03-30r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)Neil Horman1-5/+24
2010-03-30hwmon: (asc7621) Add X58 entry in KconfigJaswinder Singh Rajput1-2/+2
2010-03-30hwmon: (w83793) Saving negative errors in unsignedDan Carpenter1-1/+1
2010-03-30hwmon: (coretemp) Add missing newline to dev_warn() messageDean Nelson1-1/+1
2010-03-30hwmon: (coretemp) Fix cpu model outputPrarit Bhargava1-1/+1
2010-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2-66/+3
2010-03-29Staging: et131x: Properly disable FC in txmac.Nick Bowler1-1/+1
2010-03-29Revert "ide: skip probe if there are no devices on the port (v2)"David S. Miller1-9/+3
2010-03-29tulip: Add missing parens.David S. Miller1-1/+1
2010-03-28pata_via: fix VT6410/6415/6330 detection issueJosephChan@via.com.tw1-0/+4
2010-03-28r8169: fix broken register writesFrancois Romieu1-2/+2
2010-03-28pcnet_cs: add new idKen Kawasaki2-1/+3
2010-03-28bonding: fix broken multicast with round-robin modeAndy Gospodarek1-8/+32
2010-03-27drivers/net: Fix continuation linesJoe Perches1-1/+1
2010-03-27e1000: do not modify tx_queue_len on link speed changeEmil Tantilov2-9/+1
2010-03-27ixgbe: Do not run all Diagnostic offline tests when VFs are activeGreg Rose1-0/+21
2010-03-27igb: use correct bits to identify if managability is enabledAlexander Duyck1-3/+3
2010-03-27benet: Fix compile warnnings in drivers/net/benet/be_ethtool.cwzt wzt1-1/+1
2010-03-27Revert "via82cxxx: workaround h/w bugs"David S. Miller1-57/+0
2010-03-27e1000e: do not modify tx_queue_len on link speed changeEmil Tantilov2-11/+1
2010-03-27igbvf: do not modify tx_queue_len on link speed changeEmil Tantilov2-11/+1
2010-03-27tulip: Fix null dereference in uli526x_rx_packet()Kyle McMartin1-3/+5
2010-03-27gianfar: fix undo of reserve()Ben Menchaca2-2/+9
2010-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-78/+126
2010-03-27Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds21-309/+149
2010-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds3-65/+47
2010-03-26ixgbe: filter FIP frames into the FCoE offload queuesChris Leech2-0/+16
2010-03-26ixgbe: Priority tag FIP framesRobert Love1-9/+17
2010-03-26ixgbe: Don't allow user buffer count to exceed 256Robert Love1-8/+10
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend2-3/+5
2010-03-26ixgbe: Change where clear_to_send_flag is reset to zero.Greg Rose1-3/+5
2010-03-26ixgbe: In SR-IOV mode insert delay before bring the adapter upGreg Rose1-0/+8
2010-03-26ixgbevf: Fix signed/unsigned int errorGreg Rose1-1/+2
2010-03-26netxen: update version to 4.0.73Amit Kumar Salecha1-2/+2
2010-03-26netxen: added sanity check for pci mapAmit Kumar Salecha1-18/+27