summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig1-2/+0
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich1-1/+1
2021-01-26x86/xen: Support objtool validation in xen-asm.SJosh Poimboeuf1-1/+0
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2020-08-11x86/xen: eliminate xen-asm_64.SJuergen Gross1-2/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-3/+2
2018-12-13xen/pvh: Create a new file for Xen specific PVH codeMaran Wilson1-0/+2
2018-12-13xen/pvh: Move PVH entry code out of Xen specific treeMaran Wilson1-4/+0
2018-09-03x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVMJuergen Gross1-1/+1
2018-09-03x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross1-1/+1
2018-09-03x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross1-10/+31
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-0/+3
2017-05-02x86/xen: enable PVHVM-only buildsVitaly Kuznetsov1-4/+5
2017-05-02x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PVVitaly Kuznetsov1-3/+3
2017-05-02x86/xen: split suspend.c for PV and PVHVM guestsVitaly Kuznetsov1-1/+2
2017-05-02x86/xen: split off mmu_pv.cVitaly Kuznetsov1-2/+2
2017-05-02x86/xen: split off mmu_hvm.cVitaly Kuznetsov1-1/+1
2017-05-02x86/xen: split off smp_pv.cVitaly Kuznetsov1-1/+1
2017-05-02x86/xen: split off smp_hvm.cVitaly Kuznetsov1-0/+1
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov1-2/+2
2017-05-02x86/xen: split off enlighten_hvm.cVitaly Kuznetsov1-0/+1
2017-05-02x86/xen: split off enlighten_pvh.cVitaly Kuznetsov1-0/+2
2017-02-07xen/pvh: Bootstrap PVH guestBoris Ostrovsky1-0/+1
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky1-1/+1
2015-08-10x86/xen: build "Xen PV" APIC driver for domU as wellJason A. Donenfeld1-2/+2
2014-07-18arch/x86/xen: Silence compiler warningsDaniel Kiper1-0/+1
2012-05-01xen/x86: Implement x86_apic_opsKonrad Rzeszutek Wilk1-1/+1
2011-08-22xen/tracing: Fix tracing config option properlyJeremy Fitzhardinge1-1/+1
2011-08-04 xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge1-1/+1
2011-07-29Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2011-07-25xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge1-1/+3
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2011-07-18xen/trace: set up tracepoint skeletonJeremy Fitzhardinge1-1/+1
2011-06-06xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge1-1/+1
2011-01-11xen: move p2m handling to separate fileJeremy Fitzhardinge1-1/+2
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2010-07-27pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk1-0/+1
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-1/+1
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge1-0/+2
2009-08-20Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar1-0/+4
2009-08-19xen: rearrange things to fix stackprotectorJeremy Fitzhardinge1-0/+4
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge1-2/+3
2009-02-04xen: make direct versions of irq_enable/disable/save/restore to common codeJeremy Fitzhardinge1-1/+2
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-1/+1
2008-08-21xen: add debugfs supportJeremy Fitzhardinge1-1/+2
2008-07-31xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge1-1/+2
2008-07-24x86: split spinlock implementations out into their own filesJeremy Fitzhardinge1-1/+7
2008-07-16xen64: add 64-bit assemblerJeremy Fitzhardinge1-1/+1
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-1/+1