summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2020-05-17Look at the openbsd,boothowto property.Mark Kettenis
2020-05-17Fix typo in comment.Mark Kettenis
2020-05-17Add machdep.compatible.Mark Kettenis
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it toMark Kettenis
2020-05-13Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.Martin Pieuchot
2020-05-11Should have bumped this to 1.0 a long time ago.Mark Kettenis
2020-05-11On ACPI systems, if there is no SPCR table (or if it doesn't provide usMark Kettenis
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromMark Kettenis
2020-05-10Pass boothowto from the bootloader to the kernel by adding aMark Kettenis
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