aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/setup.c
Commit message (Expand)AuthorAgeFilesLines
...
* consolidate custom parameter parsing routines looking for boolean valuesKeir Fraser2010-11-191-1/+1
* x86: do away with the boot time low-memory 1:1 mappingKeir Fraser2010-11-091-103/+269
* x86: Reorder CPUs at boot time to reflect system topology.Keir Fraser2010-08-091-2/+56
* x86: Correctly cook command lines for GRUB2.Keir Fraser2010-07-281-4/+26
* x2APIC: improve enabling logicKeir Fraser2010-07-051-3/+6
* x86: Warn on CPU hot-add to tsc-reliable systemKeir Fraser2010-05-281-12/+0
* x86: During boot, initialise cpu-numa info for all present CPUs.Keir Fraser2010-05-191-5/+3
* Fix CPU hotplug after percpu data handling changes.Keir Fraser2010-05-191-13/+0
* x86: Dynamically allocate percpu data area when a CPU comes online.Keir Fraser2010-05-181-72/+3
* cpupool: Fix CPU hotplug after recent changes.Keir Fraser2010-05-171-2/+2
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-2/+0
* Move cpu hotplug routines into common cpu.c file.Keir Fraser2010-05-141-0/+1
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-18/+3
* Support Linux's advanced crashkernel= syntaxKeir Fraser2010-04-261-0/+5
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-0/+6
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-0/+1
* x86: Revert how we calculate 'total system RAM' after c/s 20236.Keir Fraser2010-04-151-2/+5
* Increase default console ring allocation size and reduce default verbosityKeir Fraser2010-03-171-2/+2
* x86: A further fix to xen_in_range().Keir Fraser2010-01-151-3/+3
* x86: Fix and clarify 20803:50bd4235f486Keir Fraser2010-01-141-8/+25
* x86: Fix xen_in_range() for fragmented percpu data area.Keir Fraser2010-01-141-14/+18
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2010-01-051-1/+2
* Revert 20726:ddb8c5e798f9Keir Fraser2010-01-041-2/+1
* x86: Initialise percpu areas as early as possible during bootstrap.Keir Fraser2009-12-291-3/+16
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2009-12-281-1/+2
* memory hotadd 4/7: Setup frametable for hot-added memoryKeir Fraser2009-12-111-1/+1
* x86: Correctly allocate module-relocation area and bzimage headroom.Keir Fraser2009-12-011-5/+4
* Revert 20523:bd52fff29e6e "Remove redundant tests in __start_xen()"Keir Fraser2009-12-011-2/+3
* x86: Remove redundant tests in __start_xen()Keir Fraser2009-11-301-3/+2
* x86: Remove non-CONFIG_HOTPLUG_CPU code, and general cleanup.Keir Fraser2009-11-121-4/+0
* Support physical CPU hot-add in xen hypervisorKeir Fraser2009-11-121-1/+5
* x86_32: Respect e820 map when populating Xen heap.Keir Fraser2009-11-091-2/+11
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-12/+12
* x86: reduce the uses of CONFIG_COMPATKeir Fraser2009-10-121-18/+4
* x86: trust new architecturally-defined TSC Invariant bit on Intel systemsKeir Fraser2009-10-091-0/+12
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-20/+5
* x86: map frame table sparselyKeir Fraser2009-09-221-0/+14
* x86-64: reduce range spanned by 1:1 mapping and frame table indexesKeir Fraser2009-09-221-6/+61
* x86: Free unused pages of per-cpu data.Keir Fraser2009-09-151-21/+20
* vt-d: enhance the support of Interrupt Remapping EIM and x2APICKeir Fraser2009-09-071-2/+4
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-2/+2
* x86: Change Xen hypervisor's interrupt infrastructureKeir Fraser2009-08-191-1/+1
* x86: merge final linking scriptsKeir Fraser2009-07-131-5/+5
* Introduce and use a per-CPU read-mostly sub-sectionKeir Fraser2009-07-131-2/+2
* x86: move init_tss into per-CPU spaceKeir Fraser2009-07-131-1/+1
* i386: fix bootKeir Fraser2009-07-131-1/+3
* x86_64: Fix Xen relocation size -- there is no longer an allocationKeir Fraser2009-07-091-2/+1
* Replace boot-time free-pages bitmap with a region list.Keir Fraser2009-07-081-11/+6
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-4/+8
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-261-0/+3