summaryrefslogtreecommitdiff
path: root/sys/arch/aarch64/conf/Makefile.aarch64
AgeCommit message (Expand)Author
2021-05-27In gcc10, -msign-return-address is no longer supported.ryo
2021-02-10add support kernel profiling on aarch64ryo
2020-05-11"options ARMV83_PAC" is now supported for gcc as well.ryo
2020-04-13Add KASAN instrumentation on on-stack VLAs, same as amd64.maxv
2020-04-13Add support for Branch Target Identification (BTI).maxv
2020-04-12Add support for Pointer Authentication (PAC).maxv
2020-03-04change kernel vm base address to use more than 256GB of memory. (up to 64TB)ryo
2019-12-04Fix alignment of .text section by changing load address tojmcneill
2019-03-03Add KASAN use-after-scope detection in aarch64, tested by Ryo Shimizu,maxv
2018-11-08Track the stack with kASan on aarch64. Same principle as on amd64. Illegalmaxv
2018-11-01Add kASan support for aarch64. Stack tracking needs more investigationmaxv
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2018-09-14s/A64/ARM/skrll
2018-06-23locore.S is a MD_SFILES.jakllsch
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2017-12-10- Allow multiple .BEGIN targetschristos
2016-05-05Fix config(1) errors and warnings.rjs
2015-08-24Define ${LINKSCRIPT} in one place.uebayasi
2015-08-20Use ${KERNLDSCRIPT}.uebayasi
2014-11-15Use LINKSCRIPT.uebayasi
2014-08-17Reorganize symbol table embedding. The existing option SYMTAB_SPACE isjoerg
2014-08-14Use wildcards for stripping/preserving the mapping symbols on ARM andjoerg
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt