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
2022-07-02
remove machine/lock.h where unused
Jonathan Gray
2022-01-28
Remove unused guarded read and write routines.
Visa Hankala
2021-10-07
Remove unused TLB routines.
Visa Hankala
2021-10-07
Remove struct members that were used by the R4000 EoP workaround.
Visa Hankala
2021-10-07
Use tabs instead of spaces.
Visa Hankala
2021-10-07
Remove a stale comment.
Visa Hankala
2021-08-30
Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already
Jasper Lievisse Adriaanse
2021-07-24
Replace cpus_running with CPU_IS_RUNNING().
Visa Hankala
2021-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-05-28
Remove CPU and node id fields that were used with SGI Origin.
Visa Hankala
2021-05-05
Remove unneeded tlb_set_gbase() that was used with R8000.
Visa Hankala
2021-05-01
Retire OpenBSD/sgi.
Visa Hankala
2021-04-29
Remove unused RM7000 ICR handling.
Visa Hankala
2021-03-11
spelling
Jonathan Gray
2020-07-18
Userland timecounter implementation for octeon
Visa Hankala
2020-07-11
Synchronize each core's CP0 cycle counter using the IO clock counter.
Visa Hankala
2020-07-08
do not need these versions of timetc.h
Theo de Raadt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-27
Retire <machine/varargs.h>.
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-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-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-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
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-04-09
Add a driver for the OCTEON cryptographic unit. It provides
Visa Hankala
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-01-29
Drop unused field `ci_ipiih'.
Visa Hankala
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-04
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2017-10-21
Use MI mplock on mips64.
Visa Hankala
2017-09-05
Move mutex, condvar, and thread-specific data routes, pthread_once, and
Philip Guenther
2017-09-02
Let the kernel utilize the FPU if one is available, even when the
Visa Hankala
2017-08-27
Rely on the hardware to clear hazards on octeon.
Visa Hankala
2017-08-26
Use macros for Config1 bits.
Visa Hankala
2017-08-13
Make R_MIPS_* defines available via <machine/reloc.h>.
Visa Hankala
2017-08-12
Add a dummy (for now) <machine/reloc.h> for mips64 to fix build.
Visa Hankala
[next]