summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen2020-06-241-3/+4
| | * | | | | | usb: cdns3: trace: using correct dir valuePeter Chen2020-06-241-1/+1
| | * | | | | | usb: cdns3: ep0: fix the test mode set incorrectlyPeter Chen2020-06-241-1/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge 5.8-rc2 into usb-linusGreg Kroah-Hartman2020-06-26122-897/+1213
| |\| | | | |
| * | | | | | usb: renesas_usbhs: getting residue from callback_resultYoshihiro Shimoda2020-06-242-11/+14
| * | | | | | Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"Anand Moon2020-06-241-9/+0
| * | | | | | xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng2020-06-241-0/+3
| * | | | | | xhci: Return if xHCI doesn't support LPMKai-Heng Feng2020-06-241-1/+4
| * | | | | | usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin2020-06-241-2/+3
| * | | | | | xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper2020-06-241-0/+1
| * | | | | | xhci: Fix incorrect EP_STATE_MASKMathias Nyman2020-06-241-1/+1
| * | | | | | usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen2020-06-241-3/+4
| * | | | | | usb: cdns3: trace: using correct dir valuePeter Chen2020-06-241-1/+1
| * | | | | | usb: cdns3: ep0: fix the test mode set incorrectlyPeter Chen2020-06-241-1/+2
| * | | | | | usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangsLi Jun2020-06-181-21/+10
| * | | | | | USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan2020-06-181-0/+1
| * | | | | | cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund2020-06-181-0/+2
| * | | | | | USB: ehci: reopen solution for Synopsys HC bugLongfang Liu2020-06-181-0/+7
| * | | | | | usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang2020-06-181-0/+1
| * | | | | | usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2020-06-182-6/+11
| * | | | | | usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski2020-06-181-1/+2
| * | | | | | usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin2020-06-181-3/+2
| * | | | | | usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entryHeikki Krogerus2020-06-181-2/+11
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'char-misc-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-2711-30/+153
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'fpga-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-06-261-1/+1
| |\ \ \ \ \ \
| | * | | | | | fpga: zynqmp: fix modular buildArnd Bergmann2020-06-091-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | habanalabs: increase h/w timer when checking idleOmer Shpigelman2020-06-241-0/+2
| * | | | | | habanalabs: Correct handling when failing to enqueue CBOfir Bitton2020-06-241-0/+13
| * | | | | | habanalabs: increase GAUDI QMAN ARB WDT timeoutOded Gabbay2020-06-241-1/+1
| * | | | | | habanalabs: rename mmu_write() to mmu_asid_va_write()Oded Gabbay2020-06-241-2/+2
| * | | | | | habanalabs: use PI in MMU cache invalidationOmer Shpigelman2020-06-242-0/+11
| * | | | | | habanalabs: block scalar load_and_exe on external queueOded Gabbay2020-06-242-1/+27
| * | | | | | mei: me: add tiger lake point device ids for H platforms.Alexander Usyskin2020-06-234-0/+16
| * | | | | | mei: me: disable mei interface on Mehlow server platformsTomas Winkler2020-06-234-18/+73
| * | | | | | binder: fix null deref of proc->contextTodd Kjos2020-06-231-7/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'edac_urgent_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-271-0/+2
|\ \ \ \ \ \
| * | | | | | EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov2020-06-181-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-277-25/+41
|\ \ \ \ \ \
| * | | | | | nvme-multipath: fix bogus request queue reference putSagi Grimberg2020-06-241-0/+8
| * | | | | | nvme-multipath: fix deadlock due to head->lockAnton Eidelman2020-06-242-2/+4
| * | | | | | nvme: don't protect ns mutation with ns->head->lockSagi Grimberg2020-06-241-8/+4
| * | | | | | nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman2020-06-241-8/+16
| * | | | | | nvme: fix possible deadlock when I/O is blockedSagi Grimberg2020-06-241-1/+0
| * | | | | | nvme-rdma: assign completion vector correctlyMax Gurtovoy2020-06-241-1/+1
| * | | | | | nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
| * | | | | | nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
| * | | | | | nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
| * | | | | | nvme-pci: override the value of the controller's numa nodeMax Gurtovoy2020-06-241-0/+2
| * | | | | | nvme: set initial value for controller's numa nodeMax Gurtovoy2020-06-241-0/+1
* | | | | | | Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-276-18/+55
|\ \ \ \ \ \ \