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