summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/include
AgeCommit message (Expand)Author
2017-02-19Add SMP config and IPI control logic for Loongson 3A.Visa Hankala
2017-01-19Extend struct platform with MP control functions, and add bootstrap codeVisa Hankala
2017-01-19Add mplock.h for loongson.Visa Hankala
2016-12-11Determine the available CPUs.Visa Hankala
2016-11-22Fix CPU info struct.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-17Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,Visa Hankala
2016-11-06Add interrupt handling routines for Loongson 3A.Visa Hankala
2016-11-05Move the definition of REGVAL into a common header to make it usableVisa Hankala
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2015-09-30Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-09-13intr_barrier(9) for loongson, octeon and sgi.Mark Kettenis
2015-08-15Some bits for Loongson 3A support.Miod Vallat
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2009-11-19By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-02-07APM_USER_HIBERNATE_REQ here too.Miod Vallat
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butMike Larkin
2014-05-24Provide bus_space_mmap()Miod Vallat
2014-03-31Due the virtually indexed nature of the L1 instruction cache on most mipsMiod Vallat
2014-03-29Update the loongson codebase to recognize the so-called `EFI-like' interfaceMiod Vallat
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-27Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonitoMiod Vallat
2014-03-27Increase VM_PHYSSEG_MAX, necessary for systems with non-contiguous memoryMiod Vallat
2014-03-10Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done withMiod Vallat
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-06-02Start working on hibernate support for LoongsonPaul Irofti
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-01-15Loongson: Add a stat clock for the lemote machines.Paul Irofti
2012-10-03Do not use <mips64/archtype.h> for loongson model numbers, but rather put theMiod Vallat
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-04-21Rework the signature of the cache handling routines again. It makes more senseMiod Vallat
2012-03-26Add APM_IOC_HIBERNATETheo de Raadt
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-04-28- enable fenvMartynas Venckus
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker