summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu_pv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-1/+1
|\
| * x86/xen: Fix typo in xen_pagetable_p2m_free()Hui Su2020-10-041-1/+1
* | x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-151-8/+0
|/
* x86/xen: drop tests for highmem in pv codeJuergen Gross2020-08-111-85/+53
* x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-317/+39
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
* xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2019-09-111-2/+0
* x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-11/+1
* mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-2/+1
* x86/alternatives: Use temporary mm for text pokingNadav Amit2019-04-301-2/+0
* Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-111-7/+6
|\
| * xen: fix dom0 boot on huge systemsJuergen Gross2019-03-081-7/+6
* | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-4/+4
|/
* x86/mm: Fix guard hole handlingKirill A. Shutemov2018-12-111-5/+6
* x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov2018-11-061-3/+3
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-14/+154
|\
| * x86/xen: Make xen_reservation_lock staticJuergen Gross2018-09-061-1/+1
| * x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-14/+14
| * x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross2018-09-031-0/+2
| * x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross2018-09-031-0/+138
* | x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-2/+6
|/
* Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-311-6/+3
|\
| * x86/xen: remove redundant variable save_pudColin Ian King2018-08-281-2/+0
| * x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross2018-08-271-4/+3
* | Merge branch 'tlb-fixes'Linus Torvalds2018-08-231-0/+2
|\ \ | |/ |/|
| * x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-0/+2
* | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2018-08-201-0/+2
|/
* x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin2018-07-201-4/+2
* tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2018-05-141-3/+1
* xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-111-12/+26
* Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-261-3/+3
|\
| * x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-3/+3
* | x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov2018-02-211-0/+21
|/
* Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-121-5/+3
|\
| * x86: xen: remove the use of VLAISNick Desaulniers2018-01-081-5/+3
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+0
|\ \
| * | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-2/+0
* | | Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-221-0/+12
|\ \ \ | | |/ | |/|
| * | x86-64/Xen: eliminate W+X mappingsJan Beulich2017-12-191-0/+12
* | | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-1/+1
|\ \ \ | | |/ | |/|
| * | x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski2017-12-171-1/+1
* | | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-2/+2
|\ \ \ | |/ / |/| / | |/
| * xen: support 52 bit physical addresses in pv guestsJuergen Gross2017-10-311-2/+2
* | x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov2017-10-201-99/+60
|/
* Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-291-9/+4
|\
| * xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan2017-09-281-9/+4
* | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-1/+1
|\ \ | |/ |/|