aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-16xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk1-4/+6
2011-05-19Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+5
2011-05-12arch/x86/xen/setup: Cleanup code/data sections definitionsDaniel Kiper1-2/+2
2011-05-12xen/setup: Fix for incorrect xen_extra_mem_start initialization under 32-bitDaniel Kiper1-0/+4
2011-05-12xen/setup: Ignore E820_UNUSABLE when setting 1-1 mappings.Konrad Rzeszutek Wilk1-1/+1
2011-04-20xen: do not create the extra e820 region at an addr lower than 4GStefano Stabellini1-1/+1
2011-03-15Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+67
2011-03-14xen/setup: Set identity mapping for non-RAM E820 and E820 gaps.Konrad Rzeszutek Wilk1-0/+52
2011-03-11xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest and fix overflow.Konrad Rzeszutek Wilk1-1/+2
2011-03-03xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk1-1/+6
2011-02-22xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps.Zhang, Fengzhe1-0/+8
2011-01-27xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini1-0/+1
2011-01-27xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini1-1/+6
2010-12-03Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-27/+14
2010-11-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+0
2010-11-24xen: remove duplicated #includeHuang Weiyi1-1/+0
2010-11-22xen: use default_idleJeremy Fitzhardinge1-15/+5
2010-11-22xen: clean up "extra" memory handling some moreJeremy Fitzhardinge1-12/+9
2010-11-22xen: set IO permission early (before early_cpu_init())Konrad Rzeszutek Wilk1-8/+0
2010-11-19xen: re-enable boot-time ballooningJeremy Fitzhardinge1-2/+1
2010-11-10xen: do not release any memory under 1M in domain 0Ian Campbell1-7/+11
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-2/+3
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-3/+109
2010-10-25xen: include xen/xen.h for definition of xen_initial_domain()Ian Campbell1-0/+1
2010-10-22xen: add the direct mapping area for ISA bus accessJuan Quintela1-0/+3
2010-10-22xen: use host E820 map for dom0Ian Campbell1-2/+7
2010-10-22xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge1-9/+14
2010-10-22xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge1-0/+2
2010-10-22xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge1-0/+32
2010-10-22xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge1-3/+4
2010-10-22xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge1-1/+2
2010-10-22xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge1-2/+27
2010-10-22xen: Use host-provided E820 mapIan Campbell1-2/+36
2010-10-18xen: Don't disable the I/O spaceAlex Nixon1-2/+0
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-0/+72
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-1/+2
2010-08-04Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile1-0/+2
2010-07-20xen: make sure pages are really part of domain before freeingJeremy Fitzhardinge1-21/+38
2010-07-20xen: release unused free memoryMiroslav Rezanina1-0/+53
2009-05-08xen: reserve Xen start_info rather than e820 reservingJeremy Fitzhardinge1-3/+3
2008-12-16xen: whitespace/checkpatch cleanupTej1-4/+5
2008-09-14xen: fix for xen guest with mem > 3.7GJeremy Fitzhardinge1-1/+1
2008-07-16x86: xen: no need to disable vdso32Jeremy Fitzhardinge1-7/+2
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge1-3/+7
2008-07-16x86, xen, vdso: fix build errorIngo Molnar1-0/+2
2008-07-16xen64: disable 32-bit syscall/sysenter if not supported.Jeremy Fitzhardinge1-19/+19
2008-07-16xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge1-3/+39
2008-07-16xen64: register callbacks in arch-independent wayJeremy Fitzhardinge1-10/+17
2008-07-16xen64: smp.c compile hackingJeremy Fitzhardinge1-6/+1
2008-07-08xen: reserve ISA space in e820 mapJeremy Fitzhardinge1-2/+10