summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tty: vt: remove vc_uniscr_debug_check()Jiri Slaby (SUSE)2023-01-191-40/+0
* tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude2023-01-191-1/+1
* tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun2023-01-191-1/+2
* tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun2023-01-191-2/+2
* tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun2023-01-191-2/+22
* tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun2023-01-191-0/+4
* tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun2023-01-191-0/+5
* tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun2023-01-191-5/+8
* tty/vt: prevent registration of console with invalid numberSven Schnelle2023-01-191-0/+6
* tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle2023-01-191-3/+5
* dt-bindings: serial: qcom,msm-uart: Convert to DT schemaKrzysztof Kozlowski2023-01-192-25/+56
* serial: 8250_early: Convert literals to use definesIlpo Järvinen2023-01-191-2/+2
* serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen2023-01-192-5/+10
* serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen2023-01-192-10/+11
* serial: 8250: Cleanup MCR literalsIlpo Järvinen2023-01-191-1/+1
* serial: 8250: Name MSR literalsIlpo Järvinen2023-01-192-2/+7
* serial: 8250: Use defined IER bitsIlpo Järvinen2023-01-192-5/+10
* serial: liteuart: drop obsolete dependency on COMPILE_TESTJean Delvare2023-01-191-1/+1
* serial: liteuart: move polling putchar() functionGabriel Somlo2023-01-191-8/+8
* serial: liteuart: add IRQ support for the TX pathGabriel Somlo2023-01-191-17/+13
* serial: liteuart: add IRQ support for the RX pathGabriel Somlo2023-01-191-7/+74
* serial: liteuart: move function definitionsGabriel Somlo2023-01-191-41/+41
* serial: liteuart: separate rx loop from poll timerGabriel Somlo2023-01-191-3/+9
* serial: liteuart: clean up rx loop variablesGabriel Somlo2023-01-191-4/+3
* serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo2023-01-191-2/+1
* serial: liteuart: rx loop should only ack rx eventsGabriel Somlo2023-01-191-1/+1
* serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo2023-01-191-2/+2
* serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo2023-01-191-4/+2
* serial: liteuart: don't set unused port fieldsGabriel Somlo2023-01-191-2/+0
* serial: liteuart: remove unused uart_ops stubsGabriel Somlo2023-01-191-17/+0
* serial: liteuart: use bit number macrosGabriel Somlo2023-01-191-2/+3
* serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo2023-01-191-3/+3
* serial: Rename earlycon semihost driverBin Meng2023-01-193-7/+7
* riscv: Implement semihost.h for earlycon semihost driverBin Meng2023-01-192-1/+27
* serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng2023-01-193-24/+55
* earlycon: Increase options sizeRicardo Ribalda2023-01-191-1/+1
* earlycon: Let users set the clock frequencyRicardo Ribalda2023-01-192-6/+15
* Linux 6.2-rc4v6.2-rc4Linus Torvalds2023-01-151-1/+1
* Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-155-20/+52
|\
| * x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4
| * x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman2023-01-101-16/+33
| * x86/resctrl: Fix task CLOSID/RMID update racePeter Newman2023-01-101-1/+11
| * x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross2023-01-101-1/+2
| * x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra2023-01-101-2/+2
* | Merge tag 'edac_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-153-12/+14
|\ \
| * | EDAC/highbank: Fix memory leak in highbank_mc_probe()Miaoqian Lin2023-01-031-2/+5
| * | EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2022-12-302-10/+9
* | | Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-154-72/+72
|\ \ \
| * | | powerpc/64s/hash: Make stress_hpt_timer_fn() staticYang Yingliang2023-01-121-1/+1
| * | | powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-112-71/+67