summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2023-04-16The lowest performance level state for the E-cores on the M2 Pro/Max isMark Kettenis
2023-04-16call default db_ktrap() with tf_err, not 0 for exception error codeJonathan Gray
2023-04-16Handle T_CP traps from userland by generating SIGILL, withPhilip Guenther
2023-04-16Trap 17 (T_ALIGNFLT) supplies an error code in hardware; use TRAP()Philip Guenther
2023-04-16Both trap 21 (T_CP) and trap 17 (T_ALIGNFLT) supply an error codePhilip Guenther
2023-04-16vmm(4): save and restore Intel CET state on vm entry/exit.Dave Voutila
2023-04-15change trap16 from IDTVEC_NOALIGN to IDTVEC as it is now the firstJonathan Gray
2023-04-15add endbr defines and control protection trapJonathan Gray
2023-04-14vmm: NENTRY -> ENTRYDave Voutila
2023-04-14vmm(4): add NENTRY/END macros around asm functions.Dave Voutila
2023-04-14add VMX/VMCS defines for amd64 endbr64 featuresDave Voutila
2023-04-13Sprinkle UL suffix to constant literals which don't fit in int. NFCIMiod Vallat
2023-04-13Grammar fixes in comments.Miod Vallat
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-04-13Remove intentionally undocumented pci_{io,mem}_find and convert their lastMiod Vallat
2023-04-13Move USRSTACK to the end of userland address space.Miod Vallat
2023-04-13remove duplicate includesJonathan Gray
2023-04-12remove unused buffer selection codeJonathan Gray
2023-04-11fix double words in commentsJonathan Gray
2023-04-10add missing write of SAB_DAFOJonathan Gray
2023-04-10Enable caps lock LED on modern Apple laptop keyboards.Tobias Heider
2023-04-10spellingJonathan Gray
2023-04-09So clang 13 miscompiles dev/usb/umass_scsi.c with the combination if -OzMark Kettenis
2023-04-07avoid use of uninitialised memoryJonathan Gray
2023-04-03enable rkusbphy(4)David Gwynne
2023-04-02nable ngbe(4) on install media. Passes 'make release' build.Kevin Lo
2023-04-01Enable rkiovd(4)Mark Kettenis
2023-03-31Enable ufshci(4).Marcus Glocker
2023-03-31Enable ngbe(4).Kevin Lo
2023-03-30Map device tree read/write to unbreak root on softraidKlemens Nanni
2023-03-27Implement branch target protection using the branch target identificationMark Kettenis
2023-03-27Show BT and SBSS features in dmesg.Mark Kettenis
2023-03-26amd64: identify IBT capability in cpu(4) dmesg linesMike Larkin
2023-03-26fix a memory leakJonathan Gray
2023-03-23avoid use after freeJonathan Gray
2023-03-19Aggressively randomize the location of the stack on all 64-bit architecturesMark Kettenis
2023-03-19Enable rkpciephy(40.Mark Kettenis
2023-03-17Move annoying yet harmless diagnostic message into #ifdef DEBUG.Miod Vallat
2023-03-15store bios version, needed for amdgpu Steam Deck quirkJonathan Gray
2023-03-14sync the boot options list, and some macro fixes;Jason McIntyre
2023-03-13Switch alpha to new boot blocks.Miod Vallat
2023-03-13Add manual page.Miod Vallat
2023-03-13Add "machine poweroff" command on luna88k bootloader.Kenji Aoyama
2023-03-12sh, landisk: set HZ=64 againScott Soule Cheloha
2023-03-12Add rkcomphy(3), a driver for the "naneng" combo PHY found on the RK356xMark Kettenis
2023-03-12Enable mvtemp(4)Jonathan Matthew
2023-03-11New alpha secondary boot blocks using the MI code base. Not linked to theMiod Vallat
2023-03-11Remove long dead "tool".Miod Vallat
2023-03-11Allow strip and objcopy to be overrridden, for easier cross-buildability. NFCMiod Vallat
2023-03-11Add missing $OpenBSD$ tag.Kenji Aoyama