summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: io_ti: fix get_icount for two port adaptersJohan Hovold2013-03-211-0/+1
* USB: garmin_gps: fix memory leak on disconnectJohan Hovold2013-03-211-6/+1
* USB: cdc-acm: fix device unregistrationJohan Hovold2013-03-211-1/+2
* usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov2013-03-211-2/+17
* Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-03-219-11/+36
|\
| * usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA"Paul Bolle2013-03-211-1/+1
| * usb: gadget: f_rndis: Avoid to use ERROR macro if cdev can be nullTruls Bengtsson2013-03-201-2/+1
| * usb: ulpi: Define a *otg_ulpi_create no-opFabio Estevam2013-03-201-0/+8
| * usb: gadget: ffs: fix enable multiple instancesAndrzej Pietrasiewicz2013-03-201-2/+2
| * USB: gadget: net2280: remove leftover driver->unbind call in error pathwayAlan Stern2013-03-201-1/+0
| * usb: gadget: udc-core: fix a regression during gadget driver unbindingAlan Stern2013-03-201-1/+1
| * usb: gadget: net22xx: fix ->disconnect reportingFelipe Balbi2013-03-202-0/+14
| * usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addrKishon Vijay Abraham I2013-03-181-2/+7
| * usb: gadget: u_serial: fix typo which cause build warningBo Shen2013-03-141-1/+1
| * usb: musb: da8xx: Fix build breakage due to typoMikhail Kshevetskiy2013-03-141-1/+1
* | USB: EHCI: fix regression in QH unlinkingAlan Stern2013-03-201-1/+1
* | Merge tag 'for-usb-linus-2013-03-18' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-03-181-2/+2
|\ \
| * | USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov2013-03-181-2/+2
|/ /
* | USB: EHCI: fix regression during bus resumeAlan Stern2013-03-153-1/+15
* | usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow2013-03-151-0/+7
* | USB: xhci: correctly enable interruptsHannes Reinecke2013-03-152-10/+16
* | perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-153-0/+12
* | mm/fremap.c: fix possible oops on error pathMichel Lespinasse2013-03-141-3/+2
* | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-03-141-1/+3
|\ \
| * | list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney2013-03-141-1/+3
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-03-145-7/+9
|\ \ \
| * | | ext2: Fix BUG_ON in evict() on inode deletionJan Kara2013-03-132-1/+2
| * | | reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu2013-03-111-3/+1
| * | | ext3: Fix format string issuesLars-Peter Clausen2013-03-111-2/+2
| * | | quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney2013-03-111-1/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-1311-0/+12
|\ \ \
| * | | fs: Readd the fs module aliases.Eric W. Biederman2013-03-126-0/+7
| * | | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-115-0/+5
| |/ /
* | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-1316-174/+144
|\ \ \
| * | | idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo2013-03-131-13/+25
| * | | UAPI: fix endianness conditionals in M32R's asm/stat.hDavid Howells2013-03-131-2/+2
| * | | UAPI: fix endianness conditionals in linux/raid/md_p.hDavid Howells2013-03-131-2/+4
| * | | UAPI: fix endianness conditionals in linux/acct.hDavid Howells2013-03-131-2/+4
| * | | UAPI: fix endianness conditionals in linux/aio_abi.hDavid Howells2013-03-131-2/+2
| * | | decompressors: fix typo "POWERPC"Paul Bolle2013-03-131-1/+1
| * | | mm/fremap.c: fix oops on error pathAndrew Morton2013-03-131-2/+4
| * | | idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2013-03-132-52/+55
| * | | tidspbridge: convert to idr_alloc()Tejun Heo2013-03-131-44/+26
| * | | zcache: convert to idr_alloc()Tejun Heo2013-03-131-15/+10
| * | | mlx4: remove leftover idr_pre_get() callTejun Heo2013-03-131-1/+0
| * | | workqueue: convert to idr_alloc()Tejun Heo2013-03-131-3/+4
| * | | nfsd: convert to idr_alloc()Tejun Heo2013-03-131-3/+2
| * | | nfsd: remove unused get_new_stid()Tejun Heo2013-03-131-31/+0
| * | | kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-03-131-1/+1
| * | | signal: always clear sa_restorer on execveKees Cook2013-03-131-0/+3
OpenPOWER on IntegriCloud