Merge 5.11-rc7 into usb-next
[linux-2.6-microblaze.git] / drivers / usb / host / xhci-ring.c
2021-02-08 Greg Kroah-HartmanMerge 5.11-rc7 into usb-next
2021-02-07 Linus TorvaldsMerge tag 'libnvdimm-fixes-5.11-rc7' of git://git....
2021-02-07 Linus TorvaldsMerge tag 'dma-mapping-5.11-2' of git://git.infradead...
2021-02-07 Linus TorvaldsMerge tag 'irq_urgent_for_v5.11_rc7' of git://git....
2021-02-07 Linus TorvaldsMerge tag 'core_urgent_for_v5.11_rc7' of git://git...
2021-02-07 Linus TorvaldsMerge tag 'sched_urgent_for_v5.11_rc7' of git://git...
2021-02-07 Linus TorvaldsMerge tag 'timers_urgent_for_v5.11_rc7' of git://git...
2021-02-07 Linus TorvaldsMerge tag 'x86_urgent_for_v5.11_rc7' of git://git....
2021-02-07 Linus TorvaldsMerge tag 'kbuild-fixes-v5.11-2' of git://git./linux...
2021-02-06 Linus TorvaldsMerge tag '5.11-rc6-smb3' of git://git.samba.org/sfrenc...
2021-02-06 Linus TorvaldsMerge tag 'riscv-for-linus-5.11-rc7' of git://git....
2021-02-06 Linus TorvaldsMerge tag 'powerpc-5.11-7' of git://git./linux/kernel...
2021-02-06 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2021-02-06 Linus TorvaldsMerge tag 'usb-5.11-rc7' of git://git./linux/kernel...
2021-02-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-02-06 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-02-06 Linus TorvaldsMerge tag 'block-5.11-2021-02-05' of git://git.kernel...
2021-02-05 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-02-05 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2021-02-05 Linus TorvaldsMerge tag 'pci-v5.11-fixes-2' of git://git./linux/kerne...
2021-02-04 Linus TorvaldsMerge tag 'ovl-fixes-5.11-rc7' of git://git./linux...
2021-02-04 Dave AirlieMerge tag 'drm-misc-fixes-2021-02-02' of git://anongit...
2021-02-03 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2021-02-03 Linus TorvaldsMerge tag 'arm-soc-fixes-v5.11-3' of git://git./linux...
2021-02-03 Linus TorvaldsMerge tag 'platform-drivers-x86-v5.11-3' of git://git...
2021-02-03 Mathias Nymanxhci: fix bounce buffer usage for non-sg list case
2021-02-02 Linus TorvaldsMerge tag 'clang-format-for-linux-v5.11-rc7' of git...
2021-02-02 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2021-02-02 Benson LeungMerge remote-tracking branch 'origin/cros-ec-typec...
2021-02-01 Linus TorvaldsMerge tag 'media/v5.11-3' of git://git./linux/kernel...
2021-01-31 Linus TorvaldsMerge tag 'efi-urgent-for-v5.11' of git://git./linux...
2021-01-31 Linus TorvaldsMerge tag 'x86_entry_for_v5.11_rc6' of git://git./linux...
2021-01-31 Linus TorvaldsMerge tag 'powerpc-5.11-6' of git://git./linux/kernel...
2021-01-31 Linus TorvaldsMerge branch 'for-rc-5.11' of git://git./linux/kernel...
2021-01-31 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-01-30 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.11-2' of git://git...
2021-01-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.11-rc6' of git://git....
2021-01-30 Greg Kroah-HartmanMerge tag 'usb-serial-5.11-rc6' of https://git./linux...
2021-01-29 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2021-01-29 Linus TorvaldsMerge tag 'for-5.11-rc5-tag' of git://git./linux/kernel...
2021-01-29 Linus TorvaldsMerge tag 'block-5.11-2021-01-29' of git://git.kernel...
2021-01-29 Mathias Nymanxhci: handle halting transfer event properly after...
2021-01-29 Mathias Nymanxhci: Check for pending reset endpoint command before...
2021-01-29 Mathias Nymanxhci: remove obsolete dequeue pointer moving code
2021-01-29 Mathias Nymanxhci: introduce a new move_dequeue_past_td() function...
2021-01-29 Mathias Nymanxhci: handle stop endpoint command completion with...
2021-01-29 Mathias Nymanxhci: Fix halted endpoint at stop endpoint command...
2021-01-29 Mathias Nymanxhci: split handling halted endpoints into two steps
2021-01-29 Mathias Nymanxhci: move and rename xhci_cleanup_halted_endpoint()
2021-01-29 Mathias Nymanxhci: turn cancelled td cleanup to its own function
2021-01-29 Mathias Nymanxhci: store TD status in the td struct instead of passi...
2021-01-29 Mathias Nymanxhci: use xhci_td_cleanup() helper when giving back...
2021-01-29 Mathias Nymanxhci: move xhci_td_cleanup so it can be called by more...
2021-01-29 Mathias Nymanxhci: Add xhci_reset_halted_ep() helper function
2021-01-29 Mathias Nymanxhci: flush endpoint start to reduce race risk with...
2021-01-29 Mathias Nymanxhci: Check link TRBs when updating ring enqueue and...
2021-01-29 Mathias Nymanxhci: avoid DMA double fetch when reading event trb...
2021-01-29 Mathias Nymanxhci: remove extra loop in interrupt context
2021-01-29 Lalithambika Krish... xhci: check slot_id is valid before gathering slot...
2021-01-29 Mathias Nymanxhci: prevent a theoretical endless loop while preparin...
2021-01-29 Mathias Nymanxhci: remove xhci_stream_id_to_ring() helper
2021-01-29 Mathias Nymanxhci: add xhci_virt_ep_to_ring() helper
2021-01-29 Mathias Nymanxhci: check virt_dev is valid before dereferencing it
2021-01-29 Mathias Nymanxhci: add xhci_get_virt_ep() helper
2021-01-29 Mathias Nymanxhci: remove unused event parameter from completion...
2021-01-29 Mathias Nymanxhci: adjust parameters passed to cleanup_halted_endpoint()
2021-01-29 Mathias Nymanxhci: get isochronous ring directly from endpoint structure
2021-01-29 Mathias Nymanxhci: Avoid parsing transfer events several times
2021-01-29 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf
2021-01-29 Linus TorvaldsMerge tag 'ecryptfs-5.11-rc6-setxattr-fix' of git:...
2021-01-29 Dave AirlieMerge tag 'amd-drm-fixes-5.11-2021-01-28' of https...
2021-01-29 Dave AirlieMerge tag 'drm-misc-fixes-2021-01-27' of git://anongit...
2021-01-29 Dave AirlieMerge branch '04.01-ampere-lite' of git://github.com...
2021-01-28 Linus TorvaldsMerge tag 'net-5.11-rc6' of git://git./linux/kernel...
2021-01-28 Linus TorvaldsMerge tag 'for-linus-5.11-rc6-tag' of git://git./linux...
2021-01-28 Paolo BonziniMerge tag 'kvmarm-fixes-5.11-3' of git://git./linux...
2021-01-28 Linus TorvaldsMerge tag 'asm-generic-fixes-v5.11' of git://git./linux...
2021-01-28 Linus TorvaldsMerge tag 'arm-soc-fixes-v5.11-2' of git://git./linux...
2021-01-28 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2021-01-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-01-28 Linus TorvaldsMerge tag 'media/v5.11-2' of git://git./linux/kernel...
2021-01-28 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-01-28 Linus TorvaldsMerge tag 'sound-5.11-rc6' of git://git./linux/kernel...
2021-01-26 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-01-26 Linus TorvaldsMerge tag 'spi-fix-v5.11-rc5' of git://git./linux/kerne...
2021-01-26 Linus TorvaldsMerge tag 'regulator-fix-v5.11-rc5' of git://git./linux...
2021-01-25 Paolo BonziniMerge tag 'kvmarm-fixes-5.11-2' of git://git./linux...
2021-01-25 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2021-01-25 Linus TorvaldsMerge tag 'printk-for-5.11-urgent-fixup' of git://git...
2021-01-25 Petr MladekMerge branch 'printk-rework' into for-linus
2021-01-25 Greg Kroah-HartmanMerge v5.11-rc5 into usb-next
2021-01-24 Linus TorvaldsMerge tag 'sh-for-5.11' of git://git.libc.org/linux-sh
2021-01-24 Linus TorvaldsMerge tag 'io_uring-5.11-2021-01-24' of git://git.kerne...
2021-01-24 Linus TorvaldsMerge tag 'block-5.11-2021-01-24' of git://git.kernel...
2021-01-24 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-01-24 Linus TorvaldsMerge tag 'char-misc-5.11-rc5' of git://git./linux...
2021-01-24 Linus TorvaldsMerge tag 'driver-core-5.11-rc5' of git://git./linux...
2021-01-24 Linus TorvaldsMerge tag 'staging-5.11-rc5' of git://git./linux/kernel...
2021-01-24 Linus TorvaldsMerge tag 'tty-5.11-rc5' of git://git./linux/kernel...
2021-01-24 Linus TorvaldsMerge tag 'usb-5.11-rc5' of git://git./linux/kernel...
next