summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2021-02-23remove some unused includesJonathan Gray
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-22Terminate backtrace of secondary processors in ddb.Mark Kettenis
2021-02-22Enable bge(4).Mark Kettenis
2021-02-22Enable apldog(4).Mark Kettenis
2021-02-22Add apldog(4), a driver for the watchdog on Apple M1 SoCs.Mark Kettenis
2021-02-21Add cryptox(4), a driver for armv8 cryptographic extensions.tobhe
2021-02-21One CPUs that implement the VHE extension and have the E2H bit set, keepMark Kettenis
2021-02-20Fix disestablishing of PCI interrupt handlers.Visa Hankala
2021-02-18Make kernel ld.script similar to octeon's on loongson and sgi.Visa Hankala
2021-02-18handle "simple-pm-bus" in simplebusJonathan Gray
2021-02-17Skip gp initialization in loongson bootblocksVisa Hankala
2021-02-17Do not reprogram address filter after MII status changeVisa Hankala
2021-02-17Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCsMark Kettenis
2021-02-16Introduce BUS_SPACE_MAP_POSTED such that we can distinguish betweenMark Kettenis
2021-02-16some phy are not needed anymore since the ethernet drivers went awayTheo de Raadt
2021-02-15While it should be possible to use "normal uncachable" mappings forMark Kettenis
2021-02-14Enable clocks and adjust for removal of subnodes in upstream LinuxMark Kettenis
2021-02-14Enable clocks.Mark Kettenis
2021-02-14Raise match priority to beat syscon(4).Mark Kettenis
2021-02-14Recent device trees have the syscon-reboot and syscon-poweroff nodes asMark Kettenis
2021-02-13Revise cnmac(4)'s address filter setupVisa Hankala
2021-02-13Fix a commentMike Larkin
2021-02-13Remove trailing whitespaceMike Larkin
2021-02-11Call exuart(4) early attach on arm64.Patrick Wildt
2021-02-11Enable exuart(4).Patrick Wildt
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-02-10Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1Mark Kettenis
2021-02-09Make sure that switching the console from serial to framebuffer worksMark Kettenis
2021-02-09Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.Patrick Wildt
2021-02-066.9-betaTheo de Raadt
2021-02-06Revise kernel's ld.script on octeonVisa Hankala
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2021-02-04exuart(4) does not need to include exclockvar.h. The header seems to onlyPatrick Wildt
2021-02-04Tedu exuartvar.h, which has not been needed since we switched to the "newPatrick Wildt
2021-02-04Add missing CVS tag.Patrick Wildt
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-02-04Handle Netgear ProSecure UTM25Visa Hankala
2021-02-04make if_pfsync.c a better friend with PF_LOCKAlexandr Nedvedicky
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-30Abstract octeon board handling a littleVisa Hankala
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-29repair declerations to satisfy -fno-commonTheo de Raadt
2021-01-29recognise Cortex-A78CJonathan Gray
2021-01-28bios_memmap[] should not be a commonTheo de Raadt
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-26Recognize Apple Icestorm cores.Mark Kettenis
2021-01-25Give machdep.c a thorough cleanup that is long overdue.Mark Kettenis
2021-01-23Fix whitespace issuesMike Larkin