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
2023-05-14
Bump MAXTSIZ from 64MB to 128MB also for o32.
he
2023-05-06
s/Regiser/Register/ and s/regester/register/ in comments.
andvar
2023-03-28
Add missing PRIuBUSSIZE to mips.
nakayama
2023-02-23
mips: Add missing barriers in cpu_switchto.
riastradh
2023-02-20
mips/asm.h: Make membar macros conditional on MULTIPROCESSOR.
riastradh
2023-02-13
mips/asm.h: Cite source for Cavium sync plunger business.
riastradh
2023-01-31
fix few typos in comments.
andvar
2022-11-08
Fix tyop in __BITS for the MIPSNN_MTI_CFG7_PREF_MASK macro.
simonb
2022-10-26
MI PMAP hardware page table walker support.
skrll
2022-08-16
Provide pci_intr_setattr
skrll
2022-07-07
Add PRIuVSIZE
martin
2022-04-21
mips/cavium: Take advantage of Octeon's guaranteed r/rw ordering.
riastradh
2022-04-09
mips: Convert lock.h to membar_release/acquire.
riastradh
2022-04-09
mips/rmi: Hack to get XLSATX64.MP kernel building again.
riastradh
2022-02-27
mips: Redefine LLSCSYNC as empty on non-Octeon MP.
riastradh
2022-02-27
mips: Redefine BDSYNC as sync on Octeon, not syncw.
riastradh
2022-02-27
mips: Omit needless SYNC in mutex_exit.
riastradh
2022-02-27
mips: Membar audit.
riastradh
2022-02-12
mips: Brush up __cpu_simple_lock.
riastradh
2022-01-22
Ensure bus_dmatag_subregion is called with an inclusive max_addr
skrll
2022-01-04
consistency. NFCI.
skrll
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
[next]