summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
12 daysx86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross1-1/+1
12 daysx86/xen: Move Xen upcall handlerBrian Gerst1-0/+69
2025-04-25x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne1-3/+12
2025-04-25x86/xen: move xen_reserve_extra_memory()Roger Pau Monne1-41/+41
2025-04-25x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne2-3/+10
2025-02-21Grab mm lock before grabbing pt lockMaksym Planeta1-0/+4
2025-02-21x86/xen: allow larger contiguous memory regions in PV guestsJuergen Gross1-9/+62
2025-02-17x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross1-0/+1
2025-02-17x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross1-2/+2
2025-01-23x86/xen: fix SLS mitigation in xen_hypercall_iret()Juergen Gross1-1/+1
2025-01-10Revert "x86, crash: wrap crash dumping code into crash related ifdefs"Greg Kroah-Hartman2-5/+1
2025-01-09x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-1/+5
2024-12-19x86/xen: remove hypercall pageJuergen Gross4-40/+1
2024-12-19x86/xen: add central hypercall functionsJuergen Gross6-1/+187
2024-12-19x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross1-9/+18
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-04minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-10-04xen: use correct end address of kernel for conflict checkingJuergen Gross1-1/+1
2024-08-03x86/xen: Convert comma to semicolonChen Ni1-2/+2
2024-06-12xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne1-0/+33
2024-04-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne4-44/+114
2024-04-10mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-2/+2
2024-03-27x86/xen: Add some null pointer checking to smp.cKunwu Chan1-0/+12
2024-01-01x86/xen: add CPU dependencies for 32-bit buildArnd Bergmann1-0/+1
2023-12-13x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2-2/+2
2023-12-08x86/xen: fix percpu vcpu_info allocationJuergen Gross2-2/+6
2023-09-19xen/efi: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross1-0/+1
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross3-28/+70
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross2-2/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-71/+25
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-0/+6
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-08-29Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+4
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki1-4/+4
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)1-1/+1
2023-08-21x86/xen: Make virt_to_pfn() a static inlineLinus Walleij3-9/+9
2023-08-21xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik1-6/+0
2023-08-09x86/xen/apic: Mark apic __ro_after_initThomas Gleixner1-15/+13
2023-08-09x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross2-14/+1
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner1-7/+3
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen1-1/+1
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner1-1/+6
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner1-6/+0