Age | Commit message (Expand) | Author |
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 |
2022-12-22 | Bring over various changes from the arm64 version of this code. | Mark Kettenis |
2022-12-14 | Put an splhigh() at the start of cpu_configure() to prevent splasserts | Mark Kettenis |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-05 | Make sure fdt_find_node() returns NULL if it can't find the requested node. | Patrick Wildt |
2022-10-03 | Reorganize the EFI code a bit. Move the efi.h header from dev/acpi to | Mark Kettenis |
2022-09-08 | Rename global ifnet TAILQ | Klemens Nanni |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-08 | remove unused arm and armv7 headers | Jonathan Gray |
2022-07-27 | Support "empty" phandles in interrups-extended properties. This is needed | Mark Kettenis |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-11 | r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply by | Jonathan Matthew |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-22 | After copying the FDT into a new larger buffer, adjust the FDT size to | Mark Kettenis |
2022-03-14 | The current FDT code we use in the bootloader is buggy and will write into | Mark Kettenis |
2022-02-21 | initializion -> initialization | Jonathan Gray |
2022-02-21 | tempterature -> temperature | Jonathan Gray |
2022-02-13 | Fix return value check of OF_getproplen(). If "reset-gpios" is not found | Tobias Heider |