aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-23Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipGreg Kroah-Hartman1-1/+1
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang1-2/+6
2018-09-19xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky1-1/+1
2018-08-31Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+3
2018-08-28x86/xen: remove redundant variable save_pudColin Ian King1-2/+0
2018-08-27x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross1-4/+3
2018-08-23Merge branch 'tlb-fixes'Linus Torvalds1-0/+2
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-0/+2
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2-0/+4
2018-08-20x86/xen: remove unused function xen_auto_xlated_memory_setup()Juergen Gross2-32/+0
2018-08-20x86/Xen: further refine add_preferred_console() invocationsJan Beulich1-1/+4
2018-08-20x86/Xen: mark xen_setup_gdt() __initJan Beulich1-3/+3
2018-08-14Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-3/+10
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-08-07xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross1-3/+3
2018-08-06xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci1-0/+3
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner5-16/+27
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-07-26xen/spinlock: Don't use pvqspinlock if only 1 vCPUWaiman Long1-0/+4
2018-07-20x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin1-1/+10
2018-07-20x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin5-41/+34
2018-07-14Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-16/+13
2018-07-13xen: setup pv irq ops vector earlierJuergen Gross2-16/+12
2018-07-12xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross1-0/+1
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-0/+9
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner4-32/+142
2018-06-21x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross1-0/+5
2018-06-19xen: share start flags between PV and PVHRoger Pau Monne3-0/+9
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-27/+80
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+57
2018-06-04xen/PVH: Make GDT selectors PVH-specificBoris Ostrovsky1-10/+13
2018-06-04xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky1-1/+25
2018-05-19x86: Convert x86_platform_ops to timespec64Arnd Bergmann1-5/+5
2018-05-16Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+2
2018-05-14tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}Steven Rostedt (VMware)2-6/+2
2018-05-14xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant1-17/+43
2018-05-14x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper1-0/+57
2018-05-11Merge tag 'for-linus-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+13
2018-05-07x86/xen: Reset VCPU0 info pointer after shared_info remapvan der Linden, Frank1-0/+13
2018-05-04Merge tag 'for-linus-4.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-55/+31
2018-04-19x86/xen: Remove use of VLAsLaura Abbott1-55/+31
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-04-12Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-5/+7
2018-04-12Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar4-9/+33
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin1-12/+26
2018-04-10x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing1-1/+1
2018-04-10xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky1-1/+3