summaryrefslogtreecommitdiff
path: root/xen/arch/x86/numa.c
AgeCommit message (Expand)Author
2021-09-24x86: initialize memnodemapsize while faking NUMA nodeWei Chen
2020-02-14add a domain_tot_pages() helper functionPaul Durrant
2020-02-03xen: split parameter related definitions in own header fileJuergen Gross
2019-06-27nodemask: Don't opencode cycle_node()Andrew Cooper
2018-11-19xen/keyhandler: Drop keyhandler_scratchAndrew Cooper
2018-09-19Change timestamps representation for keyhandlersAndrii Anisov
2018-09-11xen: Fix inconsistent callers of panic()Andrew Cooper
2018-04-06xen: Convert page_to_mfn and mfn_to_page to use typesafe MFNJulien Grall
2017-09-18mm: use typesafe MFN for alloc_boot_pages returnJulien Grall
2017-08-25xen/arch/x86/numa.c: let custom parameter parsing routines return errnoJuergen Gross
2017-08-16x86/numa: don't check alloc_boot_pages returnJulien Grall
2017-07-04x86/numa.c: use plain boolWei Liu
2016-08-11x86/NUMA: cleanupJan Beulich
2016-08-11page-alloc/x86: don't restrict DMA heap to node 0Jan Beulich
2015-12-16drop empty __cpuinit annotationAndrew Cooper
2015-12-03x86: __{cpu,dev}initdata drop follow-upJan Beulich
2015-11-30drop empty __devinitdata annotationAndrew Cooper
2015-11-30drop empty __cpuinitdata annotationAndrew Cooper
2015-10-14x86/NUMA: fix SRAT table processor entry parsing and consumptionJan Beulich
2015-09-25keyhandler: rework keyhandler infrastructureAndrew Cooper
2015-09-23x86: shorten debug key 'u' outputJan Beulich
2015-02-26x86/numa: adjust datatypes for node and pxmBoris Ostrovsky
2015-02-17x86: dump vNUMA information with debug key 'u'Elena Ufimsteva
2014-09-04numa.c: convert to xen coding styleElena Ufimtseva
2012-09-12xen: Remove x86_32 build target.Keir Fraser
2012-06-06xen: enhance dump_numa outputDario Faggioli
2011-11-08eliminate cpu_set()Jan Beulich
2011-10-21eliminate direct assignments of CPU masksJan Beulich
2011-10-21introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich
2011-04-06Remove __init specifier from function declarations in header files.Keir Fraser
2011-03-23Define new <pfn.h> header for PFN_{DOWN,UP} macros.Keir Fraser
2011-03-09move various bits into .init.* sectionsJan Beulich
2010-07-28Walking the page lists needs the page_alloc lockKeir Fraser
2010-06-11x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser
2010-02-25x86 numa: Fix i386 to not do bogus mfn_to_virt(alloc_boot_pages(...))Keir Fraser
2010-01-08x86: fix NUMA handling (c/s 20599:e5a757ce7845)Keir Fraser
2010-01-05numa: Correct handling node with CPU populated but no memory populatedKeir Fraser
2010-01-04Revert 20726:ddb8c5e798f9Keir Fraser
2009-12-28numa: Correct handling node with CPU populated but no memory populatedKeir Fraser
2009-12-09SRAT memory hotplug 2/2: Support overlapped and sparse node memory arrangement.Keir Fraser
2009-12-01xen: turn numa=on by defaultKeir Fraser
2009-11-12Support physical CPU hot-add in xen hypervisorKeir Fraser
2009-10-28Miscellaneous data placement adjustmentsKeir Fraser
2009-08-02Add a single trigger for all diagnostic keyhandlersKeir Fraser
2009-04-23x86 numa: Fix left shift overflowsKeir Fraser
2009-01-30x86-64: use MFNs for linking together pages on listsKeir Fraser
2008-08-05x86: debug key prints memory node info of each domainKeir Fraser
2008-05-01x86: Make apicid 32 bits in preparation for x2APIC support.Keir Fraser
2008-03-17x86 numa: Fix the overflow of physical addresses.Keir Fraser
2007-09-14x86: fix NUMA code for 32bitkfraser@localhost.localdomain