summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus 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 an...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/...Linus Torvalds1-27/+14
2010-11-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus 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/linu...Linus Torvalds1-2/+3
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus 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
2008-07-08xen: reserve Xen-specific memory in e820 mapJeremy Fitzhardinge1-0/+13
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-2/+2
2008-07-08x86: rename two e820 related functionsYinghai Lu1-2/+2
2008-05-27xen: add configurable max domain sizeJeremy Fitzhardinge1-0/+3
2008-05-27xen: make phys_to_machine structure dynamicJeremy Fitzhardinge1-2/+0
2008-04-24xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge1-0/+21