Age | Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2019-05-17 | tty: Don't force RISCV SBI console as preferred console | Anup Patel | 1 | -1/+0 |
2019-04-16 | tty: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2019-04-04 | tty: add SPDX identifiers to Kconfig and Makefiles | Greg Kroah-Hartman | 1 | -0/+1 |
2019-02-26 | tty: hvc_xen: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2018-12-17 | tty: Use of_node_name_{eq,prefix} for node name comparisons | Rob Herring | 2 | -11/+2 |
2018-09-10 | tty: hvc: hvc_write() fix break condition | Nicholas Piggin | 1 | -1/+6 |
2018-09-10 | tty: hvc: hvc_poll() fix read loop batching | Nicholas Piggin | 1 | -2/+22 |
2018-09-10 | tty: hvc: hvc_poll() fix read loop hang | Nicholas Piggin | 1 | -2/+5 |
2018-08-20 | powerpc/powernv: provide a console flush operation for opal hvc driver | Nicholas Piggin | 1 | -0/+2 |
2018-08-13 | Merge branch 'topic/hvc' into next | Michael Ellerman | 2 | -72/+123 |
2018-07-24 | tty: hvc: remove unexplained "just in case" spin delay | Nicholas Piggin | 1 | -7/+1 |
2018-07-24 | powerpc/powernv: implement opal_put_chars_atomic | Nicholas Piggin | 1 | -5/+13 |
2018-07-24 | powerpc/powernv: move opal console flushing to udbg | Nicholas Piggin | 1 | -0/+5 |
2018-07-23 | tty: hvc: introduce the hv_ops.flush operation for hvc drivers | Nicholas Piggin | 2 | -2/+34 |
2018-07-23 | tty: hvc: hvc_write() may sleep | Nicholas Piggin | 1 | -15/+21 |
2018-07-23 | tty: hvc: hvc_poll() may sleep | Nicholas Piggin | 1 | -2/+14 |
2018-07-23 | tty: hvc: hvc_poll() break hv read loop | Nicholas Piggin | 1 | -43/+45 |
2018-07-23 | tty: hvc: use mutex instead of spinlock for hvc_structs lock | Nicholas Piggin | 1 | -12/+11 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
2018-06-03 | hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common() | Stewart Smith | 1 | -1/+0 |
2018-04-05 | Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -0/+71 |
2018-03-26 | tty: hvc: remove tile driver | Arnd Bergmann | 2 | -197/+0 |
2018-03-26 | tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers | Arnd Bergmann | 3 | -114/+0 |
2018-03-09 | tty: New RISC-V SBI console driver | Palmer Dabbelt | 3 | -0/+71 |
2017-11-14 | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 12 | -150/+13 |
2017-11-08 | tty: hvc: Remove redundant license text | Greg Kroah-Hartman | 12 | -150/+1 |
2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 12 | -0/+12 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-09-07 | Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+12 |
2017-09-05 | Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -14/+14 |
2017-08-29 | tty: hvcs: make ktermios const | Bhumika Goyal | 1 | -1/+1 |
2017-08-28 | tty: hvcs: constify vio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-28 | tty: hvc_vio: constify vio_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-24 | x86/lguest: Remove lguest support | Juergen Gross | 1 | -1/+1 |
2017-07-31 | powerpc/udbg: Reduce the footgun potential of EARLY_DEBUG_LPAR(_HVSI) | Michael Ellerman | 1 | -0/+12 |
2017-07-30 | tty: Convert to using %pOF instead of full_name | Rob Herring | 2 | -11/+11 |
2017-07-04 | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+3 |
2017-07-04 | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+1 |
2017-06-12 | s390/hvc_iucv: fix broken Kconfig select statement | Heiko Carstens | 1 | -1/+1 |
2017-06-12 | TTY: hvc: convert to use DRIVER_ATTR_RW | Greg Kroah-Hartman | 1 | -4/+3 |
2017-05-18 | drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged" | Colin Ian King | 1 | -2/+1 |
2017-03-31 | tty/hvc_console: fix console lock ordering with spinlock | Denis Kirjanov | 1 | -2/+2 |
2017-03-17 | drivers/tty: Convert remaining uses of pr_warning to pr_warn | Joe Perches | 1 | -1/+1 |
2017-02-10 | tty: Remove extra include in HVC console tty framework | Sergio Valverde | 1 | -1/+0 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 3 | -3/+3 |
2016-07-27 | tty/hvc: Use opal irqchip interface if available | Sam Mendoza-Jonas | 1 | -1/+7 |
2016-07-27 | tty/hvc: Use IRQF_SHARED for OPAL hvc consoles | Sam Mendoza-Jonas | 3 | -2/+11 |
2016-04-30 | tty: hvc_console: silence unintialized variable warning | Dan Carpenter | 1 | -1/+1 |