summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: kconfig: fix warning of select USB_OTGPeter Chen2015-11-202-5/+2Star
* USB: option: add XS Stick W100-2 from 4G SystemsBjørn Mork2015-11-201-0/+9
* Merge tag 'usb-serial-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-11-194-20/+82
|\
| * USB: qcserial: Fix support for HP lt4112 LTE/HSPA+ Gobi 4G ModemBjørn Mork2015-11-161-20/+34
| * USB: ti_usb_3410_5052: Add Honeywell HGI80 IDDavid Woodhouse2015-11-162-0/+6
| * USB: serial: option: add support for Novatel MiFi USB620LAleksander Morgado2015-11-161-0/+2
| * USB: qcserial: Add support for Quectel EC20 Mini PCIe modulePetr Štetiar2015-11-161-0/+40
* | xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman2015-11-181-6/+9
* | usb: xhci: fix checking ep busy for CFCLu Baolu2015-11-181-26/+6Star
* | xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani2015-11-181-0/+10
* | Merge tag 'usb-ci-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-11-185-29/+158
|\ \
| * | usb: chipidea: imx: fix a possible NULL dereferenceLABBE Corentin2015-11-181-3/+8
| * | usb: chipidea: usbmisc_imx: fix a possible NULL dereferenceLABBE Corentin2015-11-181-4/+6
| * | usb: chipidea: otg: gadget module load and unload supportLi Jun2015-11-181-0/+17
| * | usb: chipidea: debug: disable usb irq while role switchLi Jun2015-11-181-0/+2
| * | ARM: dts: imx27.dtsi: change the clock information for usbPeter Chen2015-11-181-4/+12
| * | usb: chipidea: imx: refine clock operations to adapt for all platformsPeter Chen2015-11-181-18/+113
|/ /
* | Merge tag 'fixes-for-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-11-1710-23/+64
|\ \ | |/ |/|
| * usb: gadget: atmel_usba_udc: Expose correct device speedDouglas Gilbert2015-11-171-1/+1
| * usb: musb: enable usb_dma parameterBin Liu2015-11-171-1/+1
| * usb: phy: phy-mxs-usb: fix a possible NULL dereferenceLABBE Corentin2015-11-171-2/+5
| * usb: dwc3: gadget: let us set lower max_speedBen McCauley2015-11-171-1/+23
| * usb: musb: fix tx fifo flush handlingBin Liu2015-11-171-6/+16
| * usb: gadget: f_loopback: fix the warning during the enumerationPeter Chen2015-11-171-1/+1
| * usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson2015-11-171-4/+5
| * usb: dwc2: host: Fix ahbcfg for rk3066Douglas Anderson2015-11-171-1/+2
| * usb: phy: omap-otg: fix uninitialized pointerAaro Koskinen2015-11-161-1/+1
| * usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König2015-11-161-5/+5
| * usb: dwc3: pci: add support for Intel Broxton SOCHeikki Krogerus2015-11-161-0/+4
|/
* Linux 4.4-rc1Linus Torvalds2015-11-161-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-1537-292/+947
|\
| * perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui2015-11-121-6/+0Star
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-125-4/+14
| |\
| | * tools include: Add compiler.h to list.hArnaldo Carvalho de Melo2015-11-111-0/+1
| | * perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
| | * perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo2015-11-111-4/+4
| | * perf annotate: Support full source file paths for srcline fixMichael Petlan2015-11-111-0/+1
| | * perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song2015-11-111-0/+2
| |/
| * perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-091-0/+4
| * perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney2015-11-091-8/+9
| * Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-0831-274/+920
| |\
| | * perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo2015-11-061-1/+1
| | * perf test: Add 'perf test BPF'Wang Nan2015-11-066-1/+248
| | * perf test: Enhance the LLVM tests: add kbuild testWang Nan2015-11-064-1/+35
| | * perf test: Enhance the LLVM test: update basic BPF test programWang Nan2015-11-064-31/+129
| | * perf bpf: Improve BPF related error messagesWang Nan2015-11-064-15/+108
| | * perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-063-33/+49
| | * bpf tools: Add new API bpf_object__get_kversion()Wang Nan2015-11-062-0/+9
| | * bpf tools: Improve libbpf error reportingWang Nan2015-11-065-59/+159
| | * perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu2015-11-061-5/+2Star