summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c
Commit message (Expand)AuthorAgeFilesLines
* xen: remove tests for pvh mode in pure pv pathsJuergen Gross2017-08-311-4/+1Star
* x86: xen: remove unnecessary variable in xen_foreach_remap_area()Gustavo A. R. Silva2017-07-031-5/+2Star
* x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar2017-01-281-5/+4Star
* xen, x86/boot/e820: Simplify Xen's xen_e820_table constructIngo Molnar2017-01-281-37/+33Star
* x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-281-1/+1
* x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-11/+11
* x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-281-3/+3
* x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar2017-01-281-3/+3
* x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-38/+38
* x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-38/+38
* x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-281-6/+6
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* xen/setup: Don't relocate p2m over existing oneRoss Lagerwall2016-12-221-3/+3
* xen/x86: Increase xen_e820_map to E820_X_MAX possible entriesAlex Thorlton2016-12-091-3/+3
* x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-1/+1
* x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* xen: use same main loop for counting and remapping pagesJuergen Gross2016-05-241-39/+26Star
* Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-051-3/+6
|\
| * xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan2015-11-021-1/+1
| * x86/xen: discard RAM regions above the maximum reservationDavid Vrabel2015-10-231-2/+5
* | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-11/+2Star
|/
* 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/+0Star
* 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/+0Star
* 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/+9Star
* 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/+167Star
* x86/xen: panic on bad Xen-provided memory mapMartin Kelly2014-10-231-0/+1