summaryrefslogtreecommitdiff
path: root/arch/x86/xen/setup.c
Commit message (Expand)AuthorAgeFilesLines
* xen: release all pages within 1-1 p2m mappingsDavid Vrabel2011-09-291-75/+42
* xen: allow extra memory to be in multiple regionsDavid Vrabel2011-09-291-96/+86
* xen: allow balloon driver to use more than one memory regionDavid Vrabel2011-09-291-10/+10
* xen/balloon: account for pages released during memory setupDavid Vrabel2011-09-291-1/+6
* Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-161-4/+6
|\
| * xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel2011-09-131-4/+6
* | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-071-0/+19
|\ \ | |/
| * xen: use maximum reservation to limit amount of usable RAMDavid Vrabel2011-09-011-0/+19
* | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-061-6/+4
|\ \ | |/
| * xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov2011-08-041-5/+3
| * xen: Fix printk() format in xen/setup.cIgor Mammedov2011-08-041-2/+2
* | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-031-1/+2
|/
* xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk2011-06-161-4/+6
*-----. Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds2011-05-191-1/+5
|\ \ \ \
| | | * | xen/setup: Fix for incorrect xen_extra_mem_start initialization under 32-bitDaniel Kiper2011-05-121-0/+4
| | | * | xen/setup: Ignore E820_UNUSABLE when setting 1-1 mappings.Konrad Rzeszutek Wilk2011-05-121-1/+1
| | |/ / | |/| |
* | | | arch/x86/xen/setup: Cleanup code/data sections definitionsDaniel Kiper2011-05-121-2/+2
|/ / /
* | | xen: do not create the extra e820 region at an addr lower than 4GStefano Stabellini2011-04-201-1/+1
|/ /
| |
| \
*-. \ Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus Torvalds2011-03-151-1/+67
|\ \ \ | |_|/ |/| |
| | * xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest an...Konrad Rzeszutek Wilk2011-03-111-1/+2
| | * xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps.Zhang, Fengzhe2011-02-221-0/+8
| |/ |/|
| * xen/setup: Set identity mapping for non-RAM E820 and E820 gaps.Konrad Rzeszutek Wilk2011-03-141-0/+52
| * xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk2011-03-031-1/+6
* | xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini2011-01-271-0/+1
* | xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini2011-01-271-1/+6
|/
*-. Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/...Linus Torvalds2010-12-031-27/+14
|\ \
| * | xen: use default_idleJeremy Fitzhardinge2010-11-221-15/+5
| * | xen: clean up "extra" memory handling some moreJeremy Fitzhardinge2010-11-221-12/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds2010-11-251-1/+0
|\ \ \ | |/ / |/| |
| * | xen: remove duplicated #includeHuang Weiyi2010-11-241-1/+0
| |/
* | xen: set IO permission early (before early_cpu_init())Konrad Rzeszutek Wilk2010-11-221-8/+0
* | xen: re-enable boot-time ballooningJeremy Fitzhardinge2010-11-191-2/+1
|/
* xen: do not release any memory under 1M in domain 0Ian Campbell2010-11-101-7/+11
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-281-2/+3
|\
| * xen: add the direct mapping area for ISA bus accessJuan Quintela2010-10-221-0/+3
| * xen: Don't disable the I/O spaceAlex Nixon2010-10-181-2/+0
| |
| \
*-. \ Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-261-3/+109
|\ \ \ | | |/ | |/|
| | * xen: include xen/xen.h for definition of xen_initial_domain()Ian Campbell2010-10-251-0/+1
| | * xen: use host E820 map for dom0Ian Campbell2010-10-221-2/+7
| | * xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge2010-10-221-9/+14
| | * xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge2010-10-221-0/+2
| | * xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge2010-10-221-0/+32
| | * xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge2010-10-221-3/+4
| | * xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge2010-10-221-1/+2
| | * xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge2010-10-221-2/+27
| | * xen: Use host-provided E820 mapIan Campbell2010-10-221-2/+36
| |/
* | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-311-0/+72
|\ \ | |/
| * Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile2010-08-041-0/+2
| * xen: make sure pages are really part of domain before freeingJeremy Fitzhardinge2010-07-201-21/+38
| * xen: release unused free memoryMiroslav Rezanina2010-07-201-0/+53