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-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
2018-03-05
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
Theo de Raadt
2018-02-24
Declare ci_ipl volatile to prevent the compiler from optimizing
Visa Hankala
2018-02-18
Replace a full memory barrier with a write-write barrier. The full
Visa Hankala
2018-01-29
Drop unused field `ci_ipiih'.
Visa Hankala
2018-01-25
Remove mutex implementations that now live in MI code.
Martin Pieuchot
2018-01-25
Move common mutex implementations to a MI place.
Martin Pieuchot
2018-01-12
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2018-01-08
Move SC_* defines into <machine/setjmp.h>, and rename them,
Visa Hankala
2018-01-06
Remove redundant zeroing and dead code.
Visa Hankala
2018-01-04
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2017-12-30
Delete unnecessary <sys/file.h> includes
Philip Guenther
[next]