summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include
AgeCommit message (Expand)Author
2023-05-14Bump MAXTSIZ from 64MB to 128MB also for o32.he
2023-05-06s/Regiser/Register/ and s/regester/register/ in comments.andvar
2023-03-28Add missing PRIuBUSSIZE to mips.nakayama
2023-02-23mips: Add missing barriers in cpu_switchto.riastradh
2023-02-20mips/asm.h: Make membar macros conditional on MULTIPROCESSOR.riastradh
2023-02-13mips/asm.h: Cite source for Cavium sync plunger business.riastradh
2023-01-31fix few typos in comments.andvar
2022-11-08Fix tyop in __BITS for the MIPSNN_MTI_CFG7_PREF_MASK macro.simonb
2022-10-26MI PMAP hardware page table walker support.skrll
2022-08-16Provide pci_intr_setattrskrll
2022-07-07Add PRIuVSIZEmartin
2022-04-21mips/cavium: Take advantage of Octeon's guaranteed r/rw ordering.riastradh
2022-04-09mips: Convert lock.h to membar_release/acquire.riastradh
2022-04-09mips/rmi: Hack to get XLSATX64.MP kernel building again.riastradh
2022-02-27mips: Redefine LLSCSYNC as empty on non-Octeon MP.riastradh
2022-02-27mips: Redefine BDSYNC as sync on Octeon, not syncw.riastradh
2022-02-27mips: Omit needless SYNC in mutex_exit.riastradh
2022-02-27mips: Membar audit.riastradh
2022-02-12mips: Brush up __cpu_simple_lock.riastradh
2022-01-22Ensure bus_dmatag_subregion is called with an inclusive max_addrskrll
2022-01-04consistency. NFCI.skrll
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-11-16Use the architecture documented name ULR for the RDHWR user localsimonb
2021-11-16Add some comments for the RDHWR register numbers.simonb
2021-11-16Only need one #define for MIPS_HWR_CPUNUM.simonb
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-10-30Adjust the rules for sigcontext visibility on MIPS:thorpej
2021-10-27Define __HAVE_STRUCT_SIGCONTEXT for _KERNEL in addition to _LIBC.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-04remove duplicate the article in comments.andvar
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-09s/definitons/definitions/andvar
2021-06-23Remove an unused #define.simonb
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-05-29Update the FPU register names and bit definitions to something somewhatsimonb
2021-05-27Rename the unhelpfully named mips_emul_lwc0() and mips_emul_swc0() tosimonb
2021-05-23fix "uname -p" on mips n32.mrg
2021-05-18Remove argument names from function declaration prototypes.skrll
2021-05-15The MIPS O64 ABI uses full 64-bit FP regs.simonb
2021-05-12Whitespace nit.simonb
2021-05-08KNGskrll
2021-04-26Make MACHINE_ARCH for n64 binaries mipsn64e[bl] instead of mips64e[bl] tochristos
2021-04-05Some QED instructions are included in MIPS32 and MIPS64 instruction sets.simonb
2021-04-05Tidy up NOP disassembly, handle "pause" as well.simonb
2021-03-29Expose kdbpeek() and kdbrpeek() for dtrace.simonb
2021-03-29Move the cpu_reset_address() declaration inside #ifdef _KERNEL, add asimonb
2021-03-29Whitespace nits.simonb
2021-03-29Provide vm_offset_t and vm_size_t typedefs - used by dtrace.simonb
2021-03-29Install <mips/frame.h>, now needed for dtrace.simonb