summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-10Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done withMiod Vallat
2014-01-06Use the dedicated BCD macros from sys/time.h instead of handrollingPaul Irofti
2013-12-28crank the versionTheo de Raadt
2013-12-24get rid of if (timeout_pending()) timeout_del(). this is racy. anyDavid Gwynne
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-30typo in snarky messageMiod Vallat
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