index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-27
1
-11
/
+8
*
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-09
1
-3
/
+2
|
\
|
*
um: allow disabling NO_IOMEM
Johannes Berg
2021-06-17
1
-3
/
+2
*
|
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-07-05
79
-3896
/
+1643
|
\
\
|
*
|
serial: mvebu-uart: remove unused member nb from struct mvebu_uart
Pali Rohár
2021-06-25
1
-1
/
+0
|
*
|
serial: mvebu-uart: correctly calculate minimal possible baudrate
Pali Rohár
2021-06-25
1
-3
/
+8
|
*
|
serial: mvebu-uart: do not allow changing baudrate when uartclk is not available
Pali Rohár
2021-06-25
1
-3
/
+2
|
*
|
serial: mvebu-uart: fix calculation of clock divisor
Pali Rohár
2021-06-25
1
-1
/
+1
|
*
|
serial: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2021-06-24
2
-2
/
+2
|
*
|
serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs
Vignesh Raghavendra
2021-06-24
1
-1
/
+19
|
*
|
serial: qcom_geni_serial: use DT aliases according to DT bindings
Dmitry Baryshkov
2021-06-24
1
-1
/
+3
|
*
|
Revert "tty: serial: Add UART driver for Cortina-Access platform"
Greg Kroah-Hartman
2021-06-24
3
-818
/
+0
|
*
|
tty: serial: Add UART driver for Cortina-Access platform
Jason Li
2021-06-18
3
-0
/
+818
|
*
|
mxser: introduce mxser_16550A_or_MUST helper
Jiri Slaby
2021-06-18
1
-13
/
+13
|
*
|
mxser: rename flags to old_speed in mxser_set_serial_info
Jiri Slaby
2021-06-18
1
-3
/
+3
|
*
|
mxser: use port variable in mxser_set_serial_info
Jiri Slaby
2021-06-18
1
-5
/
+5
|
*
|
mxser: access info->MCR under info->slock
Jiri Slaby
2021-06-18
1
-2
/
+2
|
*
|
mxser: fix typos around enhanced mode
Jiri Slaby
2021-06-18
1
-9
/
+9
|
*
|
mxser: decrypt FCR values
Jiri Slaby
2021-06-18
1
-2
/
+6
|
*
|
mxser: remove xmit_cnt < 0 tests
Jiri Slaby
2021-06-18
1
-4
/
+4
|
*
|
mxser: introduce and use start/stop_tx helpers
Jiri Slaby
2021-06-18
1
-43
/
+37
|
*
|
mxser: extract and dedup CTS handling
Jiri Slaby
2021-06-18
1
-54
/
+33
|
*
|
mxser: don't start TX from tty_operations::put_char
Jiri Slaby
2021-06-18
1
-11
/
+1
|
*
|
mxser: cleanup mxser_dtr_rts
Jiri Slaby
2021-06-18
1
-4
/
+5
|
*
|
mxser: cleanup mxser_rs_break
Jiri Slaby
2021-06-18
1
-4
/
+6
|
*
|
mxser: remove pointless ioaddr checks
Jiri Slaby
2021-06-18
1
-10
/
+1
|
*
|
mxser: alloc only needed # of ports
Jiri Slaby
2021-06-18
1
-2
/
+3
|
*
|
mxser: alloc struct mxser_board dynamically
Jiri Slaby
2021-06-18
1
-10
/
+11
|
*
|
mxser: make mxser_board::idx really an index
Jiri Slaby
2021-06-18
1
-6
/
+7
|
*
|
mxser: rework and simplify mxser_open
Jiri Slaby
2021-06-18
1
-7
/
+4
|
*
|
mxser: cleanup mxser_process_txrx_fifo
Jiri Slaby
2021-06-18
1
-13
/
+15
|
*
|
mxser: remove mxser_cardinfo
Jiri Slaby
2021-06-18
1
-72
/
+41
|
*
|
mxser: remove info message from probe
Jiri Slaby
2021-06-18
1
-30
/
+26
|
*
|
mxser: move request irq to probe and switch to managed
Jiri Slaby
2021-06-18
1
-21
/
+9
|
*
|
mxser: pci, switch to managed resources
Jiri Slaby
2021-06-18
1
-11
/
+3
|
*
|
mxser: inline mxser_board_remove into mxser_remove
Jiri Slaby
2021-06-18
1
-12
/
+7
|
*
|
mxser: move board init into mxser_initbrd
Jiri Slaby
2021-06-18
1
-25
/
+28
|
*
|
mxser: clean up the rest of MUST helpers
Jiri Slaby
2021-06-18
1
-85
/
+12
|
*
|
mxser: introduce mxser_must_select_bank and use it
Jiri Slaby
2021-06-18
1
-58
/
+16
|
*
|
mxser: dedup mxser_must_set_enhance_mode
Jiri Slaby
2021-06-18
1
-20
/
+22
|
*
|
mxser: simplify mxser_ioctl_op_mode
Jiri Slaby
2021-06-18
1
-17
/
+10
|
*
|
mxser: extract mxser_ioctl_op_mode
Jiri Slaby
2021-06-18
1
-38
/
+45
|
*
|
mxser: cleanup mxser_change_speed
Jiri Slaby
2021-06-18
1
-8
/
+7
|
*
|
mxser: drop mxser_port::custom_divisor
Jiri Slaby
2021-06-18
1
-5
/
+3
|
*
|
mxser: drop mxser_port::baud_base
Jiri Slaby
2021-06-18
1
-14
/
+11
|
*
|
mxser: remove unused mxser_port::stop_rx
Jiri Slaby
2021-06-18
1
-2
/
+0
|
*
|
mxser: drop unused mxser_port::normal_termios
Jiri Slaby
2021-06-18
1
-3
/
+0
|
*
|
mxser: don't allocate MXSER_PORTS + 1
Jiri Slaby
2021-06-18
1
-20
/
+3
|
*
|
mxser: remove cnt from mxser_receive_chars
Jiri Slaby
2021-06-18
1
-9
/
+7
|
*
|
mxser: remove MOXA_HighSpeedOn ioctl
Jiri Slaby
2021-06-18
1
-3
/
+0
[next]