summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/memory.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+8
2023-06-06arm64: module: rework module VA range selectionMark Rutland1-1/+1
2023-06-06arm64: kaslr: split kaslr/module initializationMark Rutland1-6/+8
2023-05-29arm64: memory: Make virt_to_pfn() a static inlineLinus Walleij1-1/+8
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+5
2023-04-11arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He1-5/+0
2023-04-06kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov1-0/+2
2023-04-06kasan, arm64: rename tagging-related routinesAndrey Konovalov1-3/+3
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel1-0/+11
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2022-07-30memblock,arm64: expand the static memblock memory tableZhou Guanghui1-0/+9
2022-07-26KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh1-0/+8
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon1-0/+4
2022-07-05arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual1-0/+5
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel1-0/+4
2021-11-09arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King1-4/+1
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino1-0/+1
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland1-1/+0
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland1-1/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-07-01arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport1-1/+1
2021-07-01Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+0
2021-06-14CFI: Move function_nocfi() into compiler.hMark Rutland1-16/+0
2021-06-01arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon1-3/+2
2021-06-01arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon1-1/+0
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2021-04-30arm64: kasan: allow to init memory when setting tagsAndrey Konovalov1-2/+2
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+16
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas1-2/+2
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov1-0/+1
2021-04-11arm64: mte: Drop arch_enable_tagging()Vincenzo Frascino1-1/+0
2021-04-11arm64: mte: Add asynchronous mode supportVincenzo Frascino1-1/+3
2021-04-09arm64: implement function_nocfiSami Tolvanen1-0/+16
2021-03-09arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov1-0/+5
2021-02-25kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov1-0/+1
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+12
2021-02-03arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly1-0/+6
2021-02-03arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly1-0/+6
2021-02-02arm64: Use simpler arithmetics for the linear map macrosCatalin Marinas1-2/+2
2021-02-02arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas1-1/+1
2021-01-26arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino1-2/+4
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov1-2/+2
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-1/+1
2020-12-22arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov1-0/+9
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel1-3/+5
2020-11-09arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel1-2/+2
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel1-8/+6
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel1-7/+5
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel1-3/+2