summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2016-01-22Add back the initialisation of a cn30xxipd_offload() variable removedJonathan Gray
2016-01-20Set segflg member of uio struct with symbolic enum valueStefan Kempf
2016-01-16Attach secondary CPUs by coremask. This fixes a crash that happened ifVisa Hankala
2016-01-16Panic if someone boots the kernel by force without CPU 0. The systemVisa Hankala
2016-01-14Add support for a variety of USB devices.Visa Hankala
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2015-12-18A store to FPA does not need splnet(). The operation is atomic.Visa Hankala
2015-12-02Enable the DR1 region even with 32-bit page table entries. Those haveVisa Hankala
2015-12-02Clean up octeon memory region setup.Visa Hankala
2015-11-25Simplify the setup of gather segments.Visa Hankala
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-21Drop sysctl leftovers.Visa Hankala
2015-11-20Make cnmac compile again after IF_DROP() removal. Just bail out if theVisa Hankala
2015-11-19Remove an unused bus space mapping and a few other leftovers. CompactVisa Hankala
2015-11-18Take account of padding with dynamic short packets. This fixes theVisa Hankala
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-13Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.Visa Hankala
2015-10-28Enable TCP/UDP checksum offloading on packet transmission.Visa Hankala
2015-10-28Add proper padding to packets that the hardware does not recognize asVisa Hankala
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-24Make use of hardware RX checksum validation.Visa Hankala
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-15Let the rx path of cnmac run without the kernel lock. To avoid the needVisa Hankala
2015-10-08Remove the sc_soft_req_cnt field because the number of tx requests isVisa Hankala
2015-10-03correct a memory leak in error code path.Sebastien Marie
2015-09-30Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-27Use readdisksector() instead of manual buf initialization. These areKenneth R Westerback
2015-09-26xheart_splx() has to restore the interrupt mask even on secondary CPUsVisa Hankala
2015-09-26Let MP-safe interrupt handlers run without the kernel lock on octeon.Visa Hankala
2015-09-22Make sure the openbsd.randomdata section is located before the edata symbol.Miod Vallat
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling
2015-09-13intr_barrier(9) for loongson, octeon and sgi.Mark Kettenis
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andVisa Hankala
2015-09-01Increase transfer FIFOs for dwc2, to improve USB performance. The newVisa Hankala
2015-08-20Use the IPD Clock Count register as a timecounter, making the clockVisa Hankala
2015-08-19Halt extra cores on SP kernel, to avoid trashing the system if thereVisa Hankala
2015-08-18Unbreak Octeon kernel config after r1.25 of files.mips64.Visa Hankala
2015-08-05Add octrtc(4) to RAMDISK.Paul Irofti
2015-08-03add amdcf(4) here too; unbreaks RAMDISKJasper Lievisse Adriaanse
2015-07-21Let octeon kernel compile again with the MP_LOCKDEBUG option.Visa Hankala
2015-07-20Add a new flash driver for Octeon that allows access to the internalPaul Irofti
2015-07-20it's unlikely we'll run on physical octeon hardware that's little endian;Jasper Lievisse Adriaanse
2015-07-19rework how iobus(4) finds and attaches devices.Jasper Lievisse Adriaanse
2015-07-19don't check for the name in attach_args being NULL; nothing should callJasper Lievisse Adriaanse
2015-07-19Register the IPI handler early enough for the correct idle_mask tovisa
2015-07-19set usb vendor string to 'Octeon' instead of ''Jasper Lievisse Adriaanse
2015-07-19remove pointless castJasper Lievisse Adriaanse