Age | Commit message (Expand) | Author |
2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... | Stefan Sperling |
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-09-01 | Increase transfer FIFOs for dwc2, to improve USB performance. The new | Visa Hankala |
2015-08-20 | Use the IPD Clock Count register as a timecounter, making the clock | Visa Hankala |
2015-08-19 | Halt extra cores on SP kernel, to avoid trashing the system if there | Visa Hankala |
2015-08-18 | Unbreak Octeon kernel config after r1.25 of files.mips64. | Visa Hankala |
2015-08-05 | Add octrtc(4) to RAMDISK. | Paul Irofti |
2015-08-03 | add amdcf(4) here too; unbreaks RAMDISK | Jasper Lievisse Adriaanse |
2015-07-21 | Let octeon kernel compile again with the MP_LOCKDEBUG option. | Visa Hankala |
2015-07-20 | Add a new flash driver for Octeon that allows access to the internal | Paul Irofti |
2015-07-20 | it's unlikely we'll run on physical octeon hardware that's little endian; | Jasper Lievisse Adriaanse |
2015-07-19 | rework how iobus(4) finds and attaches devices. | Jasper Lievisse Adriaanse |
2015-07-19 | don't check for the name in attach_args being NULL; nothing should call | Jasper Lievisse Adriaanse |
2015-07-19 | Register the IPI handler early enough for the correct idle_mask to | visa |
2015-07-19 | set usb vendor string to 'Octeon' instead of '' | Jasper Lievisse Adriaanse |
2015-07-19 | remove pointless cast | Jasper Lievisse Adriaanse |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-16 | make a comment more safe, there's no CRIME there. | Jasper Lievisse Adriaanse |
2015-07-15 | Ditch the octeon simulator non-sense. | Paul Irofti |
2015-07-15 | Refix memory handling for machines with less than 256M broken by revision 1.64. | Paul Irofti |
2015-07-13 | Do not attempt to configure octhci, superseded by dwc2 | Miod Vallat |
2015-07-08 | unify the mutex implementations on all the mips64 platforms. | David Gwynne |
2015-07-03 | Put the newline at the right place. | Miod Vallat |
2015-06-30 | Add "sd" to be specifiedit as "rootdev=" boot parameter. | YASUOKA Masahiko |
2015-06-28 | enable octdwctwo and add umass | Jonathan Matthew |
2015-06-25 | Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed. | Jonathan Matthew |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-11 | convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif to | Jonathan Matthew |
2015-05-23 | use & not && when testing lcr bits | Jonathan Gray |
2015-05-04 | fix device numbering comments, no binary change | Jonathan Matthew |
2015-05-01 | Do not grab the kernel lock for clock interrupts. Help and ok kettenis@ | Miod Vallat |
2015-04-30 | Convert to if_input(). | Martin Pieuchot |
2015-04-26 | Get dwc2 working on octeon. | Jonathan Matthew |
2015-03-19 | Let it compile! | Martin Pieuchot |
2015-02-14 | Don't defer initialization. config_defer(9) doesn't defer things as | Masao Uebayashi |
2015-02-12 | Set external DMA address configuration interface. | Masao Uebayashi |
2015-02-12 | - Use config_defer() to call actual attachment. | Masao Uebayashi |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-11 | Direct config glue for octdwctwo(4). | Masao Uebayashi |
2015-02-11 | Fix DIAGNOSTIC build. Trim blank lines. | Masao Uebayashi |
2015-02-11 | Minimal attachment to build-test dwc2(4). | Masao Uebayashi |
2015-02-05 | Whitespace. | Masao Uebayashi |
2015-02-05 | Use octeon_xkphys_*_8(). | Masao Uebayashi |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | include NFSCLIENT. ok deraadt | Ted Unangst |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2014-12-22 | unifdef INET | Ted Unangst |