summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2021-10-13The kernel crypto framework sometimes returned an error, sometimesAlexander Bluhm
2021-10-10Don't advertise MSI support if we don't have an MSI interrupt controller.Mark Kettenis
2021-10-10Only check whether we have an MSI interrupt controller when we try toMark Kettenis
2021-10-07Use correct index variable.Mark Kettenis
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-09-25Add gpiocharger(4) for arm64Klemens Nanni
2021-09-25Add gpioleds(4) for arm64Klemens Nanni
2021-09-14Cleanup some style issues.Mark Kettenis
2021-09-09Adjust for DT binding changes. Add some temporary backwards compatibilityMark Kettenis
2021-09-06Accompany some functions wich are marked inline with the static keywordPatrick Wildt
2021-09-03It's time to enable smmu(4).Patrick Wildt
2021-09-02Fix comment spelling.Patrick Wildt
2021-09-02Fix the TCR_TG0_xxx definitions and add TCR_TG0_4K to the initial settingMark Kettenis
2021-08-31Do pinctrl stuff.Mark Kettenis
2021-08-31Add aplpinctrl(4), a driver for the Apple GPIO controller found on M1 SoCs.Mark Kettenis
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-08-29Reduce the number of openings for aplns(4) to 1. This isn't correct butMark Kettenis
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-07-26Adjust driver for device tree binding changes.Mark Kettenis
2021-07-09use vaddr_t as type for frames as is commonly used elsewhere tooJasper Lievisse Adriaanse
2021-07-09Parse /soc/dma-ranges to populate the openbsd,dma-constraint property.Patrick Wildt
2021-07-08The properties of the crypto algorithms never change. Declare themAlexander Bluhm
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-07-03Avoid spinning with interrupts disabled.Mark Kettenis
2021-07-02Avoid local variable definitions in the middle of code.Mark Kettenis
2021-07-02Avoid spinning with interrupts disabled in the rpi3.Mark Kettenis
2021-06-29whitespaceMark Kettenis
2021-06-29Enable rktcphy(4).Patrick Wildt
2021-06-28delete .align inside sigtramp stubs, as the stack alignment requirementTheo de Raadt
2021-06-27Make sure __bss_start is aligned on an 8-byte boundary. This makes sureMark Kettenis
2021-06-25Move unused eficall.h files to the Attic.Kenneth R Westerback
2021-06-25Clean up and remove debug prints, and add a few more relevant prints forPatrick Wildt
2021-06-25While it seems like we can choose any I/O virtual address for peripheralPatrick Wildt
2021-06-25Save quite a bit of space by removing the existence of PTEDs. ThePatrick Wildt
2021-06-23The first page of the I/O virtual address space is reserved so thatPatrick Wildt
2021-06-11Store the device tree node in the pcitag_t like we do on powerpc64 andiMark Kettenis
2021-06-10Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels.Frederic Cambus
2021-06-10recognise Cortex-A510, Cortex-A710 and Cortex-X2Jonathan Gray
2021-06-07"intrisic" -> "intrinsic" in a couple of comments.Kenneth R Westerback
2021-06-06Replace all uses of 'EFI_CALL(func, params)' withKenneth R Westerback
2021-06-04yasuoka@ pointed out that amd64 clang now understandsKenneth R Westerback
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-06-02Add support for booting from disks with 4k sectors. Inspired by theMark Kettenis
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-05-31try to get rid of a weird comma on the alpns attach line.David Gwynne
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2021-05-29Enable aplns(4).Mark Kettenis
2021-05-29Remove support for the hibernate queue. Allocating this queue wouldMark Kettenis
2021-05-28Enable imxdog(4)Patrick Wildt