Age | Commit message (Expand) | Author | Files | Lines |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 1 | -2/+2 |
2016-08-02 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2016-07-31 | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 3 | -3/+18 |
2016-07-28 | sparc: serial: sunhv: fix a double lock bug | Dan Carpenter | 1 | -6/+0 |
2016-07-27 | tty/hvc: Use opal irqchip interface if available | Sam Mendoza-Jonas | 1 | -1/+7 |
2016-07-27 | tty/hvc: Use IRQF_SHARED for OPAL hvc consoles | Sam Mendoza-Jonas | 3 | -2/+11 |
2016-07-27 | mm: oom: add memcg to oom_control | Vladimir Davydov | 1 | -0/+1 |
2016-07-26 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -4/+4 |
2016-07-25 | Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 45 | -845/+1158 |
2016-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -21/+9 |
2016-07-21 | tty/vt/keyboard: fix OOB access in do_compute_shiftstate() | Dmitry Torokhov | 1 | -21/+9 |
2016-07-07 | timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinned | Thomas Gleixner | 1 | -2/+2 |
2016-07-07 | timers, drivers/tty/metag_da: Initialize the poll timer as pinned | Thomas Gleixner | 1 | -2/+2 |
2016-07-06 | serial: clps711x: Changing the compatibility string to match with the smalles... | Alexander Shiyan | 1 | -1/+1 |
2016-07-04 | Merge 4.7-rc6 into tty-next | Greg Kroah-Hartman | 2 | -2/+6 |
2016-06-26 | devpts: fix null pointer dereference on failed memory allocation | Colin Ian King | 1 | -2/+5 |
2016-06-26 | tty/serial: atmel: enforce tasklet init and termination sequences | Nicolas Ferre | 1 | -23/+38 |
2016-06-26 | serial: sh-sci: Stop transfers in sci_shutdown() | Geert Uytterhoeven | 1 | -0/+4 |
2016-06-26 | serial: 8250_ingenic: drop #if conditional surrounding earlycon code | Masahiro Yamada | 2 | -3/+1 |
2016-06-26 | serial: 8250_mtk: drop !defined(MODULE) conditional | Masahiro Yamada | 1 | -1/+1 |
2016-06-26 | serial: 8250_uniphier: drop !defined(MODULE) conditional | Masahiro Yamada | 1 | -1/+1 |
2016-06-26 | tty/serial/8250: use mctrl_gpio helpers | Yegor Yefremov | 5 | -15/+68 |
2016-06-26 | serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios struct | Yegor Yefremov | 1 | -0/+18 |
2016-06-26 | serial: mctrl_gpio: add modem control read routine | Yegor Yefremov | 2 | -1/+32 |
2016-06-26 | tty/serial/8250: make UART_MCR register access consistent | Yegor Yefremov | 3 | -26/+35 |
2016-06-26 | serial: 8250_mid: Read RX buffer on RX DMA timeout for DNV | Chuah, Kim Tatt | 1 | -2/+4 |
2016-06-26 | serial: 8250_dma: Export serial8250_rx_dma_flush() | Chuah, Kim Tatt | 1 | -0/+1 |
2016-06-26 | dmaengine: hsu: Export hsu_dma_get_status() | Chuah, Kim Tatt | 1 | -5/+17 |
2016-06-26 | tty: serial: 8250: add CON_CONSDEV to flags | Matthew Leach | 1 | -1/+1 |
2016-06-26 | tty: serial: samsung: add byte-order aware bit functions | Matthew Leach | 2 | -9/+35 |
2016-06-26 | tty: serial: samsung: fixup accessors for endian | Matthew Leach | 1 | -4/+4 |
2016-06-26 | serial: sirf: make fifo functions static | Ben Dooks | 1 | -2/+2 |
2016-06-26 | serial: mps2-uart: make driver explicitly non-modular | Vladimir Murzin | 1 | -25/+4 |
2016-06-26 | serial: mvebu-uart: free the IRQ in ->shutdown() | Thomas Petazzoni | 1 | -0/+2 |
2016-06-26 | serial/bcm63xx_uart: use correct alias naming | Jonas Gorski | 1 | -2/+6 |
2016-06-26 | serial: m32r_sio: make it explicitly non-modular | Paul Gortmaker | 1 | -17/+1 |
2016-06-26 | serial: vt8500_serial: make it explicitly non-modular | Paul Gortmaker | 1 | -28/+2 |
2016-06-26 | serial: pxa: make it explicitly non-modular | Paul Gortmaker | 1 | -28/+2 |
2016-06-25 | serial: 8250_uniphier: add COMPILE_TEST option | Masahiro Yamada | 1 | -1/+2 |
2016-06-25 | serial: max310x: Assign port line automatically | Alexander Shiyan | 1 | -9/+32 |
2016-06-25 | serial: max310x: Unregister UARTs on error | Alexander Shiyan | 1 | -0/+3 |
2016-06-25 | serial: max310x: Remove duplicate bits definition | Alexander Shiyan | 1 | -9/+4 |
2016-06-25 | serial: max310x: Register UART driver at module_init | Alexander Shiyan | 1 | -31/+48 |
2016-06-25 | serial: max310x: Using resource-managed function for GPIO | Alexander Shiyan | 1 | -12/+5 |
2016-06-25 | serial: max310x: Fix RS485 handling | Alexander Shiyan | 1 | -14/+27 |
2016-06-25 | 8250_pci: Adds support for the WCH CH355 4S card | Alexandr Petrenko | 1 | -0/+24 |
2016-06-25 | serial: samsung: Fix possible out of bounds access on non-DT platform | Krzysztof Kozlowski | 1 | -2/+2 |
2016-06-25 | serial: samsung: Fix ERR pointer dereference on deferred probe | Krzysztof Kozlowski | 1 | -5/+13 |
2016-06-25 | serial: 8250_fintek: fix the mismatched IRQ mode | Ji-Ze Hong (Peter Hong) | 1 | -1/+35 |
2016-06-25 | serial: pic32_uart: Fix double free of 'sport->irq_fault_name'. | Purna Chandra Mandal | 1 | -1/+0 |