summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2022-03-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+17
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas1-0/+17
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse1-3/+9
2022-01-26arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov1-2/+2
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-01-20arm64: mm: apply __ro_after_init to memory_limitPeng Fan1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-4/+2
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+0
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas4-40/+18
2021-12-15arm64: remove __dma_*_area() aliasesMark Rutland1-21/+3
2021-12-13arm64: mm: log potential KASAN shadow aliasMark Rutland1-0/+2
2021-12-13arm64: mm: use die_kernel_fault() in do_mem_abort()Mark Rutland1-5/+2
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-12-10arm64: mm: Use asid feature macro for cheanupYunfeng Ye1-2/+2
2021-12-10arm64: mm: Rename asid2idx() to ctxid2asid()Yunfeng Ye1-9/+9
2021-12-06arm64: extable: remove unused ex_handler_t definitionJisheng Zhang1-3/+0
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+0
2021-11-11kasan: add kasan mode messages when kasan initKuan-Ying Lee1-1/+1
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+5
2021-11-08arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King1-2/+0
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai2-3/+5
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+18
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-2/+2
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang1-0/+16
2021-10-29Merge branch 'for-next/fixes' into for-next/coreWill Deacon1-1/+2
2021-10-29Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon1-37/+0
2021-10-29Merge branch 'for-next/mm' into for-next/coreWill Deacon3-13/+20
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon3-59/+91
2021-10-21arm64: extable: add load_unaligned_zeropad() handlerMark Rutland1-0/+29
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland1-0/+17
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland1-4/+25
2021-10-21arm64: extable: use `ex` for `exception_table_entry`Mark Rutland1-5/+5
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland1-3/+3
2021-10-11arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz1-1/+1
2021-10-01arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-37/+0
2021-10-01arm64: trans_pgd: remove trans_pgd_map_page()Pasha Tatashin1-57/+0
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin1-1/+8
2021-10-01arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin3-2/+84
2021-09-29arm64: mm: update max_pfn after memory hotplugSudarshan Rajagopalan1-0/+5
2021-09-29arm64/mm: Add pud_sect_supported()Anshuman Khandual1-11/+15
2021-09-29arm64: mm: Drop pointless call to set_max_mapnr()Will Deacon1-2/+0
2021-09-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+21
2021-09-10arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun1-0/+6
2021-09-09arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel1-1/+15
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-25/+11
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-25/+11