Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-09arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-07-01Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-14CFI: Move function_nocfi() into compiler.hMark Rutland
2021-06-01arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon
2021-06-01arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-04-30arm64: kasan: allow to init memory when setting tagsAndrey Konovalov
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov
2021-04-11arm64: mte: Drop arch_enable_tagging()Vincenzo Frascino
2021-04-11arm64: mte: Add asynchronous mode supportVincenzo Frascino
2021-04-09arm64: implement function_nocfiSami Tolvanen
2021-03-09arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov
2021-02-25kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-03arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly
2021-02-03arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly
2021-02-02arm64: Use simpler arithmetics for the linear map macrosCatalin Marinas
2021-02-02arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas
2021-01-26arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-12-22arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel
2020-11-09arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon
2020-07-02arm64/panic: Unify all three existing notifier blocksAnshuman Khandual
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel
2020-03-04arm64/mm: Enable memory hot removeAnshuman Khandual
2020-02-19arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas
2019-11-06arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-14arm64: memory: Cosmetic cleanupsWill Deacon