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-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
2020-05-27
Retire <machine/varargs.h>.
Visa Hankala
2020-05-23
Use a distinct trap code with retguard on mips64.
Visa Hankala
2020-05-16
Make inittodr() and resettodr() MI.
Mark Kettenis
2020-05-16
Use todr_gettime() in cp0_calibrate() on mips64.
Visa Hankala
2020-05-11
Initialize the timeval passed to todr_gettime() with the base time from
Mark Kettenis
2020-05-09
Use the same inittodr()/resettodr() implementation as on
Mark Kettenis
2020-04-18
Sync existing stacktrace_save() implementations
Visa Hankala
2020-01-20
Separate the stack trace saving interface from ddb. The saving does not
Visa Hankala
2020-01-02
Use newabi register names in disassembly.
Visa Hankala
2019-12-20
Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.
Visa Hankala
2019-12-20
Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap.
Visa Hankala
2019-11-20
Ensure that the kernel stack is properly aligned on mips64. This fixes
Visa Hankala
2019-11-07
Convert db_addr_t -> vaddr_t but leave the typedef for now.
Martin Pieuchot
2019-11-07
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-10-28
Fix atomic_sub_long_nv() on mips64. The negation should use
Visa Hankala
2019-09-06
Do not stop prologue scan at branch instructions. This lets stack trace
Visa Hankala
2019-09-06
Stop stack trace saving if the current subroutine is u_general or u_intr
Visa Hankala
2019-09-06
If uvm_map_inentry returns false then a signal has been delivered, and
Theo de Raadt
2019-09-05
Implement splassert() on mips64.
Visa Hankala
2019-09-05
Adjust interrupt priority levels on mips64 so that priorities
Visa Hankala
2019-09-02
cpu number is unsigned (does not really matter)
Theo de Raadt
[next]