summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-2311-255/+347
|\
| * printk: drop call_console_drivers() unused paramSergey Senozhatsky2017-02-081-8/+4
| * printk: convert the rest to printk-safeSergey Senozhatsky2017-02-081-38/+65
| * printk: remove zap_locks() functionSergey Senozhatsky2017-02-081-61/+0
| * printk: use printk_safe buffers in printkSergey Senozhatsky2017-02-081-15/+32
| * printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky2017-02-083-37/+28
| * printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky2017-02-081-8/+6
| * printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky2017-02-085-58/+172
| * printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-088-51/+53
| * printk: use vprintk_func in vprintk()Sergey Senozhatsky2017-02-081-1/+1
| * MAINTAINERS: Add printk maintainersPetr Mladek2017-02-081-0/+8
* | Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-233-17/+20
|\ \
| * | MAINTAINERS: add tree for modulesJessica Yu2017-02-211-0/+1
| * | module: fix memory leak on early load_module() failuresLuis R. Rodriguez2017-02-211-0/+1
| * | module: Optimize search_module_extables()Peter Zijlstra2017-02-111-13/+14
| * | modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann2017-02-071-2/+2
| * | livepatch/module: print notice of TAINT_LIVEPATCHJoe Lawrence2017-01-311-0/+2
| * | module: Drop redundant declaration of struct moduleJean Delvare2017-01-031-2/+0
| |/
* | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-22116-1640/+3057
|\ \
| * | tty: pl011: Work around QDF2400 E44 stuck BUSY bitChristopher Covington2017-02-152-7/+82
| * | atmel_serial: Use the fractional divider when possibleRomain Izard2017-02-141-3/+4
| * | tty: Remove extra include in HVC console tty frameworkSergio Valverde2017-02-101-1/+0
| * | serial: exar: Enable MSI supportJan Kiszka2017-02-101-1/+7
| * | serial: exar: Move register defines from uapi header to consumer siteJan Kiszka2017-02-103-18/+19
| * | serial: pci: Remove unused pci_boards entriesJan Kiszka2017-02-101-22/+0
| * | serial: exar: Move Commtech adapters to 8250_exar as wellJan Kiszka2017-02-102-143/+79
| * | serial: exar: Fix feature control register constantsJan Kiszka2017-02-101-2/+2
| * | serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka2017-02-101-13/+9
| * | serial: exar: Fix mapping of port I/O resourcesJan Kiszka2017-02-101-0/+3
| * | serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht2017-02-101-2/+9
| * | tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni2017-02-101-0/+44
| * | serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson2017-02-101-0/+23
| * | serdev: ttyport: check whether tty_init_dev() failsDan Carpenter2017-02-091-0/+2
| * | serial: 8250_pci: make pciserial_detach_ports() staticWei Yongjun2017-02-091-1/+1
| * | ARM: dts: STiH410-b2260: Enable HW flow-controlLee Jones2017-02-061-0/+1
| * | ARM: dts: STiH407-family: Use new Pinctrl groupsLee Jones2017-02-062-3/+5
| * | ARM: dts: STiH407-pinctrl: Add Pinctrl group for HW flow-controlLee Jones2017-02-061-2/+10
| * | ARM: dts: STiH410-b2260: Identify the UART RTS lineLee Jones2017-02-061-0/+1
| * | dt-bindings: serial: Update 'uart-has-rtscts' descriptionLee Jones2017-02-061-1/+2
| * | serial: st-asc: Use generic DT binding for announcing RTS/CTS linesLee Jones2017-02-061-1/+1
| * | serial: st-asc: (De)Register GPIOD and swap Pinctrl profilesLee Jones2017-02-061-1/+26
| * | serial: st-asc: Read in all Pinctrl statesLee Jones2017-02-061-0/+29
| * | serial: st-asc: Provide RTS functionalityLee Jones2017-02-061-4/+23
| * | serial: st-asc: Ignore the parity error bit if 8-bit mode is enabledLee Jones2017-02-061-3/+13
| * | serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott2017-02-061-0/+13
| * | serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht2017-02-061-0/+87
| * | serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht2017-02-061-33/+68
| * | serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht2017-02-061-1/+28
| * | tty_port: register tty ports with serdev busRob Herring2017-02-031-0/+12
| * | serdev: add a tty port controller driverRob Herring2017-02-034-0/+255