summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | USB: work around for EHCI with quirky periodic schedulesOliver Neukum2009-11-304-0/+20
| * | | | | USB: musb: Fix CPPI IRQs not being signaledDaniel Glöckner2009-11-301-5/+5
| * | | | | USB: musb: respect usb_request->zero in control requestsDaniel Glöckner2009-11-301-1/+2
| * | | | | USB: musb: fix ISOC Tx programming for CPPI DMAsAjay Kumar Gupta2009-11-301-1/+4
| * | | | | USB: musb: Remove unwanted message in boot logAjay Kumar Gupta2009-11-301-2/+2
| * | | | | usb: amd5536udc: fixed shared interrupt bug and warning oopsThomas Dahlmann2009-11-301-19/+30
| * | | | | USB: ftdi_sio: Keep going when write errors are encountered.Eric W. Biederman2009-11-301-2/+1
| * | | | | USB: musb_gadget: fix STALL handlingSergei Shtylyov2009-11-301-45/+34
| * | | | | USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern2009-11-302-3/+15
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-013-4/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tty/of_serial: add missing ns16550a idMichal Simek2009-11-301-0/+1
| * | | | bcm63xx_uart: Fix serial driver compile breakage.Maxime Bizon2009-11-301-2/+2
| * | | | tty_port: handle the nonblocking open of a dead port corner caseAlan Cox2009-11-301-2/+5
| |/ / /
* | | | Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds2009-11-301-1/+9
|\ \ \ \
| * | | | mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-1/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-11-304-52/+33
|\ \ \ \ \
| * | | | | [SCSI] fix crash when disconnecting usb storageAlexey Kuznetsov2009-11-261-1/+1
| * | | | | [SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley2009-11-262-50/+31
| * | | | | [SCSI] sd: Return correct error code for DIFMartin K. Petersen2009-11-261-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-11-301-2/+2
|\ \ \ \ \ \
| * | | | | | crypto: padlock-aes - Use the correct mask when checking whether copying is r...Chuck Ebbert2009-11-031-2/+2
* | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-11-303-31/+59
|\ \ \ \ \ \ \
| * | | | | | | at24: Use timeout also for readWolfram Sang2009-11-261-31/+45
| * | | | | | | i2c: Fix userspace_device list corruptionJean Delvare2009-11-261-0/+11
| * | | | | | | i2c/tsl2550: Fix lux value in extended modeMichele Jr De Candia2009-11-261-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-11-302-4/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irqRussell King2009-11-211-2/+2
| * | | | | | ARM: PNX4008: fix watchdog device driver nameRussell King2009-11-201-2/+2
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2009-11-301-1/+1
|\ \ \ \ \ \
| * | | | | | ide: fix ioctl to pass requested transfer mode to ide_find_dma_mode instead o...Hemant Pedanekar2009-11-251-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-11-306-35/+62
|\ \ \ \ \ \ \
| * | | | | | | sunsu: Use sunserial_console_termios() in sunsu_console_setup().David S. Miller2009-11-241-7/+10
| * | | | | | | sunsu: Pass true 'ignore_line' to console match when RSC or LOM console.David S. Miller2009-11-241-1/+7
| * | | | | | | serial: suncore: Fix RSC/LOM handling in sunserial_console_termios().David S. Miller2009-11-245-12/+15
| * | | | | | | serial: suncore: Add 'ignore_line' argument to sunserial_console_match().David S. Miller2009-11-245-15/+21
| * | | | | | | sunsu: Fix detection of SU ports which are RSC console or control.David S. Miller2009-11-241-0/+10
| * | | | | | | sunsab: Do not set sunsab_reg.cons right before registering minors.David S. Miller2009-11-241-1/+0
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-3030-236/+303
|\ \ \ \ \ \ \ \
| * | | | | | | | b44: Fix wedge when using netconsole.David S. Miller2009-11-301-3/+0
| * | | | | | | | wan: cosa: drop chan->wsem on error pathDan Carpenter2009-11-301-0/+1
| * | | | | | | | ep93xx-eth: check for zero MAC address on probe, not on device openFlorian Fainelli2009-11-291-9/+3
| * | | | | | | | NET: smc91x: Fix irq flagsRussell King - ARM Linux2009-11-291-1/+1
| * | | | | | | | smsc9420: prevent BUG() if ethtool is called with interface downSteve Glendinning2009-11-291-0/+14
| * | | | | | | | r8169: restore mac addr in rtl8169_remove_one and rtl_shutdownIvan Vecera2009-11-291-0/+7
| * | | | | | | | e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failureRoger Oksanen2009-11-291-6/+11
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | macvlan: fix gso_max_size settingPatrick McHardy2009-11-231-0/+2
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-231-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | ath9k: set ps_default as falseJohn W. Linville2009-11-231-0/+2
| * | | | | | | | hso: fix soft-lockupAntti Kaijanmäki2009-11-231-1/+3
| * | | | | | | | hso: fix debug routinesAntti Kaijanmäki2009-11-231-2/+2