summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2020-05-02Get bus number from _CRS.Mark Kettenis
2020-04-27Enable tcpci(4).Patrick Wildt
2020-04-27Move inittodr() and resettodr() to the end of the file to easy move an MIMark Kettenis
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOsMark Kettenis
2020-04-26Enable imxpciephy(4).Patrick Wildt
2020-04-26Sanitize inittodr()/resettodr() implementation.Mark Kettenis
2020-04-25Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.Mark Kettenis
2020-04-25Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order.Mark Kettenis
2020-04-25Enable dsxrtc(4) and pcfrtc(4).Mark Kettenis
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.Mark Kettenis
2020-04-23Enable imxehci(4).Patrick Wildt
2020-04-22Knock out a few more well-known nodes that we don't intend to attach aMark Kettenis
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerMark Kettenis
2020-04-21Enable bcmdmac(4).tobhe
2020-04-21Set DMA constraint based on the openbsd,dma-constraint property ifMark Kettenis
2020-04-21Add an openbsd,dma-constraint property to the /chosen node and set itMark Kettenis
2020-04-19Enable bcmclock(4) and bcmmbox(4).tobhe
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onMark Kettenis
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.Mark Kettenis
2020-04-18Add glue to let bse(4) attach using the FDT.Mark Kettenis
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-04-14Enable bse(4).Mark Kettenis
2020-04-13Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-12Add support for the _CCA method. This method indicates whether DMA isMark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-03Add rkrng(4), a driver for the random number generator found on variousMark Kettenis
2020-04-03Fix incoherencies of errors returned by various *kqfilter routines.Martin Pieuchot
2020-03-29Prevent stack trace saving from inspecting untrusted data. On amd64,Visa Hankala
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-27Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.Patrick Wildt
2020-03-22Make efi_device_path_depth() return the full device path depth if we don'tMark Kettenis
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-19Remove an unnecessary type cast.Visa Hankala
2020-03-17Mark a few functions as .globl such that they show up with their nameMark Kettenis
2020-03-13improve comment about the speculation barrierTheo de Raadt
2020-03-13Add speciulation barrier after the last remaining naked ERET instruction.Mark Kettenis
2020-03-11In the sigtramp the fallback SYS_exit always works, there is no reasonTheo de Raadt
2020-03-04Enable all the Rockchip video drivers!Patrick Wildt
2020-03-03Add support for the BUS_DMA_NOCACHE flag to bus_dmamem_mmap(9).Mark Kettenis
2020-03-03Fix bogus bus_dmamem_mmap(9) implementation.Mark Kettenis
2020-03-02Add commented out entry fro rkdwhdmi(4).Mark Kettenis
2020-02-29Allow arm64 efiboot(8) to read from an ffs2 filesystem. ok kettenis@Otto Moerbeek
2020-02-28syncTheo de Raadt
2020-02-21Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep themPatrick Wildt
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-20controler -> controllerJonathan Gray
2020-02-16Change arm64 system call ABI to skip two instructions. This allows us toMark Kettenis
2020-02-04Enable rge(4).Kevin Lo
2020-02-02Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-relatedTheo de Raadt
2020-02-02Back out previous "insert two nop instructions after svc instructionsChristian Weisgerber