aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig2-9/+5
2019-08-15usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig1-3/+3
2019-08-15USB: CDC: fix sanity checks in CDC union parserOliver Neukum1-2/+2
2019-08-12USB: core: Fix races in character device registration and deregistraionAlan Stern1-5/+5
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen3-123/+126
2019-08-05usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li1-2/+0
2019-07-25usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter1-2/+2
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-14/+54
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+4
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-50/+81
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-24/+24
2019-07-03usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng1-2/+5
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring1-1/+1
2019-06-26USB: core: Fix compiler warnings in devio.cAlan Stern1-6/+6
2019-06-26USB: core: Remove usbfs_mutexAlan Stern3-13/+0
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2-4/+4
2019-06-20USB: core: correct a spelling mistake in the commentHarry Pan1-1/+1
2019-06-18USB: add usbfs ioctl to retrieve the connection parametersDmitry Torokhov1-1/+41
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman1-0/+3
2019-06-06USB: move usb debugfs directory creation to the usb common coreGreg Kroah-Hartman1-6/+4
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin1-1/+3
2019-06-05USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.Marco Zatta1-0/+3
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2-14/+9
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2-0/+45
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman2-2/+5
2019-05-24usb: avoid redundant allocation and free of memoryWeitao Hou1-5/+3
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman1-24/+24
2019-05-21usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen1-12/+16
2019-05-21usb: core: hub: Enable/disable U1/U2 in configured stateThinh Nguyen1-2/+2
2019-05-21USB: Add LPM quirk for Surface Dock GigE adapterMaximilian Luz1-0/+3
2019-05-21USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern1-2/+2
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-26/+43
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+4
2019-05-03usb: introduce usb_ep_type_string() functionChunfeng Yun1-15/+2
2019-05-03USB: Export usb_wakeup_enabled_descendants()Douglas Anderson1-3/+4
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel1-0/+24
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern1-13/+0
2019-04-17USB: core: Don't unbind interfaces following device reset failureAlan Stern1-1/+4
2019-04-16USB: core: Fix unterminated string returned by usb_string()Alan Stern1-1/+3
2019-04-16USB: hub: Remove returned value 'status' since never usedMathieu Malaterre1-7/+6
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2019-03-26usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai1-0/+3
2019-03-26usb: introduce usb_ep_type_string() functionChunfeng Yun1-15/+2
2019-03-26usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren1-0/+3
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds15-91/+234
2019-03-01usb: core: make default autosuspend delay configurableMans Rullgard2-2/+14
2019-02-27usb: core: Fix typo in description of "authorized_default"Jakub Wilk1-1/+1
2019-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-63/+100
2019-02-22usb: core: add option of only authorizing internal devicesDmitry Torokhov2-27/+57