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-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
2020-10-03
Add missing __BEGIN_DECLS/__END_DECLS to force function declarations into
martin
2020-09-26
Add EXPORT_OBJECT - export definition of symbol of symbol type Object,
simonb
2020-09-26
Whitespace consistency nit.
simonb
2020-09-04
include machine/vmparam.h vs mips/vmparam.h to make sure we get
mrg
2020-08-26
Define a UPAGES_MAX constant to size the a md_upte array in MIPS's
simonb
2020-08-23
Use a 16kB USPACE (and larger kernel stack) for LP64 kernels. Invert
simonb
2020-08-22
Remove pte_zero_p and simply check against 0.
skrll
2020-08-22
Invert the MIPS-I non-4kB page size check. The previous check doesn't
simonb
2020-08-22
Remove bogus duplicate MIPS_COP_0_CONTEXT definition, it's not a MIPS32/64
simonb
2020-08-17
Disable __HAVE_PREEMPTION. It is currently marked
skrll
2020-08-17
mostly complete basic port of crash(8) to mips.
mrg
2020-08-17
port crash(8) to mips. (most of the kernel side.)
mrg
2020-08-17
add a "special3 offset" type of decode to ddb disasm so we see the
mrg
2020-08-15
move stacktrace_subr() from trap.c into new mips_stacktrace.c so
mrg
2020-08-15
Fix value for SCE/SWE instructions.
simonb
2020-08-12
Provide assmebler versions of BITS(3) macros. These are only good for
skrll
2020-08-10
More SYNC centralisation
skrll
2020-08-09
Use compiler defines to determine which LLSCSYNC, et al
skrll
2020-08-09
Don't kcpuset_clone every pmap_tlb_shootdown_bystanders. Instead allocate
skrll
2020-08-07
Provide a pmap_segtab_deactivate for symmetry with pmap_segtab_activate
skrll
2020-08-06
Centralise SYNC/BDSYNC in asm.h and introduce a new LLCSCSYNC and use it
skrll
2020-08-05
Indent branch delay slots in asm code (from skrll@).
simonb
2020-08-02
Document the PerfCntCrl registers (CP0 Register 25, Selects 0, 2, 4, 6).
simonb
2020-08-02
Add a few more perfcnt CP0 registers.
simonb
2020-07-31
Fix a tyop. Thankfully this #define was unused.
simonb
2020-07-31
Rename MIPSNN_CFG4_MMU_EXT_DEF_MMU_SIZE_EXT to MIPSNN_CFG4_MMU_SIZE_EXT.
simonb
2020-07-31
CP0 Config6 and Config7 aren't probeable. Adjust comments for these two.
simonb
2020-07-31
Add two cnMIPS III COP0 register names.
simonb
2020-07-31
Bit definitions Config4 and Config5 registers.
simonb
[prev]
[next]