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-10-14 | remove unneeded device.h include | Jonathan Gray |
2024-08-20 | match the config_activate_children() sequences found in other usb host | Theo de Raadt |
2024-08-05 | The devicetree spec says in section 2.4: | Mark Kettenis |
2024-07-14 | Add missing <machine/elf.h> for compound arches. | Miod Vallat |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-20 | Instead of allocating an arbitrary amount of extra space, let the EFI | Mark Kettenis |
2024-06-17 | When loading a device tree using the "mach dtb" command, give firmware | Mark Kettenis |
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 |
2024-03-10 | Invalidating the D-cache after disabling it turned out to be a bad idea | Mark Kettenis |
2024-03-03 | Flush the D-cache before we disable the cache. This makes more sense and | Mark Kettenis |
2024-02-13 | fix off-by-one in bounds test | Jonathan Gray |
2024-01-28 | set -fno-stack-protector in NORMAL_C_NOP, which is used to compile | Theo de Raadt |
2023-11-12 | Bump MAXDSIZ to 2G on armv7. Needed for llvm-16. | Mark Kettenis |
2023-11-10 | Make ifq and ifiq interface MP safe. | Alexander Bluhm |
2023-10-26 | make efi_getdisklabel_cd9660() handle a block size of 512 and simplify | Jonathan Gray |
2023-10-10 | Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them; | Miod Vallat |
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-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
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-07-05 | remove unused armv7 max_processes global | Jonathan Gray |
2023-04-10 | spelling | Jonathan Gray |
2023-03-12 | Enable mvtemp(4) | Jonathan Matthew |
2023-03-05 | Mask off IPL flags before storing the IPL for an interrupt. | Patrick Wildt |
2023-03-05 | Mask off IPL flags before storing the IPL for an interrupt. | Jonathan Matthew |
2023-03-04 | Add mvortc(4) and mvodog(4) here too | Jonathan Matthew |
2023-03-02 | Enable mvodog(4) and mvortc(4) | Jonathan Matthew |
2023-03-02 | Add mvortc(4), a driver for the RTC on the ARMADA 38x series. | Jonathan Matthew |
2023-03-02 | Add mvodog(4), a driver for the watchdog on the ARMADA 38x series. | Jonathan Matthew |
2023-03-02 | Add eephy(4), found on the Turris Omnia's WAN port | Jonathan Matthew |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-13 | Support device trees with NOPs in them (like the kernel version already | Mark Kettenis |
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-23 | Add Backtab key, based on a change from Crystal Kolipe kolipe.c at | Nicholas Marriott |
2023-01-22 | gptimer(4): remove dead MD microtime(9) implementation | Scott Soule Cheloha |
2023-01-17 | sxitimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | dmtimer(4): switch to clockintr | Scott Soule Cheloha |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |