summaryrefslogtreecommitdiff
path: root/sys/arch/mips/cavium
AgeCommit message (Expand)Author
2023-03-21octrnm(4): Raise delay on startup.riastradh
2022-09-29Remove unnecessary include of <sys/malloc.h>.skrll
2022-09-29Trailing whitespaceskrll
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-06-03fix folloing->following typos in more files.andvar
2022-05-23s/controll/control/ in comments.andvar
2022-05-04s/entires/entries/andvar
2022-04-17fix various typos in comments.andvar
2022-04-09mips/cavium: Insert appropriate membars around IPIs.riastradh
2022-03-26mips/cavium: Simplify membars around interrupt establishment.riastradh
2022-03-23mips/cavium: Fix membars around establishing interrupt handlers.riastradh
2022-03-19rnd(9): Omit needless locks in various HWRNG drivers.riastradh
2022-03-19rnd(9): Adjust IPL of locks used by rndsource callbacks.riastradh
2022-03-03mips: Carefully use device_set_private for cpuN.riastradh
2022-02-06fix various typos in comments, log messages and documentation.andvar
2022-01-26Fix initialization of the register map by using the com_init_regs()martin
2022-01-26remove double t from targeted, add missing r to arbitraryandvar
2021-12-28sys: Use preempt_point and preempt_needed, not open-coded versions.riastradh
2021-12-05s/multple/multiple/ in comment.msaitoh
2021-11-10s/endianess/endianness/msaitoh
2021-09-17some love to double letters (in comments).andvar
2021-09-06Instead of requiring drivers to be explicit about their device memoryjmcneill
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-03Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes...andvar
2021-05-27Move the send queue checking to a new function, and also call thissimonb
2021-05-27Schedule the send cleanup function for next tick in cnmac_start(). Insimonb
2021-05-14Fix a missed bitmask to __SHIFTOUT conversion in rev 1.12.simonb
2021-05-10Specify the "fdt" interface attribute when configuring via FDT, sincethorpej
2021-05-05Sprinkle some static.simonb
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-24Remove somewhat dubious empty octfpa_desc structure.simonb
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-18Remove "struct of_compat_data" and replace its usage withthorpej
2021-01-15Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establishjmcneill
2021-01-04malloc(9) -> kmem(9)thorpej
2020-10-15Initialise xhci_softc sc_iosjmcneill
2020-09-28faa_a4x_bst is gonejmcneill
2020-08-18We don't need to call the POW and FGA bootstrap functions from the FDTsimonb
2020-08-18Fix MULTIPROCESSOR buildskrll
2020-08-17Attach an iobus with octrnm even if using devicetree (there is nojmcneill
2020-08-17IPI_SHOOTDOWN needs to be IPL_SCHED. Spotted by nick.jmcneill
2020-08-05Apply some static to some symbols.simonb
2020-08-05Target all device interrupts to cpu0.simonb
2020-08-04Add some CvmCtl bits from newer cnMIPS cores.simonb
2020-07-28Change cpus_booted back to a simple variable instead of a kcpuset.simonb
2020-07-26Remove mostly duplicate MIPS spec CP0 regs from octeon_corereg.h, movesimonb
2020-07-22Initialize PageMask and Wired registers on secondary processors.jmcneill
2020-07-21Support "boot -1" to start an MP kernel in uniprocessor mode.simonb