aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char/console.c
Commit message (Expand)AuthorAgeFilesLines
* patches to support booting from my grubroot2013-10-231-2/+2
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-17/+76
* watchdog/crash: Always disable watchdog in console_force_unlock()Andrew Cooper2013-08-131-0/+1
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-1/+1
* xen/conring: Write to console ring even if console lock is bustedAndrew Cooper2013-08-061-3/+2
* xen/conring: Clean up writing to the console ringAndrew Cooper2013-08-061-9/+10
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-151-0/+1
* xen: Fix some over-long source lines.Keir Fraser2013-01-301-5/+8
* xen: Define debug_build() based on NDEBUG. Use it in a few printk's.Keir Fraser2013-01-301-6/+1
* xen: print "debug=y|n" during hypervisor startupDario Faggioli2013-01-301-2/+7
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-241-6/+6
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-6/+0
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-3/+3
* xen/console: introduce a 'w' debug-key that dumps the console ringMatt Wilson2012-10-011-0/+45
* console: prepare for non-COMn port supportJan Beulich2012-09-111-2/+4
* kexec: provide crashinfo_maxaddr_bits if !CONFIG_KEXECDavid Vrabel2012-03-221-2/+0
* KEXEC: Allocate crash structures in low memoryAndrew Cooper2012-03-161-1/+1
* xen/common/Makefile: introduce HAS_{CPUFREQ,PCI,PASSTHROUGH,NS16550,KEXEC}Stefano Stabellini2012-02-091-0/+4
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-2/+2
* Console: introduce console=none command line parameterAndrew Cooper2012-01-281-0/+2
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+1
* tasklets: Switch a few tasklets to run in softirq context.Keir Fraser2011-06-161-1/+2
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-11/+0
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-3/+3
* Remove unused function console_force_lock().Keir Fraser2010-09-161-5/+0
* console: Make initial static console buffer __initdata.Keir Fraser2010-04-221-19/+8
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-0/+1
* Increase default console ring allocation size and reduce default verbosityKeir Fraser2010-03-171-1/+10
* Fix incremental access to hypervisor console logKeir Fraser2010-03-151-1/+1
* Replace process_pending_timers() with process_pending_softirqs().Keir Fraser2009-12-221-1/+1
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-14/+15
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-0/+1
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-10/+0
* Remove "buffer half full" check from guest_console_writeKeir Fraser2009-09-161-7/+0
* properly __initdata-annotate command line option string buffersKeir Fraser2009-08-311-2/+2
* introduce size_param()Keir Fraser2009-08-311-4/+2
* Adjust non-default sized console ring allocationKeir Fraser2009-08-311-3/+4
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-2/+6
* New option conring_size= to allow larger console ring.Keir Fraser2009-04-141-11/+50
* Avoid deadlock in tasklet_schedule() after console_force_unlock().Keir Fraser2009-03-091-4/+9
* Do not deadlock in scheduler when sending VIRQ_CON_RING.Keir Fraser2009-03-061-2/+8
* Allow memflags to be specified to alloc_xenheap_pages().Keir Fraser2009-01-281-1/+1
* xen: Fix gcc 4.3 build failure.Keir Fraser2008-11-261-1/+1
* Check the existence of serial port before usingKeir Fraser2008-09-121-3/+11
* Delay 5 seconds on reboot *after* stopping all CPUs.Keir Fraser2008-08-041-2/+1
* Bring back console_start_log_everything() as a milder alternative toKeir Fraser2008-06-131-0/+12
* Improve serial output when dropping characters to drop them in bigKeir Fraser2008-06-131-12/+2