summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski2016-04-131-0/+9
* usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman2016-03-301-9/+7
* USB: usb_driver_claim_interface: add sanity checkingOliver Neukum2016-03-181-1/+5
* usb/core: usb_alloc_dev(): fix setting of ->portnumNicolai Stange2016-03-181-2/+3
* Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-1715-165/+608
|\
| * USB: core: let USB device know device nodePeter Chen2016-03-053-1/+58
| * usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant2016-03-051-5/+58
| * usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum2016-03-031-5/+5
| * Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman2016-03-011-5/+3
| |\
| | * Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman2016-02-201-5/+3
| * | usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven2016-02-202-12/+22
| * | usb: retry reset if a device times outOliver Neukum2016-02-141-1/+7
| * | USB: Add support for usbfs zerocopy.Steinar H. Gunderson2016-02-141-25/+202
| * | usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman2016-02-141-0/+3
| * | usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman2016-02-141-0/+31
| * | drivers: usb: removed assignment of 0 to static variablesSaurabh Sengar2016-02-091-2/+2
| * | usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-063-20/+20
| * | usb: no locking for reading descriptors in sysfsOliver Neukum2016-02-031-5/+1
| * | usb: sysfs: make locking interruptibleOliver Neukum2016-02-031-20/+49
| * | usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-033-23/+9
| * | Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman2016-02-011-3/+5
| |\ \ | | |/
| | * usb: hub: do not clear BOS field during reset deviceDu, Changbin2016-01-241-3/+5
| * | USB: core, wusbcore: use bus_to_hcdGeliang Tang2016-01-243-5/+5
| * | USB: core, devio: use to_usb_deviceGeliang Tang2016-01-242-2/+2
| * | usb: core: use kbasename() instead of open-coded variantAndy Shevchenko2016-01-241-7/+2
| * | usb: Support USB 3.1 extended port status requestMathias Nyman2016-01-243-10/+75
| * | usb: add device descriptor for usb 3.1 root hubMathias Nyman2016-01-241-0/+23
| * | usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devicesMathias Nyman2016-01-241-0/+3
| * | usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman2016-01-241-1/+3
| * | usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-01-247-22/+30
| * | usb: Use memdup_user to reuse the codeRahul Pathak2016-01-241-5/+4
| * | usb: core: devio.c: Removed unnecessary spaceChase Metzger2016-01-241-1/+1
| |/
* | PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
|/
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-202-1/+13
|\
| * Merge branch 'pm-core'Rafael J. Wysocki2016-01-212-1/+13
| |\
| | * USB / PM: Allow USB devices to remain runtime-suspended when sleepingTomeu Vizoso2016-01-082-1/+13
* | | Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-137-34/+193
|\ \ \ | |/ / |/| |
| * | Merge 4.4-rc6 into usb-nextGreg Kroah-Hartman2015-12-211-3/+19
| |\ \
| * \ \ Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-134-11/+27
| |\ \ \
| * | | | usb: make "nousb" a clear module parameterOliver Neukum2015-12-041-5/+0
| * | | | usb: Add connected retry on resume for non SS devicesAl Cooper2015-12-041-6/+10
| * | | | usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu2015-12-013-4/+105
| * | | | usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2015-12-012-14/+56
| * | | | USB: constify usb_mon_operations structureJulia Lawall2015-12-011-2/+2
| * | | | USB: add usbfs snooping for REAP and DISCARDAlan Stern2015-12-011-3/+13
| * | | | USB: limit usbfs snooping of URB contentsAlan Stern2015-12-011-1/+8
| | |_|/ | |/| |
* | | | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-044-14/+46
|\ \ \ \ | | |_|/ | |/| |
| * | | USB: fix invalid memory access in hub_activate()Alan Stern2015-12-181-3/+19
| | |/ | |/|
| * | USB: add quirk for devices with broken LPMAlan Stern2015-12-112-1/+12
| * | usb: Quiet down false peer failure messagesDon Zickus2015-12-041-2/+2
OpenPOWER on IntegriCloud