index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
xattr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-26
tty: combine tty_ldisc_ops docs into kernel-doc
Jiri Slaby
2
-117
/
+45
2021-11-26
tty: combine tty_operations triple docs into kernel-doc
Jiri Slaby
2
-141
/
+29
2021-11-26
tty: add kernel-doc for tty_ldisc_ops
Jiri Slaby
1
-129
/
+130
2021-11-26
tty: add kernel-doc for tty_port_operations
Jiri Slaby
1
-10
/
+17
2021-11-26
tty: add kernel-doc for tty_operations
Jiri Slaby
1
-157
/
+241
2021-11-26
tty: add kernel-doc for tty_driver
Jiri Slaby
1
-12
/
+50
2021-11-26
tty: add kernel-doc for tty_port
Jiri Slaby
1
-34
/
+70
2021-11-26
tty: finish kernel-doc of tty_struct members
Jiri Slaby
1
-15
/
+64
2021-11-26
tty: serial: atmel: Call dma_async_issue_pending()
Tudor Ambarus
1
-0
/
+4
2021-11-26
tty: serial: atmel: Check return code of dmaengine_submit()
Tudor Ambarus
1
-0
/
+10
2021-11-25
tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
Fugang Duan
1
-2
/
+5
2021-11-25
tty: serial: imx: clear the RTSD status before enable the RTSD irq
Fugang Duan
1
-2
/
+4
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
14
-40
/
+33
2021-11-25
tty: drop tty_schedule_flip()
Jiri Slaby
2
-23
/
+8
2021-11-25
tty: the rest, stop using tty_schedule_flip()
Jiri Slaby
3
-5
/
+5
2021-11-25
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
5
-8
/
+8
2021-11-25
serial: 8250_dw: Add StarFive JH7100 quirk
Emil Renner Berthing
1
-0
/
+3
2021-11-25
mxser: use PCI_DEVICE_DATA
Jiri Slaby
1
-26
/
+26
2021-11-25
mxser: move ids from pci_ids.h here
Jiri Slaby
2
-19
/
+19
2021-11-25
mxser: add MOXA prefix to some PCI device IDs
Jiri Slaby
1
-16
/
+16
2021-11-25
mxser: increase buf_overrun if tty_insert_flip_char() fails
Jiri Slaby
1
-2
/
+5
2021-11-25
mxser: remove tty parameter from mxser_receive_chars_new()
Jiri Slaby
1
-3
/
+2
2021-11-25
mxser: don't throttle manually
Jiri Slaby
1
-30
/
+6
2021-11-25
mxser: clean up timeout handling in mxser_wait_until_sent()
Jiri Slaby
1
-3
/
+4
2021-11-25
mxser: use msleep_interruptible() in mxser_wait_until_sent()
Jiri Slaby
1
-2
/
+4
2021-11-25
mxser: extract TX empty check from mxser_wait_until_sent()
Jiri Slaby
1
-7
/
+13
2021-11-25
mxser: use tty_port_close() in mxser_close()
Jiri Slaby
1
-21
/
+1
2021-11-25
mxser: don't flush buffer from mxser_close() directly
Jiri Slaby
1
-1
/
+0
2021-11-25
mxser: call stop_rx from mxser_shutdown_port()
Jiri Slaby
1
-15
/
+16
2021-11-25
mxser: remove tty->driver_data NULL check
Jiri Slaby
1
-2
/
+0
2021-11-25
mxser: remove pointless xmit_buf checks
Jiri Slaby
1
-11
/
+2
2021-11-25
mxser: clean up tx handling in mxser_transmit_chars()
Jiri Slaby
1
-5
/
+3
2021-11-25
mxser: move MSR read to mxser_check_modem_status()
Jiri Slaby
1
-21
/
+25
2021-11-25
mxser: keep only !tty test in ISR
Jiri Slaby
1
-4
/
+1
2021-11-25
mxser: rename mxser_close_port() to mxser_stop_rx()
Jiri Slaby
1
-10
/
+7
2021-11-25
mxser: remove wait for sent from mxser_close_port
Jiri Slaby
1
-12
/
+0
2021-11-25
serial: sh-sci: Add support to deassert/assert reset line
Lad Prabhakar
1
-7
/
+32
2021-11-25
dt-bindings: serial: renesas,sci: Document RZ/G2L SoC
Lad Prabhakar
1
-6
/
+40
2021-11-25
dt-bindings: serial: renesas,scif: Make resets as a required property
Lad Prabhakar
1
-0
/
+1
2021-11-25
tty: serial, join uport checks in uart_port_shutdown()
Jiri Slaby
1
-8
/
+4
2021-11-25
tty: clean up whitespace in __do_SAK()
Jiri Slaby
1
-3
/
+5
2021-11-25
tty: remove tty NULL check from __do_SAK()
Jiri Slaby
1
-3
/
+0
2021-11-25
tty: remove TTY_SOFT_SAK part from __do_SAK()
Jiri Slaby
1
-4
/
+0
2021-11-25
n_gsm: remove unused parameters from gsm_error()
Jiri Slaby
1
-5
/
+2
2021-11-25
arm: remove zte zx platform left-over
Lukas Bulwahn
3
-50
/
+0
2021-11-25
dt-bindings: serial: fsl-lpuart: Add imx8ulp compatible string
Jacky Bai
1
-1
/
+3
2021-11-25
serial: 8250: replace snprintf in show functions with sysfs_emit
Jing Yao
1
-1
/
+1
2021-11-21
Linux 5.16-rc2
v5.16-rc2
Linus Torvalds
1
-1
/
+1
2021-11-21
pstore/blk: Use "%lu" to format unsigned long
Geert Uytterhoeven
1
-1
/
+1
2021-11-20
proc/vmcore: fix clearing user buffer by properly using clear_user()
David Hildenbrand
1
-8
/
+12
[next]