aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/setup.c
AgeCommit message (Expand)Author
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin
2018-08-20x86/xen: remove unused function xen_auto_xlated_memory_setup()Juergen Gross
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-31xen: remove tests for pvh mode in pure pv pathsJuergen Gross
2017-07-03x86: xen: remove unnecessary variable in xen_foreach_remap_area()Gustavo A. R. Silva
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar
2017-01-28xen, x86/boot/e820: Simplify Xen's xen_e820_table constructIngo Molnar
2017-01-28x86/boot/e820: Clean up the E820 table size define namesIngo Molnar
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2016-12-22xen/setup: Don't relocate p2m over existing oneRoss Lagerwall
2016-12-09xen/x86: Increase xen_e820_map to E820_X_MAX possible entriesAlex Thorlton
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-05-24xen: use same main loop for counting and remapping pagesJuergen Gross
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-02xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan
2015-10-23x86/xen: discard RAM regions above the maximum reservationDavid Vrabel
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski
2015-09-28x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley
2015-09-28xen: use correct type for HYPERVISOR_memory_op()Juergen Gross
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross
2015-09-08xen: limit memory to architectural maximumJuergen Gross
2015-09-08xen: avoid another early crash of memory limited dom0Juergen Gross
2015-09-08xen: avoid early crash of memory limited dom0Juergen Gross
2015-08-20xen: remove no longer needed p2m.hJuergen Gross
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross
2015-08-20xen: move p2m list if conflicting with e820 mapJuergen Gross
2015-08-20xen: check for initrd conflicting with e820 mapJuergen Gross
2015-08-20xen: check pre-allocated page tables for conflict with memory mapJuergen Gross
2015-08-20xen: check for kernel memory conflicting with memory layoutJuergen Gross
2015-08-20xen: find unused contiguous memory areaJuergen Gross
2015-08-20xen: check memory area against e820 mapJuergen Gross
2015-08-20xen: split counting of extra memory pages from remappingJuergen Gross
2015-08-20xen: move static e820 map to global scopeJuergen Gross
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross
2015-01-28x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross
2015-01-28x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross
2015-01-28x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross
2015-01-12xen: check for zero sized area when invalidating memoryJuergen Gross
2015-01-12xen: use correct type for physical addressesJuergen Gross