summaryrefslogtreecommitdiff
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tty: synclink_gt: Demote one kernel-doc header and repair anotherLee Jones2020-11-061-1/+2
| * | | | | | tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'Lee Jones2020-11-061-0/+1
| * | | | | | tty: serial: ifx6x60: Fix function documentation headersLee Jones2020-11-061-1/+2
| * | | | | | tty: serial: msm_serial: Remove set but unused variable 'status'Lee Jones2020-11-061-2/+1
| * | | | | | tty: serial: lpc32xx_hs: Remove unused variable 'tmp'Lee Jones2020-11-061-2/+1
| * | | | | | tty: n_gsm: Demote obvious abuse of kernel-doc and supply other missing docssLee Jones2020-11-061-1/+3
| * | | | | | tty: serial: amba-pl011: Mark 'sbsa_uart_acpi_match' as __maybe_unusedLee Jones2020-11-061-1/+1
| * | | | | | tty: pty: Provide descriptions for the 'file' parametersLee Jones2020-11-061-0/+2
| * | | | | | tty: tty_audit: Demote non-conformant kernel-doc headersLee Jones2020-11-061-6/+6
| * | | | | | tty: serial: 8250: serial_cs: Remove unused/unchecked variable 'err'Lee Jones2020-11-061-6/+3
| * | | | | | tty: tty_io: Fix some kernel-doc issuesLee Jones2020-11-061-3/+7
| * | | | | | tty: serial: jsm: jsm_cls: Remove unused variable 'discard'Lee Jones2020-11-061-3/+1
| * | | | | | tty: n_tty: Add 2 missing parameter descriptionsLee Jones2020-11-061-0/+2
| * | | | | | tty: vt: consolemap: Demote weakly documented function headerLee Jones2020-11-061-2/+1
| * | | | | | tty: tty_jobctrl: Add missing function parameter descriptionsLee Jones2020-11-061-0/+3
| * | | | | | tty: tty_port: Demote obvious abuse of kernel-doc formattingLee Jones2020-11-061-2/+2
| * | | | | | tty: tty_buffer: Add missing description for 'limit'Lee Jones2020-11-061-0/+1
| * | | | | | tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones2020-11-061-2/+0
| * | | | | | tty: tty_baudrate: Add missing description for 'tty'Lee Jones2020-11-061-0/+1
| * | | | | | tty: serdev: core: Provide missing description for 'owner'Lee Jones2020-11-061-0/+1
| * | | | | | tty: serdev: core: Remove unused variable 'dummy'Lee Jones2020-11-061-4/+1
| * | | | | | vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby2020-11-041-5/+2
| * | | | | | vt: keyboard, use find_next_bit in kbd_matchJiri Slaby2020-11-041-8/+6
| * | | | | | vt: keyboard, make HW_RAW a functionJiri Slaby2020-11-041-6/+16
| * | | | | | vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-4/+1
| * | | | | | vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby2020-11-041-79/+23
| * | | | | | vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-22/+20
| * | | | | | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-8/+9
| * | | | | | vt: keyboard, use bool for repJiri Slaby2020-11-041-1/+1
| * | | | | | vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby2020-11-041-1/+1
| * | | | | | vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby2020-11-041-4/+1
| * | | | | | vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby2020-11-041-87/+102
| * | | | | | vt: keyboard, clean up max_valsJiri Slaby2020-11-041-4/+16
| * | | | | | vt: keyboard, sort includesJiri Slaby2020-11-041-16/+15
| * | | | | | vt: keyboard, include linux/spinlock.hJiri Slaby2020-11-041-0/+1
| * | | | | | vt: keyboard, remove ctrl_alt_del declarationJiri Slaby2020-11-041-2/+0
| * | | | | | Merge 5.10-rc2 into tty-nextGreg Kroah-Hartman2020-11-044-38/+37
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | tty: goldfish: use __raw_writel()/__raw_readl()Laurent Vivier2020-10-281-9/+9
| * | | | | | tty: nozomi: remove unneeded breakTom Rix2020-10-281-4/+1
| * | | | | | serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2020-10-281-15/+15
| * | | | | | serial: max310x: Make use of device propertiesAndy Shevchenko2020-10-281-18/+9
* | | | | | | Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-5/+9
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | m68k: Fix WARNING splat in pmac_zilog driverFinn Thain2020-11-231-5/+9
| |/ / / / /
* | | | | | tty: Fix ->session lockingJann Horn2020-12-042-14/+37
* | | | | | tty: Fix ->pgrp locking in tiocspgrp()Jann Horn2020-12-041-2/+2
| |_|_|/ / |/| | | |
* | | | | serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai2020-11-121-2/+4
* | | | | tty: serial: imx: keep console clocks always onFugang Duan2020-11-121-17/+3
* | | | | tty: serial: imx: fix potential deadlockSam Nobs2020-11-121-2/+8
| |_|/ / |/| | |
* | | | Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-085-25/+11
|\ \ \ \
| * | | | vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-081-22/+2