summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-111-2/+0
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-2/+0
| |\
| | * arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King2021-11-081-2/+0
| | |
| \ \
*-. \ \ Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas2022-01-054-40/+18
|\ \ \ \ | |_|/ / |/| | |
| | * | arm64: mm: log potential KASAN shadow aliasMark Rutland2021-12-131-0/+2
| | * | arm64: mm: use die_kernel_fault() in do_mem_abort()Mark Rutland2021-12-131-5/+2
| |/ / |/| |
| * | arm64: remove __dma_*_area() aliasesMark Rutland2021-12-151-21/+3
| * | arm64: mm: Use asid feature macro for cheanupYunfeng Ye2021-12-101-2/+2
| * | arm64: mm: Rename asid2idx() to ctxid2asid()Yunfeng Ye2021-12-101-9/+9
| * | arm64: extable: remove unused ex_handler_t definitionJisheng Zhang2021-12-061-3/+0
|/ /
* | kasan: add kasan mode messages when kasan initKuan-Ying Lee2021-11-111-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-102-3/+5
|\ \
| * | arm64: Track no early_pgtable_alloc() for kmemleakQian Cai2021-11-082-3/+5
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-062-2/+18
|\ \ | |/ |/|
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-2/+2
| * kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang2021-11-061-0/+16
* | Merge branch 'for-next/fixes' into for-next/coreWill Deacon2021-10-291-1/+2
|\|
| * arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz2021-10-111-1/+1
* | Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon2021-10-291-37/+0
|\ \
| * | arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-10-011-37/+0
| |/
* | Merge branch 'for-next/mm' into for-next/coreWill Deacon2021-10-293-13/+20
|\ \
| * | arm64: mm: update max_pfn after memory hotplugSudarshan Rajagopalan2021-09-291-0/+5
| * | arm64/mm: Add pud_sect_supported()Anshuman Khandual2021-09-291-11/+15
| * | arm64: mm: Drop pointless call to set_max_mapnr()Will Deacon2021-09-291-2/+0
| |/
* | Merge branch 'for-next/kexec' into for-next/coreWill Deacon2021-10-293-59/+91
|\ \
| * | arm64: trans_pgd: remove trans_pgd_map_page()Pasha Tatashin2021-10-011-57/+0
| * | arm64: kexec: configure EL2 vectors for kexecPasha Tatashin2021-10-011-1/+8
| * | arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin2021-10-013-2/+84
| |/
* | arm64: extable: add load_unaligned_zeropad() handlerMark Rutland2021-10-211-0/+29
* | arm64: extable: add a dedicated uaccess handlerMark Rutland2021-10-211-0/+17
* | arm64: extable: add `type` and `data` fieldsMark Rutland2021-10-211-4/+25
* | arm64: extable: use `ex` for `exception_table_entry`Mark Rutland2021-10-211-5/+5
* | arm64: extable: make fixup_exception() return boolMark Rutland2021-10-211-3/+3
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-101-1/+21
|\
| * arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun2021-09-101-0/+6
| * arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel2021-09-091-1/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+1
|\ \
| * | mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-25/+11
|\ \ \
| * | | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-25/+11
| |/ /
* | | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-021-88/+0
|\ \ \
| * | | arm64: kdump: Remove custom linux,usable-memory-range handlingGeert Uytterhoeven2021-08-251-35/+0
| * | | arm64: kdump: Remove custom linux,elfcorehdr handlingGeert Uytterhoeven2021-08-251-53/+0
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-09-022-16/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland2021-08-021-14/+1
| * | arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-021-2/+1
* | | Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon2021-08-251-0/+37
|/ /
* / Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-12/+8
|/
* set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-07-082-8/+12
* Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-021-1/+1
|\