summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
4 daysx86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASEJuergen Gross1-0/+4
2024-10-04xen: allow mapping ACPI data using a different physical addressJuergen Gross2-1/+36
2024-10-04xen: move checks for e820 conflicts further upJuergen Gross1-22/+22
2024-10-04xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross1-1/+91
2024-10-04xen: add capability to remap non-RAM pages to different PFNsJuergen Gross2-0/+66
2024-10-04xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross1-26/+26
2024-10-04xen: introduce generic helper checking for memory map conflictsJuergen Gross3-11/+31
2024-10-04xen: use correct end address of kernel for conflict checkingJuergen Gross1-1/+1
2024-07-27Merge tag 'for-linus-6.11-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-56/+74
2024-07-27minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-07-25x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne1-3/+12
2024-07-25x86/xen: move xen_reserve_extra_memory()Roger Pau Monne1-48/+48
2024-07-23xen: fix multicall debug data referencingJuergen Gross3-7/+16
2024-07-11x86/xen: remove deprecated xen_nopvspin boot parameterJuergen Gross1-15/+5
2024-07-11x86/xen: eliminate some private header filesJuergen Gross22-206/+150
2024-07-11x86/xen: make some functions staticJuergen Gross3-10/+6
2024-07-11xen: make multicall debug boot time selectableJuergen Gross1-23/+102
2024-07-02x86/xen: Convert comma to semicolonChen Ni1-2/+2
2024-07-02x86/xen/time: Reduce Xen timer tickFrediano Ziglio1-1/+1
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+38
2024-05-17xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne1-0/+33
2024-05-17locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry()Uros Bizjak1-6/+5
2024-05-14Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2024-05-14Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-05-02x86/xen: return a sane initial apic id when running as PV guestJuergen Gross1-1/+10
2024-05-02x86/xen/smp_pv: Register the boot CPU APIC properlyThomas Gleixner1-2/+2
2024-04-11Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar5-45/+114
2024-03-22x86/xen: Remove duplicate #includeJiapeng Chong1-3/+0
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+0
2024-03-21x86/boot: Simplify boot stack setupBrian Gerst1-1/+1
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-44/+114
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+11
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne4-44/+114
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2024-03-12Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+1
2024-03-12Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-03-07x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)1-1/+1
2024-03-07mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-2/+2
2024-03-07mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-2/+2
2024-03-07mm/x86: replace p4d_large() with p4d_leaf()Peter Xu1-1/+1
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar1-0/+12
2024-02-24x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-1/+5
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-1/+0
2024-02-16x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner1-2/+0
2024-02-16x86/cpu/topology: Let XEN/PV use topology from CPUID/MADTThomas Gleixner2-12/+15
2024-02-16x86/xen/smp_pv: Count number of vCPUs earlyThomas Gleixner3-0/+19
2024-02-16x86/xen/smp_pv: Register fake APICsThomas Gleixner1-27/+10
2024-02-16x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner1-1/+1
2024-02-16x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner1-7/+0