aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp2011-06-171-5/+6
* xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst2011-06-173-0/+11
* xHCI 1.0: Incompatible Device ErrorAlex He2011-06-173-0/+22
* xHCI 1.0: Force Stopped Event(FSE)Alex He2011-06-151-0/+14
* xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp2011-06-151-2/+0
* USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-152-1/+17
* xhci: Reject double add of active endpoints.Sarah Sharp2011-06-151-4/+18
* USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.Jesper Juhl2011-06-141-0/+1
* Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman2011-06-142-1/+7
|\
| * usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFOYauheni Kaliuta2011-06-091-0/+6
| * usb: musb: host: compare status for negative error valuesMárton Németh2011-06-091-1/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-06-133-7/+9
|\ \
| * \ Merge branch 'fortglx/3.0/tip/timers/ptp' of git://git.linaro.org/people/jstu...Thomas Gleixner2011-06-061-5/+6
| |\ \
| | * | ptp: Fix some locking bugs in ptp_read()Dan Carpenter2011-06-011-4/+4
| | * | ptp: Return -EFAULT on copy_to_user() errorsDan Carpenter2011-06-011-1/+2
| * | | rtc: Staticize non-exported __rtc_set_alarm()Mark Brown2011-06-011-1/+1
| * | | rtc: Fix ioctl error path returnJohn Stultz2011-06-011-1/+2
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-131-10/+11
|\ \ \
| * \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-091-10/+11
| |\ \ \ | | |/ / | |/| |
| | * | oprofile: Fix locking dependency in sync_start()Robert Richter2011-05-311-6/+2
| | * | oprofile: Free potentially owned tasks in case of errorsRobert Richter2011-05-311-4/+9
* | | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-131-0/+1
|\ \ \ \
| * | | | spi-pl022: Add missing return value updateVirupax Sadashivpetimath2011-06-131-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2011-06-121-1/+2
|\ \ \ \ \
| * | | | | ide-cd: signedness warning fix againConnor Hansen2011-06-111-1/+2
* | | | | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-121-11/+29
|\ \ \ \ \ \
| * | | | | | gpio/nomadik: fix sleepmode for elder NomadikLinus Walleij2011-06-091-11/+29
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-1234-361/+307
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ISDN, hfcsusb: Don't leak in hfcsusb_ph_info()Jesper Juhl2011-06-111-0/+1
| * | | | | | net: ep93xx_eth: fix DMA API violationsMika Westerberg2011-06-111-5/+13
| * | | | | | net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent()Mika Westerberg2011-06-111-1/+1
| * | | | | | net: ep93xx_eth: allocate buffers using kmalloc()Mika Westerberg2011-06-111-31/+20
| * | | | | | net: ep93xx_eth: pass struct device to DMA API functionsMika Westerberg2011-06-111-10/+13
| * | | | | | dl2k: EEPROM CRC calculation wrong endianess on bigendian machineDaniel Hellstrom2011-06-111-1/+1
| * | | | | | NET: am79c961: fix assembler warningsRussell King - ARM Linux2011-06-111-17/+18
| * | | | | | NET: am79c961: ensure multicast filter is correctly set at openRussell King - ARM Linux2011-06-111-37/+40
| * | | | | | NET: am79c961: ensure asm() statements are marked volatileRussell King - ARM Linux2011-06-111-7/+7
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0911-75/+65
| |\ \ \ \ \ \
| | * | | | | | iwlegacy: fix channel switch lockingStanislaw Gruszka2011-06-085-46/+28
| | * | | | | | iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy2011-06-081-0/+5
| | * | | | | | rtlwifi: Avoid modifying skbs that are resubmittedMike McCormack2011-06-071-15/+13
| | * | | | | | rtlwifi: Fix logic in rx_interruptMike McCormack2011-06-071-1/+1
| | * | | | | | iwl4965: set tx power after rxon_assocStanislaw Gruszka2011-06-061-1/+2
| | * | | | | | rt2x00: fix rmmod crashStanislaw Gruszka2011-06-062-1/+6
| | * | | | | | iwlagn: use cts-to-self protection on 5000 adapters seriesStanislaw Gruszka2011-06-063-11/+10
| * | | | | | | gianfar:localized filer tableWu Jiajun-B063782011-06-093-50/+51
| * | | | | | | igb: fix i350 SR-IOV failtureWilliams, Mitch A2011-06-071-0/+3
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0613-130/+64
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | libertas_sdio: handle spurious interruptsDaniel Drake2011-06-031-5/+16
| | * | | | | | iwlagn: fix channel switch lockingStanislaw Gruszka2011-06-039-119/+28