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
/
mips64
Age
Commit message (
Expand
)
Author
2021-12-09
We only have one syscall table: inline sysent/SYS_MAXSYSCALL and
Philip Guenther
2021-11-26
avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is not
Jonathan Gray
2021-10-24
Unlock top part of UVM fault handler on mips64.
Visa Hankala
2021-10-07
Remove unused TLB routines.
Visa Hankala
2021-10-07
Remove struct members that were used by the R4000 EoP workaround.
Visa Hankala
2021-10-07
Use tabs instead of spaces.
Visa Hankala
2021-10-07
Remove a stale comment.
Visa Hankala
2021-10-06
Change sendsig() interface so that the MD code does not need to access
Claudio Jeker
2021-09-13
Remember to lock user pmap in pmap_extract()
Visa Hankala
2021-09-13
Consistently use unsigned long for CPU masks in pmap.c.
Visa Hankala
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
Replace cpus_running with CPU_IS_RUNNING().
Visa Hankala
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-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-05-30
Include <sys/mutex.h> to avoid a hidden header dependency.
Visa Hankala
2021-05-28
Remove CPU and node id fields that were used with SGI Origin.
Visa Hankala
2021-05-05
Remove unneeded tlb_set_gbase() that was used with R8000.
Visa Hankala
2021-05-01
Retire OpenBSD/sgi.
Visa Hankala
2021-04-29
Remove unused RM7000 ICR handling.
Visa Hankala
2021-03-11
spelling
Jonathan Gray
2021-03-04
Update clock interrupt count atomically.
Visa Hankala
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-11
Leave out gp initialization from kernel entry on mips64
Visa Hankala
2021-01-13
kernel, sysctl(8): remove dead variable: tickadj
cheloha
2020-12-24
Initialize mips64 pmap pool using IPL_VM.
Visa Hankala
2020-11-08
In case of failure, call sigexit() from trapsignal instead of sensig().
Martin Pieuchot
2020-10-22
uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.
Theo de Raadt
2020-10-21
uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't
Theo de Raadt
2020-10-21
mips64 has same bug as arm64: copyout(9), copyinstr(9) and
Theo de Raadt
2020-10-20
Use a trap instruction that unconditionally terminates the process.
Visa Hankala
2020-10-20
Add handling for a trap instruction that terminates the process.
Visa Hankala
2020-10-08
use access_type as the PROT_* variable for uvm_fault() consistantly
Theo de Raadt
2020-10-07
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
2020-09-24
mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched,
Theo de Raadt
2020-09-24
Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.
Theo de Raadt
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
Martin Pieuchot
2020-08-10
Do not block IPIs when acquiring the rendezvous mutex. Otherwise the
Visa Hankala
2020-07-22
Use CPU_IS_PRIMARY macro in cpuattach() on mips64.
Frederic Cambus
2020-07-18
Userland timecounter implementation for octeon
Visa Hankala
2020-07-15
Use CPU_IS_PRIMARY macro on alpha and mips64.
Frederic Cambus
2020-07-11
Synchronize each core's CP0 cycle counter using the IO clock counter.
Visa Hankala
2020-07-08
do not need these versions of timetc.h
Theo de Raadt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2020-06-30
Retire unused <mips64/dev/clockvar.h> interface.
Visa Hankala
2020-06-05
cpu_rnd_messybits() for mips64
Visa Hankala
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
[next]