Age | Commit message (Expand) | Author |
2021-05-28 | Add cad(4), a driver for Cadence GEM. | Visa Hankala |
2021-05-28 | Move imxdog(4) to sys/dev/fdt. | Patrick Wildt |
2021-05-19 | Please sir, I want some more (ramdisk miniroot space) | Theo de Raadt |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-05-16 | ansi | Jonathan Gray |
2021-05-16 | remove unused pre efiboot targets | Jonathan Gray |
2021-04-30 | Add zqclock(4), a driver for Zynq-7000 clocks. | Visa Hankala |
2021-04-30 | Add zqreset(4), a driver for Zynq-7000 resets. | Visa Hankala |
2021-04-24 | Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs. | Visa Hankala |
2021-04-02 | Fix Dale's email address | Theo Buehler |
2021-03-25 | remove uneeded includes in md armv7 files | Jonathan Gray |
2021-03-16 | Node without a "status" property should be considered enabled as well. | Mark Kettenis |
2021-03-16 | Make sure that switching the console from serial to framebuffer works | Mark Kettenis |
2021-03-11 | spelling | Jonathan Gray |
2021-03-11 | grow media a little | Theo de Raadt |
2021-02-25 | Add some infrastructure in the PCI chipset tag for pci_probe_device_hook() | Patrick Wildt |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-14 | Enable clocks and adjust for removal of subnodes in upstream Linux | Mark Kettenis |
2021-02-14 | Enable clocks. | Mark Kettenis |
2021-02-14 | Raise match priority to beat syscon(4). | Mark Kettenis |
2021-02-14 | Recent device trees have the syscon-reboot and syscon-poweroff nodes as | Mark Kettenis |
2021-02-05 | Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7. | Patrick Wildt |
2021-02-04 | exuart(4) does not need to include exclockvar.h. The header seems to only | Patrick Wildt |
2021-02-04 | Tedu exuartvar.h, which has not been needed since we switched to the "new | Patrick Wildt |
2021-02-04 | Add missing CVS tag. | Patrick Wildt |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-19 | s/KHZ/kHz/ and reduce dmesg spam a bit | Mark Kettenis |
2021-01-19 | Remove some unused #defines and remove some commented-out variables. | Mark Kettenis |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-29 | Give armv7 a <machine/cpufunc.h> header and use it to add a prototype | Mark Kettenis |
2020-07-17 | Re-work intr_barrier(9) on arm64 to remove layer violation. So far we | Patrick Wildt |
2020-07-14 | Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer | Patrick Wildt |
2020-07-14 | Extend the interrupt API on arm64 and armv7 to be able to pass around | Patrick Wildt |
2020-07-12 | Use the full 32 bits for the miscellaneous armv7 timecounters. | Christian Weisgerber |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-05 | match on "ti,am335-sdhci" used since linux 5.8-rc3 | Jonathan Gray |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-23 | Enable virtual consoles on armv7, the same way it is done on arm64. | Frederic Cambus |
2020-06-18 | Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices. | Frederic Cambus |
2020-06-02 | use correct node when enabling phy | Jonathan Gray |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |