summaryrefslogtreecommitdiff
path: root/sys/arch/arm/conf
AgeCommit message (Expand)Author
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2022-10-28MI PMAP EFI_RUNTIME supportskrll
2022-04-02Update to support EFI runtime outside the kernel virtual address spaceskrll
2021-08-06Arm: Add support for SMC Calling Conventionjmcneill
2021-06-29Remove uscanner(4) drivernia
2020-10-21make process_machdep.c included always since it provides register i/o used bychristos
2020-10-20harmonize process_machdep.c inclusion.christos
2020-09-29Collapse all CPU_CORTEXA<n> options into CPU_CORTEX and do runtimejmcneill
2020-08-02Add support for Privileged Access Never (ARMv8.1-PAN).maxv
2020-07-27Enable ChaCha NEON code on armv7 too.riastradh
2020-07-27Fix outdated comment.riastradh
2020-07-10Add support for KASAN on ARMv[67]skrll
2020-06-29New permutation-based AES implementation using ARM NEON.riastradh
2020-04-18PMAP_DEBUG has been deleted on armskrll
2020-04-13Add KASAN-DMA support on aarch64, same as amd64. Discussed with skrll@.maxv
2020-04-13Add support for Branch Target Identification (BTI).maxv
2020-04-12Add support for Pointer Authentication (PAC).maxv
2020-04-04mark nsmb major obsoletejdolecek
2020-02-15Various updates and improvements to cpu start up on arm/aarch64skrll
2020-02-05Fix the armv[67] memory attributes for uncached memory. Previously it wasskrll
2020-01-29remove urio(4), a driver for the Rio500 MP3 player.maya
2020-01-21Sort a bitskrll
2020-01-21Trailing whitespaceskrll
2020-01-15port the arm64 cpu topology setup for big.little to arm.mrg
2020-01-06Use CFLAGS instead of COPTS for -mapcs-frame when using DDB.skrll
2020-01-02gcc 8 needs -mapcs-frame when DDB is specified for backtrace to workskrll
2019-11-20Move all non-emulation-specific coredump code into the coredump module,pgoyette
2019-11-11Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)joerg
2019-08-26PR kern/54486rin
2019-01-28Systematize handling of removed drivers.dholland
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-05Split armv7/armv8 tprof backend config logic from the fdt bus glue.jmcneill
2018-10-28Add support for EFI runtime services on aarch64.jmcneill
2018-10-18Provide generic start code that assumes the MMU is off and caches areskrll
2018-10-06Whitespaceskrll
2018-09-23Remove ISDN from the kernel. It has remained unmaintained for a long time,maxv
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-09-16Whitespaceskrll
2018-08-10remove reference to CPU_ARMV2, suggested by jmcneill@maxv
2018-08-10Retire CPU_ARM2, CPU_ARM250 and CPU_ARM3, they are all leftovers ofmaxv
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-01-24Remove port-acorn26skrll
2018-01-17G/C ARM32_NEW_VM_LAYOUTskrll
2017-12-18Generalise FDT and OFWskrll
2017-12-15we always need the fdt option now, defined or not.christos
2017-11-10Add CPU_CORTEXA35matt
2017-10-08defflag CPU_CORTEXA53jmcneill
2017-08-24Add __HAVE_GENERIC_CPU_INITCLOCKS option. If set, don't exportjmcneill
2017-06-28Add support for ARM Power State Coordination Interface (PSCI).jmcneill