summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring2019-12-111-21/+21
* usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia2019-12-101-0/+1
* usb, kcov: collect coverage from hub_eventAndrey Konovalov2019-12-041-0/+5
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-15/+1
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-15/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-7/+1
|\ \
| * | usb: core: Remove redundant vmap checksKees Cook2019-10-311-7/+1
| |/
* | usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng2019-11-071-3/+2
* | Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman2019-11-041-0/+5
|\ \
| * | USB: Skip endpoints with 0 maxpacket lengthAlan Stern2019-10-281-0/+5
| |/
* | usb: usbfs: Suppress problematic bind and unbind uevents.Ingo Rohloff2019-10-151-1/+14
* | usb: core: devio.c: Fix assignment of 0/1 to bool variablesSaurav Girepunje2019-10-101-2/+2
* | USB: core: drop OOM messageJohan Hovold2019-10-101-7/+5
* | usb: hub: Check device descriptor before resusciationDavid Heinzelmann2019-10-101-85/+111
|/
* USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern2019-09-041-4/+8
* Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman2019-09-031-7/+1
|\
| * drivers: Introduce device lookup variants by device typeSuzuki K Poulose2019-07-301-7/+1
* | usb: core: phy: add support for PHY calibrationMarek Szyprowski2019-09-033-0/+29
* | usb: remove commented out dma wrappersChristoph Hellwig2019-09-031-222/+0
* | usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig2019-09-031-3/+0
* | Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-021-22/+8
|\ \
| * | usb: hcd: use managed device resourcesSchmid, Carsten2019-08-281-22/+8
* | | usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+0
* | | usb: usbfs: only account once for mmap()'ed usb memory usageGavin Li2019-08-211-1/+2
* | | Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman2019-08-194-16/+12
|\| |
| * | usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-152-9/+5
| * | usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig2019-08-151-3/+3
| * | USB: CDC: fix sanity checks in CDC union parserOliver Neukum2019-08-151-2/+2
| * | USB: core: Fix races in character device registration and deregistraionAlan Stern2019-08-121-5/+5
* | | USB: usbfs: Add a capability flag for runtime suspendAlan Stern2019-08-141-1/+8
* | | Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman2019-08-124-125/+126
|\| |
| * | usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen2019-08-083-123/+126
| * | usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li2019-08-051-2/+0
* | | usbfs: Add ioctls for runtime power managementAlan Stern2019-08-093-5/+99
* | | USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman2019-08-071-0/+1
* | | USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman2019-08-071-0/+1
* | | USB: Disable USB2 LPM at shutdownKai-Heng Feng2019-08-051-0/+9
* | | Merge 5.3-rc2 into usb-nextGreg Kroah-Hartman2019-07-291-2/+2
|\| |
| * | usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter2019-07-251-2/+2
| |/
* / USB: core: hcd-pci: Use dev_get_drvdata where possibleChuhong Yuan2019-07-251-2/+1
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-122-14/+54
|\
| * usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2019-06-281-1/+1
| * USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-032-14/+9
| * USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-032-0/+45
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-4/+4
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-242-4/+4
* | | Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-116-50/+81
|\ \ \
| * | | usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng2019-07-031-2/+5