summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2014-01-29x86, asmlinkage, xen: Fix type of NMIAndi Kleen1-2/+2
2014-01-06xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor1-2/+20
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor1-6/+12
2013-11-08xen: delete new instances of added __cpuinitPaul Gortmaker1-1/+1
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-7/+22
2013-08-21Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+22
2013-08-20x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel1-5/+11
2013-08-20x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel1-0/+22
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk1-2/+11
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-3/+3
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown1-3/+0
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown1-1/+1
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+18
2012-09-24xen/boot: Disable NUMA for PV guests.Konrad Rzeszutek Wilk1-0/+4
2012-09-12Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-0/+18
2012-08-23Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and...Konrad Rzeszutek Wilk1-0/+27
2012-08-23xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk1-1/+8
2012-08-21xen/x86: Use memblock_reserve for sensitive areas.Konrad Rzeszutek Wilk1-9/+0
2012-07-19xen: populate correct number of pages when across mem boundary (v2)zhenzhong.duan1-14/+9
2012-05-30xen/balloon: Subtract from xen_released_pages the count that is populated.Konrad Rzeszutek Wilk1-1/+2
2012-05-07xen/setup: update VA mapping when releasing memory during setupDavid Vrabel1-7/+34
2012-05-07xen/setup: Combine the two hypercall functions - since they are quite similar.Konrad Rzeszutek Wilk1-51/+30
2012-05-07xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAMKonrad Rzeszutek Wilk1-4/+112
2012-05-07xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0Konrad Rzeszutek Wilk1-4/+7
2012-03-20xen/cpufreq: Disable the cpu frequency scaling drivers from loading.Konrad Rzeszutek Wilk1-0/+2
2012-03-10xen/setup/pm/acpi: Remove the call to boot_option_idle_override.Konrad Rzeszutek Wilk1-1/+0
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar1-4/+3
2011-12-15Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-3/+15
2011-12-15xen: only limit memory map to maximum reservation for domain 0.Ian Campbell1-3/+15
2011-12-03xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk1-1/+1
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-156/+138
2011-09-29xen: release all pages within 1-1 p2m mappingsDavid Vrabel1-75/+42
2011-09-29xen: allow extra memory to be in multiple regionsDavid Vrabel1-96/+86
2011-09-29xen: allow balloon driver to use more than one memory regionDavid Vrabel1-10/+10
2011-09-29xen/balloon: account for pages released during memory setupDavid Vrabel1-1/+6
2011-09-16Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds1-4/+6
2011-09-13xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel1-4/+6
2011-09-07Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds1-0/+19
2011-09-01xen: use maximum reservation to limit amount of usable RAMDavid Vrabel1-0/+19
2011-08-06Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+4
2011-08-04xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov1-5/+3
2011-08-04xen: Fix printk() format in xen/setup.cIgor Mammedov1-2/+2
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown1-1/+2
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-4/+3
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' an...Linus 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