aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
...
* x86: GDT reserved page should be a full page.Keir Fraser2007-11-132-15/+12
* Intel(R) Trusted Execution Technology (Intel(R) TXT) support for Xen.Keir Fraser2007-10-301-0/+8
* x86: GDTR must be reset after using real-mode BIOS services. SomeKeir Fraser2007-10-251-0/+4
* x86: small boot-time changes:Keir Fraser2007-10-223-6/+5
* x86: Allow BOOT_TRAMPOLINE to be changed without needing manualKeir Fraser2007-10-221-7/+16
* x86: propagate VESA capabilities to dom0Keir Fraser2007-10-121-0/+3
* Provide basic Xen PM infrastructurekfraser@localhost.localdomain2007-07-113-1/+216
* x86: remove unused nopaging_gdt_descrKeir Fraser2007-06-271-5/+0
* x86: Add hypercall function for retrieving EDD info.kfraser@localhost.localdomain2007-06-201-12/+12
* x86: early exception enhancementkfraser@localhost.localdomain2007-06-202-3/+28
* x86: fix early option scanningkfraser@localhost.localdomain2007-06-201-10/+11
* x86: retrieve VBE EDID/DDC info independent of used video modekfraser@localhost.localdomain2007-06-191-26/+31
* x86: Re-introduce VIDEO_CURRENT_MODE into video.S video-mode-settingkfraser@localhost.localdomain2007-06-193-5/+23
* x86/64: Avoid bogus mbi pointer into relocated Xen address space.kfraser@localhost.localdomain2007-06-182-5/+1
* x86: Boot trampoline cleanups suggested by Xin Li.kfraser@localhost.localdomain2007-06-181-7/+4
* x86: Initialise %ds when booting APs, otherwise data accesses go tokfraser@localhost.localdomain2007-06-121-2/+4
* x86: Gather BIOS EDD info during boot.kfraser@localhost.localdomain2007-06-125-5/+189
* x86: Fix VBE EDID interrogation. Add a new boot option 'edid={no,force}'.kfraser@localhost.localdomain2007-06-122-38/+75
* x86: Allow selection of graphical video modes during boot.Keir Fraser2007-06-106-2/+1326
* x86: Print source of e820 memory map during boot. Fix Xen-e801 memmapkfraser@localhost.localdomain2007-06-071-1/+1
* x86: Return to real-mode when booting primary CPU, and gatherkfraser@localhost.localdomain2007-06-075-51/+203
* xen: Boot on PAE systems with no EFER MSR.kfraser@localhost.localdomain2007-06-051-3/+6
* xen: Big changes to x86 start-of-day:kfraser@localhost.localdomain2007-05-105-365/+330
* add libelf: an ELF binary parser library.Emmanuel Ackaouy2007-01-251-1/+1
* Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-051-4/+23
* [XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.kaf24@localhost.localdomain2007-01-032-4/+0
* [XEN] Make multiboot-related code more readable.kfraser@localhost.localdomain2006-12-072-6/+12
* [XEN] eliminate unused {g,i}dt{,_descr}kfraser@localhost.localdomain2006-11-132-10/+0
* [XEN] Remove definition of printf. All users are switched to printk.kfraser@localhost.localdomain2006-10-232-2/+2
* [XEN] Forcibly undefine swap{16,32,64} in mkelf32 program.kfraser@localhost.localdomain2006-10-191-0/+5
* [XEN] Fix 11607 to avoid bignum aritmetic in assembly file.kfraser@localhost.localdomain2006-09-251-7/+7
* [XEN] Use symbolic constants to determine segment limits.kfraser@localhost.localdomain2006-09-251-15/+11
* [XEN][X86_64] Remove hardcoded addresses in x86/64 boot assembly.kfraser@localhost.localdomain2006-09-201-26/+23
* [XEN] Indentation cleanups (remove hard tabs).kfraser@localhost.localdomain2006-08-171-14/+14
* Increase size of level-2 initial PDE identity map from first 64MB ofkaf24@firebug.cl.cam.ac.uk2006-04-191-2/+2
* Fix mkelf32 cross compilation support. The previous fix forkaf24@firebug.cl.cam.ac.uk2006-03-061-2/+2
* Cross-compilation fixes (x86/64 on i386).kaf24@firebug.cl.cam.ac.uk2006-02-261-1/+1
* Fix show_registers() on x86/64. Get rid ofkaf24@firebug.cl.cam.ac.uk2006-02-031-0/+1
* Allow HYPERVISOR_VIRT_START/END public definitions to bekaf24@firebug.cl.cam.ac.uk2006-01-091-2/+2
* Move initial stack-pointer adjustment into assemblykaf24@firebug.cl.cam.ac.uk2005-12-302-6/+10
* Reset the stack pointer on every cpu early during bootstrap.kaf24@firebug.cl.cam.ac.uk2005-12-292-2/+2
* Various fixes to Xen stack management. Ensure the cpu0_stackkaf24@firebug.cl.cam.ac.uk2005-12-292-12/+4
* Fix PAE bootstrap.kaf24@firebug.cl.cam.ac.uk2005-12-021-4/+4
* Move cpu0_stack out of Xen text section and into BSS. Thiskaf24@firebug.cl.cam.ac.uk2005-12-023-29/+42
* Better Xen backtraces in debug builds (follow thekaf24@firebug.cl.cam.ac.uk2005-09-012-5/+4
* Enable NX/XD feature for 32-bit PAE Xen.kaf24@firebug.cl.cam.ac.uk2005-07-132-4/+23
* Fix NX/XD enable on secondary CPUs.kaf24@firebug.cl.cam.ac.uk2005-07-131-4/+8
* mkelf32 explicit-size types are based on defs in inttypes.h.kaf24@firebug.cl.cam.ac.uk2005-07-011-27/+10
* bitkeeper revision 1.1760.1.4 (42c10578DlONZUYkjuzFvNR6idseEQ)kaf24@firebug.cl.cam.ac.uk2005-06-281-19/+0
* bitkeeper revision 1.1615.1.1 (429c8530L_ZtVuxsQcKwKB3yPuljog)kaf24@firebug.cl.cam.ac.uk2005-05-311-1/+42