Age | Commit message (Expand) | Author |
2020-05-17 | Look at the openbsd,boothowto property. | Mark Kettenis |
2020-05-17 | Fix typo in comment. | Mark Kettenis |
2020-05-17 | Add machdep.compatible. | Mark Kettenis |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-14 | The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it to | Mark Kettenis |
2020-05-13 | Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'. | Martin Pieuchot |
2020-05-11 | Should have bumped this to 1.0 a long time ago. | Mark Kettenis |
2020-05-11 | On ACPI systems, if there is no SPCR table (or if it doesn't provide us | Mark Kettenis |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |
2020-05-10 | Pass boothowto from the bootloader to the kernel by adding a | Mark Kettenis |
2020-05-02 | Get bus number from _CRS. | Mark Kettenis |
2020-04-27 | Enable tcpci(4). | Patrick Wildt |
2020-04-27 | Move inittodr() and resettodr() to the end of the file to easy move an MI | Mark Kettenis |
2020-04-27 | Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs | Mark Kettenis |
2020-04-26 | Enable imxpciephy(4). | Patrick Wildt |
2020-04-26 | Sanitize inittodr()/resettodr() implementation. | Mark Kettenis |
2020-04-25 | Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller. | Mark Kettenis |
2020-04-25 | Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order. | Mark Kettenis |
2020-04-25 | Enable dsxrtc(4) and pcfrtc(4). | Mark Kettenis |
2020-04-24 | Add bcmgpio(4). For now this driver only provides pinctrl functionality. | Mark Kettenis |
2020-04-23 | Enable imxehci(4). | Patrick Wildt |
2020-04-22 | Knock out a few more well-known nodes that we don't intend to attach a | Mark Kettenis |
2020-04-22 | Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controller | Mark Kettenis |
2020-04-21 | Enable bcmdmac(4). | tobhe |
2020-04-21 | Set DMA constraint based on the openbsd,dma-constraint property if | Mark Kettenis |
2020-04-21 | Add an openbsd,dma-constraint property to the /chosen node and set it | Mark Kettenis |
2020-04-19 | Enable bcmclock(4) and bcmmbox(4). | tobhe |
2020-04-19 | Add bcmirng(4), a driver for the RNG200 random number generator found on | Mark Kettenis |
2020-04-19 | Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4. | Mark Kettenis |
2020-04-18 | Add glue to let bse(4) attach using the FDT. | Mark Kettenis |
2020-04-18 | Sync existing stacktrace_save() implementations | Visa Hankala |
2020-04-14 | Enable bse(4). | Mark Kettenis |
2020-04-13 | Fix some of the more esoteric bus_space functions. The | Mark Kettenis |
2020-04-12 | Add support for the _CCA method. This method indicates whether DMA is | Mark Kettenis |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-03 | Add rkrng(4), a driver for the random number generator found on various | Mark Kettenis |
2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. | Martin Pieuchot |
2020-03-29 | Prevent stack trace saving from inspecting untrusted data. On amd64, | Visa Hankala |
2020-03-29 | Add glue to make ipmi(4) attach to FDT. | Mark Kettenis |
2020-03-27 | Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs. | Patrick Wildt |
2020-03-22 | Make efi_device_path_depth() return the full device path depth if we don't | Mark Kettenis |
2020-03-20 | Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 Power | Patrick Wildt |
2020-03-19 | Remove an unnecessary type cast. | Visa Hankala |
2020-03-17 | Mark a few functions as .globl such that they show up with their name | Mark Kettenis |
2020-03-13 | improve comment about the speculation barrier | Theo de Raadt |
2020-03-13 | Add speciulation barrier after the last remaining naked ERET instruction. | Mark Kettenis |
2020-03-11 | In the sigtramp the fallback SYS_exit always works, there is no reason | Theo de Raadt |
2020-03-04 | Enable all the Rockchip video drivers! | Patrick Wildt |
2020-03-03 | Add support for the BUS_DMA_NOCACHE flag to bus_dmamem_mmap(9). | Mark Kettenis |
2020-03-03 | Fix bogus bus_dmamem_mmap(9) implementation. | Mark Kettenis |