aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/numa.c
Commit message (Expand)AuthorAgeFilesLines
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-8/+0
* xen: enhance dump_numa outputDario Faggioli2012-06-061-2/+3
* eliminate cpu_set()Jan Beulich2011-11-081-1/+1
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-3/+3
* Remove __init specifier from function declarations in header files.Keir Fraser2011-04-061-1/+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/+1
* Walking the page lists needs the page_alloc lockKeir Fraser2010-07-281-0/+2
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+5
* x86 numa: Fix i386 to not do bogus mfn_to_virt(alloc_boot_pages(...))Keir Fraser2010-02-251-1/+9
* x86: fix NUMA handling (c/s 20599:e5a757ce7845)Keir Fraser2010-01-081-8/+37
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2010-01-051-4/+8
* Revert 20726:ddb8c5e798f9Keir Fraser2010-01-041-8/+4
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2009-12-281-4/+8
* SRAT memory hotplug 2/2: Support overlapped and sparse node memory arrangement.Keir Fraser2009-12-091-28/+56
* xen: turn numa=on by defaultKeir Fraser2009-12-011-2/+1
* Support physical CPU hot-add in xen hypervisorKeir Fraser2009-11-121-4/+4
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-1/+7
* x86 numa: Fix left shift overflowsKeir Fraser2009-04-231-3/+3
* x86-64: use MFNs for linking together pages on listsKeir Fraser2009-01-301-1/+1
* x86: debug key prints memory node info of each domainKeir Fraser2008-08-051-0/+26
* x86: Make apicid 32 bits in preparation for x2APIC support.Keir Fraser2008-05-011-1/+1
* x86 numa: Fix the overflow of physical addresses.Keir Fraser2008-03-171-3/+3
* x86: fix NUMA code for 32bitkfraser@localhost.localdomain2007-09-141-9/+9
* [XEN] Use cpumask macros to update numa node masks.kfraser@localhost.localdomain2006-12-131-1/+1
* [POWERPC][XEN] Fix build break by using bitmap field in cpumask_t.Hollis Blanchard2006-12-121-1/+1
* [XEN] Clean up NUMA stuff and disable by default ('numa=on' enables it).kfraser@localhost.localdomain2006-10-251-21/+27
* [XEN] Add basic NUMA/SRAT support to Xen from Linux 2.6.16.29.kfraser@localhost.localdomain2006-10-251-0/+302