aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu_pv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-9/+4
2017-09-28xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan1-9/+4
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2017-09-15xen: x86: mark xen_find_pt_base as __initArnd Bergmann1-1/+1
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-2/+0
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-20/+0
2017-08-31xen: remove unused function xen_set_domain_pte()Juergen Gross1-20/+0
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar1-2/+2
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-2/+2
2017-07-05x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski1-3/+2
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov1-8/+8
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-3/+3
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski1-28/+23
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski1-5/+5
2017-05-19xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross1-64/+38
2017-05-11xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross1-3/+4
2017-05-02xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Juergen Gross1-0/+13
2017-05-02x86/xen: split off mmu_pv.cVitaly Kuznetsov1-0/+2717