summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: isp1760: Use kasprintfHimanshu Jha2018-03-091-5/+1
* usb: clarify ACPI spec version and section number for _UPC & _PLDAlex Hung2018-03-091-2/+2
* usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman2018-03-091-9/+3
* USB: adutux: Add waiting in transfer abortionKirill Kapranov2018-03-091-0/+2
* uwb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-28/+4
* USB: typec: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-092-28/+6
* USB: host: whci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-42/+6
* USB: host: isp116x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-13/+2
* USB: host: imx21: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-60/+5
* USB: host: fhci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-24/+2
* USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-39/+3
* USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-17/+3
* USB: gadget: gr: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-15/+2
* USB: gadget: bcm63xx: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-29/+4
* USB: musb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-12/+1
* USB: dwc2: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-78/+6
* USB: chipidea: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-60/+5
* typec: tcpm: Add SDB header for Status message handlingAdam Thomson2018-03-091-0/+31
* typec: tcpm: Add ADO header for Alert message handlingAdam Thomson2018-03-091-0/+42
* typec: tcpm: Add PD Rev 3.0 definitions to PD headerAdam Thomson2018-03-091-11/+174
* usbip: tools: change to use new error codes in server reply messagesShuah Khan2018-03-095-19/+24
* usbip: usbip_host_common: Use new error codes to return request statusShuah Khan2018-03-091-1/+4
* usbip: tools: add more error codes for usbip request/reply messagesShuah Khan2018-03-093-3/+35
* usbip: tools usbip_network: Fix cryptic error messagesShuah Khan2018-03-091-2/+2
* usbip: tools usbip_attach: Fix cryptic error messagesShuah Khan2018-03-091-1/+2
* USB: wusbcore: remove redundant re-assignment to pointer 'dev'Colin Ian King2018-03-091-1/+0
* usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings2018-03-091-1/+1
* usb: usbtest: Remove stack VLA usageTobin C. Harding2018-03-091-1/+4
* USB: adutux: Delete a misleading commentKirill Kapranov2018-03-061-1/+1
* usb: usb-skeleton: make MODULE_LICENSE and SPDX tag matchMarcus Folkesson2018-03-061-1/+1
* Merge 4.16-rc3 into usb-nextGreg Kroah-Hartman2018-02-26681-4272/+6930
|\
| * Linux 4.16-rc3v4.16-rc3Linus Torvalds2018-02-251-1/+1
| * Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-02-252-17/+93
| |\
| | * xtensa: support DMA buffers in high memoryMax Filippov2018-02-161-10/+30
| | * xtensa: fix high memory/reserved memory collisionMax Filippov2018-02-151-7/+63
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-256-22/+48
| |\ \
| | * | x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-02-231-0/+1
| | * | x86/topology: Fix function name in documentationDou Liyang2018-02-231-1/+1
| | * | x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui2018-02-231-0/+1
| | * | x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner2018-02-231-3/+22
| | * | genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
| | * | x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>KarimAllah Ahmed2018-02-201-9/+9
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-251-1/+1
| |\ \ \
| | * | | x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann2018-02-211-1/+1
| | |/ /
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-02-253-18/+31
| |\ \ \
| | * | | locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri2018-02-231-3/+18
| | * | | locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __AS...Andrea Parri2018-02-232-14/+8
| | * | | locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri2018-02-211-8/+7
| | * | | locking/mutex: Add comment to __mutex_owner() to deter usagePeter Zijlstra2018-02-211-0/+5
| | |/ /
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-2517-19/+19
| |\ \ \