Age | Commit message (Expand) | Author |
2017-08-29 | "urng" is needed on the file lines... or these end up in all kernels, | Theo de Raadt |
2017-08-29 | Remove old deactivated pledge path code. A replacement mechanism is | Theo de Raadt |
2017-08-28 | Fix a memory leak in an error path. Coverity CID 1453042. | Jonathan Gray |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | Add urng(4) which supports various USB RNG devices. Instead of adding one | Jasper Lievisse Adriaanse |
2017-08-28 | tyop and whitespace nit | Jasper Lievisse Adriaanse |
2017-08-28 | Add rkpmic(4), a driver for the RK808 Power Management IC. For now, this | Mark Kettenis |
2017-08-28 | regen | Stefan Sperling |
2017-08-28 | Add PCI device IDs for audio and USB OTG devices found on Atom z8300 SoC. | Stefan Sperling |
2017-08-28 | Fix clang warnings; ok guenther@ deraadt@ | Otto Moerbeek |
2017-08-27 | Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399. | Mark Kettenis |
2017-08-27 | Add mvpxa(4), a driver for the SDHC compliant controller on | Patrick Wildt |
2017-08-27 | Enable generic sdhc(4) on FDT attachment driver. | Patrick Wildt |
2017-08-27 | arm64 performance: use cache zeroing function in pmap_zero_page() | Dale Rahn |
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
2017-08-27 | Make it possible for iwm_stop() to sleep by always running it in | Stefan Sperling |
2017-08-27 | Clear second return register on exec. | Mark Kettenis |
2017-08-27 | Add RK3399 i2c-related clocks and fix a typo. | Mark Kettenis |
2017-08-27 | always use %s to print a non-constant string; ok deraadt@ guenther@ | Otto Moerbeek |
2017-08-27 | Rely on the hardware to clear hazards on octeon. | Visa Hankala |
2017-08-27 | Revisit 2q queue sizes. Limit the hot queue to 1/20th the cache size up | Bob Beck |
2017-08-26 | bug fix | Ulf Brosziewski |
2017-08-26 | Mark decimal constants as unsigned to avoid gcc warning. | Mark Kettenis |
2017-08-26 | Use copyin32() instead of a direct memory load when fetching a branch | Visa Hankala |
2017-08-26 | Use macros for Config1 bits. | Visa Hankala |
2017-08-26 | Add supporting for adjusting the CPU core clock frequency on RK3399. | Mark Kettenis |
2017-08-26 | regen | Aaron Bieber |
2017-08-26 | Add device ID for Altusmetrum ChaosKey 1.0 | Aaron Bieber |
2017-08-25 | Add missing OpenBSD CVS tag | Patrick Wildt |
2017-08-25 | Reduce the delay before scrolling starts. | Ulf Brosziewski |
2017-08-25 | Add mvneta(4), a driver for the Ethernet controller on the Armada | Patrick Wildt |
2017-08-25 | Add mvmpic(4), a driver for the interrupt controller that sits between | Patrick Wildt |
2017-08-25 | Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now, | Patrick Wildt |
2017-08-25 | Query the lower coordinate limits. | Ulf Brosziewski |
2017-08-25 | If SMAP is present, clear PSL_AC on kernel entry and interrupt so that | Philip Guenther |
2017-08-25 | Fix pmap_extract() to return false when there is a page table page | Visa Hankala |
2017-08-25 | unbreak tree: move comment out of #define. sorry | Theo Buehler |
2017-08-25 | Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399 | Mark Kettenis |
2017-08-25 | Add comments explaining why the out-of-bounds access in CID 1453077 can't | Theo Buehler |
2017-08-25 | vmm: fix some wrong debug printf format specifiers | Mike Larkin |
2017-08-24 | Fix a memory leak in an error path. Coverity CID 1453101. | Jonathan Gray |
2017-08-23 | Slightly rework how the SoC-specific functions are set up and introduce an | Mark Kettenis |
2017-08-23 | If the firmware provides a framebuffer through the Graphics Output Protocol, | Mark Kettenis |
2017-08-23 | Fix typos in iwm(4) error messages. Patch by Bryan Linton. | Stefan Sperling |
2017-08-23 | Add code to attach framebuffers found under /chosen. Taken from armv7. | Mark Kettenis |
2017-08-23 | Prevent trashing of the producer index and descriptor counter | Mike Belopuhov |
2017-08-23 | Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU. | Kevin Lo |
2017-08-23 | Use the correct argument to sizeof. Coverity CID 1453382. | Jonathan Gray |
2017-08-22 | Some small cleanups to reduce the diffs to the armv7 efiboot. | Mark Kettenis |