summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2025-02-06Merge tag 'for-linus-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-02-05x86/xen: remove unneeded dummy push from xen_hypercall_hvm()Juergen Gross
2025-02-05x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross
2025-02-05x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross
2025-01-29Merge tag 'for-linus-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-21Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-20Grab mm lock before grabbing pt lockMaksym Planeta
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen
2024-12-17x86/xen: remove hypercall pageJuergen Gross
2024-12-17x86/xen: add central hypercall functionsJuergen Gross
2024-12-13x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross
2024-12-04x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()Kirill A. Shutemov
2024-10-29x86/xen: Avoid relocatable quantities in Xen ELF notesArd Biesheuvel
2024-10-08x86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASEJuergen Gross
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-25xen/pvh: Setup gsi for passthrough deviceJiqian Chen
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-12xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross
2024-09-12xen: allow mapping ACPI data using a different physical addressJuergen Gross
2024-09-10xen: add capability to remap non-RAM pages to different PFNsJuergen Gross
2024-09-10xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross
2024-09-10xen: move checks for e820 conflicts further upJuergen Gross
2024-09-10xen: introduce generic helper checking for memory map conflictsJuergen Gross
2024-09-10xen: use correct end address of kernel for conflict checkingJuergen Gross
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand
2024-07-27Merge tag 'for-linus-6.11-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-26minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds
2024-07-25x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne
2024-07-25x86/xen: move xen_reserve_extra_memory()Roger Pau Monne
2024-07-23xen: fix multicall debug data referencingJuergen Gross
2024-07-11x86/xen: remove deprecated xen_nopvspin boot parameterJuergen Gross
2024-07-11x86/xen: eliminate some private header filesJuergen Gross
2024-07-11x86/xen: make some functions staticJuergen Gross
2024-07-11xen: make multicall debug boot time selectableJuergen Gross
2024-07-02x86/xen: Convert comma to semicolonChen Ni
2024-07-02x86/xen/time: Reduce Xen timer tickFrediano Ziglio
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne
2024-05-17locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry()Uros Bizjak
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-13Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-02x86/xen: return a sane initial apic id when running as PV guestJuergen Gross
2024-05-02x86/xen/smp_pv: Register the boot CPU APIC properlyThomas Gleixner
2024-04-11Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar
2024-03-22x86/xen: Remove duplicate #includeJiapeng Chong