aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* drop tx_fifo_sizeJan Beulich2012-09-114-43/+34
* ns16550: command line parsing adjustmentsJan Beulich2012-09-111-28/+22
* ns16550: PCI initialization adjustmentsJan Beulich2012-09-111-4/+10
* ns16550: MMIO adjustmentsJan Beulich2012-09-111-8/+27
* serial: avoid fully initializing unused consolesJan Beulich2012-09-112-17/+31
* console: add EHCI debug port based serial consoleJan Beulich2012-09-113-0/+1586
* console: prepare for non-COMn port supportJan Beulich2012-09-112-7/+21
* serial: don't waste space allocated for the tx buffer(s)Jan Beulich2012-07-271-2/+2
* serial: serial_irq() and descendants can be __initJan Beulich2012-05-213-3/+3
* ns16550: adjust suspend/resume logicJan Beulich2012-05-081-17/+13
* 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
* arm: pl011 UART driverStefano Stabellini2012-02-092-0/+267
* xen/common/Makefile: introduce HAS_{CPUFREQ,PCI,PASSTHROUGH,NS16550,KEXEC}Stefano Stabellini2012-02-092-1/+5
* 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
* Properly compare "pci" token when groking serial port configAndres Lagar-Cavilla2011-11-241-1/+1
* Revert part of 23811:f1349a968a5a "ns16550: Simplify UART..."Keir Fraser2011-10-121-8/+5
* PCI multi-seg: config space accessor adjustmentsJan Beulich2011-09-221-12/+13
* ns16550: Simplify UART and UART-interrupt probing logic.Keir Fraser2011-09-021-23/+11
* ns16550: Clean up code styleKeir Fraser2011-07-141-73/+70
* xen: Update pci_uart_config to save the BAR1 contents if com2 is usedKonrad Rzeszutek Wilk2011-07-141-28/+33
* xen: Restore the BAR and PCI command after resume.Konrad Rzeszutek Wilk2011-07-141-0/+22
* xen: Automatically find serial port on PCI/PCIe and AMT devices.James Mckenzie2011-07-141-1/+72
* ns16550: Implement suspend handler.Konrad Rzeszutek Wilk2011-07-081-0/+7
* 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-203-14/+3
* move setup_irq() into .init.textJan Beulich2011-04-022-31/+53
* move various bits into .init.* sectionsJan Beulich2011-03-091-12/+4
* 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
* ns16550: enable PCI serial card usageKeir Fraser2010-03-311-2/+51
* ns16550: Do not re-init active timer on S3 resume.Keir Fraser2010-03-221-1/+3
* 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
* x86: Generalise BUGFRAME_dump mechanism to allow polled UART irq toKeir Fraser2010-02-241-3/+15
* Handle bogus serial ports that appear normal, but don't generateKeir Fraser2010-02-081-7/+29
* Replace process_pending_timers() with process_pending_softirqs().Keir Fraser2009-12-221-1/+1
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-283-16/+17
* 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-312-3/+4
* introduce size_param()Keir Fraser2009-08-312-12/+11
* 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
* ns16550: check_existence() can be marked __initKeir Fraser2009-07-281-1/+1