Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
747bd2a36c9c9a0edd5f393664d962205b31f404
/
drivers
/
tty
b23b0ea
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
c10b133
tty: serial: Add RDA8810PL UART driver
by Manivannan Sadhasivam
· 6 years ago
117eda8
Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
047ce6d
Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 6 years ago
598134f
Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"
by Greg Kroah-Hartman
· 6 years ago
6cafab5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 6 years ago
d430aff
serial/sunsu: fix refcount leak
by Yangtao Li
· 6 years ago
efa0f49
serial: sccnxp: Allow to use non-standard baud rates
by Alexander Shiyan
· 6 years ago
4ce193f
serial: sccnxp: Adds a delay between sequential read/write cycles
by Alexander Shiyan
· 6 years ago
663abb1
tty: serial: qcom_geni_serial: Fix UART hang
by Ryan Case
· 6 years ago
3c66eb4
tty: serial: qcom_geni_serial: Fix wrap around of TX buffer
by Matthias Kaehlcke
· 6 years ago
a8da3c7
serial: max310x: Fix tx_empty() callback
by Alexander Shiyan
· 6 years ago
2606831
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
by Nava kishore Manne
· 6 years ago
32cf21a
serial: uartps: Fix error path when alloc failed
by Michal Simek
· 6 years ago
82b1b2e
serial: uartps: Check if the device is a console
by Shubhrajyoti Datta
· 6 years ago
86df8dd
serial: uartps: Add the device_init_wakeup
by Shubhrajyoti Datta
· 6 years ago
3c9dc27
Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"
by Paul Burton
· 6 years ago
ec18f48
tty: serial: samsung: Increase maximum baudrate
by Seung-Woo Kim
· 6 years ago
31e9336
tty: serial: samsung: Properly set flags in autoCTS mode
by Beomho Seo
· 6 years ago
778ec49
tty: Use of_node_name_{eq,prefix} for node name comparisons
by Rob Herring
· 6 years ago
d724021
tty/serial: do not free trasnmit buffer page under port lock
by Sergey Senozhatsky
· 6 years ago
6d7f677
serial: 8250: Rate limit serial port rx interrupts during input overruns
by Darwin Dingel
· 6 years ago
64a4280
tty: serial: qcom_geni_serial: Remove interrupt storm
by Ryan Case
· 6 years ago
71ab1c0
serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure
by Geert Uytterhoeven
· 6 years ago
2e94821
serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback
by Geert Uytterhoeven
· 6 years ago
dd1f225
serial: sh-sci: Fix locking in sci_submit_rx()
by Geert Uytterhoeven
· 6 years ago
9c96f40
Merge 4.20-rc6 into tty-next
by Greg Kroah-Hartman
· 6 years ago
822b768
Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
50a5528a
Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
dada6a4
kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()
by Macpaul Lin
· 6 years ago
82ca0d54
Revert "tty: xilinx_uartps: Correct return value in probe"
by Greg Kroah-Hartman
· 6 years ago
2f588ce
tty/ldsem: Decrement wait_readers on timeouted down_read()
by Dmitry Safonov
· 6 years ago
110b892
tty/ldsem: Add lockdep asserts for ldisc_sem
by Dmitry Safonov
· 6 years ago
c18ad0c
tty/ldsem: Convert to regular lockdep annotations
by Peter Zijlstra
· 6 years ago
cf62a1a
tty: Simplify tty->count math in tty_reopen()
by Dmitry Safonov
· 6 years ago
c96cf92
tty: Don't block on IO when ldisc change is pending
by Dmitry Safonov
· 6 years ago
83d817f
tty: Hold tty_ldisc_lock() during tty_reopen()
by Dmitry Safonov
· 6 years ago
231f8fd
tty/ldsem: Wake up readers after timed out down_write()
by Dmitry Safonov
· 6 years ago
8fefbc6
tty/sysrq: Do not call sync directly from sysrq_do_reset()
by Mark Tomlinson
· 6 years ago
100bc3e
tty: serial: 8250_mtk: always resume the device in probe.
by Peter Shih
· 6 years ago
f51ccf4
USB: serial: console: fix reported terminal settings
by Johan Hovold
· 6 years ago
85b5c1d
serial: 8250-mtk: add uart DMA support
by Long Cheng
· 6 years ago
eca42d4
tty: xilinx_uartps: Correct return value in probe
by Rajan Vaja
· 6 years ago
a1fee89
tty: serial: qcom_geni_serial: Fix softlock
by Ryan Case
· 6 years ago
d02337d
Revert "serial/sunsu: add missing of_node_put()"
by Greg Kroah-Hartman
· 6 years ago
dac097c
drivers/tty: add missing of_node_put()
by Yangtao Li
· 6 years ago
2d13969
serdev: document the write functions using kernel-doc
by Johan Hovold
· 6 years ago
70d1880
serdev: make synchronous write helper interruptible
by Johan Hovold
· 6 years ago
0bbf0a8
serdev: make synchronous write return bytes written
by Johan Hovold
· 6 years ago
22d66c8
serdev: use zero to indicate infinite write timeout
by Johan Hovold
· 6 years ago
8341f2f
sysrq: Use panic() to force a crash
by Matthias Kaehlcke
· 6 years ago
279070b
tty/sysrq: add of_node_put()
by Yangtao Li
· 6 years ago
2a48602
tty: do not set TTY_IO_ERROR flag if console port
by Chanho Park
· 6 years ago
63fd4b9
serial: imx: fix error handling in console_setup
by Stefan Agner
· 6 years ago
35d7a58
serial: mvebu-uart: initialize over sampling stack register
by Miquel Raynal
· 6 years ago
0e4cf69
serial: mvebu-uart: clarify the baud rate derivation
by Miquel Raynal
· 6 years ago
20d8e86
serial/sunsu: add missing of_node_put()
by Yangtao Li
· 6 years ago
3c81ba9
drivers/tty: add missing of_node_put()
by Yangtao Li
· 6 years ago
ee0a29b
serial-uartlite: fix null pointer dereference on pointer port
by Colin Ian King
· 6 years ago
2a1fe21
audit: use current whenever possible
by Paul Moore
· 6 years ago
c17a1ca
Merge 4.20-rc2 into tty-next
by Greg Kroah-Hartman
· 6 years ago
e255aee
Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
641a41d
serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
by Yoshihiro Shimoda
· 6 years ago
596f63d
serial: 8250: Process sysrq at port unlock time
by Douglas Anderson
· 6 years ago
336447b
serial: qcom_geni_serial: Process sysrq at port unlock time
by Douglas Anderson
· 6 years ago
babeca8
serial: qcom_geni_serial: Finish supporting sysrq
by Douglas Anderson
· 6 years ago
6d11023
serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250
by Florian Fainelli
· 6 years ago
6460979
serial: set suppress_bind_attrs flag only if builtin
by Anders Roxell
· 6 years ago
114c97c
pch_uart: remove set but not used variable 'tx_empty'
by zhong jiang
· 6 years ago
7034ef8
tty: serial: qcom_geni_serial: simplify getting .driver_data
by Wolfram Sang
· 6 years ago
b1f84dd
tty: serial: qcom_geni_serial: Rectify UART suspend mechanism
by Mukesh Kumar Savaliya
· 6 years ago
9f641df
tty: serial: qcom_geni_serial: Don't slow all ports just for kgdb
by Douglas Anderson
· 6 years ago
3957386
serial: tegra: fix some spelling mistakes
by Marcel Ziswiler
· 6 years ago
397bd92
serial: fsl_lpuart: clear parity enable bit when disable parity
by Andy Duan
· 6 years ago
61e169e
serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE
by Andy Duan
· 6 years ago
b312f6f
serial-uartlite: Fix the unbind path
by Shubhrajyoti Datta
· 6 years ago
0379b11
serial-uartlite: Add runtime support
by Shubhrajyoti Datta
· 6 years ago
3b209d2
serial-uartlite: Do not use static struct uart_driver out of probe()
by Shubhrajyoti Datta
· 6 years ago
62104b2
serial-uartlite: Add get serial id if not provided
by Shubhrajyoti Datta
· 6 years ago
f33cf77
serial-uartlite: Move the uart register
by Shubhrajyoti Datta
· 6 years ago
40efa6c
serial: lantiq: Change init_lqasc to static declaration
by Songjun Wu
· 6 years ago
3c8c2a9
serial: lantiq: Replace lantiq_soc.h with lantiq.h
by Songjun Wu
· 6 years ago
a77bbe5
serial: lantiq: Reorder the head files
by Songjun Wu
· 6 years ago
dbbc26d
serial: lantiq: Add CCF support
by Songjun Wu
· 6 years ago
5034ce0
serial: lantiq: Replace clk_enable/clk_disable with clk generic API
by Songjun Wu
· 6 years ago
2e81c1f
serial: lantiq: Rename fpiclk to freqclk
by Songjun Wu
· 6 years ago
89b8bd2
serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32
by Songjun Wu
· 6 years ago
fccf231
serial: lantiq: Change ltq_w32_mask to asc_update_bits
by Songjun Wu
· 6 years ago
b871424
serial: lantiq: Get serial id from dts
by Songjun Wu
· 6 years ago
ed8c8e1
serial: sh-sci: Improve type-safety calling sci_receive_chars()
by Geert Uytterhoeven
· 6 years ago
991a251
termios, tty/tty_baudrate.c: fix buffer overrun
by H. Peter Anvin
· 6 years ago
943210b
vt: fix broken display when running aptitude
by Mikulas Patocka
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
5bd4af3
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
53b3b6b
Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
3ea172c
Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 6 years ago
44adbac
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
114b5f8
Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
Next »