summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: fix rodata=fullMark Rutland2022-08-231-18/+0
* mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song2022-08-081-10/+3
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-17/+64
|\
| * arm64/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-171-0/+21
| * arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang2022-07-171-0/+22
| * mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-07-031-17/+17
| * Merge branch 'master' into mm-stableakpm2022-06-271-2/+0
| |\
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-1/+1
|\ \ \
| * | | arm64: mm: Only remove nomap flag for initrdMa Wupeng2022-06-151-1/+1
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-0112-277/+186
|\ \ \ \
| * \ \ \ Merge branch 'for-next/boot' into for-next/coreWill Deacon2022-07-253-12/+62
| |\ \ \ \
| | * | | | arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel2022-07-012-16/+4
| | * | | | arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel2022-06-241-0/+8
| | * | | | arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel2022-06-242-4/+39
| | * | | | arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel2022-06-242-3/+3
| | * | | | arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel2022-06-241-1/+0
| | * | | | arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel2022-06-242-2/+4
| | * | | | arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel2022-06-242-2/+17
| | * | | | arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel2022-06-241-0/+3
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-next/mte' into for-next/coreWill Deacon2022-07-253-19/+0
| |\ \ \ \
| | * | | | arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas2022-07-072-18/+0
| | * | | | mm: kasan: Skip unpoisoning of user pagesCatalin Marinas2022-07-071-1/+0
| | |/ / /
| * | | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2022-07-254-52/+18
| |\ \ \ \
| | * | | | arm64: mm: Remove assembly DMA cache maintenance wrappersWill Deacon2022-07-052-46/+14
| | * | | | arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual2022-07-052-6/+4
| | |/ / /
| * | | | Merge branch 'for-next/kpti' into for-next/coreWill Deacon2022-07-252-93/+97
| |\ \ \ \
| | * | | | arm64: entry: simplify trampoline data pageArd Biesheuvel2022-06-241-7/+3
| | * | | | arm64: mm: install KPTI nG mappings with MMU enabledArd Biesheuvel2022-06-232-26/+62
| | * | | | arm64: kpti-ng: simplify page table traversal logicArd Biesheuvel2022-06-231-64/+36
| | |/ / /
| * | | | Merge branch 'for-next/ioremap' into for-next/coreWill Deacon2022-07-252-92/+8
| |\ \ \ \
| | * | | | arm64: Add HAVE_IOREMAP_PROT supportKefeng Wang2022-06-271-10/+0
| | * | | | arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang2022-06-271-82/+8
| | |/ / /
| * | | | arm64: extable: cleanup redundant extable type EX_TYPE_FIXUPTong Tiangen2022-06-281-9/+0
| * | | | arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen2022-06-281-0/+1
| |/ / /
* / / / arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptesWill Deacon2022-07-011-9/+21
|/ / /
* | / arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon2022-06-171-2/+0
| |/ |/|
* | arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2022-06-061-5/+2
|/
* arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()Baolin Wang2022-05-271-1/+4
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-263-7/+44
|\
| * mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-7/+5
| * mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-281-1/+1
| * mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-281-1/+1
| * arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-281-0/+25
| * arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64Muchun Song2022-04-281-0/+14
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-5/+1
|\ \
| * | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-5/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-235-63/+133
|\ \
| * \ Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas2022-05-201-35/+35
| |\ \
| | * | arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei2022-04-291-35/+35
| | |/