summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: usb: ffs-test: Fix build failureMaxin B. John2013-03-071-1/+1
* USB: option: add Huawei E5331Bjørn Mork2013-03-071-0/+1
* USB: EHCI: don't check DMA values in QH overlaysAlan Stern2013-03-051-5/+13
* USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern2013-03-052-8/+16
* Merge tag 'fixes-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-03-0518-94/+84
|\
| * usb: gadget: u_uac1: NULL dereference on error pathDan Carpenter2013-03-041-0/+3
| * usb: gadget: f_uac1: silence an info leak warningDan Carpenter2013-03-041-0/+1
| * usb: phy: omap-control-usb: Convert to devm_ioremap_resource()Sachin Kamat2013-03-041-15/+9
| * usb: phy: omap-usb3: Convert to devm_ioremap_resource()Sachin Kamat2013-03-041-5/+3
| * usb: phy: samsung: Convert to devm_ioremap_resource()Sachin Kamat2013-03-041-5/+3
| * usb: otg: use try_module_get in all usb_get_phy functions and add missing mod...Marc Kleine-Budde2013-03-041-3/+7
| * usb: musb: correct Kconfig in order to avoid non compilable selectionPeter Ujfalusi2013-03-041-2/+2
| * usb: gadget: s3c2410: fix build breakageFelipe Balbi2013-03-041-1/+1
| * usb: gadget: imx_udc: fix gadget->dev registrationFelipe Balbi2013-03-041-12/+8
| * usb: gadget: pxa25x: fix gadget->dev registrationFelipe Balbi2013-03-041-9/+11
| * usb: gadget: s3c2410: fix gadget->dev registrationFelipe Balbi2013-03-041-15/+11
| * usb: gadget: make usb functions to load before gadget driverKishon Vijay Abraham I2013-03-041-6/+6
| * usb: gadget: pxa27x: fix gadget->dev registrationFelipe Balbi2013-03-041-6/+12
| * usb: chipidea: register debugging sysfs on our deviceFelipe Balbi2013-03-041-3/+3
| * usb: dwc3: gadget: remove unnecessary codeFelipe Balbi2013-03-041-3/+0
| * usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi2013-03-043-6/+0
| * usb: dwc3: omap: fix a typo on of_device_idFelipe Balbi2013-03-041-3/+3
| * usb: dwc3: core: don't forget to free coherent memoryFelipe Balbi2013-03-041-0/+1
|/
* Linux 3.9-rc1v3.9-rc1Linus Torvalds2013-03-031-2/+2
* Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...Linus Torvalds2013-03-038-254/+284
|\
| * UAPI: (Scripted) Disintegrate include/videoDavid Howells2012-12-208-254/+284
* | Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-035-49/+57
|\ \
| * | xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
| * | xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| * | xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
| * | xen/acpi: xen cpu hotplug minor updatesLiu Jinsong2013-02-251-22/+12
| * | xen/acpi: xen memory hotplug minor updatesLiu Jinsong2013-02-251-26/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-0326-171/+108
|\ \ \
| * | | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-015-10/+10
| * | | fix nommu breakage in shmem.cAl Viro2013-03-011-3/+2
| * | | cache the value of file_inode() in struct fileAl Viro2013-03-013-2/+6
| * | | 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * | | 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
| * | | 9p: untangle ->lookup() a bitAl Viro2013-02-281-18/+9
| * | | 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-281-1/+0
| * | | 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-284-22/+11
| * | | v9fs: get rid of v9fs_dentryAl Viro2013-02-283-51/+9
| * | | 9p: turn fid->dlist into hlistAl Viro2013-02-274-11/+9
| * | | 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-272-7/+6
| * | | more file_inode() open-coded instancesAl Viro2013-02-2710-45/+38
| * | | selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-031-0/+1
|\ \ \ \
| * | | | btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven2013-03-031-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-0317-144/+172
|\ \ \ \ \
| * | | | | s390/module: fix compile warningHeiko Carstens2013-02-281-1/+1