aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-097-58/+44
* Revert "x86/boot: Explicitly clean pcpu stacks in debug builds"Jan Beulich2013-08-271-9/+0
* x86/boot: Explicitly clean pcpu stacks in debug buildsAndrew Cooper2013-08-271-0/+9
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: find a better location for the real-mode trampolinePaolo Bonzini2013-01-181-0/+14
* x86: check for data and BSS in reloc code at compile time.Tim Deegan2012-09-132-7/+10
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-122-4/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-124-167/+0
* x86: retrieve keyboard shift status flags from BIOSJan Beulich2012-09-121-0/+9
* x86-64: construct static, uniform parts of page tables at build timeJan Beulich2012-09-112-32/+73
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-113-49/+58
* x86: allow early use of fixmapsJan Beulich2012-09-111-1/+10
* x86,cmdline: Fix setting skip_realmode boolean on no-real-mode and tboot optionsKeir Fraser2012-08-231-2/+4
* x86: get rid of BOOT_TRAMPOLINEJan Beulich2012-06-117-63/+105
* x86/EDD: check MBR for BIOS magic before considering signature validJan Beulich2012-05-311-1/+5
* x86-64/EFI: construct EDD data from device path protocol informationJan Beulich2011-08-191-10/+2
* x86: trampoline cleanupJan Beulich2011-08-192-5/+7
* x86: make run-time part of trampoline relocatableJan Beulich2011-08-194-21/+46
* x86-64: EFI boot codeJan Beulich2011-06-282-0/+3
* xen: fix reloc.S generation for non-gnu toolchainChristoph Egger2011-04-021-2/+2
* Do not re-define XEN_ROOT in hypervisor sub-Makefiles.Keir Fraser2011-03-171-1/+0
* xen: add "lto=y" option to build Xen with link-time optimizations.Tim Deegan2011-03-072-1/+2
* Update my email address to long-term stable address.Keir Fraser2011-01-071-1/+1
* x86: do away with the boot time low-memory 1:1 mappingKeir Fraser2010-11-094-28/+12
* x86: Correctly cook command lines for GRUB2.Keir Fraser2010-07-281-2/+7
* x86: Add -fno-exceptions to list of possibly-supported CFLAGS for embedded ta...Keir Fraser2010-07-251-4/+1
* x86: Avoid assumptions about C struct layouts from asm code.Keir Fraser2010-07-131-1/+1
* multiboot asm: Get offset constants from the C structKeir Fraser2010-05-071-4/+0
* x86: add .data.page_aligned sectionKeir Fraser2010-05-062-1/+6
* xen: build fix GNU sed vs. BSD sedKeir Fraser2010-04-211-1/+1
* Fix 21051:bcc09eb7379f "x86_32: Relocate multiboot modules to below 1GB."Keir Fraser2010-03-241-14/+22
* x86_32: Relocate multiboot modules to below 1GB.Keir Fraser2010-03-233-2/+22
* x86: move trampoline locationKeir Fraser2010-02-102-3/+7
* cmdline_parse_early: fix parse 'edd=' optionKeir Fraser2009-11-091-1/+1
* x86-64: extend manageable memory range to 5TbKeir Fraser2009-09-221-4/+4
* x86: fix s3 resume on AMD CPUsKeir Fraser2009-06-161-14/+7
* Fix Makefile portability: head -n -1 isn't portable.Keir Fraser2009-03-121-1/+2
* x86: Relocate Multiboot module command-line strings.Keir Fraser2009-02-041-8/+17
* x86: Relocate Multiboot structures where we know they will beKeir Fraser2009-02-034-2/+118
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-1/+1
* Auto-build dependency files in hypervisor build tree.Keir Fraser2009-01-081-3/+0
* x86: No need for short jmp before long hjmp when setting CR0.PEKeir Fraser2008-12-031-2/+1
* i386: make double fault TSS per-CPUKeir Fraser2008-09-221-1/+1
* x86: make GDT per-CPUKeir Fraser2008-09-223-6/+12
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-084-34/+2
* x86_64: Initialise upper half of 32-bit parameter registers whenKeir Fraser2008-03-311-3/+6
* x86/64: Make BIOS call to declare our intention to enter long mode.Keir Fraser2008-02-141-0/+7
* x86: First 1MB of memory should be mapped with 4kB mappings to avoidKeir Fraser2008-01-251-1/+35
* x86: Clean up boot/wakeup code.Keir Fraser2007-12-104-19/+13
* x86: Do not read/write EFER MSR if it doesn't exist.Keir Fraser2007-11-131-0/+1