summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2024-12-22Remove forward declaration of struct clockframe, not needed here.Miod Vallat
2024-12-07Implement two-level (indirect) Device Table support to increase thePatrick Wildt
2024-12-07MSIs don't work on the Qualcomm X1E machines in ACPI. So preventMark Kettenis
2024-11-28Move cpu_features to hwcap and cpu_features2 to hwcap2George Koehler
2024-11-28Replace magic numbers to macro defined values.Kenji Aoyama
2024-11-27In powerpc64 pmap, when replacing a pte, put it in the correct ptegGeorge Koehler
2024-11-27Change getfp() to return an unBIASed stack pointer; this unbreaksMiod Vallat
2024-11-27remove #if 0'd entries for /dev/pcmcia functions removed in 1998Jonathan Gray
2024-11-27Use uvm_fault_wire() for consistency and to keep VM_FAULT_WIRE usage in uvm/.Martin Pieuchot
2024-11-27Add ptrace commands used to read/write the XSAVE area of a tracedAnton Lindqvist
2024-11-26enable ice(4) in GENERIC and RAMDISK_CD kernels on amd64Stefan Sperling
2024-11-20The buffer flipper (incorrectly?) uses pmap_copy_page() from interruptMark Kettenis
2024-11-19Teach ddb how to disassemble endbr64.Anton Lindqvist
2024-11-18Cast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
2024-11-18move bus space extern to bus.h; ok mpi@Jonathan Gray
2024-11-18Fix some typos in comments in i386/amd64 bootblocksMike Larkin
2024-11-17add qccpucp to GENERICTobias Heider
2024-11-16Do not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
2024-11-14Move the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
2024-11-13Enable ixv(4) in RAMDISK_CDYASUOKA Masahiko
2024-11-12Adds support for BPP16 16-bit color EFI framebuffer format as offeredTobias Heider
2024-11-12remove unused arm64_machdep.hJonathan Gray
2024-11-12rename bus space files to match other archsJonathan Gray
2024-11-12add wd to nam2blk to match bdevswJonathan Gray
2024-11-11order nam2blk by major numberJonathan Gray
2024-11-11remove unused mainbus.h; ok miod@Jonathan Gray
2024-11-10remove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctlJonathan Gray
2024-11-10replace uvm.h includes with uvm_extern.h where possibleJonathan Gray
2024-11-10Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Jonathan Gray
2024-11-10remove unused XINTR() defineJonathan Gray
2024-11-09The buffer flipper (incorrectly?) uses pmap_copy_page() from interruptMark Kettenis
2024-11-08Change 'labeloffset' to 0 from 64 as that space in the OpenBSD disklabel bloc...Kenneth R Westerback
2024-11-08remove pmap_zero_page_uncached()Jonathan Gray
2024-11-08Move sparc64-specific ofw prototypes out of the MI header.Miod Vallat
2024-11-08Add a work-in-progress version of ice(4), a driver for Intel E810 devices.Stefan Sperling
2024-11-08psp(4) waits for acknowledgement of wbinvd from other CPU.Alexander Bluhm
2024-11-08Implement interrupt depth counter for sparc64.Miod Vallat
2024-11-08Correctly compute access type for write faults. This allows write-onlyMiod Vallat
2024-11-08remove ID register values, cpu.c uses different definesJonathan Gray
2024-11-08remove PCI MMIO defines, matches recent amd64 changeJonathan Gray
2024-11-08remove unused pmap_move()Jonathan Gray
2024-11-08remove unused VM_MAXUSER_ADDRESS32Jonathan Gray
2024-11-08remove unused I386_IPI_NAMES, amd64 X86_IPI_NAMES removed in 2019Jonathan Gray
2024-11-07Expand amd64 wbinvd_on_all_cpus() with acknowledge.Alexander Bluhm
2024-11-07Constify strings in symbol-related ddb interfaces, and make the iteratorMiod Vallat
2024-11-07Remove OF_package_to_path(). This routine used to be needed by the OFWMiod Vallat
2024-11-07Remove leftover indirections required by pre-armv7 cpu support.Miod Vallat
2024-11-07Remove two unnecessary instructions, at least one being a leftover fromMiod Vallat
2024-11-07add rcs idsJonathan Gray
2024-11-06Do not store the value of sp in struct clockframe, for nothing has a needMiod Vallat