summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-14tty/serial: atmel: make the driver DT onlyAlexandre Belloni2-73/+33
2017-06-14tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni1-43/+0
2017-06-13tty: drop unused alt_speed from tty_structJohan Hovold1-1/+0
2017-06-13tty: ircomm: remove dead and broken ioctl codeJohan Hovold1-106/+1
2017-06-13tty: rocket: drop broken alt-speed supportJohan Hovold1-21/+6
2017-06-13tty: cyclades: drop broken alt-speed supportJohan Hovold1-12/+9
2017-06-13tty: amiserial: drop broken alt-speed supportJohan Hovold1-20/+3
2017-06-13tty: simserial: drop unused alt_speed handlingJohan Hovold1-13/+0
2017-06-13USB: serial: ftdi_sio: remove broken alt-speed handlingJohan Hovold1-47/+9
2017-06-13USB: serial: ftdi_sio: simplify TIOCSSERIAL flag logicJohan Hovold1-8/+5
2017-06-13serial: rate limit custom-speed deprecation noticeJohan Hovold1-3/+2
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai9-5/+76
2017-06-09tty: add compat_ioctl callbacksAleksa Sarai2-6/+22
2017-06-09serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka1-4/+11
2017-06-09tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko4-29/+11
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski1-1/+1
2017-06-09Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman3-51/+19
2017-06-09vt: drop access_ok() calls in unimap ioctlsAdam Borowski1-8/+0
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski1-8/+3
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski1-8/+6
2017-06-09vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski1-24/+7
2017-06-05Merge 4.12-rc4 into tty-nextGreg Kroah-Hartman228-1198/+2050
2017-06-05Linux 4.12-rc4v4.12-rc4Linus Torvalds1-1/+1
2017-06-05fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-06-04Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-19/+40
2017-06-04Merge tag 'tty-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+0
2017-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-17/+69
2017-06-04Merge tag 'rtc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds1-2/+2
2017-06-04Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds7-35/+53
2017-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds37-170/+194
2017-06-04Revert "tty: fix port buffer locking"Greg Kroah-Hartman1-2/+0
2017-06-03nfs: Mark unnecessarily extern functions as staticJan Kara2-4/+3
2017-06-03Merge tag 'hwmon-for-linus-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-30/+36
2017-06-03Merge tag 'for-linus-20170602' of git://git.infradead.org/linux-mtdLinus Torvalds4-19/+54
2017-06-03hwmon: (aspeed-pwm-tacho) make fan/pwm names start with index 1Stefan Schaeckeler1-26/+26
2017-06-03hwmon: (aspeed-pwm-tacho) Call of_node_put() on a node not claimedStefan Schaeckeler1-1/+0
2017-06-03serial: uartps: Fix kernel doc warningsNava kishore Manne1-0/+1
2017-06-03serial: 8250_of: Add reset supportJoel Stanley2-0/+11
2017-06-03tty: n_gsm: do not send/receive in ldisc close pathSascha Hauer2-19/+42
2017-06-03Fix serial console on SNI RM400 machinesThomas Bogendoerfer1-5/+10
2017-06-03tty: handle the case where we cannot restore a line disciplineAlan Cox4-15/+113
2017-06-03tty: reserve N_SPEAKUP numberGreg Kroah-Hartman1-0/+1
2017-06-03Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede1-2/+3
2017-06-03Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede1-7/+36
2017-06-03Merge tag 'v4.12-rc3' into for-linusDmitry Torokhov12176-273389/+1303994
2017-06-03Merge tag 'acpi-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-7/+6
2017-06-03Merge tag 'pm-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-3/+17
2017-06-03Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+5
2017-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-57/+170