aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix efi directory cleanupDaniel Kiper2013-05-071-2/+2
* x86: re-introduce map_domain_page() et alJan Beulich2013-01-231-0/+1
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-1/+0
* cleanup: Remove dependency files in efi directory during a make cleanGeorge Dunlap2012-02-231-1/+1
* x86: consolidate microcode loading codeJan Beulich2011-12-011-1/+2
* x86-64: EFI boot codeJan Beulich2011-06-281-4/+61
* x86/fpu: extract extended related code into xstate.h and xstate.cWei Huang2011-05-091-0/+1
* move various bits into .init.* sectionsJan Beulich2011-03-091-2/+2
* Move more kernel decompression bits to .init.* sectionsJan Beulich2011-03-091-1/+1
* xen: add "lto=y" option to build Xen with link-time optimizations.Tim Deegan2011-03-071-7/+21
* gdbsx: Always build -- remove build-time config option.Keir Fraser2010-07-021-1/+1
* x86: Dynamically allocate percpu data area when a CPU comes online.Keir Fraser2010-05-181-0/+1
* gdbsx: a gdbserver stub for xen.Keir Fraser2009-10-151-0/+1
* x86: Fix arch/x86/xen.lds dependencies.Keir Fraser2009-08-191-0/+2
* x86: merge final linking scriptsKeir Fraser2009-07-131-1/+1
* x86: Relocate Multiboot structures where we know they will beKeir Fraser2009-02-031-0/+1
* x86: Support booting a bzImage format domain 0 kernel.Keir Fraser2009-01-221-0/+1
* Auto-build dependency files in hypervisor build tree.Keir Fraser2009-01-081-3/+3
* x86: Clean up and simplify rwlock implementation.Keir Fraser2008-12-131-1/+0
* x86: add SSE-based copy_page()Keir Fraser2008-11-121-0/+1
* x86: microcode update support for AMD CPUsKeir Fraser2008-09-121-0/+2
* x86: Fix lapic timer stop issue in deep C stateKeir Fraser2008-05-211-0/+1
* MSI 3/6: add msi support to xenKeir Fraser2008-05-011-0/+1
* x86_emulate: Implement a more dynamic interface for handling FPUKeir Fraser2008-04-161-0/+2
* x86: Emulate accesses to PCI window registers cf8/cfc to synchroniseKeir Fraser2008-04-111-0/+1
* x86: Fix management support on HP ProLiant systems.Keir Fraser2007-12-061-0/+1
* Intel(R) Trusted Execution Technology (Intel(R) TXT) support for Xen.Keir Fraser2007-10-301-0/+1
* xentrace/x86: PV guest tracing extensions.Keir Fraser2007-10-121-0/+1
* x86: introduce specialized clear_page()kfraser@localhost.localdomain2007-06-201-0/+1
* xen: Big changes to x86 start-of-day:kfraser@localhost.localdomain2007-05-101-8/+6
* [XEN] Kexec / Kdump: Generic codeIan Campbell2006-11-301-0/+2
* [XEN] Add basic NUMA/SRAT support to Xen from Linux 2.6.16.29.kfraser@localhost.localdomain2006-10-251-0/+2
* [XEN] Can be built -std=gnu99 (except for .S files).kfraser@localhost.localdomain2006-10-181-1/+1
* Avoid need for GREP variable by avoiding GNUisms. Thekfraser@localhost.localdomain2006-10-181-2/+1
* Make sure that if one of the intermediate steps fails, a subsequentkfraser@localhost.localdomain2006-10-051-8/+9
* [XEN] Remove weak-extern definitions from symbols.c.kfraser@localhost.localdomain2006-09-281-4/+9
* [XEN] Rename shadow2 to shadow and move the various sourcekaf24@localhost.localdomain2006-08-281-20/+1
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-1/+3
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-161-4/+12
* [HVM][VMX][PAE] Enable PAE VMX guest on PAE host.kaf24@firebug.cl.cam.ac.uk2006-06-191-1/+1
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-0/+1
* This is the initial patch for SMP PAE guest on x86-64 Xen.kaf24@firebug.cl.cam.ac.uk2006-04-131-0/+1
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-1/+2
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-061-0/+1
* Clean up build system some more. No need to explicitlykaf24@firebug.cl.cam.ac.uk2006-04-051-6/+2
* We had reports of reboot not working on certain machines (specificallykaf24@firebug.cl.cam.ac.uk2006-04-041-0/+1
* Use AFLAGS for assembly files so we can "+=" more flags.kaf24@firebug.cl.cam.ac.uk2006-03-301-1/+1
* Some more build-system finessing:kaf24@firebug.cl.cam.ac.uk2006-03-201-6/+6
* Fix Xen target image dependencies.kaf24@firebug.cl.cam.ac.uk2006-03-201-1/+1
* Move arch/x86 to new build system.kaf24@firebug.cl.cam.ac.uk2006-03-191-63/+49