aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c
Commit message (Expand)AuthorAge
* xen/setup: Don't relocate p2m over existing oneRoss Lagerwall2017-04-08
* x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-21
* x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-14
* xen: use same main loop for counting and remapping pagesJuergen Gross2016-05-24
* Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-04
|\
| * xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan2015-11-02
| * x86/xen: discard RAM regions above the maximum reservationDavid Vrabel2015-10-23
* | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-07
|/
* x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley2015-09-28
* xen: use correct type for HYPERVISOR_memory_op()Juergen Gross2015-09-28
* xen: switch extra memory accounting to use pfnsJuergen Gross2015-09-08
* xen: limit memory to architectural maximumJuergen Gross2015-09-08
* xen: avoid another early crash of memory limited dom0Juergen Gross2015-09-08
* xen: avoid early crash of memory limited dom0Juergen Gross2015-09-08
* xen: remove no longer needed p2m.hJuergen Gross2015-08-20
* xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross2015-08-20
* xen: move p2m list if conflicting with e820 mapJuergen Gross2015-08-20
* xen: check for initrd conflicting with e820 mapJuergen Gross2015-08-20
* xen: check pre-allocated page tables for conflict with memory mapJuergen Gross2015-08-20
* xen: check for kernel memory conflicting with memory layoutJuergen Gross2015-08-20
* xen: find unused contiguous memory areaJuergen Gross2015-08-20
* xen: check memory area against e820 mapJuergen Gross2015-08-20
* xen: split counting of extra memory pages from remappingJuergen Gross2015-08-20
* xen: move static e820 map to global scopeJuergen Gross2015-08-20
* xen: eliminate scalability issues from initial mapping setupJuergen Gross2015-08-20
* x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross2015-01-28
* x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross2015-01-28
* x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross2015-01-28
* xen: check for zero sized area when invalidating memoryJuergen Gross2015-01-12
* xen: use correct type for physical addressesJuergen Gross2015-01-12
* x86/xen: add extra memory for remapped frames during setupDavid Vrabel2015-01-08
* x86/xen: don't count how many PFNs are identity mappedDavid Vrabel2015-01-08
* xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross2014-12-08
* xen: Delay invalidating extra memoryJuergen Gross2014-12-04
* xen: Delay remapping memory of pv-domainJuergen Gross2014-12-04
* x86/xen: panic on bad Xen-provided memory mapMartin Kelly2014-10-23
* xen/setup: Remap Xen Identity Mapped RAMMatt Rushton2014-09-23
* Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-06-19
|\
| * x86/xen: no need to explicitly register an NMI callbackDavid Vrabel2014-06-18
| * Revert "xen/pvh: Update E820 to work with PVH (v2)"David Vrabel2014-06-05
| * x86/xen: fix memory setup for PVH dom0David Vrabel2014-06-05
* | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-05
|\ \ | |/ |/|
| * x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-05
* | x86/xen: set regions above the end of RAM as 1:1David Vrabel2014-05-15
* | x86/xen: only warn once if bad MFNs are found during setupDavid Vrabel2014-05-15
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-30
|\
| * x86, asmlinkage, xen: Fix type of NMIAndi Kleen2014-01-30
* | xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor2014-01-06
* | xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2014-01-06
|/
* xen: delete new instances of added __cpuinitPaul Gortmaker2013-11-08