summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Return from panic notifierBoris Ostrovsky2019-11-061-3/+25
* xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-291-0/+2
* xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-08-062-2/+1
* xen: fix dom0 boot on huge systemsJuergen Gross2019-03-231-7/+6
* always clear the X2APIC_ENABLE bit for PV guestTalons Lee2019-02-271-4/+1
* xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-311-3/+9
* x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin2019-01-311-1/+10
* x86/xen/time: setup vcpu 0 time info pageJoao Martins2019-01-313-1/+95
* x86/xen/time: set pvclock flags on xen_time_init()Joao Martins2019-01-311-0/+9
* x86/mm: Fix guard hole handlingKirill A. Shutemov2019-01-131-5/+6
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-12-172-80/+4
* x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov2018-11-271-3/+3
* xen: fix xen_qlock_wait()Juergen Gross2018-11-131-6/+8
* xen/pvh: don't try to unplug emulated devicesJuergen Gross2018-11-131-0/+4
* xen/pvh: increase early stack sizeRoger Pau Monne2018-11-131-1/+1
* xen: make xen_qlock_wait() nestableJuergen Gross2018-11-131-14/+10
* xen: fix race in xen_qlock_wait()Juergen Gross2018-11-131-10/+5
* x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross2018-11-131-1/+1
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-10-031-2/+6
* xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky2018-09-291-1/+1
* x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross2018-09-151-4/+3
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-151-0/+1
* xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky2018-07-281-1/+25
* xen: setup pv irq ops vector earlierJuergen Gross2018-07-172-16/+12
* x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross2018-07-031-0/+5
* x86/xen: Reset VCPU0 info pointer after shared_info remapvan der Linden, Frank2018-06-211-0/+13
* tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2018-05-222-6/+2
* x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk2018-04-241-4/+4
* x86/gart: Exclude GART aperture from vmcoreJiri Bohac2018-04-121-1/+1
* x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-03-081-0/+16
* xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2018-03-032-4/+83
* x86-64/Xen: eliminate W+X mappingsJan Beulich2018-03-032-0/+15
* xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser2018-02-221-0/+6
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-221-3/+3
* x86/xen: init %gs very early to avoid page faults with stack protectorJuergen Gross2018-02-221-0/+16
* x86/xen: Support early interrupts in xen pv guestsJuergen Gross2018-02-032-13/+38
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-291-2/+0
* x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-251-1/+1
* x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski2017-12-251-1/+1
* x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-12-252-4/+4
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-12-252-5/+5
* x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski2017-12-251-3/+14
* x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-12-251-4/+3
* xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2017-12-252-2/+2
* x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov2017-12-251-99/+60
* x86/xen: Add unwind hint annotationsJosh Poimboeuf2017-12-251-1/+6
* x86/xen: Fix xen head ELF annotationsJosh Poimboeuf2017-12-251-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0231-0/+31
* Merge tag 'for-linus-4.14c-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-131-2/+2
|\
| * xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan2017-10-101-2/+2