summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
4 daysThe buffer flipper (incorrectly?) uses pmap_copy_page() from interruptMark Kettenis
6 daysTeach ddb how to disassemble endbr64.Anton Lindqvist
7 daysCast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
7 daysmove bus space extern to bus.h; ok mpi@Jonathan Gray
7 daysFix some typos in comments in i386/amd64 bootblocksMike Larkin
8 daysadd qccpucp to GENERICTobias Heider
9 daysDo not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
10 daysMove the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
12 daysEnable ixv(4) in RAMDISK_CDYASUOKA Masahiko
12 daysAdds support for BPP16 16-bit color EFI framebuffer format as offeredTobias Heider
13 daysremove unused arm64_machdep.hJonathan Gray
13 daysrename bus space files to match other archsJonathan Gray
13 daysadd wd to nam2blk to match bdevswJonathan Gray
13 daysorder nam2blk by major numberJonathan Gray
13 daysremove 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
2024-11-06Address more outdated comments.Miod Vallat
2024-11-06A long, long, time ago, pending interrupt handlers were stored in arraysMiod Vallat
2024-11-06Give locore a few more symbolic constants to make the code path constructingMiod Vallat
2024-11-06Remove a non-applicable comment about 32-bit userland code.Miod Vallat
2024-11-06Make edid_parse() take a device name as extra argument so that the fewMiod Vallat
2024-11-05The `pri' field of struct clockframe has become unused since the removal ofMiod Vallat
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.Miod Vallat
2024-11-05Fix typo in smbios product string for the HP OmniBook X.Mark Kettenis
2024-11-05Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of thatMiod Vallat
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat