index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tty: Refactor tty_ldisc_reinit() for reuse
Peter Hurley
2016-01-28
1
-22
/
+31
*
tty: Use 'disc' for line discipline index name
Peter Hurley
2016-01-28
2
-14
/
+14
*
tty: Move tty_ldisc_kill()
Peter Hurley
2016-01-28
1
-13
/
+19
*
tty: Handle NULL tty->ldisc
Peter Hurley
2016-01-28
1
-4
/
+12
*
tty: Prepare for destroying line discipline on hangup
Peter Hurley
2016-01-28
3
-2
/
+18
*
tty: Fix comments for tty_ldisc_release()
Peter Hurley
2016-01-28
1
-2
/
+1
*
tty: Fix comments for tty_ldisc_get()
Peter Hurley
2016-01-28
1
-3
/
+10
*
tty: Reset c_line from driver's init_termios
Peter Hurley
2016-01-28
2
-5
/
+3
*
tty: Remove chars_in_buffer() line discipline method
Peter Hurley
2016-01-28
6
-58
/
+13
*
serial: 68328: Remove bogus ldisc reset
Peter Hurley
2016-01-28
1
-11
/
+1
*
tty: Refactor tty_open()
Peter Hurley
2016-01-27
1
-53
/
+67
*
tty: Consolidate noctty checks in tty_open()
Peter Hurley
2016-01-27
1
-9
/
+8
*
tty: Remove __lockfunc annotation from tty lock functions
Peter Hurley
2016-01-27
2
-13
/
+11
*
pty: Remove pty_unix98_shutdown()
Peter Hurley
2016-01-27
1
-10
/
+1
*
tty: Re-declare tty_driver_remove_tty() file scope
Peter Hurley
2016-01-27
1
-1
/
+1
*
tty: Fix tty_init_termios() declaration
Peter Hurley
2016-01-27
2
-21
/
+7
*
tty: Remove !tty check from free_tty_struct()
Peter Hurley
2016-01-27
1
-2
/
+0
*
tty: Fix ldisc leak in failed tty_init_dev()
Peter Hurley
2016-01-27
3
-22
/
+8
*
n_tty: Fix unsafe reference to "other" ldisc
Peter Hurley
2016-01-27
1
-5
/
+2
*
tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
Peter Hurley
2016-01-27
1
-1
/
+23
*
tty: Retry failed reopen if tty teardown in-progress
Peter Hurley
2016-01-27
1
-4
/
+8
*
tty: Wait interruptibly for tty lock on reopen
Peter Hurley
2016-01-27
2
-1
/
+15
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-01-21
1
-1
/
+1
|
\
|
*
Merge tag 'qcom-soc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
2015-12-22
1
-1
/
+1
|
|
\
|
|
*
serial: msm_serial: Make config tristate
Stephen Boyd
2015-12-08
1
-1
/
+1
*
|
|
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-01-17
2
-2
/
+2
|
\
\
\
|
*
\
\
Merge tag 'v4.4-rc6' into devel
Linus Walleij
2015-12-21
14
-27
/
+31
|
|
\
\
\
|
*
|
|
|
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
2
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-01-15
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
QE: Move QE from arch/powerpc to drivers/soc
Zhao Qiang
2015-12-23
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-01-13
50
-1399
/
+1194
|
\
\
\
\
|
*
|
|
|
drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.c
Paul Gortmaker
2016-01-09
1
-2
/
+0
|
*
|
|
|
serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
Geert Uytterhoeven
2016-01-08
1
-42
/
+0
|
*
|
|
|
Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...
Greg Kroah-Hartman
2016-01-08
2
-152
/
+413
|
|
\
\
\
\
|
|
*
|
|
|
serial: sh-sci: Drop the sci_fck clock fallback
Laurent Pinchart
2015-12-17
1
-5
/
+0
|
|
*
|
|
|
serial: sh-sci: Add support for optional BRG on (H)SCIF
Geert Uytterhoeven
2015-12-17
1
-5
/
+80
|
|
*
|
|
|
serial: sh-sci: Add support for optional external (H)SCK input
Geert Uytterhoeven
2015-12-17
1
-3
/
+66
|
|
*
|
|
|
serial: sh-sci: Prepare for multiple sampling clock sources
Geert Uytterhoeven
2015-12-17
1
-60
/
+134
|
|
*
|
|
|
serial: sh-sci: Correct SCIF type on R-Car for BRG
Geert Uytterhoeven
2015-12-17
1
-0
/
+11
|
|
*
|
|
|
serial: sh-sci: Correct SCIF type on RZ/A1H
Geert Uytterhoeven
2015-12-17
1
-0
/
+6
|
|
*
|
|
|
serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
Geert Uytterhoeven
2015-12-17
1
-29
/
+11
|
|
*
|
|
|
serial: sh-sci: Add BRG register definitions
Geert Uytterhoeven
2015-12-17
2
-0
/
+56
|
|
*
|
|
|
serial: sh-sci: Take into account sampling rate for max baud rate
Geert Uytterhoeven
2015-12-17
1
-1
/
+4
|
|
*
|
|
|
serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()
Geert Uytterhoeven
2015-12-17
1
-23
/
+19
|
|
*
|
|
|
serial: sh-sci: Avoid calculating the receive margin for HSCIF
Geert Uytterhoeven
2015-12-17
1
-27
/
+24
|
|
*
|
|
|
serial: sh-sci: Improve bit rate error calculation for HSCIF
Geert Uytterhoeven
2015-12-17
1
-13
/
+8
|
|
*
|
|
|
serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()
Geert Uytterhoeven
2015-12-17
1
-6
/
+19
|
|
*
|
|
|
serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsigned
Geert Uytterhoeven
2015-12-17
1
-5
/
+6
|
|
*
|
|
|
serial: sh-sci: Convert from clk_get() to devm_clk_get()
Geert Uytterhoeven
2015-12-17
1
-6
/
+4
|
|
*
|
|
|
serial: sh-sci: Don't overwrite clock selection in serial_console_write()
Geert Uytterhoeven
2015-12-17
1
-3
/
+5
[prev]
[next]