aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03x86: xen: remove unnecessary variable in xen_foreach_remap_area()Gustavo A. R. Silva1-5/+2
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar1-5/+4
2017-01-28xen, x86/boot/e820: Simplify Xen's xen_e820_table constructIngo Molnar1-37/+33
2017-01-28x86/boot/e820: Clean up the E820 table size define namesIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-11/+11
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-3/+3
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar1-3/+3
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-38/+38
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-38/+38
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'Ingo Molnar1-6/+6
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-12-22xen/setup: Don't relocate p2m over existing oneRoss Lagerwall1-3/+3
2016-12-09xen/x86: Increase xen_e820_map to E820_X_MAX possible entriesAlex Thorlton1-3/+3
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko1-1/+1
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-05-24xen: use same main loop for counting and remapping pagesJuergen Gross1-39/+26
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+6
2015-11-02xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan1-1/+1
2015-10-23x86/xen: discard RAM regions above the maximum reservationDavid Vrabel1-2/+5
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski1-11/+2
2015-09-28x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley1-1/+1
2015-09-28xen: use correct type for HYPERVISOR_memory_op()Juergen Gross1-1/+1
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-36/+44
2015-09-08xen: limit memory to architectural maximumJuergen Gross1-1/+1
2015-09-08xen: avoid another early crash of memory limited dom0Juergen Gross1-8/+15
2015-09-08xen: avoid early crash of memory limited dom0Juergen Gross1-3/+4
2015-08-20xen: remove no longer needed p2m.hJuergen Gross1-1/+0
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross1-9/+50
2015-08-20xen: move p2m list if conflicting with e820 mapJuergen Gross1-25/+26
2015-08-20xen: check for initrd conflicting with e820 mapJuergen Gross1-0/+51
2015-08-20xen: check pre-allocated page tables for conflict with memory mapJuergen Gross1-0/+6
2015-08-20xen: check for kernel memory conflicting with memory layoutJuergen Gross1-0/+12
2015-08-20xen: find unused contiguous memory areaJuergen Gross1-0/+34
2015-08-20xen: check memory area against e820 mapJuergen Gross1-0/+23
2015-08-20xen: split counting of extra memory pages from remappingJuergen Gross1-40/+58
2015-08-20xen: move static e820 map to global scopeJuergen Gross1-47/+49
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross1-29/+38
2015-01-28x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross1-3/+3
2015-01-28x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross1-12/+13
2015-01-28x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross1-10/+0
2015-01-12xen: check for zero sized area when invalidating memoryJuergen Gross1-0/+2
2015-01-12xen: use correct type for physical addressesJuergen Gross1-2/+2
2015-01-08x86/xen: add extra memory for remapped frames during setupDavid Vrabel1-4/+9
2015-01-08x86/xen: don't count how many PFNs are identity mappedDavid Vrabel1-18/+9
2014-12-08xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross1-1/+1
2014-12-04xen: Delay invalidating extra memoryJuergen Gross1-25/+73
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross1-202/+167
2014-10-23x86/xen: panic on bad Xen-provided memory mapMartin Kelly1-0/+1
2014-09-23xen/setup: Remap Xen Identity Mapped RAMMatt Rushton1-78/+292