summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Avoid relocatable quantities in Xen ELF notesArd Biesheuvel2024-10-291-2/+4
* x86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASEJuergen Gross2024-10-081-0/+4
* Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-271-0/+23
|\
| * xen/pvh: Setup gsi for passthrough deviceJiqian Chen2024-09-251-0/+23
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-3/+4
|\ \ | |/ |/|
| * mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand2024-09-021-3/+4
* | xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross2024-09-121-1/+91
* | xen: allow mapping ACPI data using a different physical addressJuergen Gross2024-09-122-1/+36
* | xen: add capability to remap non-RAM pages to different PFNsJuergen Gross2024-09-102-0/+66
* | xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross2024-09-101-26/+26
* | xen: move checks for e820 conflicts further upJuergen Gross2024-09-101-22/+22
* | xen: introduce generic helper checking for memory map conflictsJuergen Gross2024-09-103-11/+31
* | xen: use correct end address of kernel for conflict checkingJuergen Gross2024-09-101-1/+1
|/
* Merge tag 'for-linus-6.11-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-274-56/+74
|\
| * x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne2024-07-251-3/+12
| * x86/xen: move xen_reserve_extra_memory()Roger Pau Monne2024-07-251-48/+48
| * xen: fix multicall debug data referencingJuergen Gross2024-07-233-7/+16
* | minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds2024-07-271-2/+3
|/
* x86/xen: remove deprecated xen_nopvspin boot parameterJuergen Gross2024-07-111-15/+5
* x86/xen: eliminate some private header filesJuergen Gross2024-07-1122-206/+150
* x86/xen: make some functions staticJuergen Gross2024-07-113-10/+6
* xen: make multicall debug boot time selectableJuergen Gross2024-07-111-23/+102
* x86/xen: Convert comma to semicolonChen Ni2024-07-021-2/+2
* x86/xen/time: Reduce Xen timer tickFrediano Ziglio2024-07-021-1/+1
* Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-242-6/+38
|\
| * xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne2024-05-171-0/+33
| * locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry()Uros Bizjak2024-05-171-6/+5
* | Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-141-3/+0
|\ \
| * | x86/xen: Remove duplicate #includeJiapeng Chong2024-03-221-3/+0
* | | Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-141-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar2024-04-115-45/+114
| |\ \
| * | | x86/boot: Simplify boot stack setupBrian Gerst2024-03-211-1/+1
| | |/ | |/|
* | | x86/xen: return a sane initial apic id when running as PV guestJuergen Gross2024-05-021-1/+10
* | | x86/xen/smp_pv: Register the boot CPU APIC properlyThomas Gleixner2024-05-021-2/+2
| |/ |/|
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+0
|\ \
| * | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+0
* | | Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-194-44/+114
|\ \ \ | |_|/ |/| |
| * | x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne2024-03-134-44/+114
| |/
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-152-7/+11
|\ \
| * | mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-2/+2
| * | mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-2/+2
| * | mm/x86: replace p4d_large() with p4d_leaf()Peter Xu2024-03-061-1/+1
| * | x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-242-1/+5
| * | x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed2024-02-221-1/+1
| |/
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-5/+5
|\ \
| * \ Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-1411-42/+90
| |\ \
| * | | x86/percpu, xen: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak2023-10-201-5/+5
* | | | Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-122-1/+1
|\ \ \ \
| * | | | x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann2024-01-302-1/+1
| | |/ / | |/| |
* | | | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-1/+1
|\ \ \ \