aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu_pv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig1-0/+1
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-15/+37
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-3/+3
2021-11-02xen: remove highmem remnantsJuergen Gross1-1/+0
2021-11-02xen/x86: adjust handling of the L3 user vsyscall special page tableJan Beulich1-1/+11
2021-11-02xen/x86: adjust xen_set_fixmap()Jan Beulich1-4/+5
2021-11-02xen/x86: restore (fix) xen_set_pte_init() behaviorJan Beulich1-7/+17
2021-11-02xen/x86: streamline set_pte_mfn()Jan Beulich1-2/+4
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-45/+48
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-2/+5
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich1-1/+1
2021-09-17x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysPeter Zijlstra1-44/+46
2021-09-17x86/xen: Make write_cr2() noinstrPeter Zijlstra1-1/+2
2021-09-15xen: fix usage of pmd_populate in mremap for pv guestsJuergen Gross1-2/+5
2021-08-30xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guestsJuergen Gross1-2/+2
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit1-6/+5
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2020-10-04x86/xen: Fix typo in xen_pagetable_p2m_free()Hui Su1-1/+1
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross1-8/+0
2020-08-11x86/xen: drop tests for highmem in pv codeJuergen Gross1-85/+53
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross1-317/+39
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-09-11xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig1-2/+0
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-11/+1
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit1-2/+0
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-7/+6
2019-03-08xen: fix dom0 boot on huge systemsJuergen Gross1-7/+6
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-4/+4
2018-12-11x86/mm: Fix guard hole handlingKirill A. Shutemov1-5/+6
2018-11-06x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov1-3/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+154
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang1-2/+6
2018-09-06x86/xen: Make xen_reservation_lock staticJuergen Gross1-1/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-14/+14
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-0/+138
2018-08-31Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+3
2018-08-28x86/xen: remove redundant variable save_pudColin Ian King1-2/+0
2018-08-27x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross1-4/+3
2018-08-23Merge branch 'tlb-fixes'Linus Torvalds1-0/+2
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-0/+2
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross1-0/+2