aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-08mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song1-10/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-17/+64
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-1/+1
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds12-277/+186
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon3-12/+62
2022-07-25Merge branch 'for-next/mte' into for-next/coreWill Deacon3-19/+0
2022-07-25Merge branch 'for-next/misc' into for-next/coreWill Deacon4-52/+18
2022-07-25Merge branch 'for-next/kpti' into for-next/coreWill Deacon2-93/+97
2022-07-25Merge branch 'for-next/ioremap' into for-next/coreWill Deacon2-92/+8
2022-07-17arm64/mm: move protection_map[] inside the platformAnshuman Khandual1-0/+21
2022-07-17arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang1-0/+22
2022-07-07arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas2-18/+0
2022-07-07mm: kasan: Skip unpoisoning of user pagesCatalin Marinas1-1/+0
2022-07-05arm64: mm: Remove assembly DMA cache maintenance wrappersWill Deacon2-46/+14
2022-07-05arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual2-6/+4
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng1-17/+17
2022-07-01arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptesWill Deacon1-9/+21
2022-07-01arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel2-16/+4
2022-06-28arm64: extable: cleanup redundant extable type EX_TYPE_FIXUPTong Tiangen1-9/+0
2022-06-28arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen1-0/+1
2022-06-27Merge branch 'master' into mm-stableakpm1-2/+0
2022-06-27arm64: Add HAVE_IOREMAP_PROT supportKefeng Wang1-10/+0
2022-06-27arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang1-82/+8
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel1-0/+8
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel2-4/+39
2022-06-24arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel2-3/+3
2022-06-24arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel1-1/+0
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel2-2/+4
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel2-2/+17
2022-06-24arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel1-0/+3
2022-06-24arm64: entry: simplify trampoline data pageArd Biesheuvel1-7/+3
2022-06-23arm64: mm: install KPTI nG mappings with MMU enabledArd Biesheuvel2-26/+62
2022-06-23arm64: kpti-ng: simplify page table traversal logicArd Biesheuvel1-64/+36
2022-06-17arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon1-2/+0
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-15arm64: mm: Only remove nomap flag for initrdMa Wupeng1-1/+1
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko1-5/+2
2022-05-27arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()Baolin Wang1-1/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-7/+44
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+1
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-63/+133
2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas1-35/+35
2022-05-20Merge branch 'for-next/sysreg-gen' into for-next/coreCatalin Marinas1-1/+2
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subpage', 'for-next/misc', 'for-next/ftrace' and 'for-next/crashkernel', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas4-27/+96
2022-05-17arm64: mm: avoid writable executable mappings in kexec/hibernate codeArd Biesheuvel1-1/+1
2022-05-16arm64/hugetlb: Implement arm64 specific huge_ptep_get()Baolin Wang1-0/+22
2022-05-16arm64/hugetlb: Use ptep_get() to get the pte value of a huge pageBaolin Wang1-4/+4
2022-05-16arm64: kdump: Do not allocate crash low memory if not neededZhen Lei1-1/+2
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-7/+5
2022-05-11arm64/hugetlb: Drop TLB flush from get_clear_flush()Anshuman Khandual1-11/+5