aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/p2m.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-08xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser1-0/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-08-31xen: remove tests for pvh mode in pure pv pathsJuergen Gross1-24/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2015-10-23x86/xen: export xen_alloc_p2m_entry()David Vrabel1-6/+13
2015-10-06x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel1-1/+18
2015-08-20xen: remove no longer needed p2m.hJuergen Gross1-1/+5
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross1-6/+4
2015-08-20xen: don't build mfn tree if tools don't need itJuergen Gross1-3/+7
2015-08-20xen: save linear p2m list address in shared info structureJuergen Gross1-0/+17
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-03-23x86/xen: prepare p2m list for memory hotplugJuergen Gross1-1/+9
2015-02-27x86/xen: correct bug in p2m list initializationJuergen Gross1-1/+1
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-1/+1
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert1-7/+0
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert1-2/+3
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel1-246/+8
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-11/+10
2015-01-19x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2015-01-12xen: correct race in alloc_p2m_pmd()Juergen Gross1-6/+3
2015-01-12xen: correct error for building p2m list on 32 bitsJuergen Gross1-1/+1
2015-01-08x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky1-3/+6
2014-12-08xen: introduce helper functions to do safe read and write accessesJuergen Gross1-1/+1
2014-12-04xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross1-6/+8
2014-12-04xen: switch to linear virtual mapped sparse p2m listJuergen Gross1-425/+310
2014-12-04xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross1-3/+3
2014-12-04xen: Delay invalidating extra memoryJuergen Gross1-103/+25
2014-12-04xen: Delay m2p_override initializationJuergen Gross1-7/+12
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross1-94/+0
2014-12-04xen: use common page allocation function in p2m.cJuergen Gross1-22/+35
2014-12-04xen: Make functions staticJuergen Gross1-94/+92
2014-12-04xen: fix some style issues in p2m.cJuergen Gross1-8/+7
2014-10-23x86/xen: avoid race in p2m handlingJuergen Gross1-5/+5
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross1-51/+14
2014-10-23x86/xen: avoid writing to freed memory after race in p2m handlingJuergen Gross1-2/+6
2014-09-23xen/setup: Remap Xen Identity Mapped RAMMatt Rushton1-16/+7
2014-07-31xen/setup: Remove Identity Map Debug MessageMatt Rushton1-3/+2
2014-05-15x86/xen: set regions above the end of RAM as 1:1David Vrabel1-1/+1
2014-05-15x86/xen: compactly store large identity ranges in the p2mDavid Vrabel1-50/+105
2014-05-15x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFNDavid Vrabel1-1/+4
2014-05-15x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()David Vrabel1-6/+6
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss1-15/+106
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk1-2/+15
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss1-15/+2
2014-01-06xen/pvh: Setup up shared_info.Mukesh Rathor1-0/+3
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk1-2/+10
2013-10-09xen/x86: allow __set_phys_to_machine for autotranslate guestsStefano Stabellini1-3/+3
2013-09-25xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel1-6/+4