aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xen/page.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig1-5/+0
2021-12-11x86/xen: Remove .fixup usagePeter Zijlstra1-11/+3
2021-03-24Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne1-12/+0
2021-03-03xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross1-0/+12
2020-12-16xen: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2018-11-09x86/xen: fix pv bootJuergen Gross1-4/+31
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31xen: support 52 bit physical addresses in pv guestsJuergen Gross1-1/+10
2017-08-31xen: remove unused function xen_set_domain_pte()Juergen Gross1-2/+0
2017-08-31xen: remove tests for pvh mode in pure pv pathsJuergen Gross1-3/+0
2017-05-02x86/xen: create stubs for HVM-only builds in page.hVitaly Kuznetsov1-0/+25
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-0/+1
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov1-2/+6
2017-02-01xen, x86/headers: Add <linux/device.h> dependency to <asm/xen/page.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
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-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: 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-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/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini1-0/+7
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-09-25xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel1-11/+20
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-0/+2
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+2
2012-04-06xen/p2m: An early bootup variant of set_phys_to_machineKonrad Rzeszutek Wilk1-0/+1
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-4/+2
2011-09-29xen: modify kernel mappings corresponding to granted pagesStefano Stabellini1-1/+2
2011-09-23xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk1-3/+0
2011-08-17xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich1-2/+2
2011-04-18xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk1-2/+3
2011-03-14xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set..Stefano Stabellini1-7/+22
2011-03-14xen/m2p: No need to catch exceptions when we know that there is no RAMKonrad Rzeszutek Wilk1-1/+5