aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/domain_build.c
Commit message (Expand)AuthorAgeFilesLines
* x86: don't allow Dom0 access to the HT address rangeJan Beulich2013-08-271-0/+4
* x86: don't allow Dom0 access to the MSI address rangeJan Beulich2013-08-271-0/+4
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-141-7/+21
* libelf: check all pointer accessesIan Jackson2013-06-141-1/+2
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-021-1/+1
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-181-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: consolidate initialization of PV guest L4 page tablesJan Beulich2013-01-231-7/+1
* x86: properly use map_domain_page() when building Dom0Jan Beulich2013-01-231-25/+56
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-2/+2
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-25/+9
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-171/+3
* x86: make the dom0_max_vcpus option more flexibleDavid Vrabel2012-09-111-12/+32
* x86/32-on-64: adjust Dom0 initial page table layoutJan Beulich2012-09-071-5/+11
* libelf-loader: introduce elf_load_imageStefano Stabellini2012-01-231-1/+6
* cpupools: allocate CPU masks dynamicallyJan Beulich2011-10-211-2/+2
* use xzalloc in x86 codeJan Beulich2011-10-041-2/+1
* x86: don't limit dom0's maximum reservation by the available memoryDavid Vrabel2011-08-241-1/+1
* x86: use 'dom0_mem' to limit the number of pages for dom0David Vrabel2011-08-221-0/+2
* fix regression from c/s 23735:537918f518eeJan Beulich2011-07-251-1/+1
* add privileged (dom0) kernel feature indicationJan Beulich2011-07-231-0/+7
* Revert 23664:3e3c0a8be9f9Keir Fraser2011-07-081-8/+0
* add privileged/unprivileged kernel feature indicationJan Beulich2011-07-081-0/+8
* x86: split struct vcpuJan Beulich2011-04-051-9/+9
* Define new <pfn.h> header for PFN_{DOWN,UP} macros.Keir Fraser2011-03-231-0/+1
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* x86/iommu: account for necessary allocations when calculating Dom0's initial ...Keir Fraser2010-12-141-0/+9
* x86_64: Fix booting 32-bit dom0Keir Fraser2010-11-171-0/+2
* x86: allow passing initrd to kernel without exposing it through the initial m...Keir Fraser2010-11-091-27/+89
* x86: do away with the boot time low-memory 1:1 mappingKeir Fraser2010-11-091-35/+71
* iommu: Map dom0 initial allocation in 'dom0-strict' iommu mode.Keir Fraser2010-07-161-0/+2
* x86: put_superpage() must also work for !opt_allow_superpageKeir Fraser2010-06-151-0/+2
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* x86: fix Dom0 booting time regressionKeir Fraser2010-05-041-12/+22
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-3/+8
* x86: adjust Dom0 initial memory allocation strategyKeir Fraser2010-03-151-1/+22
* x86: adjust available memory calculation for Dom0 constructionKeir Fraser2010-03-111-20/+18
* Replace process_pending_timers() with process_pending_softirqs().Keir Fraser2009-12-221-3/+3
* M2P translation cannot be handled through flat table with only one slot per MFNKeir Fraser2009-12-171-0/+1
* x86: deny access to the ACPI PM timer I/O port range for Dom0Keir Fraser2009-10-281-0/+4
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-6/+1
* properly __initdata-annotate command line option string buffersKeir Fraser2009-08-311-2/+2
* x86: run timers when populating Dom0's P2M tableKeir Fraser2009-08-241-0/+6
* x86-64: do not pass unmanageable amounts of memory to Dom0Keir Fraser2009-06-181-18/+57
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-6/+18
* x86_64: don't allocate L1 per-domain page table pages in a single chunkKeir Fraser2009-06-181-2/+1
* x86: eliminate hard-coded NR_IRQSKeir Fraser2009-05-271-1/+1
* x86-64: use MFNs for linking together pages on listsKeir Fraser2009-01-301-1/+1
* x86: use alloc_domheap_page() consistently in dom0 buildingKeir Fraser2009-01-271-4/+4
* x86: Support booting a bzImage format domain 0 kernel.Keir Fraser2009-01-221-1/+10