summaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu.c
AgeCommit message (Expand)Author
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-03-16xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel
2015-03-16xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel
2015-01-28x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross
2015-01-28x86/xen: add some __init annotations in arch/x86/xen/mmu.cJuergen Gross
2014-12-16Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2014-12-11xen: switch to post-init routines in xen mmu.c earlierJuergen Gross
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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 remapping memory of pv-domainJuergen Gross
2014-12-04xen: use common page allocation function in p2m.cJuergen Gross
2014-11-16xen: Support Xen pv-domains using PATJuergen Gross
2014-11-03x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross
2014-09-23x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappingsDavid Vrabel
2014-09-10x86/xen: don't copy bogus duplicate entries into kernel page tablesStefan Bader
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-05-27x86/xen: map foreign pfns for autotranslated guestsMukesh Rathor
2014-05-15x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range()David Vrabel
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-25Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel
2014-03-13x86, vdso, xen: Remove stray reference to FIX_VDSOH. Peter Anvin
2014-02-10xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-01-29x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen
2014-01-06xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor
2014-01-06xen/pvh: MMU changes for PVH (v2)Mukesh Rathor
2014-01-06xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk
2014-01-06xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk
2013-10-10swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini
2013-10-09xen: make xen_create_contiguous_region return the dma addressStefano Stabellini
2013-09-27xen/mmu: Correct PAT MST setting.Konrad Rzeszutek Wilk
2013-04-30Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-11x86: Use a read-only IDT alias on all CPUsKees Cook
2013-04-10x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky
2013-04-02xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provide...Konrad Rzeszutek Wilk
2013-03-27xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.Konrad Rzeszutek Wilk
2013-02-22x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin
2012-12-13Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-11-29xen: correctly use xen_pfn_t in remap_domain_mfn_range.Ian Campbell
2012-11-29xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell