summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-08-25In bonito_mem_map(), initialize pcimap earlier to make sure its value is notMiod Vallat
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-05Remove unused variables.Paul Irofti
2013-06-05Implement hibernate_flush.Paul Irofti
2013-06-05Keep things sane in the apm ioctl handler.Paul Irofti
2013-06-04Make apm aware of the APM_IOC_HIBERNATE command.Paul Irofti
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-02Start working on hibernate support for LoongsonPaul Irofti
2013-06-02compile with -fno-builtin-exitJasper Lievisse Adriaanse
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-04-19In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in additionMiod Vallat
2013-04-16Get rid of various 'typedef struct' definitions and use plain structureTheo de Raadt
2013-04-01Build mips kernels with -G 0, to disable use of so-called `small' data andMiod Vallat
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
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-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-24Use sys/param.h to be able to get at DEV_BSIZETheo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-23avoid machine/param.h useTheo de Raadt
2013-01-16On second thought, do not unconditionnaly register the cpu throttling codeMiod Vallat
2013-01-16Loongson: add throttling support.Paul Irofti
2013-01-15Loongson: Add a stat clock for the lemote machines.Paul Irofti
2013-01-15Loongson: Remove some of the unused defines.Paul Irofti
2013-01-15Loongson: Unbreak the tree after my last commit.Paul Irofti
2013-01-14Loongson: Replace the system clock provided by the CPU with a GLX MFGPT.Paul Irofti
2013-01-02miod let one exec.c slideTheo de Raadt
2012-11-04Simplify Makefiles a bit, removing redundant stuff. ok espie@Matthieu Herrb
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-03Do not use <mips64/archtype.h> for loongson model numbers, but rather put theMiod Vallat
2012-10-03Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,Miod Vallat
2012-09-29Handle the coprocessor 0 cause and status registers as a 64 bit value now,Miod Vallat
2012-09-29Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlbMiod Vallat
2012-09-29Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofMiod Vallat
2012-09-27enable smscJonathan Gray
2012-08-31Kill NOPIE and NOPIE_FLAGS in loongson/stand.Pascal Stumpf
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-23missed NOPIE_FLAGS, noticed by Brian CallahanPascal Stumpf
2012-08-23missing ${NOPIE_FLAGS}; ok pascalTheo de Raadt
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-18glxpcib(4) invokes pcibattach assuming pcib doesn't need more than aMiod Vallat