index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-20
USB: core: Change %pK for __user pointers to %px
Alan Stern
1
-7
/
+7
2020-11-20
USB: core: Fix regression in Hercules audio card
Alan Stern
1
-0
/
+6
2020-11-20
USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...
penghao
1
-0
/
+4
2020-11-03
USB: Add NO_LPM quirk for Kingston flash drive
Alan Stern
1
-0
/
+3
2020-10-28
usbcore: Check both id_table and match() when both available
Bastien Nocera
3
-12
/
+24
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-18
/
+0
2020-10-05
Merge 5.9-rc8 into usb-next
Greg Kroah-Hartman
1
-16
/
+34
2020-10-02
USB: core: remove polling for /sys/kernel/debug/usb/devices
Sergey Korolev
2
-42
/
+0
2020-10-02
USB: hub: Add Kconfig option to reduce number of port initialization retries
Alan Stern
2
-1
/
+26
2020-10-02
USB: hub: Clean up use of port initialization schemes and retries
Alan Stern
1
-23
/
+26
2020-09-25
usbcore/driver: Accommodate usbip
M. Vefa Bicakci
1
-6
/
+31
2020-09-25
usbcore/driver: Fix incorrect downcast
M. Vefa Bicakci
1
-9
/
+2
2020-09-25
usbcore/driver: Fix specific driver selection
M. Vefa Bicakci
1
-1
/
+1
2020-09-25
USB: correct API of usb_control_msg_send/recv
Oliver Neukum
1
-9
/
+16
2020-09-25
Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"
Oliver Neukum
1
-40
/
+59
2020-09-25
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...
Christoph Hellwig
3
-49
/
+51
2020-09-21
Merge 5.0-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+4
2020-09-17
usb: don't inherity DMA properties for USB devices
Christoph Hellwig
2
-18
/
+0
2020-09-16
USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebook
Penghao
1
-0
/
+4
2020-09-16
USB: core: hub.c: use usb_control_msg_send() in a few places
Greg Kroah-Hartman
1
-59
/
+40
2020-09-16
USB: core: message.c: use usb_control_msg_send() in a few places
Greg Kroah-Hartman
1
-19
/
+19
2020-09-16
USB: add usb_control_msg_send() and usb_control_msg_recv()
Greg Kroah-Hartman
1
-0
/
+133
2020-09-16
USB: move snd_usb_pipe_sanity_check into the USB core
Greg Kroah-Hartman
1
-8
/
+23
2020-09-14
Merge 5.9-rc5 into usb-next
Greg Kroah-Hartman
2
-49
/
+47
2020-09-04
usb: core: driver: fix stray tabs in error messages
Sergey Shtylyov
1
-5
/
+3
2020-09-04
usb: core: fix slab-out-of-bounds Read in read_descriptors
Zeng Tao
1
-0
/
+5
2020-09-04
usb: Fix out of sync data toggle if a configured device is reconfigured
Mathias Nyman
1
-49
/
+42
2020-08-31
Merge 5.9-rc3 into usb-next
Greg Kroah-Hartman
5
-6
/
+53
2020-08-30
Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-5
/
+52
2020-08-27
USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-D
Alan Stern
1
-0
/
+5
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-18
USB: Better name for __check_usb_generic()
Bastien Nocera
1
-2
/
+2
2020-08-18
USB: Fix device driver race
Bastien Nocera
1
-2
/
+38
2020-08-18
USB: Also match device drivers using the ->match vfunc
Bastien Nocera
1
-2
/
+3
2020-08-18
usb: hcd: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-18
usb: core: Solve race condition in anchor cleanup functions
Eli Billauer
1
-35
/
+54
2020-08-18
usb: hcd: Fix use after free in usb_hcd_pci_remove()
Andy Shevchenko
1
-1
/
+4
2020-08-18
USB: quirks: Add no-lpm quirk for another Raydium touchscreen
Kai-Heng Feng
1
-0
/
+2
2020-07-29
USB: Simplify USB ID table match
Bastien Nocera
1
-2
/
+0
2020-07-22
usb: usbfs: stop using compat_alloc_user_space
Christoph Hellwig
1
-57
/
+69
2020-07-21
usb: core: fix quirks_param_set() writing to a const pointer
Kars Mulder
1
-4
/
+12
2020-07-21
usb: hcd: Try MSI interrupts on PCI devices
Andy Shevchenko
1
-4
/
+10
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-8
/
+8
2020-07-09
usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard co...
Lee Jones
1
-3
/
+3
2020-07-01
USB: Fix up terminology
Greg Kroah-Hartman
1
-3
/
+2
2020-06-29
Merge 5.8-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2020-06-19
USB: OTG: rename product list of devices
Greg Kroah-Hartman
3
-14
/
+10
2020-06-19
USB: rename USB OTG hub configuration option
Greg Kroah-Hartman
2
-2
/
+2
2020-06-19
USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNORE
Greg Kroah-Hartman
3
-14
/
+14
2020-06-18
usb: add USB_QUIRK_DELAY_INIT for Logitech C922
Tomasz MeresiĆski
1
-1
/
+2
[next]