aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* xen/video: hdlcd: Use early_printk instead of printkJulien Grall2013-09-171-11/+12
* xen/video: hdlcd: Convert the driver to the new device tree APIJulien Grall2013-09-171-20/+26
* xen/arm: Introduce ioremap_attr, ioremap_cache, ioremap_nocache, ioremap_wcJulien Grall2013-05-131-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/arm: introduce a driver for the ARM HDLCD controllerStefano Stabellini2013-02-153-0/+354
* xen: introduce a generic framebuffer driverStefano Stabellini2013-02-154-153/+254
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-243-13/+13
* implement vmap()Jan Beulich2012-11-221-5/+4
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* drivers: Remove some CONFIG_X86 ifdef'ery.Keir Fraser2012-09-121-8/+0
* CONFIG_X86_64 -> CONFIG_X86Keir Fraser2012-09-122-6/+6
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-111-0/+56
* mark 8x14 font data constJan Beulich2012-08-071-1/+1
* vesa: flush lfb after zeroingAndrew Cooper2012-01-281-18/+19
* use xzalloc in driver codeJan Beulich2011-10-041-4/+2
* x86-64: EFI boot codeJan Beulich2011-06-281-0/+2
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-202-5/+3
* Improve graphical console performanceKeir Fraser2010-03-171-6/+25
* properly __initdata-annotate command line option string buffersKeir Fraser2009-08-311-1/+1
* vtd: boolean boot parameter to allow inclusive mapping of all memory below 4GBKeir Fraser2009-03-021-1/+1
* Rename memory_is_conventional_ram() to page_is_conventional_ram().Keir Fraser2009-01-251-1/+1
* vga: Only vga_endboot() if vga_init() completed.Keir Fraser2008-12-111-1/+1
* vga: Fix screen clear at end of Xen bootstrap.Keir Fraser2008-12-091-3/+3
* vga: Clear the screen when relinquishing VGA to dom0.Keir Fraser2008-12-052-8/+29
* x86: Allow bitop functions to be applied only to fields of at least 4Keir Fraser2008-03-161-1/+1
* x86/64: Fix the build.Keir Fraser2007-10-121-1/+1
* x86: propagate VESA capabilities to dom0Keir Fraser2007-10-121-1/+1
* Add local header files to HDRS.Keir Fraser2007-10-111-3/+0
* Do not include compile.h directly -- use version.h indirection functions.Keir Fraser2007-10-112-2/+0
* x86-64: enable hypervisor output on VESA frame bufferkfraser@localhost.localdomain2007-08-133-64/+363
* x86: Re-introduce VIDEO_CURRENT_MODE into video.S video-mode-settingkfraser@localhost.localdomain2007-06-191-0/+3
* x86: Allow selection of graphical video modes during boot.Keir Fraser2007-06-101-588/+54
* xen: Free initmem after boot. Mark lots of init functions as __initKeir Fraser2007-05-121-7/+7
* [XEN] Default to 80x50 VGA text console.kfraser@localhost.localdomain2007-01-121-5/+2
* Clean up dom0_vga_console_info structure for v3.0.3.kfraser@localhost.localdomain2006-09-181-5/+6
* [XEN] Indentation cleanups (remove hard tabs).kfraser@localhost.localdomain2006-08-171-3/+3
* [XEN] vga code cleanups and additions for other architectures.kfraser@localhost.localdomain2006-08-165-45/+195
* Clean up vga.c and change default font slot to zero, as otherkfraser@localhost.localdomain2006-08-151-64/+72
* Support for vga text modes bigger than 80x25.kfraser@localhost.localdomain2006-08-155-0/+11888