| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/xen: remove 32-bit Xen PV guest support | Juergen Gross | 2020-08-11 | 1 | -35/+1 |
* | x86/entry: Switch XEN/PV hypercall entry to IDTENTRY | Thomas Gleixner | 2020-06-11 | 1 | -1/+3 |
* | x86/xen: make xen_pvmmu_arch_setup() static | Jason Yan | 2020-04-08 | 1 | -1/+1 |
* | x86: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 1 | -1/+1 |
* | x86/xen: dont add memory above max allowed allocation | Juergen Gross | 2019-02-18 | 1 | -0/+13 |
* | x86: Fix various typos in comments | Ingo Molnar | 2018-12-03 | 1 | -1/+1 |
* | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" | Igor Druzhinin | 2018-11-29 | 1 | -2/+4 |
* | x86/xen: remove unused function xen_auto_xlated_memory_setup() | Juergen Gross | 2018-08-20 | 1 | -31/+0 |
* | Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-12-22 | 1 | -4/+2 |
|\ |
|
| * | xen/balloon: Mark unallocated host memory as UNUSABLE | Boris Ostrovsky | 2017-12-20 | 1 | -4/+2 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | xen: remove tests for pvh mode in pure pv paths | Juergen Gross | 2017-08-31 | 1 | -4/+1 |
* | x86: xen: remove unnecessary variable in xen_foreach_remap_area() | Gustavo A. R. Silva | 2017-07-03 | 1 | -5/+2 |
* | x86/boot/e820: Simplify the e820__update_table() interface | Ingo Molnar | 2017-01-28 | 1 | -5/+4 |
* | xen, x86/boot/e820: Simplify Xen's xen_e820_table construct | Ingo Molnar | 2017-01-28 | 1 | -37/+33 |
* | x86/boot/e820: Clean up the E820 table size define names | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
* | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" | Ingo Molnar | 2017-01-28 | 1 | -11/+11 |
* | x86/boot/e820: Create coherent API function names for E820 range operations | Ingo Molnar | 2017-01-28 | 1 | -3/+3 |
* | x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() | Ingo Molnar | 2017-01-28 | 1 | -3/+3 |
* | x86/boot/e820: Harmonize the 'struct e820_table' fields | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
* | x86/boot/e820: Rename everything to e820_table | Ingo Molnar | 2017-01-28 | 1 | -38/+38 |
* | x86/boot/e820: Rename 'e820_map' variables to 'e820_array' | Ingo Molnar | 2017-01-28 | 1 | -38/+38 |
* | x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's... | Ingo Molnar | 2017-01-28 | 1 | -6/+6 |
* | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
* | xen/setup: Don't relocate p2m over existing one | Ross Lagerwall | 2016-12-22 | 1 | -3/+3 |
* | xen/x86: Increase xen_e820_map to E820_X_MAX possible entries | Alex Thorlton | 2016-12-09 | 1 | -3/+3 |
* | x86/e820: Prepare e280 code for switch to dynamic storage | Denys Vlasenko | 2016-09-21 | 1 | -1/+1 |
* | x86/xen: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+1 |
* | xen: use same main loop for counting and remapping pages | Juergen Gross | 2016-05-24 | 1 | -39/+26 |
* | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-05 | 1 | -3/+6 |
|\ |
|
| * | xen: fix the check of e_pfn in xen_find_pfn_range | Zhenzhong Duan | 2015-11-02 | 1 | -1/+1 |
| * | x86/xen: discard RAM regions above the maximum reservation | David Vrabel | 2015-10-23 | 1 | -2/+5 |
* | | x86/vdso: Remove runtime 32-bit vDSO selection | Andy Lutomirski | 2015-10-07 | 1 | -11/+2 |
|/ |
|
* | x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map | Malcolm Crossley | 2015-09-28 | 1 | -1/+1 |
* | xen: use correct type for HYPERVISOR_memory_op() | Juergen Gross | 2015-09-28 | 1 | -1/+1 |
* | xen: switch extra memory accounting to use pfns | Juergen Gross | 2015-09-08 | 1 | -36/+44 |
* | xen: limit memory to architectural maximum | Juergen Gross | 2015-09-08 | 1 | -1/+1 |
* | xen: avoid another early crash of memory limited dom0 | Juergen Gross | 2015-09-08 | 1 | -8/+15 |
* | xen: avoid early crash of memory limited dom0 | Juergen Gross | 2015-09-08 | 1 | -3/+4 |
* | xen: remove no longer needed p2m.h | Juergen Gross | 2015-08-20 | 1 | -1/+0 |
* | xen: allow more than 512 GB of RAM for 64 bit pv-domains | Juergen Gross | 2015-08-20 | 1 | -9/+50 |
* | xen: move p2m list if conflicting with e820 map | Juergen Gross | 2015-08-20 | 1 | -25/+26 |
* | xen: check for initrd conflicting with e820 map | Juergen Gross | 2015-08-20 | 1 | -0/+51 |
* | xen: check pre-allocated page tables for conflict with memory map | Juergen Gross | 2015-08-20 | 1 | -0/+6 |
* | xen: check for kernel memory conflicting with memory layout | Juergen Gross | 2015-08-20 | 1 | -0/+12 |
* | xen: find unused contiguous memory area | Juergen Gross | 2015-08-20 | 1 | -0/+34 |
* | xen: check memory area against e820 map | Juergen Gross | 2015-08-20 | 1 | -0/+23 |
* | xen: split counting of extra memory pages from remapping | Juergen Gross | 2015-08-20 | 1 | -40/+58 |
* | xen: move static e820 map to global scope | Juergen Gross | 2015-08-20 | 1 | -47/+49 |
* | xen: eliminate scalability issues from initial mapping setup | Juergen Gross | 2015-08-20 | 1 | -29/+38 |