summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/memory.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-0/+2
|\
| * KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal2024-02-241-0/+2
* | arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel2024-02-161-0/+4
* | arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel2024-02-161-1/+12
* | arm64: vmemmap: Avoid base2 order of struct page size to dimension regionArd Biesheuvel2024-02-091-4/+4
* | arm64: mm: Move fixmap region above vmemmap regionArd Biesheuvel2024-02-091-1/+1
* | arm64: mm: Move PCI I/O emulation region above the vmemmap regionArd Biesheuvel2024-02-091-2/+2
|/
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-6/+32
|\
| * kasan/arm64: improve comments for KASAN_SHADOW_START/ENDAndrey Konovalov2023-12-291-6/+32
* | Merge branch 'for-next/misc' into for-next/coreWill Deacon2024-01-041-1/+0
|\ \
| * | arm64: memory: remove duplicated includeWang Jinchao2023-12-171-1/+0
| |/
* / arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel2023-12-121-4/+2
|/
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+8
|\
| * arm64: memory: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+8
* | arm64: module: rework module VA range selectionMark Rutland2023-06-061-1/+1
* | arm64: kaslr: split kaslr/module initializationMark Rutland2023-06-061-6/+8
|/
* 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