index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
hcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-06-04
kcov, usb: disable interrupts in kcov_remote_start_usb_softirq
Andrey Konovalov
1
-5
/
+7
2024-05-04
usb: core: Remove the useless struct usb_devmap which is just a bitmap
Christophe JAILLET
1
-2
/
+2
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-8
/
+12
2024-02-05
usb: core: hcd: Convert from tasklet to BH workqueue
Tejun Heo
1
-11
/
+12
2024-01-27
usb: core: add phy notify connect and disconnect
Stanley Chang
1
-4
/
+10
2024-01-27
usb: core: Make default authorization mode configurable
Niko Mauno
1
-1
/
+1
2024-01-27
usb: core: Amend initial authorized_default value
Niko Mauno
1
-4
/
+2
2023-08-09
USB: Remove remnants of Wireless USB and UWB
Alan Stern
1
-36
/
+4
2023-08-08
USB: core: Change usb_get_device_descriptor() API
Alan Stern
1
-3
/
+7
2022-11-29
usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()
Yang Yingliang
1
-1
/
+5
2022-08-31
usb: host: Initiate urb ep with udev ep0
Khalid Masum
1
-8
/
+1
2022-08-19
usb/hcd: Fix dma_map_sg error check
Jack Wang
1
-1
/
+1
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-3
/
+14
2022-07-27
USB: HCD: Fix URB giveback issue in tasklet function
Weitao Wang
1
-11
/
+15
2022-07-27
usb: xhci_plat_remove: avoid NULL dereference
Alexey Sheplyakov
1
-1
/
+7
2022-07-07
ARM: sa1100/assabet: move dmabounce hack to ohci driver
Arnd Bergmann
1
-3
/
+14
2022-05-12
usb: core: hcd: Add support for deferring roothub registration
Kishon Vijay Abraham I
1
-6
/
+23
2022-05-03
Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"
Greg Kroah-Hartman
1
-6
/
+0
2022-04-26
usb: core: hcd: Create platform devices for onboard hubs in probe()
Matthias Kaehlcke
1
-0
/
+6
2022-01-25
USB: core: Fix hang in usb_kill_urb by adding memory barriers
Alan Stern
1
-0
/
+14
2022-01-03
USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status
Alan Stern
1
-1
/
+8
2021-12-13
usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)
Guo Zhengkui
1
-1
/
+1
2021-11-05
Revert "usb: core: hcd: Add support for deferring roothub registration"
Greg Kroah-Hartman
1
-23
/
+6
2021-09-27
Merge 5.15-rc3 into usb-next
Greg Kroah-Hartman
1
-23
/
+45
2021-09-21
usb: core: hcd: fix messages in usb_hcd_request_irqs()
Sergey Shtylyov
1
-3
/
+3
2021-09-14
usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()
Kishon Vijay Abraham I
1
-17
/
+22
2021-09-14
usb: core: hcd: Add support for deferring roothub registration
Kishon Vijay Abraham I
1
-6
/
+23
2021-05-13
usb: core: hcd: use map_urb_for_dma for single step set feature urb
Li Jun
1
-10
/
+6
2021-05-13
usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to core
Peter Chen
1
-0
/
+134
2021-03-23
usb: core: Track SuperSpeed Plus GenXxY
Thinh Nguyen
1
-1
/
+5
2021-02-16
kbuild: simplify access to the kernel's version
Sasha Levin
1
-2
/
+2
2021-01-07
kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urb
Andrey Konovalov
1
-5
/
+3
2020-10-28
kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirq
Andrey Konovalov
1
-2
/
+9
2020-10-28
usb: core: Replace in_interrupt() in comments
Ahmed S. Darwish
1
-9
/
+17
2020-08-18
usb: hcd: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-06-04
usb: core: kcov: collect coverage from usb complete callback
Andrey Konovalov
1
-0
/
+3
2019-12-11
USB: Fix incorrect DMA allocations for local memory pool drivers
Fredrik Noring
1
-21
/
+21
2019-10-31
usb: core: Remove redundant vmap checks
Kees Cook
1
-7
/
+1
2019-09-03
usb: core: phy: add support for PHY calibration
Marek Szyprowski
1
-0
/
+7
2019-09-03
usb: remove a stale comment in hcd_alloc_coherent
Christoph Hellwig
1
-3
/
+0
2019-08-21
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
1
-1
/
+0
2019-08-15
usb: add a hcd_uses_dma helper
Christoph Hellwig
1
-2
/
+2
2019-08-08
usb: setup authorized_default attributes using usb_bus_notify
ThiƩbaud Weksteen
1
-123
/
+0
2019-07-25
usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()
Dan Carpenter
1
-2
/
+2
2019-06-28
usb: host: Fix excessive alignment restriction for local memory allocations
Fredrik Noring
1
-1
/
+1
2019-06-03
USB: drop HCD_LOCAL_MEM flag
Laurentiu Tudor
1
-9
/
+6
2019-06-03
USB: use genalloc for USB HCs with local memory
Laurentiu Tudor
1
-0
/
+36
2019-04-25
usb/hcd: Send a uevent signaling that the host controller had died
Raul E Rangel
1
-0
/
+24
[next]