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
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
2018-12-05
Include srp.h where struct cpu_info uses srp to avoid erroring out when
Jonathan Gray
2018-12-04
Add processor IDs for several OCTEON II and III SoCs.
Visa Hankala
2018-10-22
More "explicitely" -> "explicitly" in various comments.
Kenneth R Westerback
2018-09-14
Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
Claudio Jeker
2018-07-10
Move from sendsig() to its callers the initsiginfo() calls and
Philip Guenther
2018-06-13
Make octeon kernels compile with DEBUG.
Visa Hankala
2018-05-22
Delete antique sigdebug definitions
Philip Guenther
2018-05-09
Fix a linking error in the IP26 kernel. This is a regression caused
Visa Hankala
2018-05-09
Avoid locking two vm_pages simultaneously in pmap_enter(). To achieve
Visa Hankala
2018-05-09
vm_page lookup does not need locking. Hoist it outside the pmap lock.
Visa Hankala
2018-05-09
Implement stack trace saving on mips64.
Visa Hankala
2018-04-12
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
Theo de Raadt
2018-04-09
Add a driver for the OCTEON cryptographic unit. It provides
Visa Hankala
2018-03-20
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
Martin Pieuchot
[next]