index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mips64
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spelling
jsg
2021-03-11
1
-2
/
+2
*
Userland timecounter implementation for octeon
visa
2020-07-18
2
-1
/
+25
*
Synchronize each core's CP0 cycle counter using the IO clock counter.
visa
2020-07-11
1
-1
/
+2
*
do not need these versions of timetc.h
deraadt
2020-07-08
1
-23
/
+0
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-0
/
+23
*
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
visa
2020-06-30
1
-247
/
+0
*
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
dlg
2020-05-31
1
-1
/
+3
*
Retire <machine/varargs.h>.
visa
2020-05-27
1
-50
/
+0
*
Convert db_addr_t -> vaddr_t but leave the typedef for now.
mpi
2019-11-07
1
-4
/
+4
*
Substitute boolean_t/TRUE/FALSE by int/1/0.
mpi
2019-11-07
1
-2
/
+2
*
Fix atomic_sub_long_nv() on mips64. The negation should use
visa
2019-10-28
1
-2
/
+2
*
in non-MP, cpu_number() the #define should be 0UL; ok visa
deraadt
2019-09-02
1
-2
/
+2
*
Fix a race in invalidation of remote TLB entries.
visa
2019-08-21
1
-1
/
+2
*
Turn need_resched() and signotify() into proper functions on mips64.
visa
2019-05-05
1
-12
/
+3
*
Guard against repeated inclusion of <mips64/pte.h>. This fixes drm build
visa
2019-04-26
1
-1
/
+6
*
Work around a limitation of clang integrated assembler on mips64.
visa
2019-04-19
1
-1
/
+2
*
Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race
visa
2019-03-23
1
-3
/
+1
*
Include srp.h where struct cpu_info uses srp to avoid erroring out when
jsg
2018-12-05
1
-1
/
+2
*
Add processor IDs for several OCTEON II and III SoCs.
visa
2018-12-04
1
-1
/
+5
*
More "explicitely" -> "explicitly" in various comments.
krw
2018-10-22
1
-2
/
+2
*
Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
claudio
2018-09-14
1
-2
/
+2
*
Add a driver for the OCTEON cryptographic unit. It provides
visa
2018-04-09
1
-1
/
+2
*
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
deraadt
2018-03-05
1
-1
/
+2
*
Declare ci_ipl volatile to prevent the compiler from optimizing
visa
2018-02-24
1
-2
/
+2
*
Drop unused field `ci_ipiih'.
visa
2018-01-29
1
-2
/
+1
*
Move common mutex implementations to a MI place.
mpi
2018-01-25
1
-84
/
+2
*
Unify <machine/mutex.h> a bit further.
mpi
2018-01-12
1
-2
/
+2
*
Move SC_* defines into <machine/setjmp.h>, and rename them,
visa
2018-01-08
2
-16
/
+7
*
Unify <machine/mutex.h> a bit further.
mpi
2018-01-04
1
-2
/
+2
*
Use MI mplock on mips64.
visa
2017-10-21
2
-46
/
+16
*
Move mutex, condvar, and thread-specific data routes, pthread_once, and
guenther
2017-09-05
1
-5
/
+1
*
Let the kernel utilize the FPU if one is available, even when the
visa
2017-09-02
1
-1
/
+7
*
Rely on the hardware to clear hazards on octeon.
visa
2017-08-27
1
-1
/
+12
*
Use macros for Config1 bits.
visa
2017-08-26
1
-1
/
+27
*
Make R_MIPS_* defines available via <machine/reloc.h>.
visa
2017-08-13
2
-28
/
+48
*
Add a dummy (for now) <machine/reloc.h> for mips64 to fix build.
visa
2017-08-12
1
-0
/
+10
*
Define MAXCPUS per mips64 port.
visa
2017-07-30
1
-2
/
+1
*
remove CPU_LIDSUSPEND/machdep.lidsuspend
natano
2017-07-12
1
-3
/
+3
*
kill RCSID macros; discussed with millert
deraadt
2017-06-29
1
-5
/
+1
*
Fix TLB size computation on OCTEON II and III. The CPUs have utilized
visa
2017-06-11
2
-2
/
+18
*
Move loongson/octeon/sgi unmap_startup() under arch/mips64.
visa
2017-06-08
1
-1
/
+3
*
Add an idle cycle implementation for R4600/R5000/RM7000 CPUs and their
visa
2017-05-24
1
-1
/
+4
*
Replace __cpu_cas() with atomic_cas_ulong().
visa
2017-05-19
1
-7
/
+1
*
Make atomic.h ready to be included in userland.
mpi
2017-05-15
1
-2
/
+2
*
Hook up HPET as a timecounter.
visa
2017-05-10
1
-1
/
+2
*
Get TCB address using the RDHWR instruction instead of __get_tcb().
visa
2017-04-20
1
-1
/
+20
*
Make TCB address available to userspace via the UserLocal register.
visa
2017-04-20
4
-6
/
+57
*
Hook up mutex(9) to witness(4).
visa
2017-04-20
1
-3
/
+15
*
Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it
guenther
2017-04-13
2
-3
/
+6
*
Use __ASSEMBLER__ instead of __LANGUAGE_ASSEMBLY.
visa
2017-04-10
1
-4
/
+4
[next]