summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport
2022-04-04arm64: fix typos in commentsJulia Lawall
2022-03-24kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/mm' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/misc' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/linkage' into for-next/coreWill Deacon
2022-03-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-03-09arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definitionWill Deacon
2022-03-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas
2022-03-07arm64/mm: Drop use_1G_block()Anshuman Khandual
2022-03-07arm64: avoid flushing icache multiple times on contiguous HugeTLBMuchun Song
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-22arm64/hugetlb: Define __hugetlb_valid_size()Anshuman Khandual
2022-02-22arm64: clean up symbol aliasingMark Rutland
2022-02-15arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-02-15arm64/mm: avoid fixmap race condition when create pud mappingJianyong Wu
2022-02-15arm64/mm: Consolidate TCR_EL1 fieldsAnshuman Khandual
2022-01-26arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-01-20arm64: mm: apply __ro_after_init to memory_limitPeng Fan
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2021-12-15arm64: remove __dma_*_area() aliasesMark Rutland
2021-12-13arm64: mm: log potential KASAN shadow aliasMark Rutland
2021-12-13arm64: mm: use die_kernel_fault() in do_mem_abort()Mark Rutland
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-10arm64: mm: Use asid feature macro for cheanupYunfeng Ye
2021-12-10arm64: mm: Rename asid2idx() to ctxid2asid()Yunfeng Ye
2021-12-06arm64: extable: remove unused ex_handler_t definitionJisheng Zhang
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-11kasan: add kasan mode messages when kasan initKuan-Ying Lee
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-08arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang
2021-10-29Merge branch 'for-next/fixes' into for-next/coreWill Deacon