index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
hvc
/
hvc_console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
tty: hvc: use console_is_registered()
John Ogness
1
-2
/
+2
2021-10-26
Revert "tty: hvc: pass DMA capable memory to put_chars()"
Greg Kroah-Hartman
1
-21
/
+15
2021-10-21
tty: hvc: pass DMA capable memory to put_chars()
Xianting Tian
1
-15
/
+21
2021-10-21
tty: hvc: use correct dma alignment size
Xianting Tian
1
-1
/
+1
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-1
/
+1
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-4
/
+4
2021-05-21
tty: hvc_console: Remove the repeated words 'no' and 'from'
Xiaofei Tan
1
-2
/
+2
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2020-05-27
tty: hvc_console, fix crashes on parallel open/close
Jiri Slaby
1
-15
/
+8
2020-05-12
Revert "tty: hvc: Fix data abort due to race in hvc_open"
Greg Kroah-Hartman
1
-14
/
+2
2020-04-28
tty: hvc: Fix data abort due to race in hvc_open
Raghavendra Rao Ananta
1
-2
/
+14
2020-04-23
tty: hvc: fix buffer overflow during hvc_alloc().
Andrew Melnychenko
1
-9
/
+14
2018-09-10
tty: hvc: hvc_write() fix break condition
Nicholas Piggin
1
-1
/
+6
2018-09-10
tty: hvc: hvc_poll() fix read loop batching
Nicholas Piggin
1
-2
/
+22
2018-09-10
tty: hvc: hvc_poll() fix read loop hang
Nicholas Piggin
1
-2
/
+5
2018-07-23
tty: hvc: introduce the hv_ops.flush operation for hvc drivers
Nicholas Piggin
1
-2
/
+33
2018-07-23
tty: hvc: hvc_write() may sleep
Nicholas Piggin
1
-15
/
+21
2018-07-23
tty: hvc: hvc_poll() may sleep
Nicholas Piggin
1
-2
/
+14
2018-07-23
tty: hvc: hvc_poll() break hv read loop
Nicholas Piggin
1
-43
/
+45
2018-07-23
tty: hvc: use mutex instead of spinlock for hvc_structs lock
Nicholas Piggin
1
-12
/
+11
2017-11-08
tty: hvc: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-03-31
tty/hvc_console: fix console lock ordering with spinlock
Denis Kirjanov
1
-2
/
+2
2017-02-10
tty: Remove extra include in HVC console tty framework
Sergio Valverde
1
-1
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-04-30
tty: hvc_console: silence unintialized variable warning
Dan Carpenter
1
-1
/
+1
2016-04-30
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
1
-1
/
+1
2015-10-18
tty: Remove tty_wait_until_sent_from_close()
Peter Hurley
1
-1
/
+1
2015-10-04
drivers/tty: make hvc_console.c explicitly non-modular
Paul Gortmaker
1
-17
/
+1
2015-05-10
tty: hvc_console.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2014-06-03
Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+8
2014-05-29
tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()
Benjamin Herrenschmidt
1
-1
/
+8
2014-05-04
drivers/tty/hvc: don't free hvc_console_setup after init
Tomoki Sekiyama
1
-1
/
+1
2014-02-13
hvc: ensure hvc_init is only ever called once in hvc_console.c
Paul Gortmaker
1
-1
/
+5
2013-12-17
drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c
Rashika Kheria
1
-1
/
+1
2013-07-25
tty/hvc_console: Add DTR/RTS callback to handle HUPCL control
Hendrik Brueckner
1
-1
/
+10
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-1
/
+1
2013-01-16
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-1
/
+1
2013-01-16
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
1
-1
/
+1
2012-11-15
TTY: hvc_console, fix port reference count going to zero prematurely
Paul Mackerras
1
-7
/
+0
2012-10-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-7
/
+26
2012-09-17
tty: Fix hvc return
Alan Cox
1
-1
/
+1
2012-09-05
hvc_console: Better kernel console support
Benjamin Herrenschmidt
1
-7
/
+26
2012-08-14
TTY: hvc_console, add tty install
Jiri Slaby
1
-6
/
+25
2012-04-13
TTY: hvc, fix TTY refcounting
Jiri Slaby
1
-5
/
+0
2012-04-09
TTY: HVC, use count from tty_port
Jiri Slaby
1
-19
/
+21
2012-04-09
TTY: HVC, use tty from tty_port
Jiri Slaby
1
-21
/
+15
2012-04-09
TTY: HVC, add tty_port
Jiri Slaby
1
-9
/
+14
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
[next]