aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross1-0/+2
2018-09-03x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross1-186/+0
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-17/+43
2018-05-14tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}Steven Rostedt (VMware)1-3/+1
2018-05-14xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant1-17/+43
2017-11-03xen: support priv-mapping in an HVM tools domainPaul Durrant1-2/+12
2017-08-31xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fnWei Liu1-1/+1
2017-05-19xen: make xen_flush_tlb_all() staticJuergen Gross1-1/+1
2017-05-02x86/xen: split off mmu_pv.cVitaly Kuznetsov1-2712/+2
2017-05-02x86/xen: split off mmu_hvm.cVitaly Kuznetsov1-74/+0
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-1/+1
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar1-1/+1
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov1-62/+90
2017-03-27x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang1-96/+149
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar1-20/+1
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky1-20/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-06-23x86/xen: avoid m2p lookup when setting early page table entriesDavid Vrabel1-41/+31
2016-06-23x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross1-1/+1
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-4/+4
2015-12-19Merge branch 'linus' into x86/cleanupsThomas Gleixner1-7/+3
2015-12-14xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky1-7/+2
2015-11-25x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross1-1/+0
2015-10-28x86/xen: add reschedule point when mapping foreign GFNsDavid Vrabel1-0/+1
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall1-16/+16
2015-08-20xen: move p2m list if conflicting with e820 mapJuergen Gross1-22/+235
2015-08-20xen: add explicit memblock_reserve() calls for special pagesJuergen Gross1-0/+15
2015-08-20xen: check pre-allocated page tables for conflict with memory mapJuergen Gross1-3/+16
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross1-10/+116
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-124/+83
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov1-7/+7
2015-03-16xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel1-19/+82
2015-03-16xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel1-107/+3
2015-01-28x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross1-2/+0
2015-01-28x86/xen: add some __init annotations in arch/x86/xen/mmu.cJuergen Gross1-7/+8
2014-12-16Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-14/+26
2014-12-11xen: switch to post-init routines in xen mmu.c earlierJuergen Gross1-1/+1
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2014-12-04xen: switch to linear virtual mapped sparse p2m listJuergen Gross1-14/+20
2014-12-04xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross1-1/+1
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross1-0/+4
2014-12-04xen: use common page allocation function in p2m.cJuergen Gross1-0/+2
2014-11-16xen: Support Xen pv-domains using PATJuergen Gross1-46/+1
2014-11-03x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski1-2/+4
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross1-1/+4
2014-09-23x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappingsDavid Vrabel1-44/+4
2014-09-10x86/xen: don't copy bogus duplicate entries into kernel page tablesStefan Bader1-15/+12