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-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
2019-04-26
Guard against repeated inclusion of <mips64/pte.h>. This fixes drm build
Visa Hankala
2019-04-23
Call exit(2) if sigreturn(2) fails on mips64. This is what other
Visa Hankala
2019-04-19
Work around a limitation of clang integrated assembler on mips64.
Visa Hankala
2019-03-23
Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race
Visa Hankala
2019-03-17
Move intr_barrier(9) to the platform level so that it can be customized.
Visa Hankala
2019-03-16
Include header <sys/evcount.h> where event counters are used, so that
Visa Hankala
2019-01-14
Wrap floating point instructions with .set hardfloat to make clang's
Visa Hankala
2019-01-05
Expand a macro instruction for clang. Unlike gas, the integrated
Visa Hankala
2019-01-05
Replace two-operand instruction aliases that clang does not
Visa Hankala
2018-12-31
Set floating point condition code even if the result of an emulated
Visa Hankala
2018-12-13
Use a faster, more reliable way to figure out how many TLB entries are
Visa Hankala
[next]