summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2023-11-12Bump MAXDSIZ to 2G on armv7. Needed for llvm-16.Mark Kettenis
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-10-26make efi_getdisklabel_cd9660() handle a block size of 512 and simplifyJonathan Gray
2023-10-10Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them;Miod Vallat
2023-09-22move simplebusvar.h so it can be used without ifdefJonathan Gray
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-05remove unused armv7 max_processes globalJonathan Gray
2023-04-10spellingJonathan Gray
2023-03-12Enable mvtemp(4)Jonathan Matthew
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Patrick Wildt
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Jonathan Matthew
2023-03-04Add mvortc(4) and mvodog(4) here tooJonathan Matthew
2023-03-02Enable mvodog(4) and mvortc(4)Jonathan Matthew
2023-03-02Add mvortc(4), a driver for the RTC on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add mvodog(4), a driver for the watchdog on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add eephy(4), found on the Turris Omnia's WAN portJonathan Matthew
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-27dmtimer(4): initialize stathz, profhz as other drivers, platforms doScott Soule Cheloha
2023-01-25gptimer(4): switch to clockintrScott Soule Cheloha
2023-01-23Add Backtab key, based on a change from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-22gptimer(4): remove dead MD microtime(9) implementationScott Soule Cheloha
2023-01-17sxitimer(4): switch to clockintrScott Soule Cheloha
2023-01-17dmtimer(4): switch to clockintrScott Soule Cheloha
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-22Bring over various changes from the arm64 version of this code.Mark Kettenis
2022-12-14Put an splhigh() at the start of cpu_configure() to prevent splassertsMark Kettenis
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-11-05Make sure fdt_find_node() returns NULL if it can't find the requested node.Patrick Wildt
2022-10-03Reorganize the EFI code a bit. Move the efi.h header from dev/acpi toMark Kettenis
2022-09-08Rename global ifnet TAILQKlemens Nanni
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-08-08remove unused arm and armv7 headersJonathan Gray
2022-07-27Support "empty" phandles in interrups-extended properties. This is neededMark Kettenis
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-11r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply byJonathan Matthew
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-04-06constify struct cfattachChristian Weisgerber
2022-03-22After copying the FDT into a new larger buffer, adjust the FDT size toMark Kettenis
2022-03-14The current FDT code we use in the bootloader is buggy and will write intoMark Kettenis
2022-02-21initializion -> initializationJonathan Gray
2022-02-21tempterature -> temperatureJonathan Gray
2022-02-13Fix return value check of OF_getproplen(). If "reset-gpios" is not foundTobias Heider