summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-10-281-2/+4
* usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-10-281-12/+12
* usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
* xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
* USB: ldusb: fix control-message timeoutJohan Hovold2019-10-281-1/+1
* USB: ldusb: use unsigned size format specifiersJohan Hovold2019-10-281-3/+4
* USB: ldusb: fix ring-buffer lockingJohan Hovold2019-10-281-2/+2
* USB: Skip endpoints with 0 maxpacket lengthAlan Stern2019-10-281-0/+5
* Merge tag 'fixes-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-10-2814-29/+133
|\
| * usb: cdns3: gadget: Don't manage pullupsRoger Quadros2019-10-271-4/+0
| * usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu2019-10-271-2/+1
| * usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen2019-10-271-5/+105
| * usb: dwc3: pci: prevent memory leak in dwc3_pci_probeNavid Emamdoost2019-10-271-1/+1
| * usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru2019-10-271-0/+4
| * usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan2019-10-271-2/+4
| * usb: renesas_usbhs: fix type of bufBen Dooks (Codethink)2019-10-271-1/+1
| * usb: renesas_usbhs: Fix warnings in usbhsg_recip_handler_std_set_device()Yoshihiro Shimoda2019-10-271-1/+1
| * usb: gadget: udc: renesas_usb3: Fix __le16 warningsYoshihiro Shimoda2019-10-271-5/+6
| * usb: renesas_usbhs: fix __le16 warningsBen Dooks (Codethink)2019-10-271-6/+6
| * usb: cdns3: include host-export,h for cdns3_host_initBen Dooks (Codethink)2019-10-272-1/+1
| * usb: mtu3: fix missing include of mtu3_dr.hBen Dooks (Codethink)2019-10-271-0/+1
| * usb: fsl: Check memory resource before releasing itNikhil Badola2019-10-271-1/+1
| * usb: dwc3: select CONFIG_REGMAP_MMIOArnd Bergmann2019-10-271-0/+1
* | Linux 5.4-rc5v5.4-rc5Linus Torvalds2019-10-271-2/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-271-5/+9
|\ \
| * | x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom2019-10-221-5/+8
| * | x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom2019-10-221-1/+2
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-273-7/+10
|\ \ \
| * | | posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
| * | | timers/sched_clock: Include local timekeeping.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+2
| * | | lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner2019-10-231-4/+5
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-2714-21/+71
|\ \ \
| * | | perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-221-1/+1
| * | | perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter2019-10-211-2/+4
| * | | Merge tag 'perf-urgent-for-mingo-5.4-20191017' of git://git.kernel.org/pub/sc...Ingo Molnar2019-10-2112-17/+65
| |\ \ \
| | * | | perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-10-161-0/+1
| | * | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-10-151-2/+28
| | * | | tools headers kvm: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+2
| | * | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+1
| | * | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-1/+5
| | * | | perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-10-151-5/+9
| | * | | perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter2019-10-151-3/+5
| | * | | perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-10-151-1/+1
| | * | | perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2019-10-152-3/+7
| | * | | perf evlist: Fix fix for freed id arraysAndi Kleen2019-10-151-1/+1
| | * | | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter2019-10-151-1/+5
| * | | | perf/x86/intel/pt: Fix base for single entry topaJiri Olsa2019-10-201-1/+1
| |/ / /
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-272-5/+20
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2019-10-252-5/+20
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | irqchip/sifive-plic: Skip contexts except supervisor in plic_init()Alan Mikhak2019-10-251-2/+2