summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2021-07-09Parse /soc/dma-ranges to populate the openbsd,dma-constraint property.Patrick Wildt
2021-07-08sys/lib/libz isn't configured for lazy optimizations to save space becauseTheo de Raadt
2021-07-08The properties of the crypto algorithms never change. Declare themAlexander Bluhm
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-07-06Shifts (<<) of more than 32 bits must be done on 64-bit values.Patrick Wildt
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-07-03Avoid spinning with interrupts disabled.Mark Kettenis
2021-07-02Avoid local variable definitions in the middle of code.Mark Kettenis
2021-07-02Avoid spinning with interrupts disabled in the rpi3.Mark Kettenis
2021-07-02Remove bogus comments.Mark Kettenis
2021-07-02Remove a few pointless comments.Mark Kettenis
2021-07-02Cleanup early bootstrap code. This mostly realigns the code with theMark Kettenis
2021-07-02Only do TLB shootdown on CPUs where a pmap is active. Only make SBI callsMark Kettenis
2021-07-02Run SBI calls to to get mvendorid/marchid/mimplid on the actual CPU we'reMark Kettenis
2021-07-02__remq.S will be needed soon.Theo de Raadt
2021-06-30Simplify the way we track the FPU state, using powerpc64 as a model.Mark Kettenis
2021-06-30grow ramdisk area due to increased firmware sizes..Theo de Raadt
2021-06-30add missing call to sbi_remote_fence_i()Jonathan Gray
2021-06-30MULTIPTOCESSOR -> MULTIPROCESSORJonathan Gray
2021-06-29SMP support. Mostly works, but occasionally craps out during boot.Mark Kettenis
2021-06-29whitespaceMark Kettenis
2021-06-29delete pre-EFI boot kernel location scriptingTheo de Raadt
2021-06-29sync maxusers with other 64bits architectures. ok kettenis@, deraadt@.Matthieu Herrb
2021-06-29Enable rktcphy(4).Patrick Wildt
2021-06-29The way we boot OpenBSD, there is no need to play the hart lottery.Mark Kettenis
2021-06-28do not need .align 2 or 4 after .text, the ABI's .text will decide whatTheo de Raadt
2021-06-28whitespaceTheo de Raadt
2021-06-28Fix assembly in #ifdef MULTIPROCESSOR case.Mark Kettenis
2021-06-28Add speculation-blocking sequence after syscalls like we did for libc a whileMark Kettenis
2021-06-28delete .align inside sigtramp stubs, as the stack alignment requirementTheo de Raadt
2021-06-28Enable dt(4).Martin Pieuchot
2021-06-28Implement copyin32().Mark Kettenis
2021-06-27Make sure __bss_start is aligned on an 8-byte boundary. This makes sureMark Kettenis
2021-06-27Using the MI mplock should be fine on riscv64.Mark Kettenis
2021-06-27Add Hart State Management functions. These will be needed to spin upMark Kettenis
2021-06-26For some reason the riscv64 locore.S ended up with the copyright licenseMark Kettenis
2021-06-25Move unused eficall.h files to the Attic.Kenneth R Westerback
2021-06-25Clean up and remove debug prints, and add a few more relevant prints forPatrick Wildt
2021-06-25basic radeondrm / X support for riscv64. Ok kettenis@Matthieu Herrb
2021-06-25add SIZE_MAX. ok kettenis@Matthieu Herrb
2021-06-251) Finish eliminating all uses of EFI_CALL() used in the tree, allowing for theKenneth R Westerback
2021-06-25While it seems like we can choose any I/O virtual address for peripheralPatrick Wildt
2021-06-25use weaker fences for riscv64 membarJonathan Gray
2021-06-25Save quite a bit of space by removing the existence of PTEDs. ThePatrick Wildt
2021-06-23The first page of the I/O virtual address space is reserved so thatPatrick Wildt
2021-06-23Enable titmp(4).Mark Kettenis
2021-06-23adb(4/macppc): fix adb_cuda_tickle() prototypecheloha
2021-06-21Change tb_freq to uint64_t. This prevents an overflow in the riscv64Mark Kettenis
2021-06-21Change tb_freq to uint64_t. This prevents an overflow in the riscv64Mark Kettenis
2021-06-21code is obvious, comments not requiredTheo de Raadt