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