summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2022-05-13vmm: add additional fault type, fixing vm receiveDave Voutila
2022-05-10Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-04Missed removing some memory scaling in vmm, vmctl.Dave Voutila
2022-05-03vmm/vmd/vmctl: standardize memory units to bytesDave Voutila
2022-04-27vmm(4): dt(4) tracepoints for vm exit reporting previous exit.Dave Voutila
2022-04-26No need for line wrap here.Claudio Jeker
2022-04-26On CPUs that have MPERF/APERF support use that information to install aClaudio Jeker
2022-04-20repair kstat entryTheo de Raadt
2022-04-16esm(4): constify sensor tablesChristian Weisgerber
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-04-14The XOR instruction affects the carry and zero flag. Move it beforeAlexander Bluhm
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-04-10mips64: Enforce memory ordering on SMP rendezvousVisa Hankala
2022-04-10Fix definition of "local" IPI system register. Spotted by Kyle Evans.Mark Kettenis
2022-04-09Simplify vmx instruction error handling.Dave Voutila
2022-04-07drm/amd/display: move FPU associated DSC code to DML folderJonathan Gray
2022-04-06Support switching from glass console to serial console on systems thatMark Kettenis
2022-04-06constify struct cfattachChristian Weisgerber
2022-04-06Recognize LUN 0 device if SID_QUAL_LU_OFFLINE and T_NODEVICE areKenneth R Westerback
2022-03-31Implement support for multiple dies. This should make OpenBSD work on theMark Kettenis
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-31Remove duplicate scsi devices.Kenneth R Westerback
2022-03-29off-by-one check didn't recognize partition 'a' section on specifiedTheo de Raadt
2022-03-28Put call to vmx_remote_vmclear() under #ifdef MULTIPROCESSORTheo Buehler
2022-03-28vmm(4): add quiesce/wakeup hooks to sync vcpu state.Dave Voutila
2022-03-26grow i386 mediaTheo de Raadt
2022-03-26Enable mtw(4) on i386, macppc, and arm64.Stefan Sperling
2022-03-25Implement reboot/powerdown support based on nvmem cells. This works onMark Kettenis
2022-03-24Add $OpenBSD$ tag and declare that this file is in the public domain.Mark Kettenis
2022-03-23Trapping a riscv illegal instruction shouldn't print a console messageJeremie Courreges-Anglas
2022-03-23Export the ID_AA64ISARn_EL1 registers to userspace through sysctl(2) suchMark Kettenis
2022-03-22Copy the FDT into a larger buffer such that we have space to add additionalMark Kettenis
2022-03-22After copying the FDT into a new larger buffer, adjust the FDT size toMark Kettenis
2022-03-22Make sure kernel longjmp always returns 1 rather than what turns out to beMiod Vallat
2022-03-22Fix wrong comment in sendsig(), and remove unused dumpframe()Miod Vallat
2022-03-22Do not bother initializing a0 with a special value in setregs, that's aMiod Vallat
2022-03-22Change VM_MIN_ADDRESS to PAGE_SIZE to forbid mapping anything at virtualMiod Vallat
2022-03-22Do not pretend there exist MD code for byte swapping yet provide copiesMiod Vallat
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-21Remove unused files which serve no purpose in OpenBSD; with and ok jsg@Miod Vallat
2022-03-18spellingJonathan Gray
2022-03-17Fix previous commit; the FDT header is big-endian so we need to do theMark Kettenis
2022-03-16When we allocate space a buffer with some extra space for the FDT, adjustMark Kettenis
2022-03-15Implement additional error checking for aplsmc_read_key() such that we canMark Kettenis
2022-03-14The current FDT code we use in the bootloader is buggy and will write intoMark Kettenis
2022-03-14Make sure the apldart(4) implementation of bus_dmamap_destroy(9) does theMark Kettenis
2022-03-13Constify struct cfattach.Martin Pieuchot