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
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
USB: serial: io_edgeport: simplify and tighten endpoint check
Johan Hovold
1
-5
/
+12
2017-03-16
USB: serial: digi_acceleport: simplify endpoint check
Johan Hovold
1
-19
/
+4
2017-03-16
USB: serial: cyberjack: simplify endpoint check
Johan Hovold
1
-10
/
+1
2017-03-16
USB: serial: ark3116: simplify endpoint sanity check
Johan Hovold
1
-14
/
+3
2017-03-16
USB: serial: add endpoint sanity check to core
Johan Hovold
1
-5
/
+12
2017-03-16
USB: serial: replace runtime overflow check
Johan Hovold
1
-8
/
+5
2017-03-16
USB: serial: refactor and clean up endpoint handling
Johan Hovold
1
-74
/
+80
2017-03-16
USB: serial: clean up endpoint and port-counter types
Johan Hovold
1
-7
/
+7
2017-03-16
USB: serial: clean up probe error paths
Johan Hovold
1
-12
/
+12
2017-03-14
USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
Dan Williams
1
-1
/
+16
2017-03-13
USB: serial: ftdi_sio: allow other bases for "event_char"
Ian Abbott
1
-2
/
+2
2017-03-13
USB: serial: ftdi_sio: only allow valid event_char values
Ian Abbott
1
-1
/
+4
2017-03-13
USB: serial: ftdi_sio: only allow valid latency timer values
Ian Abbott
1
-1
/
+4
2017-03-13
USB: serial: ftdi_sio: detect BM chip with iSerialNumber bug
Ian Abbott
1
-8
/
+33
2017-03-13
USB: serial: ftdi_sio: don't access latency timer on old chips
Ian Abbott
1
-0
/
+6
2017-03-08
USB: serial: safe_serial: fix information leak in completion handler
Johan Hovold
1
-0
/
+5
2017-03-08
USB: serial: io_ti: fix information leak in completion handler
Johan Hovold
1
-1
/
+1
2017-03-08
USB: serial: omninet: drop open callback
Johan Hovold
1
-7
/
+0
2017-03-08
USB: serial: omninet: fix reference leaks at open
Johan Hovold
1
-6
/
+0
2017-03-08
USB: serial: io_ti: fix NULL-deref in interrupt callback
Johan Hovold
1
-0
/
+6
2017-03-06
USB: serial: digi_acceleport: fix OOB-event processing
Johan Hovold
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2
-0
/
+2
2017-02-22
Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
30
-1254
/
+1577
2017-02-21
Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+8
2017-02-16
Merge tag 'usb-serial-4.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
5
-869
/
+808
2017-02-15
USB: serial: keyspan: drop header file
Johan Hovold
2
-632
/
+589
2017-02-15
USB: serial: io_edgeport: drop io-tables header file
Johan Hovold
2
-234
/
+215
2017-02-13
USB: serial: upd78f0730: sort device ids
Johan Hovold
1
-1
/
+1
2017-02-13
USB: serial: upd78f0730: add ID for EVAL-ADXL362Z
Maksim Salau
1
-2
/
+3
2017-02-09
Merge tag 'usb-serial-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
27
-388
/
+772
2017-02-09
USB: serial: mos7840: fix another NULL-deref at open
Johan Hovold
1
-1
/
+3
2017-02-08
USB: serial: console: clean up sanity checks
Johan Hovold
1
-2
/
+1
2017-02-08
USB: serial: console: fix uninitialised spinlock
Johan Hovold
1
-0
/
+1
2017-02-08
USB: serial: metro-usb: drop redundant URB reinitialisation
Johan Hovold
1
-18
/
+2
2017-02-08
USB: serial: metro-usb: drop function-tracing debugging
Johan Hovold
1
-12
/
+0
2017-02-08
USB: serial: metro-usb: drop redundant URB unlink
Johan Hovold
1
-1
/
+0
2017-02-08
USB: serial: metro-usb: drop unused interrupt-out callback
Johan Hovold
1
-9
/
+0
2017-02-06
USB: serial: sierra: fix bogus alternate-setting assumption
Johan Hovold
1
-23
/
+5
2017-02-06
USB: serial: ftdi_sio: fix line-status over-reporting
Johan Hovold
1
-9
/
+14
2017-02-06
USB: serial: cp210x: add new IDs for GE Bx50v3 boards
Ken Lin
1
-0
/
+2
2017-01-31
USB: serial: keyspan_pda: fix receive sanity checks
Johan Hovold
1
-5
/
+14
2017-01-31
USB: serial: digi_acceleport: fix incomplete rx sanity check
Johan Hovold
1
-15
/
+23
2017-01-31
USB: serial: digi_acceleport: fix OOB data sanity check
Johan Hovold
1
-5
/
+9
2017-01-31
USB: serial: pl2303: add ATEN device ID
Marcel J.E. Mol
2
-0
/
+2
2017-01-31
USB: serial: ark3116: use port device for info and error messages
Johan Hovold
1
-10
/
+6
2017-01-31
USB: serial: ark3116: remove redundant interrupt-urb check
Johan Hovold
1
-2
/
+2
2017-01-31
USB: serial: ark3116: fix endpoint-check return value
Johan Hovold
1
-11
/
+5
2017-01-30
Merge tag 'v4.10-rc6' into devel
Linus Walleij
18
-97
/
+245
2017-01-26
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
1
-5
/
+8
2017-01-26
USB: serial: add uPD78F0730 USB to Serial Adaptor Driver
Maksim Salau
3
-0
/
+450
[prev]
[next]