Age | Commit message (Expand) | Author |
2019-09-09 | Attach imxsrc(4) early and raise its priority to make sure it beats | Patrick Wildt |
2019-09-07 | Add sfp(4), a driver that allows talking to SFPs connected over | Patrick Wildt |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-06 | mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants. | Patrick Wildt |
2019-09-06 | Add mviic(4), a driver to support the I2C controller on the | Patrick Wildt |
2019-09-05 | Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC. | Patrick Wildt |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-09-03 | Enable amlmmc(4). | Mark Kettenis |
2019-09-01 | Newer ARMv8 processors now include a new CSV2 field in their processor | Mark Kettenis |
2019-08-29 | Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USB | Mark Kettenis |
2019-08-28 | Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made | Mark Kettenis |
2019-08-28 | Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogic | Mark Kettenis |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-08-27 | Add amlrng(4), the simples random numer generator driver ever. | Mark Kettenis |
2019-08-27 | Add imxtmu(4), a driver to support the temperature sensors on | Patrick Wildt |
2019-08-27 | amclock(4), a driver for the Amlogic SoC clocks. For now this implements | Mark Kettenis |
2019-08-26 | Add amlreset(4), a driver to support reset signal controller blocks on | Mark Kettenis |
2019-08-26 | Add amluart(4), a driver for the UARTs found on various Amlogic SoCs. | Mark Kettenis |
2019-08-22 | Don't check _TTP for io windows. | Mark Kettenis |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |
2019-08-20 | Enable ipmi(4). | Mark Kettenis |
2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements | Patrick Wildt |
2019-08-12 | Remove spurious newline. Spotted by patrick@ | Mark Kettenis |
2019-08-12 | Make it possible to switch to framebuffer "glass" console in case it | Mark Kettenis |
2019-08-11 | Add clock support to sxirtc(4); needed by newer Linux DTs. | Mark Kettenis |
2019-08-11 | Add sxisyscon(4) a driver for the system controller found on various | Mark Kettenis |
2019-08-10 | Fix pixel formats. Turns out the order in the device tree description is | Mark Kettenis |
2019-08-04 | Fix a typo I noticed reviewing the smbios code cleanup diff. | kmos |
2019-08-04 | Add support for X-Gene/eMAG variant. | Mark Kettenis |
2019-08-04 | Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce | Mark Kettenis |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-04 | Unmap tables once we're done with them. | Mark Kettenis |
2019-08-04 | Implement smbios support on arm64. | Mark Kettenis |
2019-08-03 | permit maxusers to grow up to 128 | Theo de Raadt |
2019-08-03 | There are some pretty big arm64 machines so crank maxusers to 80. | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-08-03 | Recognize Applied Micro as an Implementor and X-Gene as a PartNum for | Mark Kettenis |
2019-08-02 | Add support for additional ITS page sizes and make sure we allocate | Mark Kettenis |
2019-07-30 | Fix mapping of MSI sideband data when there are SMMU's present. | Mark Kettenis |
2019-07-30 | Seems the Amppere eMAG has a silicon big where the number of writable bits | Mark Kettenis |
2019-07-30 | Make sure the virtual addresses that are used for EFI runtime services | Mark Kettenis |
2019-07-29 | Support disk write in efiboot for armv7 and arm64. | YASUOKA Masahiko |
2019-07-13 | Panic for missing vp1 entry, do not panic for missing vp2 entry twice. | Dale Rahn |
2019-07-13 | Adjust the pmap_set_l* functions to a more reasonable API, | Dale Rahn |
2019-07-13 | pmap_page_protect() should not unmap pages after making them readonly. | Dale Rahn |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-07-03 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Patrick Wildt |
2019-07-02 | Register cpu(4) as a cooling device. This supports passive cooling by | Mark Kettenis |
2019-07-02 | Add thermal zone handling code. This provides support for thermal zones | Mark Kettenis |
2019-06-25 | Implement suspend/resume support for MSI-X interrupts. Loosely based on | Mark Kettenis |