summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/memory.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-3/+5
|\
| * kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov2023-04-051-0/+2
| * kasan, arm64: rename tagging-related routinesAndrey Konovalov2023-04-051-3/+3
* | arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He2023-04-111-5/+0
|/
* arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel2023-02-281-0/+11
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+9
|\
| * memblock,arm64: expand the static memblock memory tableZhou Guanghui2022-07-291-0/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-0/+8
|\ \
| * | KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh2022-07-261-0/+8
| |/
* | Merge branch 'for-next/boot' into for-next/coreWill Deacon2022-07-251-0/+4
|\ \
| * | arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel2022-06-241-0/+4
| |/
* / arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual2022-07-051-0/+5
|/
* arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King2021-11-081-4/+1
* arm64: mte: Add asymmetric mode supportVincenzo Frascino2021-10-071-0/+1
* arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland2021-08-021-1/+0
* arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-021-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-1/+1
|\
| * arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2021-06-301-1/+1
* | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-16/+0
|\ \
| * | CFI: Move function_nocfi() into compiler.hMark Rutland2021-06-141-16/+0
| |/
* | arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon2021-06-011-3/+2
* | arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon2021-06-011-1/+0
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-071-2/+2
|\
| * arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas2021-04-231-2/+2
* | arm64: kasan: allow to init memory when setting tagsAndrey Konovalov2021-04-301-2/+2
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-0/+16
|\ \ | |/ |/|
| * arm64: implement function_nocfiSami Tolvanen2021-04-081-0/+16
* | kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov2021-04-111-0/+1
* | arm64: mte: Drop arch_enable_tagging()Vincenzo Frascino2021-04-111-1/+0
* | arm64: mte: Add asynchronous mode supportVincenzo Frascino2021-04-111-1/+3
|/
* arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov2021-03-091-0/+5
* kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2021-02-241-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-0/+12
|\
| * arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly2021-02-031-0/+6
| * arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly2021-02-031-0/+6
* | arm64: Use simpler arithmetics for the linear map macrosCatalin Marinas2021-02-021-2/+2
* | arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas2021-02-021-1/+1
* | arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino2021-01-261-2/+4
|/
* kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-221-2/+2
* kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-221-1/+1
* arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov2020-12-221-0/+9
* arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel2020-11-121-3/+5
* arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel2020-11-091-2/+2
* arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel2020-11-091-8/+6
* arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel2020-11-091-7/+5
* arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel2020-10-151-3/+2
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-6/+11
|\
| * arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-7/+11
| * arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas2020-09-031-0/+1
* | arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-071-1/+1
|/