aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/alpha/kernel/srmcons.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: srmcons: convert to u8 and size_tJiri Slaby (SUSE)1-3/+3
2023-11-28tty: srmcons: remove 'str_cr' and use string directlyJiri Slaby (SUSE)1-2/+1
2023-11-28tty: srmcons: switch need_cr to boolJiri Slaby (SUSE)1-4/+3
2023-11-28tty: srmcons: use 'count' directly in srmcons_do_write()Jiri Slaby (SUSE)1-4/+4
2023-11-28tty: srmcons: make srmcons_do_write() return voidJiri Slaby (SUSE)1-2/+1
2023-11-25tty: srmcons: use 'buf' directly in srmcons_do_write()Jiri Slaby (SUSE)1-5/+4
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2021-11-25tty: the rest, stop using tty_schedule_flip()Jiri Slaby1-1/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-3/+3
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby1-7/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-05-26alpha: don't use module_init for non-modular core codePaul Gortmaker1-2/+1
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-9/+8
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+2
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-1/+4
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+1
2012-03-08TTY: srmcons, convert to use tty_portJiri Slaby1-15/+17
2012-03-08ALPHA: srmcons, fix racy singleton structureJiri Slaby1-35/+5
2012-03-08ALPHA: srmcons, use timer functionsJiri Slaby1-9/+5
2007-07-16alpha: fix trivial section mismatch warningsSam Ravnborg1-1/+1
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann1-1/+1
2007-05-07srmcons: fix kmalloc(GFP_KERNEL) inside spinlockAndrew Morton1-1/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+326