summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/p2m.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
* x86/xen: prepare p2m list for memory hotplugJuergen Gross2015-03-231-1/+9
* x86/xen: correct bug in p2m list initializationJuergen Gross2015-02-271-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-1/+1
|\
| * x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-1/+1
* | xen: mark grant mapped pages as foreignJennifer Herbert2015-01-281-7/+0Star
* | x86/xen: require ballooned pages for grant mapsJennifer Herbert2015-01-281-2/+3
* | xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel2015-01-281-246/+8Star
* | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-11/+10Star
* | xen: correct race in alloc_p2m_pmd()Juergen Gross2015-01-121-6/+3Star
* | xen: correct error for building p2m list on 32 bitsJuergen Gross2015-01-121-1/+1
* | x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky2015-01-081-3/+6
|/
* xen: introduce helper functions to do safe read and write accessesJuergen Gross2014-12-081-1/+1
* xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross2014-12-041-6/+8
* xen: switch to linear virtual mapped sparse p2m listJuergen Gross2014-12-041-425/+310Star
* xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross2014-12-041-3/+3
* xen: Delay invalidating extra memoryJuergen Gross2014-12-041-103/+25Star
* xen: Delay m2p_override initializationJuergen Gross2014-12-041-7/+12
* xen: Delay remapping memory of pv-domainJuergen Gross2014-12-041-94/+0Star
* xen: use common page allocation function in p2m.cJuergen Gross2014-12-041-22/+35
* xen: Make functions staticJuergen Gross2014-12-041-94/+92Star
* xen: fix some style issues in p2m.cJuergen Gross2014-12-041-8/+7Star
* x86/xen: avoid race in p2m handlingJuergen Gross2014-10-231-5/+5
* x86/xen: delay construction of mfn_list_listJuergen Gross2014-10-231-51/+14Star
* x86/xen: avoid writing to freed memory after race in p2m handlingJuergen Gross2014-10-231-2/+6
* xen/setup: Remap Xen Identity Mapped RAMMatt Rushton2014-09-231-16/+7Star
* xen/setup: Remove Identity Map Debug MessageMatt Rushton2014-07-311-3/+2Star
* x86/xen: set regions above the end of RAM as 1:1David Vrabel2014-05-151-1/+1
* x86/xen: compactly store large identity ranges in the p2mDavid Vrabel2014-05-151-50/+105
* x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFNDavid Vrabel2014-05-151-1/+4
* x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()David Vrabel2014-05-151-6/+6
* xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-15/+106
* Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-2/+15
* xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-311-15/+2Star
* xen/pvh: Setup up shared_info.Mukesh Rathor2014-01-061-0/+3
* xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk2014-01-061-2/+10
* xen/x86: allow __set_phys_to_machine for autotranslate guestsStefano Stabellini2013-10-091-3/+3
* xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel2013-09-251-6/+4Star
* xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable...Boris Ostrovsky2013-09-091-4/+6
* xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini2013-08-201-6/+15
* xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel2013-08-091-1/+0Star
* Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-031-7/+85
|\
| * Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-121-7/+85
| |\
| | * xen/p2m: When revectoring deal with holes in the P2M array.Konrad Rzeszutek Wilk2012-08-231-3/+11
| | * xen/p2m: Add logic to revector a P2M tree to use __va leafs.Konrad Rzeszutek Wilk2012-08-231-0/+70
| | * Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and...Konrad Rzeszutek Wilk2012-08-231-5/+0Star
| | * xen/x86: Use memblock_reserve for sensitive areas.Konrad Rzeszutek Wilk2012-08-211-0/+5
| | * xen/p2m: Fix the comment describing the P2M tree.Konrad Rzeszutek Wilk2012-08-211-7/+7
* | | xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini2012-09-121-16/+11Star
|/ /
* | xen/p2m: Fix one-off error in checking the P2M tree directory.Konrad Rzeszutek Wilk2012-09-051-1/+1