summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sc16is7xx: Use threaded IRQDaniel Mack2020-05-221-13/+5
* sc16is7xx: Always use falling edge IRQDaniel Mack2020-05-221-8/+4
* tty: n_gsm: Fix bogus i++ in gsm_data_kickGregory CLEMENT2020-05-191-11/+3
* tty: n_gsm: Remove unnecessary test in gsm_print_packet()Gregory CLEMENT2020-05-191-2/+1
* serial: stm32: add no_console_suspend supportErwan Le Ray2020-05-191-1/+12
* tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2020-05-151-4/+2
* rcu: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* kernel/power: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* kdb: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* drm: constify sysrq_key_opEmil Velikov2020-05-151-2/+2
* sparc64: constify sysrq_key_opEmil Velikov2020-05-151-2/+2
* powerpc/xmon: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* MIPS: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* alpha: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* tty/sysrq: constify the the sysrq_key_op(s)Emil Velikov2020-05-152-27/+27
* tty/sysrq: constify the sysrq APIEmil Velikov2020-05-153-21/+21
* tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov2020-05-153-4/+15
* tty: mxser: make mxser_change_speed() return voidJason Yan2020-05-151-5/+2
* serial: 8250: Fix max baud limit in generic 8250 portSerge Semin2020-05-151-1/+3
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-159-14/+33
* serial: 8250: Avoid error message on reprobeLukas Wunner2020-05-151-4/+10
* tty: n_gsm: Fix waking up upper tty layer when room availableGregory CLEMENT2020-05-151-4/+22
* tty: n_gsm: Fix SOF skippingGregory CLEMENT2020-05-151-7/+1
* tty: n_gsm: Improve debug outputGregory CLEMENT2020-05-151-12/+2
* tty: serial: imx: Add return value check for platform_get_irq()Anson Huang2020-05-151-0/+2
* serial: 8250_exar: Make use of PCI_DEVICE_DATA() macroAndy Shevchenko2020-05-151-34/+31
* tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam2020-05-153-2/+53
* dt-bindings: serial: Document CTS/RTS gpios in STM32 UARTManivannan Sadhasivam2020-05-151-0/+14
* tty: serial: samsung: Correct clock selection logicJonathan Bakker2020-05-151-4/+4
* serial: lantiq: Make driver modularRahul Tanwar2020-05-152-5/+28
* serial: lantiq: Make UART's use as console selectableRahul Tanwar2020-05-152-2/+18
* Revert "tty: hvc: Fix data abort due to race in hvc_open"Greg Kroah-Hartman2020-05-121-14/+2
* Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman2020-05-11461-2037/+4386
|\
| * Linux 5.7-rc5v5.7-rc5Linus Torvalds2020-05-111-1/+1
| * Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-1011-90/+138
| |\
| | * x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| | * x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
| | * ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| | * x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
| | * objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf2020-04-261-3/+4
| | * x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
| | * x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| | * x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| | * x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| | * x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
| | * x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
| | * x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn2020-04-251-1/+1
| | * x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf2020-04-251-3/+2
| | * x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf2020-04-251-1/+2
| | * x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf2020-04-251-19/+21