summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2019-03-15Remove FBSDID.Kevin Lo
2019-03-12Setting and getting the rounding mode on our arm64 FPU has not workedPatrick Wildt
2019-03-07When accessing the child address cells make sure to use the size forPatrick Wildt
2019-02-23recognise more arm cpusJonathan Gray
2019-02-21Cortex A76 is not affected by spectre variant 2 branch target injectionJonathan Gray
2019-02-16Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few linesPatrick Wildt
2019-02-10revert revert revert. there are many other archs that use custom allocs.Ted Unangst
2019-02-10missed a file. add flags to the pool page free function.Ted Unangst
2019-02-03Add mvgicp(4), a driver for the Marvell extension to the GIC thatPatrick Wildt
2019-01-31Bump version number to be able to distinguish bootloaders with softraidMark Kettenis
2019-01-31Implement booting from softraid on arm64. This consists of creating aPatrick Wildt
2019-01-29Enable CRYPTO for arm64 RAMDISK so that we can use softraid crypto.Patrick Wildt
2019-01-25build ccp(4) on ramdisksJonathan Gray
2019-01-23enable the apm(4) subsystem on arm64Peter Hessler
2019-01-23Add the apm(4) subsystem to arm64.Peter Hessler
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-11imxsrc(4), a driver for the i.MX System Reset Controller. We willPatrick Wildt
2019-01-09Make arm64 efiboot can boot from partitions other than "a".YASUOKA Masahiko
2019-01-05enable ohci at fdt on RAMDISK as wellJonathan Gray
2019-01-04enable ohci at fdtDavid Gwynne
2019-01-03add a simplebus print function so unconfigured devices appear in dmesg.David Gwynne
2019-01-02abcrtc(4), a driver for the Abracon AB1805 RTC and similar variants.Patrick Wildt
2018-12-31Avoid calling setperf() with a negative level.Mark Kettenis
2018-12-07For shared interrupts we need to make sure that we registerPatrick Wildt
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-10-30The way we currently generate gap.o using a linker script results in .rodataMark Kettenis
2018-10-20Sync with amd64 version.Mark Kettenis
2018-10-08Generate SIGBUS when we see a data abort exception because of unalignedMark Kettenis
2018-10-01Use inline functions instead of GNU C statement expressions for the MDChristian Weisgerber
2018-09-28Add vlan and trunk to arm64's RAMDISK (amd64 parity)ccardenas
2018-09-18grow arm64 ramdiskTheo de Raadt
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-09-14add gapdummy.c to the "clean" target like other generated filesChristian Weisgerber
2018-09-12Make pmap_protect(9) actually remove exec permission if the new permissionsMark Kettenis
2018-09-11Include bnxt in arm64.ccardenas
2018-09-11We actually support 39-bit VA's in userland.Mark Kettenis
2018-09-09Apply retguard to the last asm functions in the arm64 kernel. This completesmortimer
2018-09-08Bump NMBCLUSTERS to a more reasonable 256MB instead of the tiny 4MB.Claudio Jeker
2018-09-07Add retguard macros to cpu_switchto, setjmp, longjmp.mortimer
2018-08-30Move .dynstr before _edata to fix image size calculation. The PEPatrick Wildt
2018-08-27Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660Mark Kettenis
2018-08-27Add hiclock(4). Make sure hireset(4) attaches early.Mark Kettenis
2018-08-27Enable hireset(4).Mark Kettenis
2018-08-27Add glue for the USB3 controller on the HiKey 970.Mark Kettenis
2018-08-27Enable radeondrm(4). Note that on arm64 we do not yet have a way toMark Kettenis
2018-08-26Add pinctrl(4), a generic pin mux driver.Mark Kettenis
2018-08-26Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral.Mark Kettenis
2018-08-25Add code to print the characteristics of the caches that can be discoveredMark Kettenis
2018-08-25Add GPT support. Mostly copied from amd64.Mark Kettenis
2018-08-25Insert new child nodes at the end.Mark Kettenis