summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tty: serial: cpm_uart: Convert to use GPIO descriptorsLinus Walleij2-28/+24
2020-03-06tty: serial: lantiq: Drop GPIO includeLinus Walleij1-1/+0
2020-03-06tty: serial: atmel_serial: Drop GPIO includesLinus Walleij1-3/+0
2020-03-06vt: selection, indent switch-case properlyJiri Slaby1-37/+35
2020-03-06vt: selection, remove redeclaration of poke_blanked_consoleJiri Slaby1-2/+0
2020-03-06vt: switch vt_dont_switch to boolJiri Slaby1-3/+3
2020-03-06vt: selection, create struct from console selection globalsJiri Slaby1-46/+48
2020-03-06vt: selection, localize use_unicodeJiri Slaby1-16/+16
2020-03-06vt: selection, remove 2 local variables from set_selection_kernelJiri Slaby1-9/+5
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman307-3657/+3907
2020-02-23n_tty: Distribute switch variables for initializationKees Cook1-2/+2
2020-02-22Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+16
2020-02-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-16/+48
2020-02-22Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+14
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-37/+39
2020-02-21Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2020-02-21Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-7/+14
2020-02-21Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+47
2020-02-21Merge tag 'staging-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-1530/+56
2020-02-21Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-51/+102
2020-02-21Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-122/+306
2020-02-21Merge tag 'drm-fixes-2020-02-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds48-241/+480
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-253/+542
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2-0/+52
2020-02-21hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck1-1/+6
2020-02-21nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2020-02-21vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby1-7/+22
2020-02-21vt: selection, introduce vc_is_selJiri Slaby3-4/+10
2020-02-21n_hdlc: wrap a comment properlyJiri Slaby1-2/+4
2020-02-21n_hdlc: fix whitespace around binary operatorsJiri Slaby1-3/+3
2020-02-21n_hdlc: add missing spaces after commasJiri Slaby1-9/+9
2020-02-21n_hdlc: remove spaces between function name and (Jiri Slaby1-4/+4
2020-02-21n_hdlc: remove useless whitespace at line wrapsJiri Slaby1-37/+37
2020-02-21n_hdlc: use __func__ and pr_ print helpersJiri Slaby1-7/+7
2020-02-21n_hdlc: remove unneeded ifdefJiri Slaby1-2/+0
2020-02-21n_hdlc: switch tbusy and woke_up to boolsJiri Slaby1-8/+8
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby1-31/+15
2020-02-21n_hdlc: add helper for buffers allocationJiri Slaby1-22/+20
2020-02-21n_hdlc: remove checking of n_hdlcJiri Slaby1-29/+3
2020-02-21n_hdlc: remove cached ttyJiri Slaby1-16/+5
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby1-25/+10
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby1-12/+11
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby1-9/+1
2020-02-21n_hdlc: remove unused flagsJiri Slaby1-4/+1
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby1-34/+38
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby1-31/+14
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby1-4/+1
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby1-4/+4
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby1-22/+6
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby1-48/+31