summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-191-7/+3
|\
| * xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky2015-12-141-7/+2
| * x86/xen: add reschedule point when mapping foreign GFNsDavid Vrabel2015-10-281-0/+1
* | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-1/+0
|/
* xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2015-09-081-16/+16
* xen: move p2m list if conflicting with e820 mapJuergen Gross2015-08-201-22/+235
* xen: add explicit memblock_reserve() calls for special pagesJuergen Gross2015-08-201-0/+15
* xen: check pre-allocated page tables for conflict with memory mapJuergen Gross2015-08-201-3/+16
* xen: eliminate scalability issues from initial mapping setupJuergen Gross2015-08-201-10/+116
* Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-124/+83
|\
| * xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel2015-03-161-19/+82
| * xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel2015-03-161-107/+3
* | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-7/+7
|/
* x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross2015-01-281-2/+0
* x86/xen: add some __init annotations in arch/x86/xen/mmu.cJuergen Gross2015-01-281-7/+8
* Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-161-14/+26
|\
| * xen: switch to post-init routines in xen mmu.c earlierJuergen Gross2014-12-111-1/+1
| * xen: switch to linear virtual mapped sparse p2m listJuergen Gross2014-12-041-14/+20
| * xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross2014-12-041-1/+1
| * xen: Delay remapping memory of pv-domainJuergen Gross2014-12-041-0/+4
| * xen: use common page allocation function in p2m.cJuergen Gross2014-12-041-0/+2
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-2/+4
|\ \
| * | x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski2014-11-031-2/+4
| |/
* | xen: Support Xen pv-domains using PATJuergen Gross2014-11-161-46/+1
|/
* x86/xen: delay construction of mfn_list_listJuergen Gross2014-10-231-1/+4
* x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappingsDavid Vrabel2014-09-231-44/+4
* x86/xen: don't copy bogus duplicate entries into kernel page tablesStefan Bader2014-09-101-15/+12
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-5/+3
|\
| * x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-051-5/+3
* | x86/xen: map foreign pfns for autotranslated guestsMukesh Rathor2014-05-271-3/+118
* | x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range()David Vrabel2014-05-151-3/+1
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-1/+0
|\
| * x86, vdso, xen: Remove stray reference to FIX_VDSOH. Peter Anvin2014-03-131-1/+0
* | Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel2014-03-251-2/+2
|/
* xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-101-2/+2
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-301-8/+8
|\
| * x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-291-8/+8
* | xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor2014-01-061-0/+9
* | xen/pvh: MMU changes for PVH (v2)Mukesh Rathor2014-01-061-35/+46
* | xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk2014-01-061-20/+20
* | xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk2014-01-061-33/+37
|/
* Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-151-5/+10
|\
| * Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-081-3/+8
| |\
| | * swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini2013-10-101-2/+5
| | * xen: make xen_create_contiguous_region return the dma addressStefano Stabellini2013-10-091-1/+3
| * | xen/mmu: Correct PAT MST setting.Konrad Rzeszutek Wilk2013-09-271-2/+2
| |/
* | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-151-1/+1
* | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2013-11-151-3/+3
|/
* Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-3/+1
|\
| * x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-111-3/+1
OpenPOWER on IntegriCloud