summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2021-01-23vmm(4): wire faulted in pagesMike Larkin
2021-01-23OPAL implements firmware calls that abstract communicating with the BMC overMark Kettenis
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-19blacklist com on m3000s. our com code causes faults somehow.David Gwynne
2021-01-19Enable athn(4)Mark Kettenis
2021-01-19s/KHz/kHz/ and reduce dmesg spam a bitMark Kettenis
2021-01-19s/KHZ/kHz/ and reduce dmesg spam a bitMark Kettenis
2021-01-19Remove some unused #defines and remove some commented-out variables.Mark Kettenis
2021-01-15Split the IORT struct into two, as the current version not only containedPatrick Wildt