Age | Commit message (Expand) | Author |
2022-02-18 | Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller. | Visa Hankala |
2022-02-16 | Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller. | Visa Hankala |
2022-01-18 | Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller. | Visa Hankala |
2022-01-12 | Remove -target riscv64-unknown-openbsd from CMACHFLAGS. | Kevin Lo |
2022-01-07 | .glue_7 is used for arm code calling thumb code, and .glue_7t is used for | Kevin Lo |
2022-01-05 | Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller. | Visa Hankala |
2022-01-03 | SOCs -> SoCs | Visa Hankala |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-11-30 | enable uhid/fido | Theo de Raadt |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
2021-10-05 | cleanup conf.c, and bring in wd(4) support | Theo de Raadt |
2021-09-02 | add aq(4) to amd64 RAMDISK_CD and riscv64 RAMDISK | Mike Larkin |
2021-09-02 | aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters | Mike Larkin |
2021-07-25 | enable iwm(4) | Jonathan Gray |
2021-07-25 | enable ix(4) | Jonathan Gray |
2021-07-12 | Add uaudio(4) and umidi(4). ok kettenis@, mlarkin@ | Matthieu Herrb |
2021-06-29 | SMP support. Mostly works, but occasionally craps out during boot. | Mark Kettenis |
2021-06-29 | delete pre-EFI boot kernel location scripting | Theo de Raadt |
2021-06-29 | sync maxusers with other 64bits architectures. ok kettenis@, deraadt@. | Matthieu Herrb |
2021-06-27 | Make sure __bss_start is aligned on an 8-byte boundary. This makes sure | Mark Kettenis |
2021-06-25 | basic radeondrm / X support for riscv64. Ok kettenis@ | Matthieu Herrb |
2021-06-23 | Enable titmp(4). | Mark Kettenis |
2021-06-19 | oce(4) in RAMDISK for riscv64 | Mike Larkin |
2021-06-18 | Enable oce(4) for riscv64 | Mike Larkin |
2021-06-17 | Add sfclock(4), a driver for the PRCI (Power Reset Clocking Interrupt) block | Mark Kettenis |
2021-06-16 | Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2C | Mark Kettenis |
2021-06-14 | add a few more phys known to attach to usb ethernet | Jonathan Gray |
2021-06-14 | fix whitespace | Jonathan Gray |
2021-06-14 | Add a few more drivers that people might need. | Theo de Raadt |
2021-06-14 | enable nvme, a few pci devices and a bunch of usb stuff. | Dale Rahn |
2021-06-13 | cad(4) appears to be working on Unmatched. | Dale Rahn |
2021-06-12 | Serial driver for SiFive Unmatched (U74) based on dev/fdt/amluart.c | Dale Rahn |
2021-06-12 | Enable dwpcie(4) and add support for the PCIe host bridge found on the | Mark Kettenis |
2021-05-19 | add pci to RAMDISK as well | Jonathan Gray |
2021-05-19 | Add PCI support. | Mark Kettenis |
2021-05-18 | use ctfstrip instead of strip to add .SUNW_ctf | Jonathan Gray |
2021-05-15 | Add back -mno-relax for now. Retain the -target option but put it on | Mark Kettenis |
2021-05-15 | copyinout.S is not used | Theo de Raadt |
2021-05-14 | remove comment describing GENERIC | Jonathan Gray |
2021-05-14 | add dwge(4) to RAMDISK as well | Jonathan Gray |
2021-05-14 | Enable riscv64 native kernel builds. | Dale Rahn |
2021-05-12 | add OpenBSD rcs ids | Jonathan Gray |
2021-05-11 | whitespace cleanup | Theo de Raadt |
2021-05-06 | enable dwmmc(4) | Jonathan Gray |
2021-05-05 | The StarFive JH7100 SoC found on the BeagleV beta boards has most of | Mark Kettenis |
2021-05-05 | rename trap.S exception.S and trap_machdep.c trap.c to match other archs | Jonathan Gray |
2021-05-04 | The clock on RISC-V is architectural, so we really don't need the | Mark Kettenis |
2021-05-01 | Implement early console functionality based on available SBI calls. | Mark Kettenis |
2021-04-26 | remove old 4.19 amdgpu include paths | Jonathan Gray |
2021-04-25 | cleanup riscv64 config glue | Jonathan Gray |