aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/video/vga.c
Commit message (Expand)AuthorAgeFilesLines
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-241-6/+6
* CONFIG_X86_64 -> CONFIG_X86Keir Fraser2012-09-121-1/+1
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-111-0/+56
* x86-64: EFI boot codeJan Beulich2011-06-281-0/+2
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-2/+0
* 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-051-5/+16
* Do not include compile.h directly -- use version.h indirection functions.Keir Fraser2007-10-111-1/+0
* x86-64: enable hypervisor output on VESA frame bufferkfraser@localhost.localdomain2007-08-131-60/+48
* 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-161-42/+170
* 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-151-0/+554