summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-11usb: chipidea: imx: add HSIC supportPeter Chen3-19/+270
2018-12-11usb: chipidea: add flag for imx hsic implementationPeter Chen2-0/+20
2018-12-07xhci: move usb2 get port status link resume handling to its own functionMathias Nyman1-84/+104
2018-12-07xhci: refactor U0 link state handling in get_port_statusMathias Nyman1-13/+19
2018-12-07xhci: cleanup code that sets portstatus and portchange bitsMathias Nyman1-12/+14
2018-12-07xhci: move usb2 speficic bits to own function in get_port_status callMathias Nyman1-20/+24
2018-12-07xhci: move usb3 speficic bits to own function in get_port_status callMathias Nyman1-28/+40
2018-12-07xhci: remove unused hcd_index()Mathias Nyman1-7/+0
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman5-26/+24
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao3-20/+5
2018-12-05usb: appledisplay: Remove unnecessary spinlockAlexander Theissen1-7/+0
2018-12-05usb: appledisplay: Set urb transfer_flags to URB_NO_TRANSFER_DMA_MAPAlexander Theissen1-0/+1
2018-12-05staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-nameAndy Shevchenko2-2/+2
2018-12-05usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS modeChunfeng Yun2-0/+7
2018-12-05usb: mtu3: enable SETUPENDISR interruptChunfeng Yun3-2/+7
2018-12-05usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)Chunfeng Yun2-5/+7
2018-12-05usb: mtu3: enable hardware remote wakeup from L1 automaticallyChunfeng Yun1-7/+3
2018-12-05usb: mtu3: remove QMU checksumChunfeng Yun2-28/+0
2018-12-05usb/mtu3: power down device ip at setupHsin-Yi, Wang1-0/+8
2018-12-05usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman1-0/+10
2018-12-03Merge 4.20-rc5 into usb-nextGreg Kroah-Hartman388-2282/+4643
2018-12-03Linux 4.20-rc5v4.20-rc5Linus Torvalds1-1/+1
2018-12-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds24-33/+176
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-164/+37
2018-12-02Merge tag 'dmaengine-fix-4.20-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds1-1/+9
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds26-282/+780
2018-12-01Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds6-7/+14
2018-12-01Merge tag 'pci-v4.20-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-24/+13
2018-12-01Merge remote-tracking branch 'lorenzo/pci/controller-fixes' into for-linusBjorn Helgaas3-11/+2
2018-12-01PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka1-13/+11
2018-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-177/+319
2018-12-01Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-25/+25
2018-12-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-6/+59
2018-12-01Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2018-12-01Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-9/+17
2018-12-01MAINTAINERS: Update linux-mips mailing list addressPaul Burton1-23/+23
2018-12-01ocfs2: fix potential use after freePan Bian1-1/+1
2018-12-01mm/khugepaged: fix the xas_create_range() error pathHugh Dickins1-11/+14
2018-12-01mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins1-1/+9
2018-12-01mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins1-12/+7
2018-12-01mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins1-40/+32
2018-12-01mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins1-0/+10
2018-12-01mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2-2/+9
2018-12-01mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+11
2018-12-01mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins1-6/+13
2018-12-01mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins1-6/+6
2018-12-01mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2-16/+9
2018-12-01initramfs: clean old path before creating a hardlinkLi Zhijian1-10/+12
2018-12-01kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell1-2/+2
2018-12-01psi: make disabling/enabling easier for vendor kernelsJohannes Weiner5-14/+40