aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-6/+4
2018-01-08x86: xen: remove the use of VLAISNick Desaulniers1-5/+3
2018-01-08x86/xen/time: fix section mismatch for xen_init_time_ops()Nick Desaulniers1-1/+1
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-4/+98
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-2/+0
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2-4/+83
2017-12-19x86-64/Xen: eliminate W+X mappingsJan Beulich2-0/+15
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-1/+1
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_areaAndy Lutomirski1-1/+1
2017-12-17Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2-9/+9
2017-12-15Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2017-12-12x86/Xen: don't report ancient LAPIC versionJan Beulich1-1/+1
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+38
2017-11-28x86/xen: Support early interrupts in xen pv guestsJuergen Gross2-13/+38
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-10/+173
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+3
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-20/+31
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-111/+87
2017-11-10x86/virt/xen: Use guest_late_init to detect Xen PVH guestJuergen Gross2-11/+22
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2-4/+4
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'Juergen Gross2-5/+5
2017-11-08x86/xen/time: setup vcpu 0 time info pageJoao Martins3-1/+95
2017-11-08x86/xen/time: set pvclock flags on xen_time_init()Joao Martins1-0/+9
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar31-0/+31
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar32-2/+33
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar31-0/+31
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross1-5/+55
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar1-99/+60
2017-11-03xen: support priv-mapping in an HVM tools domainPaul Durrant1-2/+12
2017-11-03xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31
2017-11-02x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski1-3/+14
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-4/+3
2017-11-02xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2-2/+2
2017-10-31xen: support 52 bit physical addresses in pv guestsJuergen Gross1-2/+2
2017-10-30x86/paravirt: Set up the virt_spin_lock_key after static keys get initializedDou Liyang1-2/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar1-2/+2
2017-10-23Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar1-3/+8
2017-10-20x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov1-99/+60
2017-10-13Merge tag 'for-linus-4.14c-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner1-9/+4
2017-10-10xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan1-2/+2
2017-10-10locking/spinlocks, paravirt, xen: Correct the xen_nopvspin caseJuergen Gross1-0/+2
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-9/+4
2017-09-28xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan1-9/+4
2017-09-28x86/xen: Add unwind hint annotationsJosh Poimboeuf1-1/+6
2017-09-28x86/xen: Fix xen head ELF annotationsJosh Poimboeuf1-2/+2