summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2017-04-22Fix an early boot failure on Loongson 3A2000.Visa Hankala
2017-04-02printf format strings should be literals. Reminded by clang.Visa Hankala
2017-03-27hibernate_free() should not be called from MD code, acpi_sleep_state()Theo de Raadt
2017-03-18Build mips64 kernels with -ffreestanding.Visa Hankala
2017-03-15Fix building profiling kernels by passing the -p flag to config(8)Theo Buehler
2017-03-07Disallow setting machdep.lidaction to any other value but [0,2].Martin Natano
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-02-28Switch geteblks()'s size argument from int to size_t. It's called withMartin Natano
2017-02-19Suppress messages about spurious UART interrupts on MP systems.Visa Hankala
2017-02-19Skip IO interrupt mask update on secondary CPUs when restoring IPL.Visa Hankala
2017-02-19Add SMP config and IPI control logic for Loongson 3A.Visa Hankala
2017-02-10Unbreak 'config -p'.Martin Pieuchot
2017-01-23Nuke extraneous whitespace and tabs.Frederic Cambus
2017-01-22Introduce the KEEPKERNELS variable: if this is set either in mk.conf orTheo Buehler
2017-01-19Extend struct platform with MP control functions, and add bootstrap codeVisa Hankala
2017-01-19Add mplock.h for loongson.Visa Hankala
2017-01-15Harmonize the way frame buffer drivers display resolution and colorFrederic Cambus
2017-01-10Display resolution and color depth when attaching.Frederic Cambus
2017-01-06Ansify cpu_sysctl() on mips64 platforms.Frederic Cambus
2016-12-16Provide the "machdep.lidsuspend" sysctl on Loongson.Frederic Cambus
2016-12-12Tweak IPI register definitions.Visa Hankala
2016-12-11Determine the available CPUs.Visa Hankala
2016-12-05Harmonize battery state thresholds accross platforms.Frederic Cambus
2016-12-03Fix memory leak.Visa Hankala
2016-11-29Build kernel with DEBUG=-g by default.Martin Pieuchot
2016-11-22Fix CPU info struct.Visa Hankala
2016-11-18Fix end of interrupt routine to make pciide(4) work.Visa Hankala
2016-11-18Use the ErrorEPC register for curcpu().Visa Hankala
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2016-11-17Turn Loongson 3A bits on.Visa Hankala
2016-11-17Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,Visa Hankala
2016-11-15Add support for lid state detection in ykbec(4).Frederic Cambus
2016-11-15Clean up the kernel Makefile's:Martin Natano
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06Add interrupt handling routines for Loongson 3A.Visa Hankala
2016-11-05Two tweaks for compile/Makefile.inc:Martin Natano
2016-11-05Move the definition of REGVAL into a common header to make it usableVisa Hankala
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
2016-10-15cleandir: target for kernel compile directoriesTheo de Raadt
2016-10-14Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,Theo de Raadt
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-10-09Pass `prid' properly to pmon_init().Visa Hankala
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-07Add an initial framebuffer driver for the RS780E chipset on loongson,Visa Hankala
2016-09-28Tweak video BIOS pointer check. Current Loongson EFI firmware imagesVisa Hankala
2016-09-28Add logic for figuring out CPU clock rate and usable memory areasVisa Hankala
2016-09-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber