index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-24
n_tty: Queue buffer work on any available cpu
Peter Hurley
1
-1
/
+1
2013-07-24
n_tty: Special case pty flow control
Peter Hurley
1
-0
/
+14
2013-07-24
n_tty: Move n_tty_write_wakeup() to avoid forward declaration
Peter Hurley
1
-16
/
+15
2013-07-24
n_tty: Factor throttle/unthrottle into helper functions
Peter Hurley
1
-35
/
+46
2013-07-24
n_tty: Move chars_in_buffer() to factor throttle/unthrottle
Peter Hurley
1
-12
/
+12
2013-07-24
tty: Only guarantee termios read safety for throttle/unthrottle
Peter Hurley
3
-8
/
+5
2013-07-24
n_tty: Separate buffer indices to prevent cache-line sharing
Peter Hurley
1
-6
/
+15
2013-07-24
n_tty: Don't wait for buffer work in read() loop
Peter Hurley
1
-1
/
+0
2013-07-24
n_tty: Fix type mismatches in receive_buf raw copy
Peter Hurley
1
-14
/
+17
2013-07-24
n_tty: Reset lnext if canonical mode changes
Peter Hurley
1
-0
/
+1
2013-07-24
n_tty: Make N_TTY ldisc receive path lockless
Peter Hurley
1
-81
/
+92
2013-07-24
n_tty: Replace canon_data with index comparison
Peter Hurley
1
-16
/
+6
2013-07-24
n_tty: Access termios values safely
Peter Hurley
1
-5
/
+39
2013-07-24
tty: Convert termios_mutex to termios_rwsem
Peter Hurley
6
-62
/
+62
2013-07-24
n_tty: Remove read_cnt
Peter Hurley
1
-13
/
+2
2013-07-24
n_tty: Don't wrap input buffer indices at buffer size
Peter Hurley
1
-51
/
+60
2013-07-24
n_tty: Get read_cnt through accessor
Peter Hurley
1
-18
/
+23
2013-07-24
tty: Deprecate ldisc .chars_in_buffer() method
Peter Hurley
1
-0
/
+1
2013-07-24
n_tty: Split n_tty_chars_in_buffer() for reader-only interface
Peter Hurley
1
-3
/
+8
2013-07-24
n_tty: Line copy to user buffer in canonical mode
Peter Hurley
1
-33
/
+77
2013-07-24
n_tty: Factor canonical mode copy from n_tty_read()
Peter Hurley
1
-38
/
+57
2013-07-24
tty: Make ldisc input flow control concurrency-friendly
Peter Hurley
3
-33
/
+56
2013-07-24
tty: Simplify tty buffer/ldisc interface with helper function
Peter Hurley
1
-12
/
+17
2013-07-24
tty: Don't change receive_room for ioctl(TIOCSETD)
Peter Hurley
1
-3
/
+0
2013-07-24
tty: Clarify multiple-references comment in TIOCSETD ioctl
Peter Hurley
1
-4
/
+6
2013-07-24
tty: Fix hangup race with TIOCSETD ioctl
Peter Hurley
1
-4
/
+2
2013-07-24
tty: Clarify ldisc variable
Peter Hurley
1
-7
/
+7
2013-07-24
tty: Replace ldisc locking with ldisc_sem
Peter Hurley
3
-288
/
+50
2013-07-24
tty: Add lock/unlock ldisc pair functions
Peter Hurley
1
-0
/
+87
2013-07-24
tty: Fix tty_ldisc_lock name collision
Peter Hurley
2
-25
/
+25
2013-07-14
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-39
/
+69
2013-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-4
/
+15
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-07-04
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+2
2013-07-03
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-39
/
+3
2013-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-16
/
+1
2013-07-03
Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-28
/
+115
2013-07-03
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
1
-18
/
+67
2013-07-03
Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2013-07-01
tty/8250_dw: Add support for OCTEON UARTS.
David Daney
1
-39
/
+69
2013-06-30
Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...
Greg Kroah-Hartman
1
-4
/
+0
2013-06-29
vc: switch to fixed_size_llseek()
Al Viro
1
-16
/
+1
2013-06-28
Merge branch 'pm-assorted'
Rafael J. Wysocki
1
-7
/
+2
2013-06-28
Merge branch 'for-next' of git://github.com/rydberg/linux into next
Dmitry Torokhov
71
-1362
/
+1630
2013-06-28
Merge tag 'msm-clock-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/...
Olof Johansson
1
-16
/
+19
2013-06-27
Merge tag 'renesas-sh-sci-for-v3.11' of git://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
1
-9
/
+95
2013-06-26
serial: sh-sci: Initialise variables before access in sci_set_termios()
Simon Horman
1
-2
/
+2
2013-06-26
pch_uart: Add uart_clk selection for the MinnowBoard
Darren Hart
1
-0
/
+5
2013-06-25
tty: atmel_serial: prepare clk before calling enable
Boris BREZILLON
1
-10
/
+31
2013-06-25
Merge 3.10-rc7 into tty-next
Greg Kroah-Hartman
3
-13
/
+15
[next]