index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-04
usb: bdc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-04
usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-04
usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-04
usb: gadget: pxa27x_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-04
usb: gadget: r8a66597-udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+2
2019-10-04
usb: gadget: renesas_usb3: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-04
usb: gadget: s3c-hsudc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-4
/
+1
2019-10-04
USB: legousbtower: fix open after failed reset request
Johan Hovold
1
-2
/
+2
2019-10-04
USB: legousbtower: fix potential NULL-deref on disconnect
Johan Hovold
1
-11
/
+15
2019-10-04
USB: legousbtower: fix deadlock on disconnect
Johan Hovold
1
-17
/
+2
2019-10-04
USB: legousbtower: fix slab info leak at probe
Johan Hovold
1
-2
/
+4
2019-10-04
usb: typec: ucsi: displayport: Fix for the mode entering routine
Heikki Krogerus
1
-0
/
+2
2019-10-04
usb: typec: ucsi: ccg: Remove run_isr flag
Heikki Krogerus
1
-38
/
+4
2019-10-04
USB: usblcd: use pr_err()
Johan Hovold
1
-1
/
+1
2019-10-04
USB: usblcd: drop redundant lcd mutex
Johan Hovold
1
-7
/
+0
2019-10-04
USB: usblcd: drop redundant disconnect mutex
Johan Hovold
1
-17
/
+1
2019-10-04
USB: usblcd: fix I/O after disconnect
Johan Hovold
1
-2
/
+31
2019-10-04
usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()
Dan Carpenter
1
-6
/
+8
2019-10-04
USB: dummy-hcd: fix power budget for SuperSpeed mode
[email protected]
1
-1
/
+2
2019-10-04
usbip: vhci_hcd indicate failed message
Mao Wenan
1
-2
/
+2
2019-10-04
USB: yurex: Don't retry on unexpected errors
Alan Stern
1
-3
/
+4
2019-10-04
USB: adutux: fix NULL-derefs on disconnect
Johan Hovold
1
-6
/
+10
2019-10-04
USB: adutux: fix use-after-free on disconnect
Johan Hovold
1
-3
/
+4
2019-10-04
usb: cdns3: Fix sheduling with locks held.
Pawel Laszczak
1
-1
/
+1
2019-10-04
usb: cdns3: Fix use after free in probe error handling
Dan Carpenter
1
-1
/
+2
2019-10-04
USB: microtek: fix info-leak at probe
Johan Hovold
1
-0
/
+4
2019-10-04
USB: serial: keyspan: fix NULL-derefs on open() and write()
Johan Hovold
1
-2
/
+2
2019-10-04
USB: serial: option: add support for Cinterion CLS8 devices
Reinhard Speyerer
1
-0
/
+3
2019-10-04
USB: rio500: Remove Rio 500 kernel driver
Bastien Nocera
4
-585
/
+0
2019-10-02
usb-storage: SCSI glue: use dev_err instead of printk
Matthias Maennich
1
-2
/
+2
2019-10-02
USB: serial: option: add Telit FN980 compositions
Daniele Palmas
1
-0
/
+8
2019-10-02
USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
Beni Mahler
2
-0
/
+12
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-113
/
+120
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
15
-0
/
+16
2019-09-18
vfs: Convert functionfs to use the new mount API
David Howells
1
-113
/
+120
2019-09-18
Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
209
-15414
/
+9843
2019-09-17
Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+20
2019-09-17
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-35
/
+5
2019-09-16
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
4
-11
/
+23
2019-09-10
usb-storage: export symbols in USB_STORAGE namespace
Matthias Maennich
15
-0
/
+16
2019-09-10
usb-storage: remove single-use define for debugging
Matthias Maennich
2
-3
/
+1
2019-09-05
Merge tag 'usb-ci-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
4
-4
/
+100
2019-09-04
USB: usbcore: Fix slab-out-of-bounds bug during device reset
Alan Stern
1
-4
/
+8
2019-09-04
Merge tag 'usb-serial-5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
1
-0
/
+43
2019-09-03
usb: cdns3: Remove redundant dev_err call in cdns3_probe()
Wei Yongjun
1
-3
/
+1
2019-09-03
USB: rio500: Fix lockdep violation
Alan Stern
1
-31
/
+35
2019-09-03
USB: rio500: simplify locking
Oliver Neukum
1
-27
/
+16
2019-09-03
usb: mtu3: register a USB Role Switch for dual role mode
Chunfeng Yun
6
-7
/
+60
2019-09-03
usb: common: add USB GPIO based connection detection driver
Chunfeng Yun
3
-0
/
+298
2019-09-03
usb: common: create Kconfig file
Chunfeng Yun
2
-34
/
+39
[prev]
[next]