index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
riscv64
/
include
Age
Commit message (
Expand
)
Author
2022-01-16
remove "for all AArch64 platforms" from comment
Jonathan Gray
2022-01-01
Remove unused function prototype.
Mark Kettenis
2021-10-05
cleanup conf.c, and bring in wd(4) support
Theo de Raadt
2021-09-14
Provide instruction cache invalidation through sysarch(RISCV_ICACHE_SYNC)
Jeremie Courreges-Anglas
2021-09-03
Don't pretend we support PT_STEP on this architecture.
Jeremie Courreges-Anglas
2021-09-03
Enable ptrace(2) support for PT_GETFPREGS/PT_SETFPREGS
Jeremie Courreges-Anglas
2021-08-30
Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already
Jasper Lievisse Adriaanse
2021-07-24
riscv64 userland timecounter support
Jeremie Courreges-Anglas
2021-07-24
Implement a workaround for the SiFive FU740 CIP-1200 errata.
Mark Kettenis
2021-07-11
convert db_addr_t to vaddr_t
Jasper Lievisse Adriaanse
2021-07-06
Shifts (<<) of more than 32 bits must be done on 64-bit values.
Patrick Wildt
2021-07-02
Cleanup early bootstrap code. This mostly realigns the code with the
Mark Kettenis
2021-07-02
Run SBI calls to to get mvendorid/marchid/mimplid on the actual CPU we're
Mark Kettenis
2021-06-30
Simplify the way we track the FPU state, using powerpc64 as a model.
Mark Kettenis
2021-06-29
SMP support. Mostly works, but occasionally craps out during boot.
Mark Kettenis
2021-06-27
Using the MI mplock should be fine on riscv64.
Mark Kettenis
2021-06-27
Add Hart State Management functions. These will be needed to spin up
Mark Kettenis
2021-06-25
add SIZE_MAX. ok kettenis@
Matthieu Herrb
2021-06-25
use weaker fences for riscv64 membar
Jonathan Gray
2021-06-17
On OpenBSD _JBLEN is the number of slots (of type long) in jmp_buf.
Mark Kettenis
2021-06-16
don't define __HAVE_ACPI to unbreak radeondrm build
Jonathan Gray
2021-06-15
Increase MAXDSIZ to 16GB. ok kettenis@
Matthieu Herrb
2021-06-14
Use uint64_t instead of u_long for pcitag_t.
Mark Kettenis
2021-06-14
add PCITAG_NODE and PCITAG_OFFSET
Theo de Raadt
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-05-21
reduce diff relative to other arch (arm64 seems most relevant here)
Theo de Raadt
2021-05-21
delete useless comment
Theo de Raadt
2021-05-20
Significant overhaul of the floating point save/restore code.
Dale Rahn
2021-05-19
Add PCI support.
Mark Kettenis
2021-05-19
Bring riscv64 intr.c code in sync with arm64. This brings us:
Mark Kettenis
2021-05-18
Remove the no-op instruction cache flush/wb/inv operations and replace them
Mark Kettenis
2021-05-16
ansi
Jonathan Gray
2021-05-15
pmap_fault_fixup() does not need "int user"
Theo de Raadt
2021-05-13
Use intr_enable()/int_disable()/intr_restore() instead of
Mark Kettenis
2021-05-13
change sig_atomic_t from long to int matching all the other archs
Jonathan Gray
2021-05-12
Correct defines for fenv rounding modes and change fenv_t and fexcept_t
Jonathan Gray
2021-05-12
add OpenBSD rcs ids
Jonathan Gray
2021-05-11
more whitespace cleanups
Theo de Raadt
2021-05-11
whitespace cleanup
Theo de Raadt
2021-05-09
fpu_valid_opcode() did not correctly handle 16 bit fp instructions
Jonathan Gray
2021-05-09
Change offsets to (N * 8) to reduce chance of register clobber and mistakes.
Dale Rahn
2021-05-08
kernel setjmp saves 14 registers, not 13. ddb continue now works.
Theo de Raadt
2021-05-05
The StarFive JH7100 SoC found on the BeagleV beta boards has most of
Mark Kettenis
2021-05-05
use fence iorw,iorw for bus_space_barrier()
Jonathan Gray
2021-05-04
The clock on RISC-V is architectural, so we really don't need the
Mark Kettenis
2021-05-03
Use the EFI memory map (if available) to determine available physical
Mark Kettenis
2021-04-30
remove now unused elf.h
Jonathan Gray
2021-04-30
reduce diff to current arm64
Jonathan Gray
2021-04-30
Fix line swap resulting in misplaced ',' causing build error.
Dale Rahn
2021-04-29
Clean up <machine/ieeefp.h> and make sure the rounding mode bits match the
Mark Kettenis
[next]