Age | Commit message (Expand) | Author |
2024-11-06 | Make edid_parse() take a device name as extra argument so that the few | Miod Vallat |
2024-11-02 | Move edid_print() behind defined(EDID_DEBUG). | Miod Vallat |
2024-08-20 | match the config_activate_children() sequences found in other usb host | Theo de Raadt |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-05-22 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-04-29 | remove unused armv7 specific find_first_bit() | Jonathan Gray |
2024-04-29 | remove unused intc_intr_bootstrap() | Jonathan Gray |
2024-04-29 | remove unused global vars | Jonathan Gray |
2024-04-29 | remove prototypes for removed functions | Jonathan Gray |
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 |