summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
AgeCommit message (Expand)Author
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-08-22Set PIE address range to avoid or minimize mmap pressure due to limitedKurt Miller
2008-07-25phyio -> physioMiod Vallat
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-05-04convert arm and mips64 platforms to ptoa/atopMartin Reindl
2008-04-07Add a freelist member to the ARCBios memory information. For now, all ARCBiosMiod Vallat
2008-04-07Add ``guarded'' word read and write routines, to be used by machine-dependentMiod Vallat
2008-04-07Define the pte cacheability bits from the cpu.h cache coherency constants.Miod Vallat
2008-04-07Define more cache coherency attributes, as well as R10k space identifiers.Miod Vallat
2008-03-30Allow the machine-specific headers to overwrite the number of memoryMiod Vallat
2008-02-20More dead includes and functions noone will mourn.Miod Vallat
2008-02-18Get correct memory information from 64 bit ARCBios, tested on Octane.Miod Vallat
2008-02-18More 64-bit ARCBios friendliness, correctly identify a 64 bit system, suchMiod Vallat
2007-12-18add power(4), a driver for the power button found on SGI O2's.Jasper Lievisse Adriaanse
2007-12-14Store the ARCBIOS ConsoleOut environment variable so that we can refer toJoel Sing
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-10-18Get rid of the silly union for mips pte. No functional change exceptMiod Vallat
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-07-18bus_dmamem_map() maps with a single segment in directly-translated XKPHYSMiod Vallat
2007-06-18this is the sgi disklabel, mips64 is not the sameTheo de Raadt
2007-06-18Use a shorter form to load XKPHYS constants in .S code, shaves a few textMiod Vallat
2007-06-17Eliminate a few straggling 'labelsector' field declarations fromKenneth R Westerback
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-07Eliminate unnecessary duplicate defines *_LABELSECTOR andKenneth R Westerback
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-20Remove unused badaddr().Miod Vallat
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-07Remove symbols already defined in <sys/limits.h>; unbreaks build on sgi.Mark Kettenis
2007-05-07Move sgo to __HAVE_CPUINFO.Mark Kettenis
2007-05-03Enable support for > 512MB of physical memory on mips64 systems, by usingMiod Vallat
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-04-27Remove unused macros, and make sure the remaining one do not truncate theMiod Vallat
2007-04-27More pmap changes from the potpourri pool:Miod Vallat
2007-04-26Do not invoke arcbios routines from the moment our page tables are set up,Miod Vallat
2007-04-24exeption -> exceptionMiod Vallat
2007-04-16Crank MAXPHYS to the regular 64KB.Miod Vallat
2007-04-14Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MIMiod Vallat
2007-04-14Correctly handle pv_flags for pages used to store ptes, so that theyMiod Vallat
2007-04-10Remove long dead definitions. No functional change.Miod Vallat
2007-04-05delete userland DELAY() version; ok miodTheo de Raadt
2007-03-23Real atomic_{set,clear}bits_int implementation, and replace similarMiod Vallat
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski