summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2022-06-29Add support for using non-standard UARTs (such as the Synopsys DesignWareMark Kettenis
2022-06-29Make bus_space_map(9) work before the pmap is initialized for addressesMark Kettenis
2022-06-28On the x13s, using the EfiLoaderData memory type for the memory blockMark Kettenis
2022-06-28The x13s uses Memory32Fixed() to describe the windows forwarded by theMark Kettenis
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-06-28rewrite amd64 printing of cache detailsJonathan Gray
2022-06-27zap extraneous .PpJason McIntyre
2022-06-27Delete the ancient "hold Shift key to force CHS" code. Noone has neededTheo de Raadt
2022-06-27vmm: move ept pointer configuration to vcpu_init_vmxDave Voutila
2022-06-27vmm: zero virtual addresses of vcpu state pages after freeingDave Voutila
2022-06-26add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl...Stuart Henderson
2022-06-26Delete trailing whitespace. No code change.Mike Larkin
2022-06-26vmd: create a copy of bios at 4g boundaryDave Voutila
2022-06-20When there are multiple GOPs, try to select first one from which weYASUOKA Masahiko
2022-06-16Bump MAXCPUS to 256, which is the maximum number of cores on a dual socketMark Kettenis
2022-06-16The 64-core versions of the Ampere Altra SoC still have 80 redistributors.Mark Kettenis
2022-06-13Fix compatible strings to match the official device tree binding.Mark Kettenis
2022-06-12vmm(4): remove vm teardown from vcpu run pathDave Voutila
2022-06-12The NVMe firmware distributed with the macOS 13 developer beta does notMark Kettenis
2022-06-12Add stftemp(4), a driver for the temperature sensor integrated on theMark Kettenis
2022-06-11whitespaceMark Kettenis
2022-06-10Implement CPU_BUSY_CYCLE() with the ZiHintPause extensionJeremie Courreges-Anglas
2022-06-10Add _?ENTRY_NB() macro for doing an ASM function entry withoutPhilip Guenther
2022-06-09Add gpiorestart(4).Mark Kettenis
2022-06-08Add stfpinctrl(4).Mark Kettenis
2022-06-08Add stfpinctrl(4), a driver for the pinctrl/gpio block found on theMark Kettenis
2022-06-07Enable stfclock(4) and make xhci(4) attach to fdt.Mark Kettenis
2022-06-06Enable stfclock(4) and make xhci(4) attach to fdt.Mark Kettenis
2022-06-06Add stfclock(4), a driver for the clock controller found on the StarFiveMark Kettenis
2022-06-06Remove unused prototype.Mark Kettenis
2022-06-06The StarFive JH7100 SoC has peripherals that only support 32-bit DMAMark Kettenis
2022-06-02enable aq(4) on arm64 now that it works reasonably wellJonathan Matthew
2022-06-01change amd64 pmap_convert to return voidDave Voutila
2022-06-01remove unused pmap_convert prototype from i386Dave Voutila
2022-05-30knf; fix whitespace in structsDave Voutila
2022-05-30Add sfgpio(4), a driver for the GPIO controller found on theMark Kettenis
2022-05-29Device tree bindings for this device are official now.Mark Kettenis
2022-05-27Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-26Adjust compatible string to match what has been submitted to mainline Linux.Mark Kettenis
2022-05-26recognise Cortex-X1CJonathan Gray
2022-05-24Address the clang 13 "changed binding to STB_WEAK" warning on arm64:Philip Guenther
2022-05-24fdisk(8) no longer uses the partition table it finds inKenneth R Westerback
2022-05-24Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):Philip Guenther
2022-05-23Neither macppc nor the retired loongson have any remaining usefulKenneth R Westerback
2022-05-22Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-20vmm: remove spinout paranoiaDave Voutila
2022-05-20vmm: load the vmcs before reading vcpu registersDave Voutila
2022-05-19Now MULTIPROCESSOR kernel boots with CPU modules installed inKenji Aoyama
2022-05-19Not so recent evolution of the PowerPC and POWER architectures have definedMiod Vallat