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
2017-06-22
Improve the coalescing of instruction cache flushes on R8000 in order
Visa Hankala
2017-06-17
Invalidate remote TLB entries by address range. This reduces
Visa Hankala
2017-06-13
Do not invalidate remote TLB entries with new mappings because the
Visa Hankala
2017-06-13
Tweak order of operands to check constant `cache_valias_mask' first.
Visa Hankala
2017-06-11
Define register_splx_handler() in one place.
Visa Hankala
2017-06-11
Fix TLB size computation on OCTEON II and III. The CPUs have utilized
Visa Hankala
2017-06-08
Move loongson/octeon/sgi unmap_startup() under arch/mips64.
Visa Hankala
2017-05-30
Kill db_sym_t.
Martin Pieuchot
2017-05-29
Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.
Martin Pieuchot
2017-05-29
Reduce code duplication. The local-CPU-only case is now handled
Visa Hankala
2017-05-29
Invalidate OCTEON icache after TLB ASID wraparound, otherwise userspace
Visa Hankala
2017-05-28
Do not allow NULL callback at rendezvous and clear callback
Visa Hankala
2017-05-28
Use fast path if remote call is not needed.
Visa Hankala
2017-05-28
mips64_multicast_ipi() excludes current CPU.
Visa Hankala
2017-05-27
Check cache_valias_mask earlier in the expression. The value is zero
Visa Hankala
2017-05-24
Add an idle cycle implementation for R4600/R5000/RM7000 CPUs and their
Visa Hankala
2017-05-21
Enable radeondrm(4) on loongson to get accelerated graphics
Visa Hankala
2017-05-19
Replace __cpu_cas() with atomic_cas_ulong().
Visa Hankala
2017-05-19
Implement copyin32(9) for mips64.
Visa Hankala
2017-05-15
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-11
Set up IPI handling on the primary CPU before booting secondary CPUs.
Visa Hankala
2017-05-10
Hook up HPET as a timecounter.
Visa Hankala
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2017-04-22
Recognize Loongson 3A2000/3B2000 processors.
Visa Hankala
2017-04-20
Get TCB address using the RDHWR instruction instead of __get_tcb().
Visa Hankala
2017-04-20
Make TCB address available to userspace via the UserLocal register.
Visa Hankala
2017-04-20
Hook up mutex(9) to witness(4).
Visa Hankala
2017-04-13
Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it
Philip Guenther
2017-04-10
Use __ASSEMBLER__ instead of __LANGUAGE_ASSEMBLY.
Visa Hankala
2017-04-07
Add prid for CN72xx/CN73xx.
Visa Hankala
2017-04-02
Bring back the wait instruction into the idle loop, but only on octeon.
Visa Hankala
2017-03-02
Add a new sysctl machdep.lidaction. The sysctl works as follows:
Martin Natano
2017-02-19
Add IPI counter.
Visa Hankala
2017-02-12
Split up fork1():
Philip Guenther
2017-02-08
In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except
Philip Guenther
2017-01-21
Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang.
Visa Hankala
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2017-01-03
Remove #define __SWAP_BROKEN from mips64. The architecture now
Visa Hankala
2017-01-02
Allow freeing of newly empty directory pages.
Visa Hankala
2016-12-30
Ansify pmap_copy().
Visa Hankala
2016-12-30
When entering a mapping on write access, compute the PTE after making
Visa Hankala
2016-12-23
Tweaks suggested by miod@
Visa Hankala
2016-12-22
Extend the size of user virtual address space from 2GB to 1TB on mips64
Visa Hankala
2016-12-21
Add a driver for OCTEON MMC host controller.
Visa Hankala
2016-12-17
Make Octeon model strings a bit more specific. While there,
Visa Hankala
2016-12-16
Provide the "machdep.lidsuspend" sysctl on Loongson.
Frederic Cambus
2016-12-12
Tweak IPI register definitions.
Visa Hankala
2016-12-06
Get PTE shift using PTE_LOG.
Visa Hankala
2016-11-21
Enabling Loongson 3A bits turned on a code path that uses a MIPS64r2
Visa Hankala
2016-11-06
Add interrupt handling routines for Loongson 3A.
Visa Hankala
[next]