aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu_pv.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Gravatar Peter Xu 1-2/+2
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Gravatar Peter Xu 1-2/+2
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Gravatar Peter Xu 1-1/+1
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 1-1/+1
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Gravatar Yosry Ahmed 1-1/+1
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-09-19x86/xen: move paravirt lazy codeGravatar Juergen Gross 1-19/+36
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-08-21mm: convert ptlock_ptr() to use ptdescsGravatar Vishal Moola (Oracle) 1-1/+1
2023-08-21x86/xen: Make virt_to_pfn() a static inlineGravatar Linus Walleij 1-6/+6
2023-08-21xen: remove a confusing comment on auto-translated guest I/OGravatar Petr Tesarik 1-6/+0
2023-07-11mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Gravatar Rick Edgecombe 1-1/+1
2023-06-26x86/xen: add prototypes for paravirt mmu functionsGravatar Juergen Gross 1-0/+16
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksGravatar Juergen Gross 1-10/+2
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armGravatar Christoph Hellwig 1-0/+1
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+37
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-3/+3
2021-11-02xen: remove highmem remnantsGravatar Juergen Gross 1-1/+0
2021-11-02xen/x86: adjust handling of the L3 user vsyscall special page tableGravatar Jan Beulich 1-1/+11
2021-11-02xen/x86: adjust xen_set_fixmap()Gravatar Jan Beulich 1-4/+5
2021-11-02xen/x86: restore (fix) xen_set_pte_init() behaviorGravatar Jan Beulich 1-7/+17
2021-11-02xen/x86: streamline set_pte_mfn()Gravatar Jan Beulich 1-2/+4
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-45/+48
2021-10-07Merge branch 'objtool/urgent'Gravatar Peter Zijlstra 1-2/+5
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Gravatar Jan Beulich 1-1/+1
2021-09-17x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysGravatar Peter Zijlstra 1-44/+46
2021-09-17x86/xen: Make write_cr2() noinstrGravatar Peter Zijlstra 1-1/+2
2021-09-15xen: fix usage of pmd_populate in mremap for pv guestsGravatar Juergen Gross 1-2/+5
2021-08-30xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guestsGravatar Juergen Gross 1-2/+2
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+5
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 1-1/+1
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyGravatar Nadav Amit 1-6/+5
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-10-04x86/xen: Fix typo in xen_pagetable_p2m_free()Gravatar Hui Su 1-1/+1
2020-08-15x86/paravirt: Remove set_pte_at() pv-opGravatar Juergen Gross 1-8/+0
2020-08-11x86/xen: drop tests for highmem in pv codeGravatar Juergen Gross 1-85/+53
2020-08-11x86/xen: remove 32-bit Xen PV guest supportGravatar Juergen Gross 1-317/+39
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Gravatar Ingo Molnar 1-1/+1
2019-09-11xen: remove the exports for xen_{create,destroy}_contiguous_regionGravatar Christoph Hellwig 1-2/+0
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEGravatar Peter Zijlstra 1-11/+1
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsGravatar Anshuman Khandual 1-2/+1
2019-04-30x86/alternatives: Use temporary mm for text pokingGravatar Nadav Amit 1-2/+0
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+6
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