Age | Commit message (Expand) | Author |
2024-12-17 | x86/xen: remove hypercall page | Juergen Gross |
2024-12-17 | x86/xen: use new hypercall functions instead of hypercall page | Juergen Gross |
2024-12-17 | x86/xen: add central hypercall functions | Juergen Gross |
2024-07-25 | x86/xen: fix memblock_reserve() usage on PVH | Roger Pau Monne |
2024-03-13 | x86/xen: attempt to inflate the memory balloon on PVH | Roger Pau Monne |
2024-01-08 | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-03 | arch/x86: Fix typos | Bjorn Helgaas |
2023-11-13 | acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 | Roger Pau Monne |
2023-09-19 | x86/xen: allow nesting of same lazy mode | Juergen Gross |
2023-09-19 | x86/xen: move paravirt lazy code | Juergen Gross |
2023-08-29 | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d... | Linus Torvalds |
2023-08-21 | x86/xen: Make virt_to_pfn() a static inline | Linus Walleij |
2023-07-31 | x86: always initialize xen-swiotlb when xen-pcifront is enabling | Christoph Hellwig |
2023-03-17 | Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-02-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-02-23 | xen: update arch/x86/include/asm/xen/cpuid.h | Krister Johansen |
2023-01-24 | KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present | Paul Durrant |
2023-01-13 | cpuidle, xenpv: Make more PARAVIRT_XXL noinstr clean | Peter Zijlstra |
2022-08-12 | x86/xen: Add support for HVMOP_set_evtchn_upcall_vector | Jane Malalane |
2022-06-04 | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-06-01 | xen: replace xen_remap() with memremap() | Juergen Gross |
2022-05-11 | swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm | Christoph Hellwig |
2022-04-18 | swiotlb: merge swiotlb-xen initialization into swiotlb | Christoph Hellwig |
2022-04-18 | x86: remove the IOMMU table infrastructure | Christoph Hellwig |
2022-02-10 | xen/x86: detect support for extended destination ID | Roger Pau Monne |
2022-01-28 | xen/x2apic: enable x2apic mode when supported for HVM | Roger Pau Monne |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-12-15 | x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi() | Arnd Bergmann |
2021-12-11 | x86/xen: Remove .fixup usage | Peter Zijlstra |
2021-12-09 | PCI/MSI: Make arch_restore_msi_irqs() less horrible. | Thomas Gleixner |
2021-11-25 | xen: make HYPERVISOR_set_debugreg() always_inline | Juergen Gross |
2021-11-25 | xen: make HYPERVISOR_get_debugreg() always_inline | Juergen Gross |
2021-11-19 | xen/pvh: add missing prototype to header | Juergen Gross |
2021-11-02 | xen: allow pv-only hypercalls only with CONFIG_XEN_PV | Juergen Gross |
2021-11-02 | x86/xen: remove 32-bit pv leftovers | Juergen Gross |
2021-11-02 | xen-pciback: allow compiling on other archs than x86 | Oleksandr Andrushchenko |
2021-11-02 | x86/pvh: add prototype for xen_pvh_init() | Juergen Gross |
2021-11-01 | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-10-07 | Merge branch 'objtool/urgent' | Peter Zijlstra |
2021-10-05 | xen/x86: allow PVH Dom0 without XEN_PV=y | Jan Beulich |
2021-09-20 | xen/pci-swiotlb: reduce visibility of symbols | Jan Beulich |
2021-09-17 | x86/xen: Mark xen_force_evtchn_callback() noinstr | Peter Zijlstra |
2021-09-17 | x86/xen: Make set_debugreg() noinstr | Peter Zijlstra |
2021-09-17 | x86/xen: Make get_debugreg() noinstr | Peter Zijlstra |
2021-03-24 | Revert "xen: fix p2m size in dom0 for disabled memory hotplug case" | Roger Pau Monne |
2021-03-03 | xen: fix p2m size in dom0 for disabled memory hotplug case | Juergen Gross |
2021-02-04 | xen: add wc_sec_hi to struct shared_info | David Woodhouse |
2020-12-16 | xen: remove trailing semicolon in macro definition | Tom Rix |
2020-08-03 | xen: hypercall.h: fix duplicated word | Randy Dunlap |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |