summaryrefslogtreecommitdiff
path: root/sys/arch/mips
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-05-28s/Resture/Restore/ and s/restared/restarted/ in comments.andvar
2023-05-22Fix a commentskrll
2023-05-14Bump MAXTSIZ from 64MB to 128MB also for o32.he
2023-05-13fix typos in comments.andvar
2023-05-10mips: Use config_detach_children to reduce error branch bugs.riastradh
2023-05-06s/Regiser/Register/ and s/regester/register/ in comments.andvar
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-03-28Add missing PRIuBUSSIZE to mips.nakayama
2023-03-21octrnm(4): Raise delay on startup.riastradh
2023-03-01mips: Optimization: Omit needless membar when triggering softint.riastradh
2023-02-26ci_data.cpu_kcpuset -> ci_kcpusetskrll
2023-02-25Convert some assignments into KASSERTs.skrll
2023-02-23mips: Add missing barriers in cpu_switchto.riastradh
2023-02-20mips/asm.h: Make membar macros conditional on MULTIPROCESSOR.riastradh
2023-02-19Adjust userspace comments in db_read_bytes() and db_write_bytes() tosimonb
2023-02-19Only copyin/copyout from and to user addresses.mlelstv
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-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-26MI PMAP hardware page table walker support.skrll
2022-10-23Fix build from previousskrll
2022-10-23Trailing whitespace.skrll
2022-09-29Remove unnecessary include of <sys/malloc.h>.skrll
2022-09-29Trailing whitespaceskrll
2022-09-25s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments.andvar
2022-09-25Rename pmap_segtab_t *stp to stb for consistency with a futureskrll
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-08-20sbmac_start(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-16Provide pci_intr_setattrskrll
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-07-20mips: Fix cpuids synchronization at boot.riastradh
2022-07-07Add PRIuVSIZEmartin
2022-06-18fix typos in word "functions" in comments, mainly s/fuctions/functions/.andvar
2022-06-03fix folloing->following typos in more files.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-23s/controll/control/ in comments.andvar
2022-05-04s/entires/entries/andvar
2022-04-21mips/cavium: Take advantage of Octeon's guaranteed r/rw ordering.riastradh
2022-04-17fix various typos in comments.andvar
2022-04-09mips: Convert lock.h to membar_release/acquire.riastradh
2022-04-09mips/rmixl: Insert appropriate membars around IPIs.riastradh
2022-04-09mips/cavium: Insert appropriate membars around IPIs.riastradh
2022-04-09mips/rmi: Hack to get XLSATX64.MP kernel building again.riastradh
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-03-28sys: Split struct device into a private device_impl.h.riastradh
2022-03-26mips/cavium: Simplify membars around interrupt establishment.riastradh