Age | Commit message (Expand) | Author |
2017-08-30 | Decode pin mux configuration correctly in gpio(4) support code such that | Mark Kettenis |
2017-08-30 | Report the rebuild state properly, so that in the case of a rebuild | Patrick Wildt |
2017-08-29 | add _MEASURE_RATE bits from uonerng(4) | Jasper Lievisse Adriaanse |
2017-08-29 | rename sc_pipe to sc_outpipe to indicate it's direction as there'll come an | Jasper Lievisse Adriaanse |
2017-08-29 | "urng" is needed on the file lines... or these end up in all kernels, | Theo de Raadt |
2017-08-28 | Fix a memory leak in an error path. Coverity CID 1453042. | Jonathan Gray |
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 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 | 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-26 | bug fix | Ulf Brosziewski |
2017-08-26 | Mark decimal constants as unsigned to avoid gcc warning. | Mark Kettenis |
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 | 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 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 | 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-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 | Fix typos in iwm(4) error messages. Patch by Bryan Linton. | Stefan Sperling |
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 | Update inaccurate comment: rasops_copycols() doesn't use bcopy() | Frederic Cambus |
2017-08-22 | Move array bounds tests before access to avoid reading past the end of | Jonathan Gray |
2017-08-22 | Fix negative array index read. Coverity CID 1453243 and 1453334. | Ricardo Mestre |
2017-08-22 | Fix off by one overwrite. Covery CID 1452938. | Ricardo Mestre |
2017-08-21 | Split up ahci_port_portreset into a few smaller bits, and also slightly | Jonathan Matthew |
2017-08-21 | Add RK3399 CPU core related clocks. Fix RK3399 SD/MMC controller clock. | Mark Kettenis |
2017-08-21 | Fix off by one in array bounds tests when parsing descriptors. | Jonathan Gray |
2017-08-21 | Fix the build when RTWN_DEBUG is defined. | Jonathan Gray |
2017-08-20 | Surprise: I/Q calibration now works with urtwn(4) devices, so enable it. | Stefan Sperling |
2017-08-20 | Fix use of uninitialized variables during rtwn(4) I/Q calibration, which | Stefan Sperling |
2017-08-19 | Rotate framebuffer (counter-clockwise) when width < height. | Mark Kettenis |
2017-08-19 | Remove a redundant declaration of rtwn_update_avgrssi(). | Stefan Sperling |
2017-08-18 | Backout because it breaks ramdisks. Anyone making changes in the kernel | Theo de Raadt |
2017-08-18 | Add compressed fonts support in the kernel. | Frederic Cambus |
2017-08-18 | Test for device_lookup() returning NULL in gpioioctl() and gpioclose(). | Jonathan Gray |