summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-11/+2
* x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley2015-09-281-1/+1
* xen: use correct type for HYPERVISOR_memory_op()Juergen Gross2015-09-281-1/+1
* xen: switch extra memory accounting to use pfnsJuergen Gross2015-09-081-36/+44
* xen: limit memory to architectural maximumJuergen Gross2015-09-081-1/+1
* xen: avoid another early crash of memory limited dom0Juergen Gross2015-09-081-8/+15
* xen: avoid early crash of memory limited dom0Juergen Gross2015-09-081-3/+4
* xen: remove no longer needed p2m.hJuergen Gross2015-08-201-1/+0
* xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross2015-08-201-9/+50
* xen: move p2m list if conflicting with e820 mapJuergen Gross2015-08-201-25/+26
* xen: check for initrd conflicting with e820 mapJuergen Gross2015-08-201-0/+51
* xen: check pre-allocated page tables for conflict with memory mapJuergen Gross2015-08-201-0/+6
* xen: check for kernel memory conflicting with memory layoutJuergen Gross2015-08-201-0/+12
* xen: find unused contiguous memory areaJuergen Gross2015-08-201-0/+34
* xen: check memory area against e820 mapJuergen Gross2015-08-201-0/+23
* xen: split counting of extra memory pages from remappingJuergen Gross2015-08-201-40/+58
* xen: move static e820 map to global scopeJuergen Gross2015-08-201-47/+49
* xen: eliminate scalability issues from initial mapping setupJuergen Gross2015-08-201-29/+38
* x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross2015-01-281-3/+3
* x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross2015-01-281-12/+13
* x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross2015-01-281-10/+0
* xen: check for zero sized area when invalidating memoryJuergen Gross2015-01-121-0/+2
* xen: use correct type for physical addressesJuergen Gross2015-01-121-2/+2
* x86/xen: add extra memory for remapped frames during setupDavid Vrabel2015-01-081-4/+9
* x86/xen: don't count how many PFNs are identity mappedDavid Vrabel2015-01-081-18/+9
* xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross2014-12-081-1/+1
* xen: Delay invalidating extra memoryJuergen Gross2014-12-041-25/+73
* xen: Delay remapping memory of pv-domainJuergen Gross2014-12-041-202/+167
* x86/xen: panic on bad Xen-provided memory mapMartin Kelly2014-10-231-0/+1
* 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/+1
| * Revert "xen/pvh: Update E820 to work with PVH (v2)"David Vrabel2014-06-051-20/+2
| * 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-301-2/+2
|\
| * x86, asmlinkage, xen: Fix type of NMIAndi Kleen2014-01-291-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-041-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-211-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-141-3/+3
|/
* x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-101-3/+0
OpenPOWER on IntegriCloud