summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-06tty: hvc: hvc_vio: Staticify function invoked only by referenceLee Jones1-1/+1
2020-11-06tty: serial: serial-tegra: Provide some missing struct member descriptionsLee Jones1-0/+5
2020-11-06tty: tty_ldisc: Supply missing description for 'tty_ldisc_get's 'tty' paramLee Jones1-0/+1
2020-11-06tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones1-4/+2
2020-11-06tty: synclinkmp: Add missing description for function param 'txqueue'Lee Jones1-0/+1
2020-11-06tty: serial: sifive: Struct headers should start with 'struct <name>'Lee Jones1-1/+2
2020-11-06tty: serial: serial-tegra: Struct headers should start with 'struct <name>'Lee Jones1-1/+1
2020-11-06tty: synclink_gt: Demote one kernel-doc header and repair anotherLee Jones1-1/+2
2020-11-06tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'Lee Jones1-0/+1
2020-11-06tty: serial: ifx6x60: Fix function documentation headersLee Jones1-1/+2
2020-11-06tty: serial: msm_serial: Remove set but unused variable 'status'Lee Jones1-2/+1
2020-11-06tty: serial: lpc32xx_hs: Remove unused variable 'tmp'Lee Jones1-2/+1
2020-11-06tty: n_gsm: Demote obvious abuse of kernel-doc and supply other missing docssLee Jones1-1/+3
2020-11-06tty: serial: amba-pl011: Mark 'sbsa_uart_acpi_match' as __maybe_unusedLee Jones1-1/+1
2020-11-06tty: pty: Provide descriptions for the 'file' parametersLee Jones1-0/+2
2020-11-06tty: tty_audit: Demote non-conformant kernel-doc headersLee Jones1-6/+6
2020-11-06tty: serial: 8250: serial_cs: Remove unused/unchecked variable 'err'Lee Jones1-6/+3
2020-11-06tty: tty_io: Fix some kernel-doc issuesLee Jones1-3/+7
2020-11-06tty: serial: jsm: jsm_cls: Remove unused variable 'discard'Lee Jones1-3/+1
2020-11-06tty: n_tty: Add 2 missing parameter descriptionsLee Jones1-0/+2
2020-11-06tty: vt: consolemap: Demote weakly documented function headerLee Jones1-2/+1
2020-11-06tty: tty_jobctrl: Add missing function parameter descriptionsLee Jones1-0/+3
2020-11-06tty: tty_port: Demote obvious abuse of kernel-doc formattingLee Jones1-2/+2
2020-11-06tty: tty_buffer: Add missing description for 'limit'Lee Jones1-0/+1
2020-11-06tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones1-2/+0
2020-11-06tty: tty_baudrate: Add missing description for 'tty'Lee Jones1-0/+1
2020-11-06tty: serdev: core: Provide missing description for 'owner'Lee Jones1-0/+1
2020-11-06tty: serdev: core: Remove unused variable 'dummy'Lee Jones1-4/+1
2020-11-04vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby1-5/+2
2020-11-04vt: keyboard, use find_next_bit in kbd_matchJiri Slaby1-8/+6
2020-11-04vt: keyboard, make HW_RAW a functionJiri Slaby1-6/+16
2020-11-04vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby1-4/+1
2020-11-04vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby1-79/+23
2020-11-04vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby1-22/+20
2020-11-04vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby1-8/+9
2020-11-04vt: keyboard, use bool for repJiri Slaby1-1/+1
2020-11-04vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby1-1/+1
2020-11-04vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby1-4/+1
2020-11-04vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby1-87/+102
2020-11-04vt: keyboard, clean up max_valsJiri Slaby1-4/+16
2020-11-04vt: keyboard, sort includesJiri Slaby1-16/+15
2020-11-04vt: keyboard, include linux/spinlock.hJiri Slaby1-0/+1
2020-11-04vt: keyboard, remove ctrl_alt_del declarationJiri Slaby1-2/+0
2020-11-04Merge 5.10-rc2 into tty-nextGreg Kroah-Hartman245-23428/+1523
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds80-22441/+34
2020-11-01Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-30/+49
2020-11-01Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-38/+37
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-137/+194
2020-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-82/+129
2020-11-01Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds6-10/+9