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
/
include
Age
Commit message (
Expand
)
Author
2017-08-12
Add a dummy (for now) <machine/reloc.h> for mips64 to fix build.
Visa Hankala
2017-07-30
Define MAXCPUS per mips64 port.
Visa Hankala
2017-07-12
remove CPU_LIDSUSPEND/machdep.lidsuspend
Martin Natano
2017-06-29
kill RCSID macros; discussed with millert
Theo de Raadt
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-24
Add an idle cycle implementation for R4600/R5000/RM7000 CPUs and their
Visa Hankala
2017-05-19
Replace __cpu_cas() with atomic_cas_ulong().
Visa Hankala
2017-05-15
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-10
Hook up HPET as a timecounter.
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-03-02
Add a new sysctl machdep.lidaction. The sysctl works as follows:
Martin Natano
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-03
Remove #define __SWAP_BROKEN from mips64. The architecture now
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-06
Add interrupt handling routines for Loongson 3A.
Visa Hankala
2016-10-09
Do not use MIPS64r2 instructions on Loongson 2. Now, a generic loongson
Visa Hankala
2016-09-06
Define PTE_* macros in one place. Use the lwu instruction for 32-bit PTE
Visa Hankala
2016-09-03
Increase the number of mbufs on most architectures. This is based
Alexander Bluhm
2016-08-16
Remove RM7000/RM9000-specific performance counter code. It originates
Visa Hankala
2016-08-14
Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUs
Visa Hankala
2016-08-06
Add PageGrain bits.
Visa Hankala
2016-05-11
Another attempt to make the mips64 pmap MP-safe. Now at least
Visa Hankala
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-04-27
G/C DDB_REGS.
Martin Pieuchot
2016-04-24
Keep pmap_update_{kernel,user}_page() inside pmap.c.
Visa Hankala
2016-03-06
Rename mips64's trap_frame into trapframe.
Martin Pieuchot
2016-03-01
guard macro args with parens
mmcc
2016-02-01
Zap stray pmap_kenter_cache() prototype.
Visa Hankala
2016-02-01
Move modify bit emulation into pmap.c to gather pmap C code in one place.
Visa Hankala
2016-01-10
Back out the MP pmap diff for rework. The code does not work on
Visa Hankala
2016-01-05
Some implementations of HitSyncDCache() call pmap_extract() for va->pa
Visa Hankala
2015-12-31
Protect mips64 pmap and pvlist structs with a mutex to make pmap
Visa Hankala
2015-12-25
Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as a
Visa Hankala
2015-11-02
Only define KERNBASE if defined(_KERNEL), for nothing in userland needs it,
Miod Vallat
2015-09-27
Don't forget to put the necessary MFC0_HAZARD in SAVE_CPU. For some reason I
Miod Vallat
2015-09-26
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
Philip Guenther
2015-09-24
It is no longer necessary to include CR_BERR in CR_INT_MASK if CPU_R8000.
Miod Vallat
[next]