| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2017-02-23 | 11 | -255/+347 |
|\ |
|
| * | printk: drop call_console_drivers() unused param | Sergey Senozhatsky | 2017-02-08 | 1 | -8/+4 |
| * | printk: convert the rest to printk-safe | Sergey Senozhatsky | 2017-02-08 | 1 | -38/+65 |
| * | printk: remove zap_locks() function | Sergey Senozhatsky | 2017-02-08 | 1 | -61/+0 |
| * | printk: use printk_safe buffers in printk | Sergey Senozhatsky | 2017-02-08 | 1 | -15/+32 |
| * | printk: report lost messages in printk safe/nmi contexts | Sergey Senozhatsky | 2017-02-08 | 3 | -37/+28 |
| * | printk: always use deferred printk when flush printk_safe lines | Sergey Senozhatsky | 2017-02-08 | 1 | -8/+6 |
| * | printk: introduce per-cpu safe_print seq buffer | Sergey Senozhatsky | 2017-02-08 | 5 | -58/+172 |
| * | printk: rename nmi.c and exported api | Sergey Senozhatsky | 2017-02-08 | 8 | -51/+53 |
| * | printk: use vprintk_func in vprintk() | Sergey Senozhatsky | 2017-02-08 | 1 | -1/+1 |
| * | MAINTAINERS: Add printk maintainers | Petr Mladek | 2017-02-08 | 1 | -0/+8 |
* | | Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-23 | 3 | -17/+20 |
|\ \ |
|
| * | | MAINTAINERS: add tree for modules | Jessica Yu | 2017-02-21 | 1 | -0/+1 |
| * | | module: fix memory leak on early load_module() failures | Luis R. Rodriguez | 2017-02-21 | 1 | -0/+1 |
| * | | module: Optimize search_module_extables() | Peter Zijlstra | 2017-02-11 | 1 | -13/+14 |
| * | | modules: mark __inittest/__exittest as __maybe_unused | Arnd Bergmann | 2017-02-07 | 1 | -2/+2 |
| * | | livepatch/module: print notice of TAINT_LIVEPATCH | Joe Lawrence | 2017-01-31 | 1 | -0/+2 |
| * | | module: Drop redundant declaration of struct module | Jean Delvare | 2017-01-03 | 1 | -2/+0 |
| |/ |
|
* | | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-02-22 | 116 | -1640/+3057 |
|\ \ |
|
| * | | tty: pl011: Work around QDF2400 E44 stuck BUSY bit | Christopher Covington | 2017-02-15 | 2 | -7/+82 |
| * | | atmel_serial: Use the fractional divider when possible | Romain Izard | 2017-02-14 | 1 | -3/+4 |
| * | | tty: Remove extra include in HVC console tty framework | Sergio Valverde | 2017-02-10 | 1 | -1/+0 |
| * | | serial: exar: Enable MSI support | Jan Kiszka | 2017-02-10 | 1 | -1/+7 |
| * | | serial: exar: Move register defines from uapi header to consumer site | Jan Kiszka | 2017-02-10 | 3 | -18/+19 |
| * | | serial: pci: Remove unused pci_boards entries | Jan Kiszka | 2017-02-10 | 1 | -22/+0 |
| * | | serial: exar: Move Commtech adapters to 8250_exar as well | Jan Kiszka | 2017-02-10 | 2 | -143/+79 |
| * | | serial: exar: Fix feature control register constants | Jan Kiszka | 2017-02-10 | 1 | -2/+2 |
| * | | serial: exar: Fix initialization of EXAR registers for ports > 0 | Jan Kiszka | 2017-02-10 | 1 | -13/+9 |
| * | | serial: exar: Fix mapping of port I/O resources | Jan Kiszka | 2017-02-10 | 1 | -0/+3 |
| * | | serial: sh-sci: fix hardware RX trigger level setting | Ulrich Hecht | 2017-02-10 | 1 | -2/+9 |
| * | | tty/serial: atmel: ensure state is restored after suspending | Alexandre Belloni | 2017-02-10 | 1 | -0/+44 |
| * | | serial: 8250_dw: Avoid "too much work" from bogus rx timeout interrupt | Douglas Anderson | 2017-02-10 | 1 | -0/+23 |
| * | | serdev: ttyport: check whether tty_init_dev() fails | Dan Carpenter | 2017-02-09 | 1 | -0/+2 |
| * | | serial: 8250_pci: make pciserial_detach_ports() static | Wei Yongjun | 2017-02-09 | 1 | -1/+1 |
| * | | ARM: dts: STiH410-b2260: Enable HW flow-control | Lee Jones | 2017-02-06 | 1 | -0/+1 |
| * | | ARM: dts: STiH407-family: Use new Pinctrl groups | Lee Jones | 2017-02-06 | 2 | -3/+5 |
| * | | ARM: dts: STiH407-pinctrl: Add Pinctrl group for HW flow-control | Lee Jones | 2017-02-06 | 1 | -2/+10 |
| * | | ARM: dts: STiH410-b2260: Identify the UART RTS line | Lee Jones | 2017-02-06 | 1 | -0/+1 |
| * | | dt-bindings: serial: Update 'uart-has-rtscts' description | Lee Jones | 2017-02-06 | 1 | -1/+2 |
| * | | serial: st-asc: Use generic DT binding for announcing RTS/CTS lines | Lee Jones | 2017-02-06 | 1 | -1/+1 |
| * | | serial: st-asc: (De)Register GPIOD and swap Pinctrl profiles | Lee Jones | 2017-02-06 | 1 | -1/+26 |
| * | | serial: st-asc: Read in all Pinctrl states | Lee Jones | 2017-02-06 | 1 | -0/+29 |
| * | | serial: st-asc: Provide RTS functionality | Lee Jones | 2017-02-06 | 1 | -4/+23 |
| * | | serial: st-asc: Ignore the parity error bit if 8-bit mode is enabled | Lee Jones | 2017-02-06 | 1 | -3/+13 |
| * | | serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards | Ian Abbott | 2017-02-06 | 1 | -0/+13 |
| * | | serial: sh-sci: make RX FIFO parameters tunable via sysfs | Ulrich Hecht | 2017-02-06 | 1 | -0/+87 |
| * | | serial: sh-sci: SCIFA/B RX FIFO software timeout | Ulrich Hecht | 2017-02-06 | 1 | -33/+68 |
| * | | serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF | Ulrich Hecht | 2017-02-06 | 1 | -1/+28 |
| * | | tty_port: register tty ports with serdev bus | Rob Herring | 2017-02-03 | 1 | -0/+12 |
| * | | serdev: add a tty port controller driver | Rob Herring | 2017-02-03 | 4 | -0/+255 |