summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-262-7/+16
|\
| * Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne2021-03-242-5/+14
| * xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne2021-03-241-2/+2
* | Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-121-4/+2
|\|
| * Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2021-03-101-2/+2
| * Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich2021-03-101-2/+0
* | Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-042-29/+50
|\|
| * xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross2021-03-032-26/+9
| * Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-031-3/+41
* | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-233-13/+21
|\ \ | |/ |/|
| * x86/xen: Support objtool vmlinux.o validation in xen-head.SJosh Poimboeuf2021-01-261-2/+3
| * x86/xen: Support objtool validation in xen-asm.SJosh Poimboeuf2021-01-262-11/+19
* | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-8/+7
|\ \
| * | Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich2021-02-151-1/+2
| * | Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich2021-02-151-7/+5
* | | x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross2021-02-104-54/+0
* | | x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross2021-02-103-23/+0
* | | x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross2021-02-101-3/+0
* | | x86/xen: Use specific Xen pv interrupt entry for DFJuergen Gross2021-02-102-3/+9
* | | x86/xen: Use specific Xen pv interrupt entry for MCEJuergen Gross2021-02-102-2/+16
|/ /
* | Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-282-1/+15
|\ \
| * | x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross2021-01-272-1/+15
* | | Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-201-0/+2
|\| |
| * | x86/xen: fix 'nopvspin' build errorRandy Dunlap2021-01-181-0/+2
* | | Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-152-13/+29
|\| | | |/ |/|
| * x86/xen: Fix xen_hvm_smp_init() when vector callback not availableDavid Woodhouse2021-01-131-10/+17
| * x86/xen: Don't register Xen IPIs when they aren't going to be usedDavid Woodhouse2021-01-131-2/+2
| * x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse2021-01-131-1/+10
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-28/+9
|\ \
| * | efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel2020-11-171-28/+9
* | | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-192-27/+23
|\ \ \ | | |/ | |/|
| * | xen: Kconfig: remove X86_64 depends from XEN_512GBJason Andryuk2020-12-191-1/+1
| * | xen: Kconfig: nest Xen guest optionsJason Andryuk2020-12-161-13/+13
| * | xen: Remove Xen PVH/PVHVM dependency on PCIJason Andryuk2020-12-161-6/+12
| * | x86/xen: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-12-161-11/+1
* | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-5/+2
|\ \ \ | |/ / |/| |
| * | x86/apic: Cleanup destination modeThomas Gleixner2020-10-281-2/+1
| * | x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-281-3/+1
| |/
* | Merge tag 'for-linus-5.10b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-201-1/+11
|\ \ | |/ |/|
| * x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney2020-11-091-1/+11
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* | Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-252-8/+13
|\|
| * xen/events: only register debug interrupt for 2-level eventsJuergen Gross2020-10-232-8/+13
* | x86/xen: open code alloc_vm_area in arch_gnttab_vallocChristoph Hellwig2020-10-181-7/+20
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* | | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-142-1/+10
|\ \ \ | | |/ | |/|
| * | x86/xen: Fix typo in xen_pagetable_p2m_free()Hui Su2020-10-041-1/+1
| * | x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross2020-10-041-0/+9
| |/
* | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-1/+1
|\ \