summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c
Commit message (Expand)AuthorAgeFilesLines
...
* xen/setup: Remap Xen Identity Mapped RAMMatt Rushton2014-09-231-78/+292
* Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-06-191-28/+32
|\
| * x86/xen: no need to explicitly register an NMI callbackDavid Vrabel2014-06-181-8/+1Star
| * Revert "xen/pvh: Update E820 to work with PVH (v2)"David Vrabel2014-06-051-20/+2Star
| * x86/xen: fix memory setup for PVH dom0David Vrabel2014-06-051-0/+29
* | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-2/+9
|\ \ | |/ |/|
| * x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-051-2/+9
* | x86/xen: set regions above the end of RAM as 1:1David Vrabel2014-05-151-0/+9
* | x86/xen: only warn once if bad MFNs are found during setupDavid Vrabel2014-05-151-3/+3
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-311-2/+2
|\
| * x86, asmlinkage, xen: Fix type of NMIAndi Kleen2014-01-301-2/+2
* | xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor2014-01-061-2/+20
* | xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2014-01-061-6/+12
|/
* xen: delete new instances of added __cpuinitPaul Gortmaker2013-11-081-1/+1
* Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-051-7/+22
|\
| * x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel2013-08-201-5/+11
| * xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-2/+11
* | Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-08-221-0/+22
|\ \ | |/ |/|
| * x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel2013-08-201-0/+22
* | x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-151-3/+3
|/
* x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-101-3/+0Star
* xen idle: make xen-specific macro xen-specificLen Brown2013-02-101-1/+1
* Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-031-0/+18
|\
| * Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-121-0/+18
| |\
| | * Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and...Konrad Rzeszutek Wilk2012-08-231-0/+27
| | * xen/x86: Use memblock_reserve for sensitive areas.Konrad Rzeszutek Wilk2012-08-211-9/+0Star
* | | xen/boot: Disable NUMA for PV guests.Konrad Rzeszutek Wilk2012-09-241-0/+4
|/ /
* | xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk2012-08-231-1/+8
* | xen: populate correct number of pages when across mem boundary (v2)zhenzhong.duan2012-07-191-14/+9Star
|/
* xen/balloon: Subtract from xen_released_pages the count that is populated.Konrad Rzeszutek Wilk2012-05-301-1/+2
* xen/setup: update VA mapping when releasing memory during setupDavid Vrabel2012-05-071-7/+34
* xen/setup: Combine the two hypercall functions - since they are quite similar.Konrad Rzeszutek Wilk2012-05-071-51/+30Star
* xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAMKonrad Rzeszutek Wilk2012-05-071-4/+112
* xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0Konrad Rzeszutek Wilk2012-05-071-4/+7
* xen/cpufreq: Disable the cpu frequency scaling drivers from loading.Konrad Rzeszutek Wilk2012-03-201-0/+2
* xen/setup/pm/acpi: Remove the call to boot_option_idle_override.Konrad Rzeszutek Wilk2012-03-101-1/+0Star
* Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-201-4/+3Star
|\
| * Merge branch 'master' into x86/memblockTejun Heo2011-11-281-156/+138Star
| |\
| * | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-4/+3Star
* | | Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2011-12-151-3/+15
|\ \ \
| * | | xen: only limit memory map to maximum reservation for domain 0.Ian Campbell2011-12-151-3/+15
| | |/ | |/|
* / | xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk2011-12-031-1/+1
|/ /
* | xen: release all pages within 1-1 p2m mappingsDavid Vrabel2011-09-291-75/+42Star
* | xen: allow extra memory to be in multiple regionsDavid Vrabel2011-09-291-96/+86Star
* | 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