aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-03-17x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski1-0/+2
2016-02-25Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar1-2/+3
2016-02-24x86/xen: Add stack frame dependency to hypercall inline asm callsJosh Poimboeuf1-2/+3
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk1-2/+2
2015-12-21xen: rename dom0_op to platform_opStefano Stabellini1-3/+3
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini1-0/+5
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall1-2/+2
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall1-1/+1
2015-10-23x86/xen: export xen_alloc_p2m_entry()David Vrabel1-0/+2
2015-09-28xen: use correct type for HYPERVISOR_memory_op()Juergen Gross1-2/+2
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+33
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall1-2/+6
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky1-0/+123
2015-08-20xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky1-0/+6
2015-08-20xen: remove no longer needed p2m.hJuergen Gross1-2/+4
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross1-4/+0
2015-08-20xen: sync with xen headersJuergen Gross1-9/+87
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-0/+11
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini1-0/+5
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel1-14/+4
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-1/+1
2014-12-08xen: introduce helper functions to do safe read and write accessesJuergen Gross1-1/+15
2014-12-04xen: switch to linear virtual mapped sparse p2m listJuergen Gross1-4/+16
2014-12-04xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross1-6/+20
2014-12-04xen: Delay invalidating extra memoryJuergen Gross1-0/+3
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross1-1/+0
2014-12-04xen: Make functions staticJuergen Gross1-6/+0
2014-12-04xen/pci: Use APIC directly when APIC virtualization hardware is availableBoris Ostrovsky1-0/+91
2014-12-04xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini1-0/+7
2014-12-04xen: add a dma_addr_t dev_addr argument to xen_dma_map_pageStefano Stabellini1-2/+2
2014-04-24arm: xen: implement multicall hypercall support.Ian Campbell2-1/+4
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss1-2/+9
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk1-3/+2
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss1-2/+3
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-0/+1
2014-01-06xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.Mukesh Rathor1-1/+6
2013-10-25xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini1-0/+14
2013-10-09xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini1-0/+24
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-11/+20
2013-09-25xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel1-11/+20
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk1-0/+1
2013-08-05xen: Switch to use hypervisor_cpuid_base()Jason Wang1-15/+1
2013-03-22xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich1-2/+2
2013-02-20xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell1-0/+3
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-0/+2
2012-12-13Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-11-29xen: arm: implement remap interfaces needed for privcmd mappings.Ian Campbell1-0/+1
2012-11-04xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich1-14/+7