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
2020-08-03
add more scsi devices, observed by gkoehler
Theo de Raadt
2020-08-02
additional files from libkern will be needed by clang10
Theo de Raadt
2020-08-02
additional files from libkern will be needed by clang10
Theo de Raadt
2020-07-31
like amd64:
Theo de Raadt
2020-07-31
Make sure bcmtmon(4) attaches even if it has a "syscon" compatible.
Mark Kettenis
2020-07-31
On sun4u systems that have the STICK register, clear the NPT bit of the
Mark Kettenis
2020-07-30
Only invalidate "user" SLB entry if it is currently set.
Mark Kettenis
2020-07-29
atapiscsi is not needed here. (well maybe it changes the behaviour of
Theo de Raadt
2020-07-25
Port over NetBSD's arm64 disassembler for DDB.
tobhe
2020-07-25
Change kernel SLB setup code to avoid the (theoretical) possibility to
Mark Kettenis
2020-07-24
Enable usertc if the NPT bit isn't set for %tick and %sys_tick.
Mark Kettenis
2020-07-24
Suppress kernel printf output in the octeon boot kernel.
Visa Hankala
2020-07-24
Remove bge(4) and brgphy(4) as the bootloader doesn't include network support
Mark Kettenis
2020-07-24
Implement BOOT_QUIET option that supresses kernel printf output to the
Mark Kettenis
2020-07-23
Free SLB descriptors when we destroy a pmap.
Mark Kettenis
2020-07-23
Bump MAXCPUS (for MULTIPROCESSOR kernels) to 48, which seems to be the
Mark Kettenis
2020-07-23
Enter DDB directly when we encounter an unhandled trap such that we
Mark Kettenis
2020-07-23
Use per-pmap lock to protect userland SLB handling.
Mark Kettenis
2020-07-23
Fix typo in previous commit such that the code is actually compiled in.
Mark Kettenis
2020-07-23
Handle the case where we can sleep (and therefore switch CPUs) while
Mark Kettenis
2020-07-23
Nuke unused struct scsi_link member of spc_softc.
Kenneth R Westerback
2020-07-22
Nuke unused struct scsi_link member of vdsk_softc.
Kenneth R Westerback
2020-07-22
Make switching CPUs in DDB work.
Mark Kettenis
2020-07-22
Actually try to evict a PTE from a different slot instead of failing to
Mark Kettenis
2020-07-22
Don't grab the kernel lock for mpsafe interrupts.
Mark Kettenis
2020-07-22
Implement IPIs.
Mark Kettenis
2020-07-22
console marker should be after :
Theo de Raadt
2020-07-22
Remove debugging printf in critical section. This doesn't play well with
Mark Kettenis
2020-07-22
Add missing mplock.h file.
Mark Kettenis
2020-07-22
Use CPU_IS_PRIMARY macro in identifycpu() on i386.
Frederic Cambus
2020-07-22
Use CPU_IS_PRIMARY macro in cpuattach() on mips64.
Frederic Cambus
2020-07-21
GENERIC.MP
Mark Kettenis
2020-07-21
Add code to spin up the secondary CPUs.
Mark Kettenis
2020-07-21
Implement copyin32().
Mark Kettenis
2020-07-21
Add OPAL_START_CPU.
Mark Kettenis
2020-07-21
For now, grab the kernel lock to do SLB management for userland processes.
Mark Kettenis
2020-07-21
Make pmap ready for GENERIC.MP.
Mark Kettenis
2020-07-21
Attach secondary CPUs early like we now do on arm64.
Mark Kettenis
2020-07-21
Add missing KERNEL_LOCK() and KERNEL_UNLOCK() calls.
Mark Kettenis
2020-07-21
Do not bother masking IPIs in the Loongson 3A specific IPI routine.
Visa Hankala
2020-07-21
acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for
Theo de Raadt
2020-07-21
It's saa_flags, not flags.
Kenneth R Westerback
2020-07-20
saa.ssa.wwpn is not the same as saa.saa_wwpn.
Kenneth R Westerback
2020-07-20
improve accuracy of kexec_subr.o dependency
Theo de Raadt
2020-07-20
Add uvm_map_inentry call, to detect stack pivots at trap time.
Theo de Raadt
2020-07-20
Move remaining scsi bus initialization info from "prototype scsi link"
Kenneth R Westerback
2020-07-19
kexec_subr.S will need assym.h built beforehands
Theo de Raadt
2020-07-19
Disable userland timecounters for now. On some (all?) sun4u machines this
Mark Kettenis
2020-07-19
Move the adapter related items (luns, adapter, adapter_target,
Kenneth R Westerback
2020-07-19
Add GENERIC.MP kernel config for loongson.
Visa Hankala
[next]