Age | Commit message (Expand) | Author |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-11-19 | mips64, loongson, octeon: switch to clockintr | Scott Soule Cheloha |
2022-11-14 | Add missing clock trigger to loongson_isa_splx(). | Visa Hankala |
2022-10-15 | ansi | Jonathan Gray |
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-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-08-22 | mips64, octeon, loonson: trigger deferred clock interrupts from splx(9) | Scott Soule Cheloha |
2022-08-18 | Move recomputation of hz and stathz from glk to glkclk, lets a kernel with | Miod Vallat |
2022-08-10 | Also attach spdmem on Gdium. | Miod Vallat |
2022-08-10 | Pass the "good random" flag from the bootblocks to the kernel when applicable. | Miod Vallat |
2022-08-10 | Add iic at glxpcib, to get spdmem to attach on 2F-based systems. | Miod Vallat |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-05-23 | Neither macppc nor the retired loongson have any remaining useful | Kenneth R Westerback |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-21 | disatcher -> dispatcher | Jonathan Gray |
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-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
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-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-02-18 | Make kernel ld.script similar to octeon's on loongson and sgi. | Visa Hankala |
2021-02-17 | Skip gp initialization in loongson bootblocks | Visa Hankala |
2021-02-11 | Leave out gp initialization from kernel entry on mips64 | Visa Hankala |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-02 | Use native display resolution 1368x768 with Lynloong all-in-one computers. | Visa Hankala |
2021-01-02 | Make kernel recognize Lynloong LM9002/9003 and LM9013. | Visa Hankala |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-22 | Make clang the default compiler on loongson. | Visa Hankala |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-12-01 | Add option to build loongson kernels using clang. | Visa Hankala |
2020-11-17 | Avoid accidental truncation of large memory segments. | Visa Hankala |
2020-11-17 | Ensure proper alignment of memory map entries, needed with clang. | Visa Hankala |
2020-11-13 | Do not include ../Makefile.inc twice. | Visa Hankala |
2020-11-13 | Fold -fno-builtin-* into -fno-builtin. | Visa Hankala |
2020-11-13 | Use BTB bug workaround also with assembly files. | Visa Hankala |
2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset | cheloha |
2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more | Patrick Wildt |
2020-09-01 | Use sysctl_bounded_args for simple cases in cpu_sysctl on loongson | gnezdo |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-07-21 | Do not bother masking IPIs in the Loongson 3A specific IPI routine. | Visa Hankala |