| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | grow media a little |  deraadt | 1 | -2/+2 |
| 2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 1 | -1/+2 |
| 2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 1 | -4/+4 |
| 2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 1 | -1/+2 |
| 2020-06-23 | Enable virtual consoles on armv7, the same way it is done on arm64. |  fcambus | 1 | -3/+3 |
| 2020-06-18 | Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices. |  fcambus | 1 | -1/+3 |
| 2020-04-29 | Enable a bunch of drivers needed for full Raspberry Pi 2/3 support. |  kettenis | 2 | -4/+28 |
| 2020-04-27 | Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4) |  kettenis | 2 | -4/+8 |
| 2020-04-23 | Recent changes in usr/mdec require (substantial) growth of the ramdisk. |  deraadt | 1 | -2/+2 |
| 2020-04-10 | Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus |  kettenis | 2 | -4/+12 |
| 2020-04-05 | Add omrng(4), a driver for te random number generator found on TI OMAP SoCs. |  kettenis | 2 | -2/+4 |
| 2020-04-03 | increase rdroot size |  jsg | 1 | -2/+2 |
| 2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 1 | -1/+2 |
| 2019-11-09 | Let mcount.o compile by ignoring a warning about the profile.h ASM |  guenther | 1 | -2/+2 |
| 2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable |  guenther | 1 | -2/+2 |
| 2019-10-27 | Add i.MX5/6 support and enable this driver on armv7(4). |  kettenis | 1 | -1/+2 |
| 2019-10-27 | Add simplefb(4). |  kettenis | 1 | -1/+4 |
| 2019-10-24 | Enable sxisid(4) |  kettenis | 2 | -2/+4 |
| 2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ |  cheloha | 1 | -3/+1 |
| 2019-09-03 | drop support for building with gcc; ok deraadt@ |  naddy | 1 | -12/+4 |
| 2019-08-11 | Add clock support to sxirtc(4); needed by newer Linux DTs. |  kettenis | 2 | -4/+4 |
| 2019-08-11 | Add sxisyscon(4) a driver for the system controller found on various |  kettenis | 2 | -2/+4 |
| 2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. |  deraadt | 1 | -3/+2 |
| 2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). |  kettenis | 1 | -1/+3 |
| 2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force |  deraadt | 1 | -1/+2 |
| 2019-01-12 | Enable ohci at fdt. |  kettenis | 2 | -6/+6 |
| 2018-10-30 | The way we currently generate gap.o using a linker script results in .rodata |  kettenis | 1 | -2/+2 |
| 2018-09-14 | add gapdummy.c to the "clean" target like other generated files |  naddy | 1 | -2/+2 |
| 2018-09-12 | Move -Wno-address-of-packed-member to the clang block as well and sync |  jsg | 1 | -2/+2 |
| 2018-08-27 | switch from ompinmux to pinctrl |  jsg | 2 | -4/+4 |
| 2018-08-22 | Enable uscom(4) where uslcom(4) is already present. |  mpi | 1 | -1/+3 |
| 2018-08-05 | enable virtio pci attachment on armv7 |  jsg | 2 | -2/+4 |
| 2018-08-05 | enable bio and softraid on armv7 ramdisk |  jsg | 1 | -1/+3 |
| 2018-08-03 | Enable mue(4). |  kevlo | 2 | -2/+4 |
| 2018-08-02 | Enable ssdfb(4) at I2C. |  patrick | 1 | -1/+2 |
| 2018-07-30 | Add ssdfb(4), a driver for the SSD1309 controller that drives an |  patrick | 1 | -1/+3 |
| 2018-07-26 | Add imxspi(4), a driver for the i.MX SPI controller. This is the first |  patrick | 1 | -1/+2 |
| 2018-07-09 | Enable pcagpio(4). |  patrick | 2 | -2/+4 |
| 2018-07-09 | Add a few common PCIe devices based on the arm64 kernel configs. |  patrick | 2 | -2/+52 |
| 2018-07-09 | dd mvpcie(4), a driver for the Marvell ARMADA 38x PCIe controller, |  patrick | 2 | -2/+6 |
| 2018-07-09 | Enable ampintcmsi(4), pciecam(4) and PCIVERBOSE. |  patrick | 2 | -4/+13 |
| 2018-06-16 | Enable imxrtc(4). |  kettenis | 2 | -2/+4 |
| 2018-06-05 | Move pluart(4) to dev/fdt. |  kettenis | 1 | -6/+1 |
| 2018-05-31 | Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now. |  kettenis | 1 | -5/+1 |
| 2018-05-23 | Enable bwfm(4). |  patrick | 1 | -3/+3 |
| 2018-05-16 | Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4) |  patrick | 2 | -4/+4 |
| 2018-05-04 | Add a common rules file for ofw sources to help keep the configurations |  visa | 1 | -9/+1 |
| 2018-05-02 | Implement a power domain framework to turn on/off so-called power |  patrick | 1 | -1/+2 |
| 2018-04-01 | Enable imxanatop(4) on RAMDISK as well so we can use it to disable |  patrick | 1 | -1/+2 |
| 2018-02-10 | Put the ldscript parts into a single file instead of storing it as head |  patrick | 1 | -3/+3 |