summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2022-08-29Put printing the EFI memory map behind and #ifdef.Mark Kettenis
2022-08-29Work around MSI and INTx issues on Qualcomm SC8280XP. This makes the NVMeMark Kettenis
2022-08-29remove unused macppc headersJonathan Gray
2022-08-29static const, not const staticJonathan Gray
2022-08-29static inline, not inline staticJonathan Gray
2022-08-29use ansi volatile keyword, not __volatile__Jonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-29Support full GICD SPI interrupt count for REG32/REG16.Dale Rahn
2022-08-27Add power button support.Mark Kettenis
2022-08-27Provide ENTRY_NB() for i386Theo Buehler
2022-08-25amd64/lapic.c: remove unused extern prototype for tsc_delay()Scott Soule Cheloha
2022-08-25The "Avalanche" performance cores on Apple's M2 SoC have more than 16Mark Kettenis
2022-08-25amd64, i386: use delay_init() instead of writing delay_func by handScott Soule Cheloha
2022-08-25amd64, i386: add delay_init(): basic delay(9) implementation managementScott Soule Cheloha
2022-08-25No need for wsmux in this kernel configuration; ok visa@Miod Vallat
2022-08-24Add DIT CPU feature.Mark Kettenis
2022-08-24Add missing licence, from nonaka@netbsd.orgMiod Vallat
2022-08-24Build libsa with NO_NET as we don't need any of the network-related code in it.Miod Vallat
2022-08-24Force compilation to fail in case of implicit function declaration.Miod Vallat
2022-08-24Add prototype declarations for a bunch of functions.Miod Vallat
2022-08-23Added NFS client support to RAMDISK kernel as the same as other platforms.Kenji Aoyama
2022-08-23Recognize the cores on Apple's M2 SoC.Mark Kettenis
2022-08-22Get number of interrupt cells from device tree instead of guessing basedTobias Heider
2022-08-22remove locore.s bzero and use libkern bzero on i386Jonathan Gray
2022-08-22remove extern for cpu var removed in 2015Jonathan Gray
2022-08-22remove cpu var from i386; removed from amd64 in 2015Jonathan Gray
2022-08-22mips64, octeon, loonson: trigger deferred clock interrupts from splx(9)Scott Soule Cheloha
2022-08-20drop detection code for Cyrix CPUs older than the Cyrix M2Daniel Dickman
2022-08-20remove Cyrix 486DLC register defines from amd64Daniel Dickman
2022-08-18repair printing of cpu class after machdep.c 1.652Jonathan Gray
2022-08-18Move recomputation of hz and stathz from glk to glkclk, lets a kernel withMiod Vallat
2022-08-17Mention support for booting off RAID 1CKlemens Nanni
2022-08-17Fix vldc(4) event filtersVisa Hankala
2022-08-17No more disklabel -B.Miod Vallat
2022-08-15unifdef KDBJonathan Gray
2022-08-15Add softraid(4) RAID 1C boot supportKlemens Nanni
2022-08-15drop detection code for 386sx/386dx CPUsDaniel Dickman
2022-08-13avoid uninitialised var when boot_unit has an unexpected valueJonathan Gray
2022-08-12Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support.Stefan Sperling
2022-08-12add support for booting from RAID 1C softraid(4) volumes on amd64Stefan Sperling
2022-08-12Make sure we don't pass uninitialized siginfo values to trapsignal(); fromMiod Vallat
2022-08-12Fix to work 1bpp Xorg server again on 1bpp framebuffer hardware.Kenji Aoyama
2022-08-12use string literal for format stringJonathan Gray
2022-08-12use string literal for format stringJonathan Gray
2022-08-12amd64: simplify TSC synchronization testingScott Soule Cheloha
2022-08-11powerpc64: cpu_initclocks: do tc_init(9) before cpu_startclock()Scott Soule Cheloha
2022-08-11Don't yet configure smmu(4) on Qualcomm SoCs as used on the Lenovo x13sPatrick Wildt
2022-08-10On the Qualcomm SoC as implemented on the Lenovo x13s the BIOS alreadyPatrick Wildt
2022-08-10Also attach spdmem on Gdium.Miod Vallat
2022-08-10Pass the "good random" flag from the bootblocks to the kernel when applicable.Miod Vallat