summaryrefslogtreecommitdiffstats
path: root/sys/arch/loongson (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-114-8/+8
* Make kernel ld.script similar to octeon's on loongson and sgi.visa2021-02-181-7/+37
* Skip gp initialization in loongson bootblocksvisa2021-02-172-3/+1
* Leave out gp initialization from kernel entry on mips64visa2021-02-112-4/+2
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* Use native display resolution 1368x768 with Lynloong all-in-one computers.visa2021-01-021-3/+7
* Make kernel recognize Lynloong LM9002/9003 and LM9013.visa2021-01-021-1/+5
* Refactor klist insertion and removalvisa2020-12-251-3/+3
* Make clang the default compiler on loongson.visa2020-12-221-2/+2
* Use daddr_t and not daddr32_t in boot media.krw2020-12-094-9/+9
* Add option to build loongson kernels using clang.visa2020-12-011-2/+7
* Avoid accidental truncation of large memory segments.visa2020-11-171-2/+2
* Ensure proper alignment of memory map entries, needed with clang.visa2020-11-171-8/+8
* Do not include ../Makefile.inc twice.visa2020-11-131-3/+1
* Fold -fno-builtin-* into -fno-builtin.visa2020-11-131-11/+2
* Use BTB bug workaround also with assembly files.visa2020-11-131-1/+2
* alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha2020-10-201-1/+3
* Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morepatrick2020-09-305-163/+7
* Use sysctl_bounded_args for simple cases in cpu_sysctl on loongsongnezdo2020-09-011-21/+7
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-2/+1
* Do not bother masking IPIs in the Loongson 3A specific IPI routine.visa2020-07-211-7/+1
* Add GENERIC.MP kernel config for loongson.visa2020-07-192-0/+11
* Remove an unused function.visa2020-07-181-12/+1
* Userland timecounter implementation for octeonvisa2020-07-181-2/+2
* Add support for timeconting in userland.pirofti2020-07-062-2/+27
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-3/+0
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-2/+2
* cpu_rnd_messybits() for mips64visa2020-06-051-10/+1
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Retire <machine/varargs.h>.visa2020-05-271-3/+0
* Fix pmon_iostrategy()visa2020-05-271-5/+6
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* Use <dev/clock_subr.h> in mcclock(4).visa2020-05-253-41/+45
* Use <dev/clock_subr.h> in mfokclock(4).visa2020-05-251-36/+43
* change wsdisplay attribute type from long to uint32_tjsg2020-05-253-20/+20
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-253-9/+9
* Fix some of the more esoteric bus_space functions. Thekettenis2020-04-141-7/+8
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* Update my email address.pirofti2020-04-061-2/+2
* Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@otto2020-03-032-4/+7
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-2/+2
* Send a resume event to apmd(8), like done by apm(4) and acpi(4)jca2020-02-161-1/+3
* wire up pppac(4) to some majors on each arch.dlg2020-01-231-1/+2
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-211-2/+3
* Use C99 designated initializers with struct filterops. In addition,visa2019-12-311-3/+7
* Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.visa2019-12-202-8/+8