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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Leave out gp initialization from kernel entry on mips64
visa
2021-02-11
2
-8
/
+2
*
kernel, sysctl(8): remove dead variable: tickadj
cheloha
2021-01-13
1
-3
/
+2
*
Initialize mips64 pmap pool using IPL_VM.
visa
2020-12-24
1
-2
/
+2
*
In case of failure, call sigexit() from trapsignal instead of sensig().
mpi
2020-11-08
1
-12
/
+8
*
uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.
deraadt
2020-10-22
1
-7
/
+6
*
uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't
deraadt
2020-10-21
1
-2
/
+2
*
mips64 has same bug as arm64: copyout(9), copyinstr(9) and
deraadt
2020-10-21
1
-2
/
+4
*
Use a trap instruction that unconditionally terminates the process.
visa
2020-10-20
1
-2
/
+2
*
Add handling for a trap instruction that terminates the process.
visa
2020-10-20
1
-1
/
+6
*
use access_type as the PROT_* variable for uvm_fault() consistantly
deraadt
2020-10-08
1
-13
/
+13
*
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
mpi
2020-10-07
1
-1
/
+2
*
mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched,
deraadt
2020-09-24
1
-4
/
+3
*
Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.
deraadt
2020-09-24
1
-8
/
+8
*
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
mpi
2020-08-19
2
-6
/
+2
*
Do not block IPIs when acquiring the rendezvous mutex. Otherwise the
visa
2020-08-10
1
-7
/
+5
*
Use CPU_IS_PRIMARY macro in cpuattach() on mips64.
fcambus
2020-07-22
1
-2
/
+2
*
Userland timecounter implementation for octeon
visa
2020-07-18
2
-1
/
+25
*
Use CPU_IS_PRIMARY macro on alpha and mips64.
fcambus
2020-07-15
1
-2
/
+2
*
Synchronize each core's CP0 cycle counter using the IO clock counter.
visa
2020-07-11
3
-7
/
+8
*
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
2
-2
/
+27
*
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
visa
2020-06-30
1
-247
/
+0
*
Retire unused <mips64/dev/clockvar.h> interface.
visa
2020-06-30
3
-129
/
+2
*
cpu_rnd_messybits() for mips64
visa
2020-06-05
1
-1
/
+13
*
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
dlg
2020-05-31
1
-1
/
+3
*
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
2020-05-29
1
-2
/
+1
*
Retire <machine/varargs.h>.
visa
2020-05-27
1
-50
/
+0
*
Use a distinct trap code with retguard on mips64.
visa
2020-05-23
1
-1
/
+9
*
Make inittodr() and resettodr() MI.
kettenis
2020-05-16
1
-91
/
+1
*
Use todr_gettime() in cp0_calibrate() on mips64.
visa
2020-05-16
1
-11
/
+13
*
Initialize the timeval passed to todr_gettime() with the base time from
kettenis
2020-05-11
1
-10
/
+5
*
Use the same inittodr()/resettodr() implementation as on
kettenis
2020-05-09
1
-135
/
+158
*
Sync existing stacktrace_save() implementations
visa
2020-04-18
1
-4
/
+8
*
Separate the stack trace saving interface from ddb. The saving does not
visa
2020-01-20
1
-3
/
+4
*
Use newabi register names in disassembly.
visa
2020-01-02
1
-3
/
+3
*
Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.
visa
2019-12-20
3
-7
/
+7
*
Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap.
visa
2019-12-20
1
-46
/
+46
*
Ensure that the kernel stack is properly aligned on mips64. This fixes
visa
2019-11-20
1
-2
/
+2
*
Convert db_addr_t -> vaddr_t but leave the typedef for now.
mpi
2019-11-07
3
-15
/
+14
*
Substitute boolean_t/TRUE/FALSE by int/1/0.
mpi
2019-11-07
3
-13
/
+13
*
Fix atomic_sub_long_nv() on mips64. The negation should use
visa
2019-10-28
1
-2
/
+2
*
Do not stop prologue scan at branch instructions. This lets stack trace
visa
2019-09-06
1
-3
/
+2
*
Stop stack trace saving if the current subroutine is u_general or u_intr
visa
2019-09-06
1
-3
/
+4
*
If uvm_map_inentry returns false then a signal has been delivered, and
deraadt
2019-09-06
1
-3
/
+3
*
Implement splassert() on mips64.
visa
2019-09-05
1
-1
/
+15
*
Adjust interrupt priority levels on mips64 so that priorities
visa
2019-09-05
2
-6
/
+3
*
cpu number is unsigned (does not really matter)
deraadt
2019-09-02
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
3
-13
/
+38
*
Avoid repeated invocation of curcpu().
visa
2019-08-02
1
-2
/
+2
[next]