summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sunxvr500: Additional PCI id for sunxvr500 driverBen Hutchings2010-02-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-02-171-3/+4
|\
| * serial: 8250: add serial transmitter fully empty testDick Hollenbeck2010-02-171-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-02-1713-33/+89
|\ \
| * | USB: gadget: fix EEM gadget CRC usageBrian Niebuhr2010-02-171-2/+1Star
| * | USB: otg Kconfig: let USB_OTG_UTILS select USB_ULPI optionValentin Longchamp2010-02-171-0/+1
| * | USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usageMichal Nazarewicz2010-02-171-1/+1
| * | USB: FHCI: Fix build after kfifo reworkAnton Vorontsov2010-02-171-3/+3
| * | USB: serial: add usbid for dell wwan card to sierra.cRichard Farina2010-02-171-0/+1
| * | USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUSTanaka Akira2010-02-171-0/+1
| * | USB: ehci: phy low power mode bug fixingAlek Du2010-02-171-5/+8
| * | USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown2010-02-171-0/+1
| * | USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown2010-02-171-0/+1
| * | USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)Andreas Mohr2010-02-172-3/+38
| * | USB: storage: Remove unneeded SC/PR from unusual_devs.hPhil Dibowitz2010-02-171-1/+1
| * | USB: ftdi_sio: new device id for papouch AD4USBRadek Liboska2010-02-172-0/+2
| * | USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds2010-02-171-14/+26
| * | USB: usbfs: only copy the actual data receivedGreg KH2010-02-171-4/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-02-171-0/+2
|\ \
| * | class: Free the class private data in class_releaseLaurent Pinchart2010-02-171-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-1714-31/+70
|\ \
| * | be2net: set proper value to version field in req hdrAjit Khaparde2010-02-161-0/+1
| * | ixgbe: fix WOL register setup for 82599Don Skidmore2010-02-161-0/+4
| * | ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore2010-02-161-0/+22
| * | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-1/+4
| |\ \
| | * | iwlwifi: fix AMSDU Rx after paged Rx patchShanyu Zhao2010-02-121-1/+4
| * | | sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-122-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-107-8/+17
| |\| |
| | * | rtl8187: Add new device IDJelle Martijn Kok2010-02-101-0/+1
| | * | iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin2010-02-091-1/+1
| | * | ath9k: Fix sequence numbers for PAE framesSujith2010-02-091-2/+2
| | * | iwlwifi: Fix to set correct ht configurationWey-Yi Guy2010-02-081-0/+1
| | * | ssb: Fix CONFIG_SSB_SDIOHOST typoMichael Buesch2010-02-031-2/+1Star
| | * | b43: Fix throughput regressionLarry Finger2010-02-032-3/+11
| * | | via-velocity: Fix races on shared interruptsSimon Kagstrom2010-02-101-11/+10Star
| * | | via-velocity: Take spinlock on set coalesceSimon Kagstrom2010-02-101-0/+3
| * | | via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srvSimon Kagstrom2010-02-101-10/+7Star
* | | | dm: sysfs revert add empty release function to avoid debug warningAlasdair G Kergon2010-02-161-8/+0Star
* | | | dm mpath: fix stall when requeueing ioKiyoshi Ueda2010-02-161-4/+17
* | | | dm raid1: fix null pointer dereference in suspendTakahiro Yasui2010-02-161-3/+2Star
* | | | dm raid1: fail writes if errors are not handled and log failsMikulas Patocka2010-02-161-1/+1
* | | | dm log: userspace fix overhead_size calcuationsJonathan Brassow2010-02-161-3/+7
* | | | dm snapshot: persistent annotate work_queue as on stackMike Snitzer2010-02-161-1/+1
* | | | dm stripe: avoid divide by zero with invalid stripe countNikanth Karthikesan2010-02-161-1/+1
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-02-162-19/+47
|\ \ \
| * | | firewire: ohci: retransmit isochronous transmit packets on cycle lossClemens Ladisch2010-02-141-5/+8
| * | | firewire: net: fix panic in fwnet_write_completeStefan Richter2010-02-011-14/+39
* | | | drm/radeon/kms: make sure retry count increases.Dave Airlie2010-02-151-1/+1
* | | | drm/radeon/kms/atom: use get_unaligned_le32() for ctx->psMatt Turner2010-02-151-1/+4
* | | | drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom2010-02-151-0/+6