summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
8 daysMove the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
10 daysEnable ixv(4) in RAMDISK_CDYASUOKA Masahiko
10 daysAdds support for BPP16 16-bit color EFI framebuffer format as offeredTobias Heider
11 daysremove unused arm64_machdep.hJonathan Gray
11 daysrename bus space files to match other archsJonathan Gray
11 daysadd wd to nam2blk to match bdevswJonathan Gray
11 daysorder nam2blk by major numberJonathan Gray
11 daysremove unused mainbus.h; ok miod@Jonathan Gray
12 daysremove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctlJonathan Gray
13 daysreplace uvm.h includes with uvm_extern.h where possibleJonathan Gray
13 daysDo not call uvm_swap_finicrypt_all() a second time in dumpsys().Jonathan Gray
13 daysremove unused XINTR() defineJonathan Gray
14 daysThe 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
2024-11-05Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenlyMiod Vallat
2024-11-05Enable ixv(4)YASUOKA Masahiko
2024-11-04remove ability to specify root/dump/swap on st(4)Jonathan Gray
2024-11-04correct non-rd major numbers; ok miod@Jonathan Gray
2024-11-04No need to duplicate the scsi_xfer timeout field in spc_acb.Miod Vallat
2024-11-04Implement support for the new CHLS key that is used to control the batteryMark Kettenis
2024-11-02Move edid_print() behind defined(EDID_DEBUG).Miod Vallat