index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-10-07
dt-bindings: serial: fix regex pattern for matching serial node children
Krzysztof Kozlowski
-1
/
+1
2023-10-07
tty: vc_screen: make vc_class constant
Greg Kroah-Hartman
-14
/
+14
2023-10-07
tty: vt: make vtconsole_class constant
Greg Kroah-Hartman
-10
/
+9
2023-10-05
tty: Restrict access to TIOCLINUX' copy-and-paste subcommands
Hanno Böck
-0
/
+6
2023-10-05
serial: core: Simplify uart_get_rs485_mode()
Andy Shevchenko
-18
/
+12
2023-10-05
serial: 8250_omap: Drop pm_runtime_irq_safe()
Tony Lindgren
-8
/
+21
2023-10-05
serial: 8250: Check for valid console index
Tony Lindgren
-1
/
+1
2023-10-03
dt-bindings: sc16is7xx: convert to YAML
Hugo Villeneuve
-118
/
+127
2023-10-03
serial: sc16is7xx: use device_property APIs when configuring irda mode
Hugo Villeneuve
-10
/
+24
2023-10-03
serial: amba-pl011: Do not complain when DMA is absent
Fabio Estevam
-1
/
+1
2023-10-03
serial: imx: Put DMA enabled UART in separate lock subclass
Sascha Hauer
-1
/
+3
2023-10-03
serial: core: add comment about definitely used port types
Wolfram Sang
-0
/
+2
2023-10-03
serial: core: remove cruft from uapi header
Wolfram Sang
-16
/
+0
2023-10-03
serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_by
Kees Cook
-1
/
+1
2023-10-03
serial: exar: Add RS-485 support for Sealevel XR17V35X based cards
Matthew Howell
-0
/
+44
2023-10-03
serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"
Matthew Howell
-14
/
+0
2023-10-03
vt: Replace strlcpy with strscpy
Azeem Shaikh
-2
/
+5
2023-10-03
serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
Randy Dunlap
-1
/
+1
2023-10-03
mxser: Annotate struct mxser_board with __counted_by
Kees Cook
-1
/
+1
2023-10-03
dt-bindings: serial: imx: Document wakeup-source property
Marek Vasut
-0
/
+2
2023-10-03
dt-bindings: serial: mxs: Fix compatible list
Fabio Estevam
-5
/
+8
2023-10-03
serial: 8250_dw: Use devm_clk_get_optional_enabled()
Andy Shevchenko
-24
/
+3
2023-10-03
serial: 8250_of: Use devm_clk_get_enabled()
Andy Shevchenko
-16
/
+8
2023-10-03
serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()
Andy Shevchenko
-12
/
+5
2023-10-03
tty: use 'if' in send_break() instead of 'goto'
Jiri Slaby (SUSE)
-5
/
+4
2023-10-03
tty: don't check for signal_pending() in send_break()
Jiri Slaby (SUSE)
-2
/
+1
2023-10-03
tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
Jiri Slaby (SUSE)
-15
/
+17
2023-10-03
tty: convert THROTTLE constants into enum
Jiri Slaby (SUSE)
-5
/
+10
2023-10-03
tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()
Jiri Slaby (SUSE)
-3
/
+2
2023-10-03
tty: stop using ndash in kernel-doc
Jiri Slaby (SUSE)
-12
/
+12
2023-10-03
tty: fix kernel-doc for functions in tty.h
Jiri Slaby (SUSE)
-12
/
+12
2023-10-03
tty: fix up and plug in tty_ioctl kernel-doc
Jiri Slaby (SUSE)
-111
/
+115
2023-10-03
tty: invert return values of tty_{,un}throttle_safe()
Jiri Slaby (SUSE)
-8
/
+8
2023-10-03
tty: switch tty_{,un}throttle_safe() to return a bool
Jiri Slaby (SUSE)
-12
/
+10
2023-10-03
tty: n_tty: use do-while in n_tty_check_{,un}throttle()
Jiri Slaby (SUSE)
-12
/
+7
2023-10-03
tty: n_tty: invert the condition in copy_from_read_buf()
Jiri Slaby (SUSE)
-18
/
+20
2023-10-03
tty: n_tty: use min3() in copy_from_read_buf()
Jiri Slaby (SUSE)
-2
/
+1
2023-10-03
tty: n_tty: rename and retype 'retval' in n_tty_ioctl()
Jiri Slaby (SUSE)
-4
/
+4
2023-10-03
tty: n_tty: use 'retval' instead of 'c'
Jiri Slaby (SUSE)
-5
/
+4
2023-10-03
serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()
Andy Shevchenko
-10
/
+7
2023-10-02
Merge 6.6-rc4 into tty-next
Greg Kroah-Hartman
-3858
/
+6268
2023-10-01
Linux 6.6-rc4
v6.6-rc4
Linus Torvalds
-1
/
+1
2023-10-01
Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-15
/
+41
2023-10-01
Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...
Linus Torvalds
-169
/
+455
2023-10-01
Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-212
/
+102
2023-10-01
Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-4
/
+5
2023-10-01
Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-7
/
+26
2023-10-01
Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+5
2023-10-01
Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+1
2023-10-01
Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-7
/
+17
[next]