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
Age
Commit message (
Expand
)
Author
2021-07-26
Print a few more registers in dump_regs().
Mark Kettenis
2021-07-26
Adjust driver for device tree binding changes.
Mark Kettenis
2021-07-25
Force to use serial console when no graphic board is found.
Kenji Aoyama
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-24
The updated dwctwo(4) driver introduces two new parameters.
Marcus Glocker
2021-07-24
Fix octeon build after dwctwo(4) update.
Marcus Glocker
2021-07-24
Replace cpus_running with CPU_IS_RUNNING().
Visa Hankala
2021-07-23
Use 8/4/1 bytes loads/stores for copyin/copyout/kcopy
Jeremie Courreges-Anglas
2021-07-20
Remove bogus use of CPU_MAXID and get cpu_info only once.
Visa Hankala
2021-07-20
Remove unneeded __sync_* library functions from the kernel.
Visa Hankala
2021-07-15
more space savings
Theo de Raadt
2021-07-15
space savings on install kernels. (restore and ralink drivers+firmware go
Theo de Raadt
2021-07-12
Add uaudio(4) and umidi(4). ok kettenis@, mlarkin@
Matthieu Herrb
2021-07-12
Remember to set CPUF_RUNNING on secondary CPUs.
Visa Hankala
2021-07-12
Make hw_cpu_hatch() more similar on loongson and octeon.
Visa Hankala
2021-07-12
wrap a long line
Jonathan Gray
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-10
Sync maxusers with other 64bit archs.
Martin Pieuchot
2021-07-09
use vaddr_t as type for frames as is commonly used elsewhere too
Jasper Lievisse Adriaanse
2021-07-09
Parse /soc/dma-ranges to populate the openbsd,dma-constraint property.
Patrick Wildt
2021-07-08
sys/lib/libz isn't configured for lazy optimizations to save space because
Theo de Raadt
2021-07-08
The properties of the crypto algorithms never change. Declare them
Alexander Bluhm
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-07-06
Shifts (<<) of more than 32 bits must be done on 64-bit values.
Patrick Wildt
2021-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-07-03
Avoid spinning with interrupts disabled.
Mark Kettenis
2021-07-02
Avoid local variable definitions in the middle of code.
Mark Kettenis
2021-07-02
Avoid spinning with interrupts disabled in the rpi3.
Mark Kettenis
2021-07-02
Remove bogus comments.
Mark Kettenis
2021-07-02
Remove a few pointless comments.
Mark Kettenis
2021-07-02
Cleanup early bootstrap code. This mostly realigns the code with the
Mark Kettenis
2021-07-02
Only do TLB shootdown on CPUs where a pmap is active. Only make SBI calls
Mark Kettenis
2021-07-02
Run SBI calls to to get mvendorid/marchid/mimplid on the actual CPU we're
Mark Kettenis
2021-07-02
__remq.S will be needed soon.
Theo de Raadt
2021-06-30
Simplify the way we track the FPU state, using powerpc64 as a model.
Mark Kettenis
2021-06-30
grow ramdisk area due to increased firmware sizes..
Theo de Raadt
2021-06-30
add missing call to sbi_remote_fence_i()
Jonathan Gray
2021-06-30
MULTIPTOCESSOR -> MULTIPROCESSOR
Jonathan Gray
2021-06-29
SMP support. Mostly works, but occasionally craps out during boot.
Mark Kettenis
2021-06-29
whitespace
Mark Kettenis
2021-06-29
delete pre-EFI boot kernel location scripting
Theo de Raadt
2021-06-29
sync maxusers with other 64bits architectures. ok kettenis@, deraadt@.
Matthieu Herrb
2021-06-29
Enable rktcphy(4).
Patrick Wildt
2021-06-29
The way we boot OpenBSD, there is no need to play the hart lottery.
Mark Kettenis
2021-06-28
do not need .align 2 or 4 after .text, the ABI's .text will decide what
Theo de Raadt
2021-06-28
whitespace
Theo de Raadt
[next]