summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-05tty: Fix typo in LEGACY_TIOCSTI Kconfig descriptionHanno Böck1-1/+1
2023-04-05dt-bindings: serial: fsl-lpuart: add optional power-domains propertyPeng Fan1-0/+3
2023-03-29riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodesCristian Ciocaltea1-6/+6
2023-03-29ARM: dts: sunxi: h3/h5: Switch dma-names order for snps,dw-apb-uart nodesCristian Ciocaltea1-4/+4
2023-03-29ARM: dts: sun8i: v3s: Switch dma-names order for snps,dw-apb-uart nodesCristian Ciocaltea1-3/+3
2023-03-29ARM: dts: sun8i: a23/a33: Switch dma-names order for snps,dw-apb-uart nodesCristian Ciocaltea1-5/+5
2023-03-29ARM: dts: sun6i: a31: Switch dma-names order for snps,dw-apb-uart nodesCristian Ciocaltea1-6/+6
2023-03-29dt-bindings: serial: snps-dw-apb-uart: Switch dma-names orderCristian Ciocaltea1-1/+1
2023-03-29serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2-3/+16
2023-03-29tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen3-14/+37
2023-03-29serial: sb1250-duart: clean up after SIBYTE_BCM1x55 removalLukas Bulwahn1-1/+1
2023-03-29serial: bcm63xx-uart: add polling supportArend van Spriel1-0/+38
2023-03-29tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ...Biju Das1-9/+6
2023-03-29dt-bindings: serial: snps-dw-apb-uart: correct number of DMAsKrzysztof Kozlowski1-1/+1
2023-03-29serial: cpm_uart: Use uart_circ_empty()Ilpo Järvinen1-3/+2
2023-03-29serial: ucc_uart: Use uart_circ_empty()Ilpo Järvinen1-3/+2
2023-03-29serial: imx: remove unused imx_uart_is_imx* functionsTom Rix1-14/+0
2023-03-29tty: serial: remove obsolete config SERIAL_SAMSUNG_UARTS_4Lukas Bulwahn1-7/+0
2023-03-29tty: serial: qcom-geni-serial: Add a poll_init() functionDouglas Anderson1-0/+1
2023-03-29serial: uart_poll_init() should power on the UARTDouglas Anderson1-0/+6
2023-03-29tty: n_gsm: add ioctl for DLC config via ldisc handleDaniel Starke2-0/+45
2023-03-29tty: n_gsm: allow window size configurationDaniel Starke1-2/+2
2023-03-29tty: n_gsm: add ioctl for DLC specific parameter configurationDaniel Starke3-6/+207
2023-03-29dt-bindings: serial: Drop unneeded quotesRob Herring11-22/+22
2023-03-29linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap1-1/+1
2023-03-20Merge 6.3-rc3 into tty-nextGreg Kroah-Hartman829-56450/+8350
2023-03-19Linux 6.3-rc3v6.3-rc3Linus Torvalds1-1/+1
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-17/+16
2023-03-19tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin1-2/+2
2023-03-19ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka1-4/+0
2023-03-19tracing: Make splice_read available againSung-hun Kim1-0/+2
2023-03-19Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-23/+30
2023-03-19Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-322/+160
2023-03-19Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-03-19Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-70/+123
2023-03-19Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2023-03-19ftrace: Set direct_ops storage-class-specifier to staticTom Rix1-1/+1
2023-03-19trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo1-0/+4
2023-03-19trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo1-3/+0
2023-03-19tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix1-5/+5
2023-03-19tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev1-2/+2
2023-03-19Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-462/+409
2023-03-18Merge tag 'kbuild-fixes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-1300/+358
2023-03-18Merge tag 'hwmon-for-v6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-6/+84
2023-03-18Merge tag 'ata-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-13/+17
2023-03-18media: m5mols: fix off-by-one loop termination errorLinus Torvalds1-1/+1
2023-03-18ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+1
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds132-673/+1328
2023-03-17Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds19-80/+136