Age | Commit message (Expand) | Author |
2020-06-20 | Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4. | Mark Kettenis |
2020-06-18 | Add pcamux(4), a driver for the PCA8548 I2C switch. | Mark Kettenis |
2020-06-17 | Attach secondary CPUs early. Since on most machine we need psci(4) to | Mark Kettenis |
2020-06-11 | Fix small bug in parsing the IORT tables. Mapping entries specify the number | Mark Kettenis |
2020-06-11 | Enable simpleamp(4), simpleaudio(4), rkiis(4) and escodec(4). | Patrick Wildt |
2020-06-10 | Enable cwfg(4) | Patrick Wildt |
2020-06-08 | update drm to linux 5.7 | Jonathan Gray |
2020-06-05 | Implement cpu_rnd_messybits() as a read of the virtual counter xored | Christian Weisgerber |
2020-06-05 | Allow userland access to the virtual counter. | Mark Kettenis |
2020-06-04 | Recognise Cortex-A78. | Mark Kettenis |
2020-06-04 | Enable bwfm(4). | Patrick Wildt |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot |
2020-05-23 | Add a little bit of const-ness. | Mark Kettenis |
2020-05-22 | Enable bwfm(4). | Patrick Wildt |
2020-05-22 | Enable mvkpcie(4). | Patrick Wildt |
2020-05-18 | Our check to see if the EFI services support Mtftp() doesn't work | Patrick Wildt |
2020-05-18 | Enable amlpwrc(4). | Mark Kettenis |
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 |