summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov1-5/+7
2024-05-04usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET1-2/+2
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+12
2024-02-06usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo1-11/+12
2024-01-28usb: core: add phy notify connect and disconnectStanley Chang1-4/+10
2024-01-28usb: core: Make default authorization mode configurableNiko Mauno1-1/+1
2024-01-28usb: core: Amend initial authorized_default valueNiko Mauno1-4/+2
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern1-36/+4
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern1-3/+7
2022-11-29usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang1-1/+5
2022-08-31usb: host: Initiate urb ep with udev ep0Khalid Masum1-8/+1
2022-08-19usb/hcd: Fix dma_map_sg error checkJack Wang1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-3/+14
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-11/+15
2022-07-27usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov1-1/+7
2022-07-07ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann1-3/+14
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman1-6/+0
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke1-0/+6
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern1-0/+14
2022-01-03USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern1-1/+8
2021-12-13usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Guo Zhengkui1-1/+1
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman1-23/+6
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman1-23/+45
2021-09-21usb: core: hcd: fix messages in usb_hcd_request_irqs()Sergey Shtylyov1-3/+3
2021-09-14usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Kishon Vijay Abraham I1-17/+22
2021-09-14usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
2021-05-13usb: core: hcd: use map_urb_for_dma for single step set feature urbLi Jun1-10/+6
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen1-0/+134
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen1-1/+5
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin1-2/+2
2021-01-07kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov1-5/+3
2020-10-28kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov1-2/+9
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish1-9/+17
2020-08-18usb: hcd: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-05usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov1-0/+3
2019-12-11USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring1-21/+21
2019-10-31usb: core: Remove redundant vmap checksKees Cook1-7/+1
2019-09-03usb: core: phy: add support for PHY calibrationMarek Szyprowski1-0/+7
2019-09-03usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig1-3/+0
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+0
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-2/+2
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen1-123/+0
2019-07-25usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter1-2/+2
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring1-1/+1
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-9/+6
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor1-0/+36
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel1-0/+24
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman1-0/+3