aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2018-07-03xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman
2018-05-25xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman
2018-03-28usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu
2018-03-28usb: xhci: Disable slot even when virt-dev is nullLu Baolu
2018-03-19xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng
2017-12-10usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman
2017-09-18usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu
2017-07-20xhci: fix memleak in xhci_run()Shu Wang
2017-07-20xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman
2017-06-15xhci: remove endpoint ring cacheMathias Nyman
2017-06-03xhci: Add stream id to xhci_dequeue_state structureMathias Nyman
2017-05-18xhci: Fix command ring stop regression in 4.11Mathias Nyman
2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen
2017-04-19xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu
2017-04-08usb: xhci: remove ring debugging codeLu Baolu
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu
2017-04-08usb: xhci: make several functions staticLu Baolu
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman
2017-03-29xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman
2017-01-25xhci: rename size variable to num_tdsMathias Nyman
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman
2017-01-11xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman
2017-01-03usb: xhci: fix return value of xhci_setup_device()Lu Baolu
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi