aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/console
Commit message (Expand)AuthorAgeFilesLines
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-071-1/+1
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-151-1/+1
* xen: create VM_MEMATTR_XEN for Xen memory mappingsElliott Mitchell2021-07-281-1/+1
* xen: remove x86-ism from Xen common codeElliott Mitchell2021-03-011-1/+1
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-1/+1
* xen/console: fix priority of Xen consoleRoger Pau Monné2020-02-061-1/+2
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-2/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* xen: do not limit PV console usage to PV guestsRoger Pau Monné2018-07-191-8/+3
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-191-9/+6
* xen/console: Introduce a new console driver for Xen guestRoger Pau Monné2015-10-084-744/+797
* xen: Dom0 console fixesRoger Pau Monné2014-08-041-0/+26
* xen: introduce xenpv busRoger Pau Monné2014-06-161-1/+1
* xen: fix usage of db_active in xen consoleRoger Pau Monné2014-03-171-2/+1
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-112-13/+88
* In sys/dev/xen/console/console.c, #if 0 an unused static function.Dimitry Andric2014-02-151-0/+2
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-292-18/+18
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Add support for alternative break-to-debugger support on the Xen console.Robert Watson2011-09-021-1/+9
* A lack of console input is not the same thing as a byte of \0 input.Colin Percival2010-12-291-3/+4
* remove annoying printf that cripples kdb on PV guestsKip Macy2009-11-241-1/+0
* Cleanups to the Xen console driver:Ed Schouten2009-08-241-41/+27
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Disable some un-needed console debugging.Adrian Chadd2009-05-181-1/+1
* don't acquire tty lock with console lock heldKip Macy2009-05-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...Kip Macy2009-05-113-5/+16
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-011-2/+1
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-112-33/+44
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-292-16/+22
* Remove unused consdev structure fields.Ed Schouten2008-10-271-1/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* change netfront to match xen31_6Kip Macy2008-08-201-1/+1
* Integrate the Xen console driver.Ed Schouten2008-08-201-165/+36
* Compile fixes for xen build.Kip Macy2008-08-152-4/+0
* Import Xen paravirtual drivers.Kip Macy2008-08-123-0/+738