Age | Commit message (Expand) | Author |
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 |
2019-09-22 | Make the code that calculates the min/max priorities identical to the arm64 | Mark Kettenis |
2019-09-22 | Reduce diffs to arm64 version of this. Mostly whitespace changes. | Mark Kettenis |
2019-09-22 | Fix ampintc_cpuinit() prototype. | Mark Kettenis |
2019-09-22 | vmm(4): fix a wrong comment in vmmopen() | Mike Larkin |
2019-09-22 | Remove unused register dump lists. | Visa Hankala |
2019-09-22 | Simplify stat register access. | Visa Hankala |
2019-09-22 | Ignore non-host ports silently. | Visa Hankala |
2019-09-21 | Enable thermal zone handling code. | Mark Kettenis |
2019-09-20 | Remove an unused function. | Visa Hankala |
2019-09-20 | Pass interface number as an explicit parameter to avoid decoding. | Visa Hankala |
2019-09-20 | KNF/whitespace fixes | Mike Larkin |
2019-09-15 | Attach packet interfaces to octpip to use fdt. | Visa Hankala |
2019-09-15 | Add a driver for the packet input processing unit. For now, the purpose | Visa Hankala |
2019-09-15 | Add the pip unit into the fdt blob. | Visa Hankala |
2019-09-12 | Prepare for the emac/gmac "phy" property being renamed to "phy-handle" | Jonathan Gray |
2019-09-11 | vm_teardown() must be serialized since it modifies the global vmm_softc | anton |
2019-09-10 | Do not decrement the number of VMs counter twice in one of vm_create() | anton |