summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-22USB: mos7840: fix broken TIOCMIWAITJohan Hovold1-2/+3
2013-03-22USB: mct_u232: fix use-after-free in TIOCMIWAITJohan Hovold1-6/+7
2013-03-22USB: io_ti: fix use-after-free in TIOCMIWAITJohan Hovold1-6/+6
2013-03-22USB: io_edgeport: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+7
2013-03-22USB: ftdi_sio: fix use-after-free in TIOCMIWAITJohan Hovold1-11/+8
2013-03-22USB: f81232: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+5
2013-03-22USB: cypress_m8: fix use-after-free in TIOCMIWAITJohan Hovold1-6/+8
2013-03-22USB: ch341: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+6
2013-03-22USB: ark3116: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+6
2013-03-22USB: serial: add modem-status-change wait queueJohan Hovold1-0/+2
2013-03-22USB: serial: fix interface refcountingJohan Hovold1-1/+2
2013-03-22USB: io_ti: fix get_icount for two port adaptersJohan Hovold1-0/+1
2013-03-22USB: garmin_gps: fix memory leak on disconnectJohan Hovold1-6/+1
2013-03-22USB: cdc-acm: fix device unregistrationJohan Hovold1-1/+2
2013-03-22usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov1-2/+17
2013-03-21Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman9-11/+36
2013-03-21usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA"Paul Bolle1-1/+1
2013-03-21USB: EHCI: fix regression in QH unlinkingAlan Stern1-1/+1
2013-03-20usb: gadget: f_rndis: Avoid to use ERROR macro if cdev can be nullTruls Bengtsson1-2/+1
2013-03-20usb: ulpi: Define a *otg_ulpi_create no-opFabio Estevam1-0/+8
2013-03-20usb: gadget: ffs: fix enable multiple instancesAndrzej Pietrasiewicz1-2/+2
2013-03-20USB: gadget: net2280: remove leftover driver->unbind call in error pathwayAlan Stern1-1/+0
2013-03-20usb: gadget: udc-core: fix a regression during gadget driver unbindingAlan Stern1-1/+1
2013-03-20usb: gadget: net22xx: fix ->disconnect reportingFelipe Balbi2-0/+14
2013-03-19Merge tag 'for-usb-linus-2013-03-18' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+2
2013-03-18USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov1-2/+2
2013-03-18usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addrKishon Vijay Abraham I1-2/+7
2013-03-15USB: EHCI: fix regression during bus resumeAlan Stern3-1/+15
2013-03-15usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow1-0/+7
2013-03-15USB: xhci: correctly enable interruptsHannes Reinecke2-10/+16
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian3-0/+12
2013-03-15mm/fremap.c: fix possible oops on error pathMichel Lespinasse1-3/+2
2013-03-15Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-1/+3
2013-03-15list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney1-1/+3
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-7/+9
2013-03-14usb: gadget: u_serial: fix typo which cause build warningBo Shen1-1/+1
2013-03-14usb: musb: da8xx: Fix build breakage due to typoMikhail Kshevetskiy1-1/+1
2013-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds11-0/+12
2013-03-14Merge branch 'akpm' (fixes from Andrew)Linus Torvalds16-174/+144
2013-03-14idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo1-13/+25
2013-03-14UAPI: fix endianness conditionals in M32R's asm/stat.hDavid Howells1-2/+2
2013-03-14UAPI: fix endianness conditionals in linux/raid/md_p.hDavid Howells1-2/+4
2013-03-14UAPI: fix endianness conditionals in linux/acct.hDavid Howells1-2/+4
2013-03-14UAPI: fix endianness conditionals in linux/aio_abi.hDavid Howells1-2/+2
2013-03-14decompressors: fix typo "POWERPC"Paul Bolle1-1/+1
2013-03-14mm/fremap.c: fix oops on error pathAndrew Morton1-2/+4
2013-03-14idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2-52/+55
2013-03-14tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26
2013-03-14zcache: convert to idr_alloc()Tejun Heo1-15/+10
2013-03-14mlx4: remove leftover idr_pre_get() callTejun Heo1-1/+0