aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xen: support RAM at addresses 0 and 4096Ian Campbell2013-09-261-3/+3
* xen: gate split heap code on its own config option rather than !X86Ian Campbell2013-08-201-1/+1
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-1/+1
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-141-2/+5
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-03-261-0/+23
* mmu: Introduce XENMEM_claim_pages (subop of memory ops)Dan Magenheimer2013-03-111-2/+114
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/arm: move setup_mm right after setup_pagetablesStefano Stabellini2013-02-151-6/+0
* x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich2013-02-081-0/+20
* x86: support up to 16TbJan Beulich2013-01-231-2/+17
* xen: centralize accounting for domain tot_pagesDan Magenheimer2012-12-101-2/+8
* More efficient TLB-flush filtering in alloc_heap_pages().Keir Fraser2012-10-151-13/+16
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__Keir Fraser2012-09-121-1/+1
* remove ia64Jan Beulich2012-04-031-1/+1
* low-mem virq: Parentheses around ternary operator in check_low_mem_virq()Keir Fraser2012-03-091-1/+1
* Low mem virq incremental adjustmentsAndres Lagar-Cavilla2012-03-081-2/+5
* Global virq for low memory situationsAndres Lagar-Cavilla2012-03-011-0/+108
* xenpaging: Fix c/s 23507:0a29c8c3ddf7 ("update machine_to_phys_mapping[] duri...Keir Fraser2011-11-301-4/+4
* ia64: fix the buildJan Beulich2011-11-151-0/+5
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-5/+7
* X86 MCE: Prevent malicious guest access broken page againKeir Fraser2011-09-301-0/+14
* xenpaging: update machine_to_phys_mapping[] during page deallocationKeir Fraser2011-06-101-1/+5
* X86: offline/broken page handler for pod cacheLiu, Jinsong2011-04-071-0/+18
* X86: Fix mce offline page bugLiu, Jinsong2011-04-071-10/+1
* Revert 22706:ca10302ac285 "xenpaging: update machine_to_phys_mapping[] during...Keir Fraser2011-01-121-5/+1
* xenpaging: update machine_to_phys_mapping[] during page deallocationKeir Fraser2011-01-111-1/+5
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* x86: Add -Wredundant-decls to Xen build flags.Keir Fraser2010-12-021-0/+1
* page_alloc: Hold heap_lock while adjusting page states to/from PGC_state_free.Keir Fraser2010-09-131-4/+4
* page_alloc: Check neighbouring chunks belong to same NUMA node beforeKeir Fraser2010-09-131-23/+10
* numa: Attempt more efficient NUMA allocation in hypervisor by default.Keir Fraser2010-08-041-21/+47
* Add an exact-node request flag for mem allocations.Keir Fraser2010-07-051-0/+8
* tmem: skip special case in alloc_heap_pages() if tmem holds no pagesKeir Fraser2010-06-231-3/+6
* x86: fix Dom0 booting time regressionKeir Fraser2010-05-041-2/+3
* Host Numa information in dom0Keir Fraser2010-04-071-0/+6
* Reduce boot-time memory fragmentationKeir Fraser2010-03-151-4/+32
* tmem: When failing allocs from "midsize alloc zone", try the tmemKeir Fraser2010-02-171-3/+3
* When tmem is enabled, reserve a fraction of memoryKeir Fraser2010-02-151-1/+18
* Don't scrub broken pagesKeir Fraser2010-02-081-0/+3
* tboot: fix S3 issue for Intel Trusted Execution Technology.Keir Fraser2010-02-031-2/+2
* Replace process_pending_timers() with process_pending_softirqs().Keir Fraser2009-12-221-1/+1
* This patch defines a new PGT type called PGT_shared_page and a new syntheticKeir Fraser2009-12-171-1/+8
* Track free pages live rather than count pages in all nodes/zonesKeir Fraser2009-12-081-0/+11
* tmem: printk too chatty when tmem enabledKeir Fraser2009-11-231-2/+4
* Fix hypervisor crash with unpopulated NUMA nodesKeir Fraser2009-10-071-6/+5
* Introduce new flavour of map_domain_page()Keir Fraser2009-09-221-1/+1
* Fix an obviously inverted check in offline_page()Keir Fraser2009-09-091-1/+1
* properly __initdata-annotate command line option string buffersKeir Fraser2009-08-311-1/+1
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-3/+14