Age | Commit message (Expand) | Author |
2016-05-30 | Fill the packet data pool with standard mbuf clusters instead of | Visa Hankala |
2016-05-24 | Reduce the size of gather buffers and allocate more of them to make | Visa Hankala |
2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-03-21 | On Octeon systems, U-Boot provides a list of usable memory regions. Use | Visa Hankala |
2016-03-06 | Rename mips64's trap_frame into trapframe. | Martin Pieuchot |
2016-01-05 | Some implementations of HitSyncDCache() call pmap_extract() for va->pa | Visa Hankala |
2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-26 | Let MP-safe interrupt handlers run without the kernel lock on octeon. | Visa Hankala |
2015-09-13 | intr_barrier(9) for loongson, octeon and sgi. | Mark Kettenis |
2015-09-09 | The mplock implementations on MP-enabled mips64 platforms, octeon and | Visa Hankala |
2015-07-20 | Add a new flash driver for Octeon that allows access to the internal | Paul Irofti |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-15 | Ditch the octeon simulator non-sense. | Paul Irofti |
2015-07-08 | unify the mutex implementations on all the mips64 platforms. | David Gwynne |
2014-10-26 | - add board type of edgerouter pro | Jasper Lievisse Adriaanse |
2014-10-26 | define octeon model cn61xx pass 1.1 | Jasper Lievisse Adriaanse |
2014-08-12 | Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and change | Miod Vallat |
2014-08-11 | Remove evcnt and %b format strings relying upon SEIL extensions. This gives | Miod Vallat |
2014-07-14 | whitespace | Jasper Lievisse Adriaanse |
2014-07-12 | add guards to just make available to the bootblocks what they need. | Jasper Lievisse Adriaanse |
2014-07-09 | Add ffs routine needed for upcoming octhci interrupt routine. | Paul Irofti |
2014-06-17 | The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock. | Jonathan Matthew |
2014-03-31 | Due the virtually indexed nature of the L1 instruction cache on most mips | Miod Vallat |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-10 | Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with | Miod Vallat |
2014-03-09 | Rework the per-cpu cache information. Use a common struct to store the line | Miod Vallat |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-04 | A few too many tabs snuck in there. | Brian Callahan |
2013-11-04 | Add RCS ID. | Brian Callahan |
2013-10-30 | It seems an immediate read is necessary when doing a write to an RSL | Paul Irofti |
2013-10-24 | Add support for the hardware random number generator on the octeons. | Paul Irofti |
2013-06-09 | fix guard; Franco Fichtner | Theo de Raadt |
2013-06-02 | move octeonreg.h to a more generic location and add multiple inclusion | Jasper Lievisse Adriaanse |
2013-06-01 | remove unused octeon prefetch macros which won't work due to the fact it | Jasper Lievisse Adriaanse |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | - whitespace cleanup | Jasper Lievisse Adriaanse |
2013-06-01 | - remove more backward compat code and switch the callers over to the new fun... | Jasper Lievisse Adriaanse |
2013-06-01 | - remove an __mips_o32 block which'll never be used on openbsd | Jasper Lievisse Adriaanse |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-06-01 | corectly initialize the number of cores/cpus on the board. this fixes a NULL | Jasper Lievisse Adriaanse |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-04-23 | Remove a loongson reference. | Brian Callahan |
2013-04-05 | don't hardcode the size of u-boot's argv, but use a define instead. | Jasper Lievisse Adriaanse |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-21 | - remove an unused variable (octeon_configuration) | Jasper Lievisse Adriaanse |
2013-03-19 | instead of treating boot_info->cf_common_addr special, save the whole of boot... | Jasper Lievisse Adriaanse |
2013-03-15 | add some board types which will be used later to identify particular boards | Jasper Lievisse Adriaanse |
2013-03-15 | save a copy of the address at which the CF bus can be found, and use this in ... | Jasper Lievisse Adriaanse |