summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2024-08-08Prevent spurious "/bsd.upgrade is not u+x" message when the file is missing.Miod Vallat
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-07-08octeon/cnmac: assume 1Gbps in the default caseLandry Breuil
2024-07-06octeon/cnmac: Skip the switch port (cnmac2) on the 5-ports EdgeRouter POELandry Breuil
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-05-20remove extern with no matching varJonathan Gray
2024-05-20remove prototypes with no matching functionJonathan Gray
2024-05-20remove prototypes with no matching function; ok visa@Jonathan Gray
2024-01-01Move fdt attachment into sys/conf/files.conf instead of duplicating it onMark Kettenis
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-10-20Adopt MI re-upgrade preventionKlemens Nanni
2023-10-20Avoid forcible mounting a dirty filessystem. Mount such filesystemsMark Kettenis
2023-09-22move simplebusvar.h so it can be used without ifdefJonathan Gray
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-04-30Fix typo in MRDISKTYPE.Kenneth R Westerback
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-25Create & use variables MRDISKTYPE and MRMAKEFSARGS like all the other buildKenneth R Westerback
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