aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu_pv.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-08xen: fix dom0 boot on huge systemsGravatar Juergen Gross 1-7/+6
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argGravatar Aneesh Kumar K.V 1-4/+4
2018-12-11x86/mm: Fix guard hole handlingGravatar Kirill A. Shutemov 1-5/+6
2018-11-06x86/mm: Move LDT remap out of KASLR region on 5-level pagingGravatar Kirill A. Shutemov 1-3/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-14/+154
2018-09-20x86/mm: Expand static page table for fixmap spaceGravatar Feng Tang 1-2/+6
2018-09-06x86/xen: Make xen_reservation_lock staticGravatar Juergen Gross 1-1/+1
2018-09-03x86/paravirt: Use a single ops structureGravatar Juergen Gross 1-14/+14
2018-09-03x86/xen: Add SPDX identifier in arch/x86/xen filesGravatar Juergen Gross 1-0/+2
2018-09-03x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cGravatar Juergen Gross 1-0/+138
2018-08-31Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+3
2018-08-28x86/xen: remove redundant variable save_pudGravatar Colin Ian King 1-2/+0
2018-08-27x86/xen: don't write ptes directly in 32-bit PV guestsGravatar Juergen Gross 1-4/+3
2018-08-23Merge branch 'tlb-fixes'Gravatar Linus Torvalds 1-0/+2
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtGravatar Peter Zijlstra 1-0/+2
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestGravatar Juergen Gross 1-0/+2
2018-07-20x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Gravatar Pavel Tatashin 1-4/+2
2018-05-14tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Gravatar Steven Rostedt (VMware) 1-3/+1
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsGravatar Pavel Tatashin 1-12/+26
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesGravatar Ingo Molnar 1-3/+3
2018-02-21x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELGravatar Kirill A. Shutemov 1-0/+21
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Gravatar Andy Lutomirski 1-3/+3
2018-01-12Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+3
2018-01-08x86: xen: remove the use of VLAISGravatar Nick Desaulniers 1-5/+3
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+12
2017-12-22x86/cpu_entry_area: Move it out of the fixmapGravatar Thomas Gleixner 1-2/+0
2017-12-19x86-64/Xen: eliminate W+X mappingsGravatar Jan Beulich 1-0/+12
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-1/+1
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Gravatar Andy Lutomirski 1-1/+1
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2017-10-31xen: support 52 bit physical addresses in pv guestsGravatar Juergen Gross 1-2/+2
2017-10-20x86/xen: Drop 5-level paging support code from the XEN_PV codeGravatar Kirill A. Shutemov 1-99/+60
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+4
2017-09-28xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingGravatar Zhenzhong Duan 1-9/+4
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-09-15xen: x86: mark xen_find_pt_base as __initGravatar Arnd Bergmann 1-1/+1
2017-09-13x86/paravirt: Remove no longer used paravirt functionsGravatar Juergen Gross 1-2/+0
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-20/+0
2017-08-31xen: remove unused function xen_set_domain_pte()Gravatar Juergen Gross 1-20/+0
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesGravatar Ingo Molnar 1-2/+2
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionGravatar Xunlei Pang 1-2/+2
2017-07-05x86/mm: Rework lazy TLB mode and TLB freshness trackingGravatar Andy Lutomirski 1-3/+2
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtGravatar Kirill A. Shutemov 1-8/+8
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Gravatar Andy Lutomirski 1-3/+3
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmGravatar Andy Lutomirski 1-28/+23
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcGravatar Andy Lutomirski 1-5/+5
2017-05-19xen: cleanup pvh leftovers from pv-only sourcesGravatar Juergen Gross 1-64/+38
2017-05-11xen: adjust early dom0 p2m handling to xen hypervisor behaviorGravatar Juergen Gross 1-3/+4