Age | Commit message (Expand) | Author |
2019-10-27 | Add simplefb(4). | Mark Kettenis |
2019-10-26 | Correct some ASM in a comment | Philip Guenther |
2019-10-25 | Split out the code that brings us out of HYP mode and the code that | Mark Kettenis |
2019-10-25 | Add glass console for armv7. Similar to what we did on arm64 two years ago. | Mark Kettenis |
2019-10-25 | Make it possible to switch to framebuffer "glass" console in case it | Mark Kettenis |
2019-10-24 | Enable sxisid(4) | Mark Kettenis |
2019-10-23 | Enable sxisid(4). | Mark Kettenis |
2019-10-23 | store specific strings for smbios baseboard vendor, product and serial | Jonathan Gray |
2019-10-23 | Provide hw.serialno using the root node's serial-number property. | Patrick Wildt |
2019-10-21 | Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for the | Mark Kettenis |
2019-10-20 | Improve previous | kn |
2019-10-20 | Firmware that supports the "parallel boot" feature allows us to read the PRI | Mark Kettenis |
2019-10-20 | Document "set db_console 0|1" | kn |
2019-10-17 | Enable sxidog(4). | Mark Kettenis |
2019-10-17 | Cache flush operations on arm64 were being incorrectly treated as write | Dale Rahn |
2019-10-17 | sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-16 | Move sxidog(4) such that we can use it on arm64. | Mark Kettenis |
2019-10-15 | Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace(). | Martin Pieuchot |
2019-10-15 | Reduce the number of places where `p_priority' and `p_stat' are set. | Martin Pieuchot |
2019-10-15 | Try to match the devid against the bootpath if link->port_wwn doesn't | Jonathan Matthew |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2019-10-12 | i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-12 | sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-12 | hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-12 | Disable TSC debug printfs for release. They can be turned back on by | Mark Kettenis |
2019-10-11 | When available use "interrupt-names" to select the fdt idx for dwctwo | Jonathan Gray |
2019-10-08 | amd64: ensure %fs is loaded after final lgdt | Mike Larkin |
2019-10-08 | macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2019-10-08 | pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@ | cheloha |
2019-10-07 | octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@ | cheloha |
2019-10-07 | Add moxtet(4), a driver for the Turris Mox modules. For now this | Patrick Wildt |
2019-10-07 | Add mvspi(4), a driver for the SPI controller on the | Patrick Wildt |
2019-10-07 | Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2. | Mark Kettenis |
2019-10-06 | Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags. | Bob Beck |
2019-10-05 | Use mask to extract IPL; should have been part of the earlier diff that | Mark Kettenis |
2019-10-05 | Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ who | Mark Kettenis |
2019-10-01 | Recognise Cortex-A34 and Cortex-A65AE. TRMs have not been published but | Jonathan Gray |
2019-09-30 | Synch the cpu match/attach/identify code with arm64. This drops some | Mark Kettenis |
2019-09-30 | Enable amlpwm(4) and pwmreg(4). | Mark Kettenis |
2019-09-30 | Enable CPU voltage regulators. The firmware I built for my odroid-n2 | Mark Kettenis |
2019-09-29 | Improve MSI support by parsing the "msi-map" attribute. Taken from | Patrick Wildt |
2019-09-29 | Add IPI support. Taken ftrom arm64. | Mark Kettenis |
2019-09-29 | Configure USB port power control if the power GPIO is defined in fdt. | Visa Hankala |
2019-09-29 | Add option to configure GPIO output select. | Visa Hankala |
2019-09-28 | rename the 'cn30xx' drivers to just 'oct', because digits inside devices | Theo de Raadt |
2019-09-26 | Add a new driver for getting AMD CPU temperature sensor over the SMN. | Bryan Steele |
2019-09-26 | enable iavf(4) | Jonathan Matthew |
2019-09-25 | Enable interrupts while running interrupt handlers like we do on arm64. | Mark Kettenis |
2019-09-24 | Enable eephy(4) on octeon. | Visa Hankala |
2019-09-23 | Implement DVFS support. | Mark Kettenis |