Age | Commit message (Expand) | Author |
2015-12-18 | A store to FPA does not need splnet(). The operation is atomic. | Visa Hankala |
2015-12-02 | Enable the DR1 region even with 32-bit page table entries. Those have | Visa Hankala |
2015-12-02 | Clean up octeon memory region setup. | Visa Hankala |
2015-11-25 | Simplify the setup of gather segments. | Visa Hankala |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-21 | Drop sysctl leftovers. | Visa Hankala |
2015-11-20 | Make cnmac compile again after IF_DROP() removal. Just bail out if the | Visa Hankala |
2015-11-19 | Remove an unused bus space mapping and a few other leftovers. Compact | Visa Hankala |
2015-11-18 | Take account of padding with dynamic short packets. This fixes the | Visa Hankala |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-11-13 | Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block. | Visa Hankala |
2015-10-28 | Enable TCP/UDP checksum offloading on packet transmission. | Visa Hankala |
2015-10-28 | Add proper padding to packets that the hardware does not recognize as | Visa Hankala |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-24 | Make use of hardware RX checksum validation. | Visa Hankala |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-15 | Let the rx path of cnmac run without the kernel lock. To avoid the need | Visa Hankala |
2015-10-08 | Remove the sc_soft_req_cnt field because the number of tx requests is | Visa Hankala |
2015-10-03 | correct a memory leak in error code path. | Sebastien Marie |
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-27 | Use readdisksector() instead of manual buf initialization. These are | Kenneth R Westerback |
2015-09-26 | xheart_splx() has to restore the interrupt mask even on secondary CPUs | Visa Hankala |
2015-09-26 | Let MP-safe interrupt handlers run without the kernel lock on octeon. | Visa Hankala |
2015-09-22 | Make sure the openbsd.randomdata section is located before the edata symbol. | Miod Vallat |
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 |