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
starfive-6.6.48-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
2018-10-25
Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2
-15
/
+28
2018-10-24
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-390
/
+452
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-4
/
+4
2018-10-23
Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-3
/
+4
2018-10-13
kill TIOCSERGSTRUCT
Al Viro
1
-7
/
+1
2018-10-13
change semantics of ldisc ->compat_ioctl()
Al Viro
3
-11
/
+25
2018-10-13
kill TIOCSER[SG]WILD
Al Viro
2
-11
/
+0
2018-10-13
synclink_gt(): fix compat_ioctl()
Al Viro
1
-12
/
+4
2018-10-13
pty: fix compat ioctls
Al Viro
1
-2
/
+12
2018-10-13
vt_compat_ioctl(): clean up, use compat_ptr() properly
Al Viro
1
-22
/
+9
2018-10-13
remove fallback to drivers for TIOCGICOUNT
Al Viro
1
-5
/
+1
2018-10-13
take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()
Al Viro
1
-0
/
+81
2018-10-13
synclink: reduce pointless checks in ->ioctl()
Al Viro
3
-6
/
+3
2018-10-13
complete ->[sg]et_serial() switchover
Al Viro
1
-10
/
+4
2018-10-13
serial_core: switch to ->[sg]et_serial()
Al Viro
1
-26
/
+12
2018-10-13
mxser: switch to ->[sg]et_serial()
Al Viro
1
-46
/
+51
2018-10-13
moxa: switch to ->[sg]et_serial()
Al Viro
1
-39
/
+40
2018-10-13
isicom: switch to ->[sg]et_serial()
Al Viro
1
-47
/
+25
2018-10-13
ipwireless: switch to ->[sg]et_serial()
Al Viro
1
-18
/
+18
2018-10-13
cyclades: switch to ->[sg]et_serial()
Al Viro
1
-40
/
+37
2018-10-13
amiserial: switch to ->[sg]et_serial()
Al Viro
1
-45
/
+33
2018-10-11
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
1
-2
/
+2
2018-10-06
treewide: Replace more open-coded allocation size multiplications
Kees Cook
1
-2
/
+2
2018-10-03
Revert "serial: sh-sci: Allow for compressed SCIF address"
Geert Uytterhoeven
1
-15
/
+10
2018-10-03
Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"
Geert Uytterhoeven
1
-0
/
+31
2018-10-03
Revert "serial: 8250_dw: Fix runtime PM handling"
Guenter Roeck
1
-4
/
+0
2018-09-20
serial: imx: restore handshaking irq for imx1
Uwe Kleine-König
1
-0
/
+8
2018-09-18
tty: vt_ioctl: fix potential Spectre v1
Gustavo A. R. Silva
1
-0
/
+4
2018-09-18
tty: Drop tty->count on tty_reopen() failure
Dmitry Safonov
1
-3
/
+8
2018-09-18
serial: cpm_uart: return immediately from console poll
Christophe Leroy
1
-3
/
+7
2018-09-18
tty: serial: lpuart: avoid leaking struct tty_struct
Stefan Agner
1
-1
/
+2
2018-09-18
serial: mvebu-uart: Fix reporting of effective CSIZE to userspace
Jan Kiszka
1
-0
/
+1
2018-09-16
tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...
Eric W. Biederman
1
-3
/
+3
2018-09-14
tty_ioctl(): start taking TIOC[SG]SERIAL into separate methods
Al Viro
1
-5
/
+30
2018-09-14
tty_ioctl(): drop FIONBIO handling
Al Viro
1
-30
/
+0
2018-09-14
move compat handling of tty ioctls to tty_compat_ioctl()
Al Viro
2
-18
/
+76
2018-09-13
gpiolib: Pass array info to get/set array functions
Janusz Krzysztofik
1
-1
/
+1
2018-09-13
gpiolib: Pass bitmaps, not integer arrays, to get/set array
Janusz Krzysztofik
1
-3
/
+4
2018-09-11
signal: send_sig_all no longer needs SEND_SIG_FORCED
Eric W. Biederman
1
-1
/
+1
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-09-10
tty/serial: atmel: Change the driver to work under at91-usart MFD
Radu Pirea
2
-15
/
+28
2018-08-24
Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+2
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2018-08-20
powerpc/powernv: provide a console flush operation for opal hvc driver
Nicholas Piggin
1
-0
/
+2
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+3
2018-08-18
Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
26
-321
/
+1228
2018-08-17
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-84
/
+142
2018-08-15
Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
[next]