summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| |/ / /
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-223-3/+9
|\ \ \ \
| * | | | MIPS: ath79: Add a machine entry for booting OF machinesAlban Bedel2015-11-201-0/+5
| * | | | MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsiAlban Bedel2015-11-201-1/+1
| * | | | MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel2015-11-201-1/+1
| * | | | MIPS: Fix flood of warnings about comparsion being always true.Ralf Baechle2015-11-161-1/+2
| |/ / /
* | | | Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-2217-116/+382
|\ \ \ \
| * | | | parisc: Map kernel text and data on huge pagesHelge Deller2015-11-223-26/+31
| * | | | parisc: Add Huge Page and HUGETLBFS supportHelge Deller2015-11-226-15/+291
| * | | | parisc: Use long branch to do_syscall_trace_exitHelge Deller2015-11-221-2/+2
| * | | | parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2015-11-222-3/+7
| * | | | parisc: Initialize the fault vector earlier in the boot process.Helge Deller2015-11-223-28/+21Star
| * | | | parisc: Add defines for Huge page supportHelge Deller2015-11-222-4/+29
| * | | | parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller2015-11-221-10/+0Star
| * | | | parisc: Drop definition of start_thread_som for HP-UX SOM binariesHelge Deller2015-11-201-27/+0Star
| * | | | parisc: Fix wrong comment regarding first pmd entry flagsHelge Deller2015-11-201-1/+1
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-2211-35/+69
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-186-7/+38
| |\ \ \ \ \
| | * | | | | perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan2015-11-131-6/+14
| | * | | | | perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu2015-11-131-1/+3
| | * | | | | perf inject: Also re-pipe lost_samples eventAdrian Hunter2015-11-131-0/+1
| | * | | | | perf buildid-list: Requires ordered eventsAdrian Hunter2015-11-131-0/+1
| | * | | | | perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter2015-11-133-0/+19
| * | | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-135-28/+31
| |\| | | | |
| | * | | | | perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo2015-11-123-5/+6