summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-1/+1
| |/
* | x86/numa: cleanup configuration dependent command-line optionsDan Williams2020-10-131-1/+1
* | x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-151-8/+0
* | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-6/+0
|/
* Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-1414-956/+281
|\
| * x86/xen: drop tests for highmem in pv codeJuergen Gross2020-08-112-95/+57
| * x86/xen: eliminate xen-asm_64.SJuergen Gross2020-08-113-195/+180
| * x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-1112-667/+45
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-105-2/+7
|\ \
| * | locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-063-2/+4
| * | x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-063-0/+3
| |/
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-3/+2
|\ \
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-3/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-2/+2
|\ \ \
| * | | xen: Mark "xen_nopvspin" parameter obsoleteZhenzhong Duan2020-07-081-2/+2
* | | | Merge tag 'x86-timers-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-0/+1
|\ \ \ \
| * | | | x86/xen/time: Set the X86_FEATURE_TSC_KNOWN_FREQ flag in xen_tsc_khz()Hayato Ohhashi2020-07-251-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-031-2/+0
|\ \ \ \
| * | | | Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new co...Ingo Molnar2020-07-252-12/+55
| |\| | |
| * | | | x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst2020-06-181-2/+0
| | |/ / | |/| |