summaryrefslogtreecommitdiff
path: root/arch/x86/xen/setup.c
AgeCommit message (Expand)Author
2015-01-28x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross
2015-01-28x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross
2015-01-28x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross
2015-01-12xen: check for zero sized area when invalidating memoryJuergen Gross
2015-01-12xen: use correct type for physical addressesJuergen Gross
2015-01-08x86/xen: add extra memory for remapped frames during setupDavid Vrabel
2015-01-08x86/xen: don't count how many PFNs are identity mappedDavid Vrabel
2014-12-08xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross
2014-12-04xen: Delay invalidating extra memoryJuergen Gross
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross
2014-10-23x86/xen: panic on bad Xen-provided memory mapMartin Kelly
2014-09-23xen/setup: Remap Xen Identity Mapped RAMMatt Rushton
2014-06-19Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-06-18x86/xen: no need to explicitly register an NMI callbackDavid Vrabel
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-05Revert "xen/pvh: Update E820 to work with PVH (v2)"David Vrabel
2014-06-05x86/xen: fix memory setup for PVH dom0David Vrabel
2014-05-15x86/xen: set regions above the end of RAM as 1:1David Vrabel
2014-05-15x86/xen: only warn once if bad MFNs are found during setupDavid Vrabel
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-01-29x86, asmlinkage, xen: Fix type of NMIAndi Kleen
2014-01-06xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor
2013-11-08xen: delete new instances of added __cpuinitPaul Gortmaker
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-08-21Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-08-20x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel
2013-08-20x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-09-24xen/boot: Disable NUMA for PV guests.Konrad Rzeszutek Wilk
2012-09-12Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7Konrad Rzeszutek Wilk
2012-08-23Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and...Konrad Rzeszutek Wilk
2012-08-23xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk
2012-08-21xen/x86: Use memblock_reserve for sensitive areas.Konrad Rzeszutek Wilk
2012-07-19xen: populate correct number of pages when across mem boundary (v2)zhenzhong.duan
2012-05-30xen/balloon: Subtract from xen_released_pages the count that is populated.Konrad Rzeszutek Wilk
2012-05-07xen/setup: update VA mapping when releasing memory during setupDavid Vrabel
2012-05-07xen/setup: Combine the two hypercall functions - since they are quite similar.Konrad Rzeszutek Wilk
2012-05-07xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAMKonrad Rzeszutek Wilk
2012-05-07xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0Konrad Rzeszutek Wilk
2012-03-20xen/cpufreq: Disable the cpu frequency scaling drivers from loading.Konrad Rzeszutek Wilk
2012-03-10xen/setup/pm/acpi: Remove the call to boot_option_idle_override.Konrad Rzeszutek Wilk
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2011-12-15Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2011-12-15xen: only limit memory map to maximum reservation for domain 0.Ian Campbell