aboutsummaryrefslogtreecommitdiff
path: root/xen/console.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* console: Fix baud rate on com ports, use 115200 default baud, 8 data bitsDamien Zammit2024-01-201-2/+2
* xen: Convert console to using simple_lock_irqSamuel Thibault2023-08-121-10/+9
* tty: Convert t_lock to using simple_lock_irqSamuel Thibault2023-08-121-10/+7
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-2/+2
* Fix compiler warningsFlavio Cruz2023-01-281-10/+4
* 64bit: fix warningsSamuel Thibault2020-03-291-0/+1
* Fix dev_ops typesSamuel Thibault2018-07-281-2/+2
* Avoid using non-ascii source encodingSamuel Thibault2016-08-311-2/+2
* Fix gcc-6 warningsSamuel Thibault2016-05-181-4/+3
* Only complain once per boot about Xen console smashSamuel Thibault2014-03-201-1/+1
* Add initial code for disabling PV pagetablesSamuel Thibault2013-01-281-0/+2
* Complain about Xen console smash only once at a timeSamuel Thibault2012-03-201-1/+5
* Fix copyright assignmentSamuel Thibault2011-08-301-1/+1
* Console declaration cleanupSamuel Thibault2011-08-301-3/+0
* Fix Xen build without kdbSamuel Thibault2010-03-141-1/+1
* Fix debugger triggerroot2009-12-221-2/+5
* Add Xen supportSamuel Thibault2009-12-161-0/+234