summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross2018-09-031-0/+1
| * | x86/paravirt: Use a single ops structureJuergen Gross2018-09-036-36/+42
| * | x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross2018-09-0311-64/+20
| * | x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVMJuergen Gross2018-09-032-3/+1
| * | x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross2018-09-033-187/+139
| * | x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross2018-09-031-10/+31
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-231-0/+2
|\ \
| * | x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy2018-10-221-0/+2
* | | Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+1
|\ \ \
| * | | x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross2018-10-101-1/+1
| |/ /
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-3/+9
|\ \ \
| * | | x86/xen: Add Hygon Dhyana support to XenPu Wen2018-09-271-3/+9
| | |/ | |/|
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+0
|\ \ \
| * | | x86/kconfig: Remove redundant 'default n' lines from all x86 Kconfig'sBartlomiej Zolnierkiewicz2018-10-171-1/+0
| | |/ | |/|
* | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-012-3/+7
|\| |
| * | Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-231-1/+1
| |\ \
| | * | xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky2018-09-191-1/+1
| | |/
| * / x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-2/+6
| |/
* / xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-264-0/+4
|/
* Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-311-6/+3
|\
| * x86/xen: remove redundant variable save_pudColin Ian King2018-08-281-2/+0
| * x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross2018-08-271-4/+3
* | Merge branch 'tlb-fixes'Linus Torvalds2018-08-231-0/+2
|\ \ | |/ |/|
| * x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-0/+2
* | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2018-08-202-0/+4
* | x86/xen: remove unused function xen_auto_xlated_memory_setup()Juergen Gross2018-08-202-32/+0
* | x86/Xen: further refine add_preferred_console() invocationsJan Beulich2018-08-201-1/+4
* | x86/Xen: mark xen_setup_gdt() __initJan Beulich2018-08-201-3/+3
|/
* Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-143-3/+10
|\
| * xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-071-3/+3
| * xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci2018-08-061-0/+3
| * xen/spinlock: Don't use pvqspinlock if only 1 vCPUWaiman Long2018-07-261-0/+4
* | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+1
|\ \
| * | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-055-16/+27
| |\|
| * | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* | | x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin2018-07-201-1/+10
* | | x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin2018-07-205-41/+34
| |/ |/|
* | Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-07-142-16/+13
|\ \
| * | xen: setup pv irq ops vector earlierJuergen Gross2018-07-132-16/+12
| * | xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross2018-07-121-0/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-241-0/+5
|\ \ \
| * \ \ Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-224-32/+142
| |\ \ \ | | | |/ | | |/|
| * | | x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross2018-06-211-0/+5
* | | | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-233-0/+9
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | xen: share start flags between PV and PVHRoger Pau Monne2018-06-193-0/+9
* | | Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-082-27/+80
|\| |
| * | xen/PVH: Make GDT selectors PVH-specificBoris Ostrovsky2018-06-041-10/+13
| * | xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky2018-06-041-1/+25
| * | xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-141-17/+43
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-5/+5
|\ \ \