aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/pdc_cons.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27tty: pdc_cons, free tty_driver upon failureJiri Slaby1-0/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+4
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-13/+15
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby1-6/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2015-06-16parisc: don't use module_init for non-modular core pdc_cons codePaul Gortmaker1-2/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-2/+3
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+1
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer1-0/+1
2012-05-05TTY: pdc_cons, fix regression in closeJiri Slaby1-1/+1
2012-03-08TTY: pdc_cons, use tty_portJiri Slaby1-7/+12
2012-03-08TTY: pdc_cons, fix open vs pdc_console_tty_driver raceJiri Slaby1-16/+13
2012-03-08TTY: pdc_cons, fix open vs timer raceJiri Slaby1-5/+2
2012-03-08TTY: pdc_cons, fix racy tty testJiri Slaby1-2/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-2/+2
2010-11-16parisc: cleanup console handlingJiri Slaby1-4/+4
2010-10-21parisc: add tty driver to PDC consoleGuy Martin1-7/+134
2009-01-05parisc: Use DEFINE_SPINLOCKJulia Lawall1-1/+1
2008-03-15[PARISC] pdc_console: fix bizarre panic on bootKyle McMartin1-2/+17
2008-03-15[PARISC] remove unused pdc_iodc_printf functionKyle McMartin1-13/+0
2007-12-06[PARISC] print more than one character at a time for pdc consoleKyle McMartin1-9/+2
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-10-21[PARISC] Update pdc console from parisc treeMatthew Wilcox1-36/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+189