Age | Commit message (Expand) | Author | Files | Lines |
2021-07-21 | serial: 8250: fix handle_irq locking | Johan Hovold | 1 | -0/+24 |
2021-05-20 | tty/serial: clean up uart_match_port | Jiri Slaby | 1 | -1/+2 |
2021-05-13 | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 1 | -1/+1 |
2021-04-22 | serial: do not restore interrupt state in sysrq helper | Johan Hovold | 1 | -5/+5 |
2020-12-07 | earlycon: drop semicolon from earlycon macro | Johan Hovold | 1 | -1/+1 |
2020-12-04 | earlycon: simplify earlycon-table implementation | Johan Hovold | 1 | -13/+7 |
2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |
2020-09-16 | serial: core: fix console port-lock regression | Johan Hovold | 1 | -0/+1 |
2020-07-20 | Merge 5.8-rc6 into tty-next | Greg Kroah-Hartman | 1 | -4/+98 |
2020-06-27 | serial: core: drop redundant sysrq checks | Johan Hovold | 1 | -2/+2 |
2020-06-27 | serial: core: fix sysrq overhead regression | Johan Hovold | 1 | -5/+98 |
2020-06-27 | Revert "serial: core: Refactor uart_unlock_and_check_sysrq()" | Johan Hovold | 1 | -1/+2 |
2020-06-27 | serial: core: drop unnecessary gpio include | Johan Hovold | 1 | -1/+1 |
2020-05-29 | serial: 8250: Support rs485 bus termination GPIO | Lukas Wunner | 1 | -0/+2 |
2020-05-15 | serial: Allow uart_get_rs485_mode() to return errno | Lukas Wunner | 1 | -1/+1 |
2020-03-12 | serial: core: Refactor uart_unlock_and_check_sysrq() | Andy Shevchenko | 1 | -2/+1 |
2020-03-07 | serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE | Dmitry Safonov | 1 | -0/+1 |
2020-01-15 | serial_core: Remove unused member in uart_port | Dmitry Safonov | 1 | -1/+0 |
2020-01-10 | serial_core: Move sysrq functions from header file | Dmitry Safonov | 1 | -79/+5 |
2019-12-18 | serial_core: Remove SUPPORT_SYSRQ ifdeffery | Dmitry Safonov | 1 | -10/+4 |
2019-12-17 | serial_core: Un-ifdef sysrq SUPPORT_SYSRQ | Dmitry Safonov | 1 | -34/+43 |
2019-12-17 | serial: Move sysrq members above | Dmitry Safonov | 1 | -5/+6 |
2019-07-15 | docs: serial: move it to the driver-api | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2019-04-25 | docs: serial: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-11-09 | serial: core: Include console.h from serial_core.h | Douglas Anderson | 1 | -0/+1 |
2018-11-09 | serial: core: Allow processing sysrq at port unlock time | Douglas Anderson | 1 | -1/+36 |
2018-10-04 | Revert "serial:serial_core: Allow use of CTS for PPS line discipline" | Greg Kroah-Hartman | 1 | -2/+1 |
2018-10-02 | tty/serial_core: add ISO7816 infrastructure | Nicolas Ferre | 1 | -0/+3 |
2018-10-02 | serial:serial_core: Allow use of CTS for PPS line discipline | Steve Sakoman | 1 | -1/+2 |
2018-07-12 | serial: 8250: introduce get_divisor() and set_divisor() hook | Jisheng Zhang | 1 | -0/+7 |
2018-04-30 | Merge 4.17-rc3 into tty-next | Greg Kroah-Hartman | 1 | -7/+14 |
2018-04-23 | serial: core: Make sure compiler barfs for 16-byte earlycon names | Douglas Anderson | 1 | -1/+2 |
2018-04-23 | serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs | Jeremy Kerr | 1 | -0/+1 |
2018-04-23 | earlycon: Use a pointer table to fix __earlycon_table stride | Daniel Kurtz | 1 | -7/+14 |
2018-03-15 | powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unused | Mathieu Malaterre | 1 | -1/+1 |
2018-02-09 | Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2018-02-07 | ACPI: SPCR: Make SPCR available to x86 | Prarit Bhargava | 1 | -2/+2 |
2018-01-09 | serial: core: Make uart_parse_options take const char* argument | Paul Cercueil | 1 | -1/+1 |
2017-11-28 | serial: Make retrieval of rs485 properties platform-agnostic | Lukas Wunner | 1 | -5/+1 |
2017-09-18 | serial: Add common rs485 device tree parsing function | Uwe Kleine-König | 1 | -0/+5 |
2017-08-28 | serial: core: remove unneeded irq_wake flag | Andy Shevchenko | 1 | -1/+0 |
2017-07-30 | serial: core: move UPF_NO_TXEN_TEST to quirks and rename | Andy Shevchenko | 1 | -4/+5 |
2017-05-18 | serial: 8250: Add flag so drivers can avoid THRE probe | Joel Stanley | 1 | -0/+1 |
2017-04-08 | serial: core: constify struct uart_port {name} field | Andy Shevchenko | 1 | -1/+1 |
2017-03-31 | tty: serial_core: Add name field to uart_port struct | Vignesh R | 1 | -0/+1 |
2017-01-12 | serial: do not accept sysrq characters via serial port | Felix Fietkau | 1 | -1/+1 |
2016-12-16 | linux: drop __bitwise__ everywhere | Michael S. Tsirkin | 1 | -2/+2 |
2016-11-16 | serial: 8250: Expose set_ldisc function | Ed Blake | 1 | -0/+2 |
2016-09-28 | ACPI: parse SPCR and enable matching console | Aleksey Makarov | 1 | -1/+8 |