summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2020-12-22Make clang the default compiler on loongson.Visa Hankala
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-12-01Add option to build loongson kernels using clang.Visa Hankala
2020-11-17Avoid accidental truncation of large memory segments.Visa Hankala
2020-11-17Ensure proper alignment of memory map entries, needed with clang.Visa Hankala
2020-11-13Do not include ../Makefile.inc twice.Visa Hankala
2020-11-13Fold -fno-builtin-* into -fno-builtin.Visa Hankala
2020-11-13Use BTB bug workaround also with assembly files.Visa Hankala
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha
2020-09-30Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morePatrick Wildt
2020-09-01Use sysctl_bounded_args for simple cases in cpu_sysctl on loongsongnezdo
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-07-21Do not bother masking IPIs in the Loongson 3A specific IPI routine.Visa Hankala
2020-07-19Add GENERIC.MP kernel config for loongson.Visa Hankala
2020-07-18Remove an unused function.Visa Hankala
2020-07-18Userland timecounter implementation for octeonVisa Hankala
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06wire up kstat(4)David Gwynne
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-27Fix pmon_iostrategy()Visa Hankala
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-25Use <dev/clock_subr.h> in mcclock(4).Visa Hankala
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).Visa Hankala
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-04-14Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-06Update my email address.Paul Irofti
2020-03-03Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@Otto Moerbeek
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-16Send a resume event to apmd(8), like done by apm(4) and acpi(4)Jeremie Courreges-Anglas
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-20Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.Visa Hankala
2019-12-20Fix build.Visa Hankala
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt