index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mips
/
include
Age
Commit message (
Expand
)
Author
2021-12-11
remove clause 3 from all my licenses that aren't conflicting with
mrg
2021-11-16
Use the architecture documented name ULR for the RDHWR user local
simonb
2021-11-16
Add some comments for the RDHWR register numbers.
simonb
2021-11-16
Only need one #define for MIPS_HWR_CPUNUM.
simonb
2021-11-01
fix typos, mainly in words minimum and maximum, but also few others.
andvar
2021-10-30
Adjust the rules for sigcontext visibility on MIPS:
thorpej
2021-10-27
Define __HAVE_STRUCT_SIGCONTEXT for _KERNEL in addition to _LIBC.
thorpej
2021-10-26
Merge all MD __sigaction14_sigtramp.c copies into one:
christos
2021-10-04
remove duplicate the article in comments.
andvar
2021-08-25
- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of
thorpej
2021-08-14
Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...
ryo
2021-08-09
s/definitons/definitions/
andvar
2021-06-23
Remove an unused #define.
simonb
2021-05-31
Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is
simonb
2021-05-29
Update the FPU register names and bit definitions to something somewhat
simonb
2021-05-27
Rename the unhelpfully named mips_emul_lwc0() and mips_emul_swc0() to
simonb
2021-05-23
fix "uname -p" on mips n32.
mrg
2021-05-18
Remove argument names from function declaration prototypes.
skrll
2021-05-15
The MIPS O64 ABI uses full 64-bit FP regs.
simonb
2021-05-12
Whitespace nit.
simonb
2021-05-08
KNG
skrll
2021-04-26
Make MACHINE_ARCH for n64 binaries mipsn64e[bl] instead of mips64e[bl] to
christos
2021-04-05
Some QED instructions are included in MIPS32 and MIPS64 instruction sets.
simonb
2021-04-05
Tidy up NOP disassembly, handle "pause" as well.
simonb
2021-03-29
Expose kdbpeek() and kdbrpeek() for dtrace.
simonb
2021-03-29
Move the cpu_reset_address() declaration inside #ifdef _KERNEL, add a
simonb
2021-03-29
Whitespace nits.
simonb
2021-03-29
Provide vm_offset_t and vm_size_t typedefs - used by dtrace.
simonb
2021-03-29
Install <mips/frame.h>, now needed for dtrace.
simonb
2021-03-29
Include #include <mips/frame.h> to get lwp_trapframe() definition.
simonb
2021-03-29
Add an lwp_trapframe() interface to return an LWP's user trapframe.
simonb
2021-03-24
We don't really need a comment at the end of the file saying "this is
simonb
2021-03-24
s/depreciated/deprecated/g
simonb
2021-03-23
Remove addition of -msym32 to CFLAGS. Hinders rather than helps build
simonb
2021-03-18
Add PTRACE_ILLEGAL_ASM using the MIPS32r6/MIPS64r6 backwards and
simonb
2021-03-17
Handle gas/gcc generating a break/trap 6 for integer overflow and
simonb
2021-03-13
s/pfi_faultpte/&p/ for consistency with arm / other uses of ptep
skrll
2021-03-02
Ensure the "memory" clobber is on inline assembly store operations
skrll
2021-02-26
Drop 64-bit default stack sizes back to 4MB.
simonb
2021-02-18
Revert previous... somehow the register names aren't available apparently
skrll
2021-02-18
Add an abicalls version of asm mcount prologue. XXX not tested because
simonb
2021-02-17
Use the register name and not its number in _PROF_CPLOAD.
skrll
2021-02-16
Working kernel profiling for n32/n64:
simonb
2021-02-16
Add no-profiled attribute for splhigh_noprof() and splx_noprof().
simonb
2021-02-10
On MIPS use a helper function to work out the current PC and then
simonb
2021-02-04
Use t9 instead of $25 in the SETUP_GP64 macro to hopefully make things
skrll
2021-01-23
Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8
christos
2020-12-20
Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap)
skrll
2020-12-06
don't expose vaddr_t to userland.
christos
2020-10-06
GC unused MAXTSIZ32
christos
[next]