summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2022-08-10Add iic at glxpcib, to get spdmem to attach on 2F-based systems.Miod Vallat
2022-08-10Remove alpha kernel code to process userland misaligned accesses, and theMiod Vallat
2022-08-10match other archs use %s for version printfJonathan Gray
2022-08-09riscv64: trigger deferred timer interrupts from splx(9)Scott Soule Cheloha
2022-08-09powerpc64: trigger deferred DEC interrupts from splx(9)Scott Soule Cheloha
2022-08-08remove unused arm and armv7 headersJonathan Gray
2022-08-08remove mouse.h last used by pre-wscons driversJonathan Gray
2022-08-08Change branch condition inverted to realize original intention inKenji Aoyama
2022-08-07Start to add annotations to the cpu_info members, doing I/a/o forPhilip Guenther
2022-08-06Fix backpointer.Mark Kettenis
2022-08-05Skip disabled nodes.Mark Kettenis
2022-08-05put ci_mutex_level inside DIAGNOSTICRobert Nagy
2022-08-04Default to softraid on boot-device iff foundKlemens Nanni
2022-08-03Add aplaudio(4) and aplmca(4). The aplmca(4) driver controls the hardwareMark Kettenis
2022-08-03Clear active state when we attach.Mark Kettenis
2022-08-02Correctly detect xmem operations faulting on missing pages on 88110.Miod Vallat
2022-08-01Allocate memory for collection translation tables for hardware that needsMark Kettenis
2022-07-30Now that we have proper .text and .data sections we need to move dt_blob toPatrick Wildt
2022-07-30Kill virtual address randomization for the EFI runtime. It was a neat ideaMark Kettenis
2022-07-29Give to PE/COFF file proper .text and .data sections, and fill in theMark Kettenis
2022-07-27Postpone calling the EFI SetVirtualAddressMap() interface until efi(4)Mark Kettenis
2022-07-27Support "empty" phandles in interrups-extended properties. This is neededMark Kettenis
2022-07-27Partially catch up with device tree bindings in mainline Linux.Mark Kettenis
2022-07-27Fix reconstructed softraid bootlineKlemens Nanni
2022-07-27retire Rise CPU identification codeDaniel Dickman
2022-07-25Print function name for contextKlemens Nanni
2022-07-24macppc, powerpc: retrigger deferred DEC interrupts from splx(9)Scott Soule Cheloha