summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman-5/+32
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman-16/+13
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman-7/+16
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar-1/+6
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman-0/+7
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman-22/+2
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman-24/+22
2021-01-29xhci: check virt_dev is valid before dereferencing itMathias Nyman-3/+9
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman-25/+52
2021-01-29xhci: remove unused event parameter from completion handlersMathias Nyman-8/+6
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman-21/+17
2021-01-29xhci: get isochronous ring directly from endpoint structureMathias Nyman-11/+6
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman-20/+12
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck-1/+1
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck-0/+12
2021-01-26usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck-7/+8
2021-01-26dt-bindings: dwc3-xilinx: Add missing comma in exampleMichal Simek-1/+1
2021-01-26usb: raw-gadget: update documentation and KconfigAndrey Konovalov-50/+65
2021-01-26usb: raw-gadget: add copyrightAndrey Konovalov-1/+2
2021-01-26usb/c67x00: Replace tasklet with workDavidlohr Bueso-6/+8
2021-01-25usb: typec: tcpci_maxim: add terminating newlines to loggingJunlin Yang-6/+6
2021-01-25usb: typec: tcpci_maxim: remove redundant assignmentJunlin Yang-1/+0
2021-01-25usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso-10/+53
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman-3369/+6908
2021-01-24Linux 5.11-rc5v5.11-rc5Linus Torvalds-1/+1
2021-01-24Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds-77/+17
2021-01-24Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds-20/+47
2021-01-24Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds-52/+132
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-148/+168
2021-01-24Merge tag 'char-misc-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+75
2021-01-24Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-67/+77
2021-01-24Merge tag 'staging-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-60/+31
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-24/+37
2021-01-24Merge tag 'usb-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-23/+61
2021-01-24MAINTAINERS: add a couple more files to the Clang/LLVM sectionNathan Chancellor-0/+2
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni-1/+6
2021-01-24powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner-0/+2
2021-01-24mips/mm/highmem: use set_pte() for kmap_local()Thomas Gleixner-0/+1
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner-1/+6
2021-01-24sparc/mm/highmem: flush cache and TLBThomas Gleixner-4/+5
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams-4/+16
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann-0/+1
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov-0/+2
2021-01-24kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov-3/+4
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov-66/+38
2021-01-24kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen-2/+1
2021-01-24kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen-8/+12
2021-01-24Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+19
2021-01-24Merge tag 'objtool_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-11/+17
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-33/+151