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
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
2019-09-02
in non-MP, cpu_number() the #define should be 0UL; ok visa
Theo de Raadt
2019-08-21
Fix a race in invalidation of remote TLB entries.
Visa Hankala
2019-08-02
Avoid repeated invocation of curcpu().
Visa Hankala
2019-08-02
Call refreshcreds() from ast() on mips64. This ensures that credentials
Visa Hankala
2019-07-09
I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and
Theo de Raadt
2019-06-30
Ansify function definitions.
Visa Hankala
2019-06-23
Invalidate icache when changing mapping
Visa Hankala
2019-06-01
Refactor the MAP_STACK feature, and introduce another similar variation:
Theo de Raadt
2019-05-15
Reduce branch emulation page access protection during setup. The setup
Visa Hankala
2019-05-15
Drop redundant pmap_proc_iflush() call. The needed instruction cache
Visa Hankala
2019-05-08
Print the current ASID in hex instead of decimal, to match the format
Visa Hankala
2019-05-06
Enforce store/load order when setting or clearing AST flag on mips64
Visa Hankala
2019-05-06
Issue write-write barrier before sending IPI on mips64
Visa Hankala
2019-05-06
Fix unintentional delay of ASTs on MP mips64
Visa Hankala
2019-05-05
Call cpu_unidle() from need_resched() on mips64 like most
Visa Hankala
2019-05-05
Turn need_resched() and signotify() into proper functions on mips64.
Visa Hankala
[next]