summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2023-04-13remove duplicate includesJonathan Gray
2023-04-12remove unused buffer selection codeJonathan Gray
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-11Use 64-bit page table entries on octeonVisa Hankala
2023-01-11Enable TLB read inhibit on OCTEON Plus and newer SoCs.Visa Hankala
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-28Fix the word in the copyright. IIJ is not a regent. ok from nakayamaYASUOKA Masahiko
2022-12-11Use evcount_percpu() with platform interrupt counters on octeon.Visa Hankala
2022-10-23bzero(disklabel) or memset(disklabel,0) should be enough forKenneth R Westerback
2022-10-15ansiJonathan Gray
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-09-04Improve periodic USB transfers (device intr, isoc) used for inputMarcus Glocker
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-25No need for wsmux in this kernel configuration; ok visa@Miod Vallat
2022-08-22mips64, octeon, loonson: trigger deferred clock interrupts from splx(9)Scott Soule Cheloha
2022-07-18Compile octeon kernels with -march=mips64r2Visa Hankala
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-04-06constify struct cfattachChristian Weisgerber
2022-01-10Initialize variables that are touched in the error path.Visa Hankala
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-08Adjust debug printfs after pcitag_t type change.Visa Hankala
2022-01-07Add missing dependency.Visa Hankala
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETTheo de Raadt
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-24Stop setting etype in the MD crypto code. So far we have set the etypePatrick Wildt
2021-10-23Retire asynchronous crypto API as it is no longer required by any driver andTobias Heider
2021-10-13The kernel crypto framework sometimes returned an error, sometimesAlexander Bluhm
2021-08-21octeon has no wskbd, so ucc cannot link. the files.usb parts should haveTheo de Raadt
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-07-29Fix device class.Visa Hankala
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Fix octeon build after dwctwo(4) update.Marcus Glocker
2021-07-24Replace cpus_running with CPU_IS_RUNNING().Visa Hankala
2021-07-12Remember to set CPUF_RUNNING on secondary CPUs.Visa Hankala
2021-07-12Make hw_cpu_hatch() more similar on loongson and octeon.Visa Hankala
2021-07-08The properties of the crypto algorithms never change. Declare themAlexander Bluhm
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-03-11spellingJonathan Gray
2021-03-09Add initial bits for Check Point UTM-1 EDGE N.Visa Hankala
2021-03-04Tweak whitespace and adjust prototypes.Visa Hankala
2021-03-04Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter.Visa Hankala
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-20Fix disestablishing of PCI interrupt handlers.Visa Hankala
2021-02-17Do not reprogram address filter after MII status changeVisa Hankala
2021-02-13Revise cnmac(4)'s address filter setupVisa Hankala
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala