| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | OPAL implements firmware calls that abstract communicating with the BMC over |  kettenis | 2 | -2/+6 |
| 2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 1 | -1/+2 |
| 2020-11-16 | Enable mcx(4) |  kettenis | 2 | -2/+4 |
| 2020-10-27 | add the nearly full list of usb devices. |  deraadt | 1 | -12/+120 |
| 2020-10-27 | Enable radeondrm(4). |  kettenis | 1 | -1/+4 |
| 2020-10-26 | Include I2C stuff. |  kettenis | 1 | -1/+4 |
| 2020-10-01 | Add astfb(4), a driver for the framebuffer of the Aspeed BMC found on |  kettenis | 2 | -2/+12 |
| 2020-09-05 | Add mpii(4). |  kettenis | 3 | -9/+12 |
| 2020-08-24 | Enable xicp(4) here as well. |  kettenis | 1 | -1/+2 |
| 2020-08-24 | Add some USB HID devices. |  kettenis | 3 | -3/+24 |
| 2020-08-23 | Enable xicp(4). |  kettenis | 1 | -1/+2 |
| 2020-08-23 | Add xicp(4), a driver for the interrupt control presenter hardware found |  kettenis | 2 | -2/+7 |
| 2020-08-05 | sigh, some duplication, but at least put things into the canonical order |  deraadt | 1 | -3/+1 |
| 2020-08-04 | add cd9660, msdos, and inet6 support |  deraadt | 1 | -1/+4 |
| 2020-08-03 | add more scsi devices, observed by gkoehler |  deraadt | 3 | -3/+21 |
| 2020-07-24 | Remove bge(4) and brgphy(4) as the bootloader doesn't include network support |  kettenis | 1 | -4/+1 |
| 2020-07-24 | Implement BOOT_QUIET option that supresses kernel printf output to the |  kettenis | 1 | -1/+3 |
| 2020-07-21 | GENERIC.MP |  kettenis | 1 | -0/+9 |
| 2020-07-20 | improve accuracy of kexec_subr.o dependency |  deraadt | 1 | -2/+2 |
| 2020-07-19 | kexec_subr.S will need assym.h built beforehands |  deraadt | 1 | -1/+2 |
| 2020-07-19 | Enable xhci(4) in the BOOT kernel. While there is some USB-related |  kettenis | 1 | -2/+2 |
| 2020-07-18 | Improve kernel linker script. Split binary in a .text, .rodata and .data |  kettenis | 1 | -4/+30 |
| 2020-07-16 | Add BOOT kernel config. |  kettenis | 1 | -0/+59 |
| 2020-07-16 | Add a pseudo-driver to "kexec" an OpenBSD/powerpc64 kernel. Heavily |  kettenis | 1 | -1/+5 |
| 2020-07-14 | Add xics(4), a driver for the OPAL virtual ICS. |  kettenis | 3 | -3/+9 |
| 2020-07-07 | Add opalsens(4), a driver for sensors provided by the OPAL firmware. |  kettenis | 2 | -2/+7 |
| 2020-07-05 | Enable xhci(4) and a (deliberately) tiny set of USB devices. |  kettenis | 2 | -3/+14 |
| 2020-07-05 | We're self-hosted now. |  kettenis | 1 | -5/+1 |
| 2020-07-04 | Bump the size of the ramdisk. |  kettenis | 1 | -2/+2 |
| 2020-07-04 | Use block device numbers instead of character device numbers. |  kettenis | 1 | -4/+4 |
| 2020-07-03 | We need a RAMDISK kernel config as well of course. |  kettenis | 1 | -0/+50 |
| 2020-07-02 | Add RAMDISK config for powerpc64. |  kettenis | 1 | -1/+5 |
| 2020-06-29 | Enable nvme(4). |  kettenis | 1 | -1/+2 |
| 2020-06-29 | Enable USER_PCICONF. |  kettenis | 1 | -1/+2 |
| 2020-06-29 | Hook up a bunch of device drivers. |  kettenis | 2 | -2/+10 |
| 2020-06-27 | /dev/openprom |  kettenis | 1 | -1/+4 |
| 2020-06-27 | /dev/{null,mem,kmem,...} |  kettenis | 1 | -1/+2 |
| 2020-06-27 | Support using the FPU and AltiVec registers in userland. The registers are |  kettenis | 1 | -1/+2 |
| 2020-06-22 | Add opalcons(4), a driver for the OPAL console. |  kettenis | 2 | -3/+8 |
| 2020-06-16 | Add missing dependeny. |  kettenis | 1 | -2/+2 |
| 2020-06-15 | update powerpc64 include paths for 5.7 drm |  jsg | 1 | -2/+5 |
| 2020-06-14 | Enable ahci(4). |  kettenis | 1 | -2/+2 |
| 2020-06-14 | Add -msoft-float, -mno-altivec and -mno-vsx to the compiler flags. |  kettenis | 1 | -2/+2 |
| 2020-06-13 | Add support for the XIVE interrupt controller found on POWER9 CPUs. |  kettenis | 2 | -2/+9 |
| 2020-06-10 | Add clock interrupt support, adapted from the randomized dual clock |  kettenis | 1 | -1/+2 |
| 2020-06-10 | Add ahci(4), bge(4) and xhci(4); ahci(4) and xhci(4) remain disabled for now. |  kettenis | 2 | -2/+25 |
| 2020-06-10 | Add opal(4) a driver that interacts with the OPAL frimware and implements |  kettenis | 2 | -2/+7 |
| 2020-06-08 | Add bus_dma(9) implementation. |  kettenis | 1 | -1/+2 |