| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 4 | -8/+8 |
| 2021-02-18 | Make kernel ld.script similar to octeon's on loongson and sgi. |  visa | 1 | -7/+37 |
| 2021-02-17 | Skip gp initialization in loongson bootblocks |  visa | 2 | -3/+1 |
| 2021-02-11 | Leave out gp initialization from kernel entry on mips64 |  visa | 2 | -4/+2 |
| 2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 1 | -1/+2 |
| 2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 1 | -4/+4 |
| 2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2 | -2/+5 |
| 2021-01-02 | Use native display resolution 1368x768 with Lynloong all-in-one computers. |  visa | 1 | -3/+7 |
| 2021-01-02 | Make kernel recognize Lynloong LM9002/9003 and LM9013. |  visa | 1 | -1/+5 |
| 2020-12-25 | Refactor klist insertion and removal |  visa | 1 | -3/+3 |
| 2020-12-22 | Make clang the default compiler on loongson. |  visa | 1 | -2/+2 |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 4 | -9/+9 |
| 2020-12-01 | Add option to build loongson kernels using clang. |  visa | 1 | -2/+7 |
| 2020-11-17 | Avoid accidental truncation of large memory segments. |  visa | 1 | -2/+2 |
| 2020-11-17 | Ensure proper alignment of memory map entries, needed with clang. |  visa | 1 | -8/+8 |
| 2020-11-13 | Do not include ../Makefile.inc twice. |  visa | 1 | -3/+1 |
| 2020-11-13 | Fold -fno-builtin-* into -fno-builtin. |  visa | 1 | -11/+2 |
| 2020-11-13 | Use BTB bug workaround also with assembly files. |  visa | 1 | -1/+2 |
| 2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset |  cheloha | 1 | -1/+3 |
| 2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more |  patrick | 5 | -163/+7 |
| 2020-09-01 | Use sysctl_bounded_args for simple cases in cpu_sysctl on loongson |  gnezdo | 1 | -21/+7 |
| 2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 1 | -2/+1 |
| 2020-07-21 | Do not bother masking IPIs in the Loongson 3A specific IPI routine. |  visa | 1 | -7/+1 |
| 2020-07-19 | Add GENERIC.MP kernel config for loongson. |  visa | 2 | -0/+11 |
| 2020-07-18 | Remove an unused function. |  visa | 1 | -12/+1 |
| 2020-07-18 | Userland timecounter implementation for octeon |  visa | 1 | -2/+2 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 2 | -2/+27 |
| 2020-07-06 | wire up kstat(4) |  dlg | 1 | -2/+3 |
| 2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 1 | -3/+0 |
| 2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 1 | -2/+2 |
| 2020-06-05 | cpu_rnd_messybits() for mips64 |  visa | 1 | -10/+1 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -1/+10 |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 1 | -2/+1 |
| 2020-05-27 | Retire <machine/varargs.h>. |  visa | 1 | -3/+0 |
| 2020-05-27 | Fix pmon_iostrategy() |  visa | 1 | -5/+6 |
| 2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 1 | -2/+2 |
| 2020-05-25 | Use <dev/clock_subr.h> in mcclock(4). |  visa | 3 | -41/+45 |
| 2020-05-25 | Use <dev/clock_subr.h> in mfokclock(4). |  visa | 1 | -36/+43 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 3 | -20/+20 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 3 | -9/+9 |
| 2020-04-14 | Fix some of the more esoteric bus_space functions. The |  kettenis | 1 | -7/+8 |
| 2020-04-07 | Abstract the head of knote lists. This allows extending the lists, |  visa | 1 | -3/+3 |
| 2020-04-06 | Update my email address. |  pirofti | 1 | -2/+2 |
| 2020-03-03 | Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@ |  otto | 2 | -4/+7 |
| 2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 1 | -2/+2 |
| 2020-02-16 | Send a resume event to apmd(8), like done by apm(4) and acpi(4) |  jca | 1 | -1/+3 |
| 2020-01-23 | wire up pppac(4) to some majors on each arch. |  dlg | 1 | -1/+2 |
| 2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. |  mpi | 1 | -2/+3 |
| 2019-12-31 | Use C99 designated initializers with struct filterops. In addition, |  visa | 1 | -3/+7 |
| 2019-12-20 | Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. |  visa | 2 | -8/+8 |