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