summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-07pcmcia: synclink_cs: drop redundant tty-port initialisationJohan Hovold1-2/+0
2021-04-07tty: mxser: fix TIOCSSERIAL permission checkJohan Hovold1-3/+4
2021-04-07tty: mxser: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-6/+18
2021-04-07tty: moxa: fix TIOCSSERIAL implementationJohan Hovold1-5/+0
2021-04-07tty: moxa: fix TIOCSSERIAL permission checkJohan Hovold1-5/+11
2021-04-07tty: moxa: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-2/+2
2021-04-07tty: amiserial: add missing TIOCSSERIAL jiffies conversionsJohan Hovold1-7/+19
2021-04-07tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold1-0/+1
2021-04-07staging: greybus: uart: clean up TIOCGSERIALJohan Hovold1-3/+0
2021-04-07staging: greybus: uart: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-04-07staging: greybus: uart: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-4/+7
2021-04-07staging: fwserial: fix TIOCGSERIAL implementationJohan Hovold1-4/+3
2021-04-07staging: fwserial: fix TIOCSSERIAL implementationJohan Hovold1-4/+0
2021-04-07staging: fwserial: fix TIOCSSERIAL permission checkJohan Hovold1-2/+6
2021-04-07staging: fwserial: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-2/+2
2021-04-07tty: n_gsm: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-3/+1
2021-04-05sc16is7xx: Defer probe if device read failsAnnaliese McDermond1-1/+1
2021-04-05tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera2-1/+14
2021-04-05dt-bindings: serial: Add rx-tx-swap to stm32-usartMartin Devera1-10/+19
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman884-3902/+6978
2021-04-04Linux 5.12-rc6v5.12-rc6Linus Torvalds1-1/+1
2021-04-04firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Zheyu Ma1-2/+7
2021-04-03Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-1/+0
2021-04-03Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2021-04-04soc: litex: Remove duplicated header file inclusionZhen Lei1-1/+0
2021-04-03Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+9
2021-04-03Merge tag 'riscv-for-linus-5.12-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-5/+9
2021-04-03Merge tag 'powerpc-5.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-5/+46
2021-04-03Merge tag 'hyperv-fixes-signed-20210402' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+0
2021-04-03Merge tag 'driver-core-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2021-04-03Merge tag 'char-misc-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-21/+48
2021-04-03Merge tag 'staging-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-04-03Merge tag 'tty-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-83/+0
2021-04-03Merge tag 'usb-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-67/+112
2021-04-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+14
2021-04-02io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe1-0/+5
2021-04-02Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds7-35/+29
2021-04-02Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+32
2021-04-02Merge tag 'acpi-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds8-24/+82
2021-04-02Merge tag 'pm-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-4/+10
2021-04-02block: remove the unused RQF_ALLOCED flagChristoph Hellwig2-3/+0
2021-04-02block: update a few comments in uapi/linux/blkpg.hChristoph Hellwig1-26/+2
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2021-04-02io_uring: move reissue into regular IO pathJens Axboe1-4/+13
2021-04-02Merge branches 'acpi-tables' and 'acpi-scan'Rafael J. Wysocki5-23/+73
2021-04-02Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2021-04-02block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov1-0/+4
2021-04-02tty: pty: Add a blank line after declarationsXiaofei Tan1-0/+4
2021-04-02serial: 8250: Make symbol 'brcmuart_debugfs_root' staticZucheng Zheng1-1/+1
2021-04-02serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun1-2/+2