summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu_pv.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: move paravirt lazy codeJuergen Gross2023-09-191-19/+36
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe2023-07-111-1/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-1/+1
|\ \
| * | mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)2023-08-211-1/+1
| |/
* | x86/xen: Make virt_to_pfn() a static inlineLinus Walleij2023-08-211-6/+6
* | xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik2023-08-211-6/+0
|/
* x86/xen: add prototypes for paravirt mmu functionsJuergen Gross2023-06-261-0/+16
* x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross2023-03-061-10/+2
* swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig2022-05-111-0/+1
* Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-101-15/+37
|\
| * xen: remove highmem remnantsJuergen Gross2021-11-021-1/+0
| * xen/x86: adjust handling of the L3 user vsyscall special page tableJan Beulich2021-11-021-1/+11
| * xen/x86: adjust xen_set_fixmap()Jan Beulich2021-11-021-4/+5
| * xen/x86: restore (fix) xen_set_pte_init() behaviorJan Beulich2021-11-021-7/+17
| * xen/x86: streamline set_pte_mfn()Jan Beulich2021-11-021-2/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-3/+3
|\ \ | |/ |/|
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-3/+3
* | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-45/+48
|\ \ | |/ |/|
| * Merge branch 'objtool/urgent'Peter Zijlstra2021-10-071-2/+5
| |\
| * | x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysPeter Zijlstra2021-09-171-44/+46
| * | x86/xen: Make write_cr2() noinstrPeter Zijlstra2021-09-171-1/+2
* | | xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich2021-10-051-1/+1
| |/ |/|
* | xen: fix usage of pmd_populate in mremap for pv guestsJuergen Gross2021-09-151-2/+5
|/
* xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guestsJuergen Gross2021-08-301-2/+2
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-6/+5
|\
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-6/+5
* | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
|/
* 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