aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/domain_build.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-1/+1
* x86-64: guest directed placement of initial p->m mapKeir Fraser2009-01-081-1/+135
* x86: remove pointless dom0 checkKeir Fraser2009-01-081-8/+0
* x86: add SSE-based copy_page()Keir Fraser2008-11-121-2/+3
* x86: reduce GDT switchingKeir Fraser2008-11-121-28/+6
* x86: Dom0 builder doesn't need to disable IRQs while running on dom0 pagetables.Keir Fraser2008-10-231-2/+0
* x86: Dom0 builder must run on a valid GDT at all times.Keir Fraser2008-10-231-7/+29
* x86: make GDT per-CPUKeir Fraser2008-09-221-13/+0
* x86: Fix guest_handle_okay/guest_handle_subrange_okayKeir Fraser2008-09-031-0/+1
* x86: Reduce restrictions on dom0_max_vcpus.Keir Fraser2008-08-081-5/+1
* Move xen-pm options from dom0 cmdline option to start info.Keir Fraser2008-07-281-0/+1
* x86: remove use of per-domain lock from page table entry handlingKeir Fraser2008-06-121-0/+1
* x86: don't print dom0 initrd information twiceKeir Fraser2008-06-121-2/+0
* x86/32on64: fix physical address restrictionKeir Fraser2008-06-121-8/+1
* 32-on-64: Clean up and unify compat_arg_xlat_area handling.Keir Fraser2008-06-121-4/+0
* 32-on-64: Fix physaddr_bitsize computation when creating a 32b x86Keir Fraser2008-06-051-2/+4
* x86: Remove 32-bit non-PAE code from dom0 builder, and avoid use ofKeir Fraser2008-05-221-53/+4
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-081-5/+1
* x86: Fix emulation of PCI access register at I/O port 0xcf8.Keir Fraser2008-04-161-2/+2
* x86: Emulate accesses to PCI window registers cf8/cfc to synchroniseKeir Fraser2008-04-111-0/+2
* xen: Allow NUMA node to be specific to alloc_domheap_pages() via a newKeir Fraser2008-04-041-1/+1
* x86: physaddr_bitsize must always be initialised for 32-on-64 dom0.Keir Fraser2008-02-071-24/+16
* x86: Remove bogus variables on construct_dom0()Keir Fraser2007-12-061-6/+2
* 32-on-64: Fix domain address-size clamping, implementKeir Fraser2007-12-061-1/+1
* x86_64: Do not leak trampoline mapping into dom0's initial address space.Keir Fraser2007-12-051-0/+1
* xen: Domain0 builder should set start_info magic string toKeir Fraser2007-11-201-4/+2
* Intel(R) Trusted Execution Technology (Intel(R) TXT) support for Xen.Keir Fraser2007-10-301-6/+8
* x86: consolidate/enhance TLB flushing interfaceKeir Fraser2007-10-161-1/+1
* Support extensions to Intel architecture for TXT/SMX.kfraser@localhost.localdomain2007-08-301-0/+1
* xen: Understand the E820_UNUSABLE (type code 5) memory type.kfraser@localhost.localdomain2007-08-301-0/+10
* libelf: Clean up and fix up BSD symtab handling.kfraser@localhost.localdomain2007-08-021-4/+4
* [ELF] Load elf symbols when BSD_SYMTAB=yes.kfraser@localhost.localdomain2007-08-011-2/+5
* xen: Fix 32-bit boot.Keir Fraser2007-07-141-2/+1
* xen: Remove useless check from dom0 builder.kfraser@localhost.localdomain2007-07-031-3/+0
* Use clear_page() wherever possible/reasonable instead of open codedkfraser@localhost.localdomain2007-06-201-3/+3
* x86: Improve zap_low_mappings.Keir Fraser2007-05-121-1/+0
* xen: Free initmem after boot. Mark lots of init functions as __initKeir Fraser2007-05-121-10/+14
* xen: More 'IS_COMPAT' cleanups.kfraser@localhost.localdomain2007-04-271-25/+28
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-291-1/+1
* xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-291-2/+2
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-291-1/+1
* x86: Add VGCF_onlien flag to vcpu_guest_context.kfraser@localhost.localdomain2007-03-121-0/+1
* xen: Make dom0 domain builder behaviour match that of domU.kfraser@localhost.localdomain2007-03-051-3/+1
* Resolve conflict over use of name xen_elfnote.kfraser@localhost.localdomain2007-02-261-1/+0
* Write Xen ELF notes into xenstore on domain build.kfraser@localhost.localdomain2007-02-261-0/+1
* xen memory allocator: Allow per-domain bitwidth restrictions.Keir Fraser2007-02-241-1/+5
* xen memory alloctor: remove bit width restrictionskfraser@localhost.localdomain2007-02-231-5/+8
* Propagate error return from elf_xen_parse().kfraser@localhost.localdomain2007-02-151-2/+2
* [XEN] New paging-assistance interface.Tim Deegan2007-02-141-5/+5
* [XEN] Fix build breakage with gcc 4.1.2.Ian Campbell2007-01-311-1/+1