summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xen
AgeCommit message (Expand)AuthorLines
2025-09-08xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()Juergen Gross-7/+7
2025-08-18compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich-2/+3
2025-05-16x86/cpuid: Rename hypervisor_cpuid_base()/for_each_possible_hypervisor_cpuid_...Ahmed S. Darwish-1/+1
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+2
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf-4/+2
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth-9/+9
2025-03-17Revert "x86/xen: allow nesting of same lazy mode"Ryan Roberts-13/+2
2024-12-17x86/xen: remove hypercall pageJuergen Gross-2/+0
2024-12-17x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross-13/+20
2024-12-17x86/xen: add central hypercall functionsJuergen Gross-0/+3
2024-07-25x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne-5/+0
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne-0/+5
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2024-01-03arch/x86: Fix typosBjorn Helgaas-1/+1
2023-11-13acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne-0/+9
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross-2/+13
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross-0/+26
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds-6/+0
2023-08-21x86/xen: Make virt_to_pfn() a static inlineLinus Walleij-1/+4
2023-07-31x86: always initialize xen-swiotlb when xen-pcifront is enablingChristoph Hellwig-6/+0
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+18
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+3
2023-02-23xen: update arch/x86/include/asm/xen/cpuid.hKrister Johansen-4/+18
2023-01-24KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if presentPaul Durrant-1/+3
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra-1/+1
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane-1/+4
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+0
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross-3/+0
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig-24/+6
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig-5/+0
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig-2/+0
2022-02-10xen/x86: detect support for extended destination IDRoger Pau Monne-0/+7
2022-01-28xen/x2apic: enable x2apic mode when supported for HVMRoger Pau Monne-14/+0
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2021-12-15x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi()Arnd Bergmann-1/+1
2021-12-11x86/xen: Remove .fixup usagePeter Zijlstra-11/+3
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner-0/+8
2021-11-25xen: make HYPERVISOR_set_debugreg() always_inlineJuergen Gross-1/+1
2021-11-25xen: make HYPERVISOR_get_debugreg() always_inlineJuergen Gross-1/+1
2021-11-19xen/pvh: add missing prototype to headerJuergen Gross-0/+1
2021-11-02xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross-109/+102
2021-11-02x86/xen: remove 32-bit pv leftoversJuergen Gross-31/+9
2021-11-02xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko-19/+0
2021-11-02x86/pvh: add prototype for xen_pvh_init()Juergen Gross-0/+4
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra-5/+1
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich-4/+7
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich-5/+1
2021-09-17x86/xen: Mark xen_force_evtchn_callback() noinstrPeter Zijlstra-1/+1