summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/p2m.c
Commit message (Expand)AuthorAgeFilesLines
* xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser2018-02-081-0/+6
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* xen: remove tests for pvh mode in pure pv pathsJuergen Gross2017-08-311-24/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1
* x86/xen: export xen_alloc_p2m_entry()David Vrabel2015-10-231-6/+13
* x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel2015-10-061-1/+18
* xen: remove no longer needed p2m.hJuergen Gross2015-08-201-1/+5
* xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross2015-08-201-6/+4
* xen: don't build mfn tree if tools don't need itJuergen Gross2015-08-201-3/+7
* xen: save linear p2m list address in shared info structureJuergen Gross2015-08-201-0/+17
* 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/+0
* | 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/+8
* | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-11/+10
* | xen: correct race in alloc_p2m_pmd()Juergen Gross2015-01-121-6/+3
* | 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/+310
* 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/+25
* xen: Delay m2p_override initializationJuergen Gross2014-12-041-7/+12
* xen: Delay remapping memory of pv-domainJuergen Gross2014-12-041-94/+0
* xen: use common page allocation function in p2m.cJuergen Gross2014-12-041-22/+35
* xen: Make functions staticJuergen Gross2014-12-041-94/+92
* xen: fix some style issues in p2m.cJuergen Gross2014-12-041-8/+7
* x86/xen: avoid race in p2m handlingJuergen Gross2014-10-231-5/+5
* x86/xen: delay construction of mfn_list_listJuergen Gross2014-10-231-51/+14
* 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/+7
* xen/setup: Remove Identity Map Debug MessageMatt Rushton2014-07-311-3/+2
* 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/+2
* 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/+4
OpenPOWER on IntegriCloud