summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2019-01-31xen: Fix x86 sched_clock() interface for xenJuergen Gross1-3/+9
2019-01-31x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin1-1/+10
2019-01-31x86/xen/time: setup vcpu 0 time info pageJoao Martins3-1/+95
2019-01-31x86/xen/time: set pvclock flags on xen_time_init()Joao Martins1-0/+9
2019-01-13x86/mm: Fix guard hole handlingKirill A. Shutemov1-5/+6
2018-12-17Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2-80/+4
2018-11-27x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov1-3/+3
2018-11-13xen: fix xen_qlock_wait()Juergen Gross1-6/+8
2018-11-13xen/pvh: don't try to unplug emulated devicesJuergen Gross1-0/+4
2018-11-13xen/pvh: increase early stack sizeRoger Pau Monne1-1/+1
2018-11-13xen: make xen_qlock_wait() nestableJuergen Gross1-14/+10
2018-11-13xen: fix race in xen_qlock_wait()Juergen Gross1-10/+5
2018-11-13x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross1-1/+1
2018-10-04x86/mm: Expand static page table for fixmap spaceFeng Tang1-2/+6
2018-09-29xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky1-1/+1
2018-09-15x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross1-4/+3
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-07-28xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky1-1/+25
2018-07-17xen: setup pv irq ops vector earlierJuergen Gross2-16/+12
2018-07-03x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross1-0/+5
2018-06-20x86/xen: Reset VCPU0 info pointer after shared_info remapvan der Linden, Frank1-0/+13
2018-05-22tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2-6/+2
2018-04-24x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk1-4/+4
2018-04-12x86/gart: Exclude GART aperture from vmcoreJiri Bohac1-1/+1
2018-03-09x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross1-0/+16
2018-03-03xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2-4/+83
2018-03-03x86-64/Xen: eliminate W+X mappingsJan Beulich2-0/+15
2018-02-22xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser1-0/+6
2018-02-22x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski1-3/+3
2018-02-22x86/xen: init %gs very early to avoid page faults with stack protectorJuergen Gross1-0/+16
2018-02-03x86/xen: Support early interrupts in xen pv guestsJuergen Gross2-13/+38
2017-12-29x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-2/+0
2017-12-25x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-1/+1
2017-12-25x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski1-1/+1
2017-12-25x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2-4/+4
2017-12-25x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2-5/+5
2017-12-25x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski1-3/+14
2017-12-25x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-4/+3
2017-12-25xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2-2/+2
2017-12-25x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov1-99/+60
2017-12-25x86/xen: Add unwind hint annotationsJosh Poimboeuf1-1/+6
2017-12-25x86/xen: Fix xen head ELF annotationsJosh Poimboeuf1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31
2017-10-13Merge tag 'for-linus-4.14c-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2017-10-10xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan1-2/+2
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+4
2017-09-28xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan1-9/+4
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-09-15xen: x86: mark xen_find_pt_base as __initArnd Bergmann1-1/+1
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2-4/+0