aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/setup.c
Commit message (Expand)AuthorAgeFilesLines
* x86: use {rd,wr}{fs,gs}base when availableJan Beulich2013-10-111-0/+3
* x86: fix memory cut-off when using PFN compressionJan Beulich2013-09-121-8/+11
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-0/+1
* x86: drop setup_idle_pagetable()Jan Beulich2013-06-121-1/+0
* xen: move for_each_set_bit to xen/bitops.hStefano Stabellini2013-05-081-1/+1
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-021-0/+3
* gcov: Call constructors during initializationFrediano Ziglio2013-02-211-0/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86/setup: don't relocate the VGA hole.Tim Deegan2013-02-141-5/+3
* x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich2013-02-081-1/+20
* xen: Fix some over-long source lines.Keir Fraser2013-01-301-1/+2
* x86: support up to 16TbJan Beulich2013-01-231-3/+50
* x86: extend frame table virtual spaceJan Beulich2013-01-231-2/+2
* implement vmap()Jan Beulich2012-11-221-0/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-2/+2
* amd iommu: use base platform MSI implementationJan Beulich2012-09-141-0/+3
* x86: HYPERVISOR_VIRT_END is always defined. Remove ifdef'ery.Keir Fraser2012-09-121-2/+0
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-4/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-73/+0
* console: add EHCI debug port based serial consoleJan Beulich2012-09-111-0/+1
* make domain_create() return a proper error codeJan Beulich2012-09-031-1/+2
* x86: Prefer multiboot-provided e820 over bios-provided e801 memory info.Keir Fraser2012-08-281-11/+11
* x86/numa: Correct assumption that each NUMA node has memoryAndrew Cooper2012-07-191-1/+3
* x86: fix nested HVM initializationJan Beulich2012-05-301-2/+0
* Introduce system_state variable.Keir Fraser2012-03-221-4/+4
* KEXEC: Allocate crash structures in low memoryAndrew Cooper2012-03-161-0/+4
* NMI: Command line parameter for watchdog timeoutAndrew Cooper2012-03-081-4/+1
* x86: reduce scope of some symbols used with reset_stack_and_jump()Jan Beulich2011-12-211-1/+1
* x86: move some function scope statics into .init.dataJan Beulich2011-12-211-3/+3
* x86/microcode: enable boot time (pre-Dom0) loadingJan Beulich2011-12-011-3/+15
* eliminate first_cpu() etcJan Beulich2011-11-081-4/+4
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-7/+15
* PCI multi-seg: introduce notion of PCI segmentsJan Beulich2011-09-181-0/+2
* x86/time: verify_tsc_reliability() can be run as a generic initcall.Keir Fraser2011-09-171-3/+0
* xen: Move tsc reliability check until after CPUs have bootedGeorge Dunlap2011-09-171-0/+3
* x86-64/MMCFG: finally make Fam10 enabling workJan Beulich2011-07-251-0/+2
* x86-64: properly handle alias mappings beyond _endJan Beulich2011-07-141-0/+5
* x86-64: EFI boot codeJan Beulich2011-06-281-3/+27
* x86: Enable Supervisor Mode Execution Protection (SMEP)Keir Fraser2011-06-031-0/+10
* xen: remove more declarations from C files.Tim Deegan2011-05-271-5/+1
* A little bit of SMP boot code cleanupJan Beulich2011-05-011-4/+3
* Nested Virtualization core implementationcegger2011-02-281-0/+2
* move register_cpu_notifier() into .init.textJan Beulich2011-04-021-1/+1
* Remove unmaintained Access Control Module (ACM) from hypervisor.Keir Fraser2011-03-251-2/+1
* Define new <pfn.h> header for PFN_{DOWN,UP} macros.Keir Fraser2011-03-231-0/+1
* move various bits into .init.* sectionsJan Beulich2011-03-091-1/+3
* cpu hotplug: Core functions are quiet on failure.Keir Fraser2011-01-141-1/+5
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-11/+6
* x86: adjust x2apic section placementKeir Fraser2010-12-151-1/+1
* x86: x2apic: Large cleanupKeir Fraser2010-12-091-5/+1