Age | Commit message (Expand) | Author |
2023-11-10 | Make ifq and ifiq interface MP safe. | Alexander Bluhm |
2023-09-22 | move simplebusvar.h so it can be used without ifdef | Jonathan Gray |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-09-14 | clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized | Scott Soule Cheloha |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-03-05 | Mask off IPL flags before storing the IPL for an interrupt. | Patrick Wildt |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-27 | dmtimer(4): initialize stathz, profhz as other drivers, platforms do | Scott Soule Cheloha |
2023-01-25 | gptimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-22 | gptimer(4): remove dead MD microtime(9) implementation | Scott Soule Cheloha |
2023-01-17 | dmtimer(4): switch to clockintr | Scott Soule Cheloha |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-21 | initializion -> initialization | Jonathan Gray |
2022-01-03 | Don't use != 0 to check whether a pointer is non-NULL. | Jonathan Gray |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
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-04-02 | Fix Dale's email address | Theo Buehler |
2021-03-25 | remove uneeded includes in md armv7 files | Jonathan Gray |
2021-03-11 | spelling | Jonathan Gray |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
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-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-02 | use correct node when enabling phy | Jonathan Gray |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | 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 |
2020-04-27 | fix SDHC_DEBUG build, remove procname printf's | ians |
2020-04-10 | Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus | Mark Kettenis |
2020-04-07 | Use PHY framework to replace hardcoded board-specific GPIO poking. | Mark Kettenis |
2020-04-07 | Remove entry that is no longer needed. | Mark Kettenis |
2020-04-06 | Add support for the cd-gpios property. | Mark Kettenis |
2020-04-06 | Register controller with the gpio "framework". | Mark Kettenis |
2020-04-05 | Use OF_is_compatible() to simplify the initialization for the "mdio" node. | Mark Kettenis |
2020-04-05 | Add omrng(4), a driver for te random number generator found on TI OMAP SoCs. | Mark Kettenis |
2020-03-31 | Remove leftover that should have been removed in the previous commit. | Mark Kettenis |
2020-03-31 | Newer device trees no longer put the full physical address in the "reg" | Mark Kettenis |
2020-03-31 | Remove unused code. The padconf code has been replaced with the | Mark Kettenis |
2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. | Martin Pieuchot |
2020-01-13 | Convert to tsleep_nsec(9), while here fix a bug where the value specified | Martin Pieuchot |
2020-01-13 | Timeouts are all specified in multiple of `hz' so define them in term of | Martin Pieuchot |
2019-12-25 | WSDISPLAYIO_GTYPE is u_int not int | Jonathan Gray |