summaryrefslogtreecommitdiff
path: root/arch/x86/xen/p2m.c
AgeCommit message (Expand)Author
2015-03-23x86/xen: prepare p2m list for memory hotplugJuergen Gross
2015-02-27x86/xen: correct bug in p2m list initializationJuergen Gross
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel
2015-01-19x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger
2015-01-12xen: correct race in alloc_p2m_pmd()Juergen Gross
2015-01-12xen: correct error for building p2m list on 32 bitsJuergen Gross
2015-01-08x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky
2014-12-08xen: introduce helper functions to do safe read and write accessesJuergen Gross
2014-12-04xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross
2014-12-04xen: switch to linear virtual mapped sparse p2m listJuergen Gross
2014-12-04xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross
2014-12-04xen: Delay invalidating extra memoryJuergen Gross
2014-12-04xen: Delay m2p_override initializationJuergen Gross
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross
2014-12-04xen: use common page allocation function in p2m.cJuergen Gross
2014-12-04xen: Make functions staticJuergen Gross
2014-12-04xen: fix some style issues in p2m.cJuergen Gross
2014-10-23x86/xen: avoid race in p2m handlingJuergen Gross
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross
2014-10-23x86/xen: avoid writing to freed memory after race in p2m handlingJuergen Gross
2014-09-23xen/setup: Remap Xen Identity Mapped RAMMatt Rushton
2014-07-31xen/setup: Remove Identity Map Debug MessageMatt Rushton
2014-05-15x86/xen: set regions above the end of RAM as 1:1David Vrabel
2014-05-15x86/xen: compactly store large identity ranges in the p2mDavid Vrabel
2014-05-15x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFNDavid Vrabel
2014-05-15x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()David Vrabel
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss
2014-01-06xen/pvh: Setup up shared_info.Mukesh Rathor
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk
2013-10-09xen/x86: allow __set_phys_to_machine for autotranslate guestsStefano Stabellini
2013-09-25xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel
2013-09-09xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable...Boris Ostrovsky
2013-08-20xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini
2013-08-09xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini
2012-09-12Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7Konrad Rzeszutek Wilk
2012-09-05xen/p2m: Fix one-off error in checking the P2M tree directory.Konrad Rzeszutek Wilk
2012-08-23xen/p2m: When revectoring deal with holes in the P2M array.Konrad Rzeszutek Wilk
2012-08-23xen/p2m: Add logic to revector a P2M tree to use __va leafs.Konrad Rzeszutek Wilk
2012-08-23Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and...Konrad Rzeszutek Wilk
2012-08-21xen/x86: Use memblock_reserve for sensitive areas.Konrad Rzeszutek Wilk
2012-08-21xen/p2m: Fix the comment describing the P2M tree.Konrad Rzeszutek Wilk
2012-08-17xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID.Konrad Rzeszutek Wilk