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
Age
Commit message (
Expand
)
Author
2022-02-18
Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller.
Visa Hankala
2022-02-16
Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller.
Visa Hankala
2022-01-18
Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.
Visa Hankala
2022-01-18
plic: Fix cpuid handling
Visa Hankala
2022-01-17
sfcc: Fix accidental spinning
Visa Hankala
2022-01-16
remove "for all AArch64 platforms" from comment
Jonathan Gray
2022-01-12
Remove -target riscv64-unknown-openbsd from CMACHFLAGS.
Kevin Lo
2022-01-07
.glue_7 is used for arm code calling thumb code, and .glue_7t is used for
Kevin Lo
2022-01-05
Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller.
Visa Hankala
2022-01-03
SOCs -> SoCs
Visa Hankala
2022-01-03
Don't use != 0 to check whether a pointer is non-NULL.
Jonathan Gray
2022-01-02
addres -> address
Jonathan Gray
2022-01-02
establush -> establish
Jonathan Gray
2022-01-01
Remove unused function prototype.
Mark Kettenis
2022-01-01
Add missing locking to pmap_extract(9) and pmap_unwire(9).
Mark Kettenis
2021-12-17
Disable a few warning flags that were introduced and enabled by default
Patrick Wildt
2021-12-11
remove unused variable to fix build with llvm 13; ok jca@
Christian Weisgerber
2021-12-09
We only have one syscall table: inline sysent/SYS_MAXSYSCALL and
Philip Guenther
2021-11-30
enable uhid/fido
Theo de Raadt
2021-11-27
stop building kernels with -Wno-uninitialized on clang archs
Jonathan Gray
2021-11-26
avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is not
Jonathan Gray
2021-11-14
Make sure efiboot is built with RELA/REL relocations and not RELR,
Philip Guenther
2021-11-11
Retire switch(4) it never really was production ready and the OpenFlow
Claudio Jeker
2021-10-26
Remove more occurences of O_RDONLY in our bootloaders.
Patrick Wildt
2021-10-06
Change sendsig() interface so that the MD code does not need to access
Claudio Jeker
2021-10-05
cleanup conf.c, and bring in wd(4) support
Theo de Raadt
2021-09-14
Cleanup some style issues and remove some unused code. In particular,
Mark Kettenis
2021-09-14
Provide instruction cache invalidation through sysarch(RISCV_ICACHE_SYNC)
Jeremie Courreges-Anglas
2021-09-03
Zap a chatty printf
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-09-02
add aq(4) to amd64 RAMDISK_CD and riscv64 RAMDISK
Mike Larkin
2021-09-02
aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters
Mike Larkin
2021-08-31
Using suser() instead of doing it manually.
Jan Klemkow
2021-08-30
Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already
Jasper Lievisse Adriaanse
2021-08-02
Add memory barrier (data FENCE) before making the SBI call to issue a
Mark Kettenis
2021-07-30
Use inline function for SFENCE.VMA instruction. Fixes missing "memory"
Mark Kettenis
2021-07-30
Cleanup ptrace-related code; still untested.
Mark Kettenis
2021-07-26
Print a few more registers in dump_regs().
Mark Kettenis
2021-07-25
enable iwm(4)
Jonathan Gray
2021-07-25
enable ix(4)
Jonathan Gray
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-23
Use 8/4/1 bytes loads/stores for copyin/copyout/kcopy
Jeremie Courreges-Anglas
2021-07-12
Add uaudio(4) and umidi(4). ok kettenis@, mlarkin@
Matthieu Herrb
2021-07-11
convert db_addr_t to vaddr_t
Jasper Lievisse Adriaanse
2021-07-10
tweak indentation of conditional in db_validate_address().
Jasper Lievisse Adriaanse
2021-07-09
use vaddr_t as type for frames as is commonly used elsewhere too
Jasper Lievisse Adriaanse
2021-07-06
Shifts (<<) of more than 32 bits must be done on 64-bit values.
Patrick Wildt
2021-07-02
Remove bogus comments.
Mark Kettenis
[next]