summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/srmcons.c
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* tty: the rest, stop using tty_schedule_flip()Jiri Slaby2021-11-251-1/+1
* tty: drop put_tty_driverJiri Slaby2021-07-271-1/+1
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-3/+3
* tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby2021-05-131-7/+0
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* alpha: don't use module_init for non-modular core codePaul Gortmaker2015-05-261-2/+1
* TTY: switch tty_schedule_flipJiri Slaby2013-01-151-9/+8
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+2
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-1/+4
* TTY: use tty_port_link_deviceJiri Slaby2012-08-131-0/+1
* TTY: srmcons, convert to use tty_portJiri Slaby2012-03-081-15/+17
* ALPHA: srmcons, fix racy singleton structureJiri Slaby2012-03-081-35/+5
* ALPHA: srmcons, use timer functionsJiri Slaby2012-03-081-9/+5
* alpha: fix trivial section mismatch warningsSam Ravnborg2007-07-161-1/+1
* Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann2007-05-081-1/+1
* srmcons: fix kmalloc(GFP_KERNEL) inside spinlockAndrew Morton2007-05-071-1/+1
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+326