| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2009-03-02 | 13 | -174/+366 |
|\ |
|
| * | [SCSI] mpt: fix disable lsi sas to use msi as default | Yinghai Lu | 2009-02-22 | 1 | -2/+2 |
| * | [SCSI] fix ABORTED_COMMAND looping forever problem | James Bottomley | 2009-02-21 | 1 | -3/+2 |
| * | [SCSI] sd: revive sd_index_lock | Tejun Heo | 2009-02-21 | 1 | -0/+7 |
| * | [SCSI] cxgb3i: update the driver version to 1.0.1 | Karen Xie | 2009-02-21 | 1 | -2/+2 |
| * | [SCSI] cxgb3i: added missing include in cxgb3i_ddp.h | Karen Xie | 2009-02-21 | 1 | -0/+2 |
| * | [SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGS | Karen Xie | 2009-02-21 | 6 | -112/+205 |
| * | [SCSI] cxgb3i: added per-task data to track transmit progress | Karen Xie | 2009-02-21 | 2 | -2/+24 |
| * | [SCSI] cxgb3i: transmit work-request fixes | Karen Xie | 2009-02-21 | 2 | -53/+121 |
| * | [SCSI] hptiop: Add new PCI device ID | HighPoint Linux Team | 2009-02-21 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2009-02-27 | 5 | -28/+37 |
|\ \ |
|
| * | | Staging: w35und: fix usb_control_msg() error handling in wb35_probe() | Pekka Enberg | 2009-02-27 | 1 | -6/+10 |
| * | | Staging: w35und: fix registration with wlan stack | Pavel Machek | 2009-02-27 | 1 | -1/+3 |
| * | | Staging: panel: fix oops on panel_cleanup_module | Costantino Leandro | 2009-02-27 | 1 | -11/+12 |
| * | | Staging: rtl8187se: Fix oops and memory poison caused by builtin ieee80211. | leandro Costantino | 2009-02-27 | 2 | -10/+11 |
| * | | Staging: rtl8187se: fix Kconfig dependencies | Randy Dunlap | 2009-02-27 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-02-27 | 16 | -72/+167 |
|\ \ \ |
|
| * | | | USB: musb: fix srp sysfs entry deletion | Vikram Pandita | 2009-02-27 | 1 | -2/+2 |
| * | | | USB: musb: resume suspended root hub on disconnect | Anand Gadiyar | 2009-02-27 | 1 | -0/+1 |
| * | | | USB: musb: use right poll limit for low speed devices | Sergei Shtylyov | 2009-02-27 | 1 | -8/+10 |
| * | | | USB: musb: be careful with 64K+ transfer lengths, host side | Sergei Shtylyov | 2009-02-27 | 1 | -7/+7 |
| * | | | USB: musb: fix data toggle saving with shared FIFO | Sergei Shtylyov | 2009-02-27 | 1 | -6/+1 |
| * | | | USB: musb: host endpoint_disable() oops fixes | Sergei Shtylyov | 2009-02-27 | 1 | -10/+26 |
| * | | | USB: musb: fix urb_dequeue() method | Sergei Shtylyov | 2009-02-27 | 1 | -3/+12 |
| * | | | USB: musb: fix musb_host_tx() for shared endpoint FIFO | Dmitry Krivoschekov | 2009-02-27 | 1 | -1/+2 |
| * | | | USB: musb: be careful with 64K+ transfer lengths (gadget side) | Felipe Balbi | 2009-02-27 | 1 | -2/+2 |
| * | | | usb: musb: make Davinci *work* in mainline | David Brownell | 2009-02-27 | 2 | -15/+8 |
| * | | | USB: usb_get_string should check the descriptor type | Alan Stern | 2009-02-27 | 1 | -3/+8 |
| * | | | USB: gadget: fix build error in omap_apollon_2420_defconfig | David Brownell | 2009-02-27 | 1 | -0/+1 |
| * | | | USB: g_file_storage: automatically disable stalls under Atmel | Alan Stern | 2009-02-27 | 1 | -1/+5 |
| * | | | USB: usb-storage: add IGNORE_RESIDUE flag for Genesys Logic adapters | Alan Stern | 2009-02-27 | 1 | -2/+2 |
| * | | | USB: Quirk for Hummingbird huc56s / Conexant ACM modem | Adam Richter | 2009-02-27 | 1 | -0/+7 |
| * | | | USB: serial: add support for second revision of Ericsson F3507G WWAN card | Patrik Kullman | 2009-02-27 | 1 | -2/+4 |
| * | | | USB: cdc-acm: add usb id for motomagx phones | Dmitriy Taychenachev | 2009-02-27 | 1 | -0/+2 |
| * | | | USB: option: add BenQ 3g modem information | Jesse Sung | 2009-02-27 | 1 | -0/+5 |
| * | | | usb: gadget: obex: select correct ep descriptors | Felipe Balbi | 2009-02-27 | 1 | -2/+2 |
| * | | | USB: EHCI: slow down ITD reuse | Karsten Wiese | 2009-02-27 | 4 | -8/+57 |
| * | | | USB: fsl_usb2_udc: fix potential queue head corruption | Li Yang | 2009-02-27 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-27 | 1 | -1/+8 |
|\ \ \ |
|
| * | | | gpu/drm, x86, PAT: Handle io_mapping_create_wc() errors in a clean way | Venkatesh Pallipadi | 2009-02-25 | 1 | -1/+8 |
* | | | | Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-02-27 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | serial: sh-sci: fix overrun error handling for SH7785 SCIF. | Kuninori Morimoto | 2009-02-12 | 1 | -1/+1 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-02-27 | 6 | -46/+64 |
|\ \ \ \ \ |
|
| * | | | | | V4L/DVB (10694): [PATCH] software IRQ watchdog for Flexcop B2C2 DVB PCI cards | Patrick Boettcher | 2009-02-26 | 3 | -25/+44 |
| * | | | | | V4L/DVB (10663): soc-camera: fix S_CROP breakage on PXA and SuperH | Guennadi Liakhovetski | 2009-02-26 | 2 | -21/+18 |
| * | | | | | V4L/DVB (10659): em28xx: register device to soundcard for sysfs | Nicola Soranzo | 2009-02-26 | 1 | -0/+2 |
* | | | | | | hpilo: new pci device | David Altobelli | 2009-02-27 | 1 | -1/+2 |
* | | | | | | w1: add missing Kconfig/Makefile entries for DS2431 slave driver | Herton Ronaldo Krzesinski | 2009-02-27 | 2 | -0/+7 |
* | | | | | | w1_ds2433: clear the validcrc flag after a write | Ben Gardner | 2009-02-27 | 1 | -1/+6 |
* | | | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-02-26 | 7 | -26/+45 |
|\ \ \ \ \ \ |
|