summaryrefslogtreecommitdiffstats
path: root/block/elevator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-19tty: vt: drop get_vc_uniscr()Jiri Slaby (SUSE)1-17/+10
2023-01-19tty: vt: remove vc_uniscr_debug_check()Jiri Slaby (SUSE)1-40/+0
2023-01-19tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude1-1/+1
2023-01-19tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun1-1/+2
2023-01-19tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun1-2/+2
2023-01-19tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun1-2/+22
2023-01-19tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun1-0/+4
2023-01-19tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun1-0/+5
2023-01-19tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun1-5/+8
2023-01-19tty/vt: prevent registration of console with invalid numberSven Schnelle1-0/+6
2023-01-19tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle1-3/+5
2023-01-19dt-bindings: serial: qcom,msm-uart: Convert to DT schemaKrzysztof Kozlowski2-25/+56
2023-01-19serial: 8250_early: Convert literals to use definesIlpo Järvinen1-2/+2
2023-01-19serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen2-5/+10
2023-01-19serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen2-10/+11
2023-01-19serial: 8250: Cleanup MCR literalsIlpo Järvinen1-1/+1
2023-01-19serial: 8250: Name MSR literalsIlpo Järvinen2-2/+7
2023-01-19serial: 8250: Use defined IER bitsIlpo Järvinen2-5/+10
2023-01-19serial: liteuart: drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2023-01-19serial: liteuart: move polling putchar() functionGabriel Somlo1-8/+8
2023-01-19serial: liteuart: add IRQ support for the TX pathGabriel Somlo1-17/+13
2023-01-19serial: liteuart: add IRQ support for the RX pathGabriel Somlo1-7/+74
2023-01-19serial: liteuart: move function definitionsGabriel Somlo1-41/+41
2023-01-19serial: liteuart: separate rx loop from poll timerGabriel Somlo1-3/+9
2023-01-19serial: liteuart: clean up rx loop variablesGabriel Somlo1-4/+3
2023-01-19serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo1-2/+1
2023-01-19serial: liteuart: rx loop should only ack rx eventsGabriel Somlo1-1/+1
2023-01-19serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo1-2/+2
2023-01-19serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo1-4/+2
2023-01-19serial: liteuart: don't set unused port fieldsGabriel Somlo1-2/+0
2023-01-19serial: liteuart: remove unused uart_ops stubsGabriel Somlo1-17/+0
2023-01-19serial: liteuart: use bit number macrosGabriel Somlo1-2/+3
2023-01-19serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo1-3/+3
2023-01-19serial: Rename earlycon semihost driverBin Meng3-7/+7
2023-01-19riscv: Implement semihost.h for earlycon semihost driverBin Meng2-1/+27
2023-01-19serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng3-24/+55
2023-01-19earlycon: Increase options sizeRicardo Ribalda1-1/+1
2023-01-19earlycon: Let users set the clock frequencyRicardo Ribalda2-6/+15
2023-01-15Linux 6.2-rc4v6.2-rc4Linus Torvalds1-1/+1
2023-01-14kbuild: Fix CFI hash randomization with KASANSami Tolvanen2-0/+2
2023-01-14firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2-2/+8
2023-01-14kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin1-15/+6
2023-01-13ata: pata_cs5535: Don't build on UMLPeter Foley1-0/+1
2023-01-13lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik1-1/+0
2023-01-13x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceBjorn Helgaas1-0/+31
2023-01-13efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel1-2/+2
2023-01-13io_uring: lock overflowing for IOPOLLPavel Begunkov1-1/+5
2023-01-13ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne1-9/+15
2023-01-13iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET1-1/+3
2023-01-13iommu/iova: Fix alloc iova overflows issueYunfei Wang1-2/+2