Age | Commit message (Expand) | Author |
2012-04-21 | Rework the signature of the cache handling routines again. It makes more sense | Miod Vallat |
2012-04-19 | Print the currently active ASID in `machine tlb' ddb command. | Miod Vallat |
2012-04-19 | Be sure to update the currently active ASID in pmap_activate() if invoked on | Miod Vallat |
2012-04-16 | Move proc0 and trap handler setup before consinit(), but still wait for the | Miod Vallat |
2012-04-16 | Fix struct arc_param_blk_* layout to not embed pointers, as this messes the | Miod Vallat |
2012-04-15 | Tell Indy and Challenge S apart. | Miod Vallat |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-10 | Count traps and fpu context switches. | Miod Vallat |
2012-04-09 | No need to round VCEI addresses, and VCED addresses only need to be rounded | Miod Vallat |
2012-04-09 | More errata bandaid for the R4000SC is necessary in the tlb handlers. | Miod Vallat |
2012-04-06 | Make the logic for PMAP_PREFER() and the logic, inside pmap, to do the | Miod Vallat |
2012-04-06 | Rework IP22 RTC year base computation, again. It turns out that different | Miod Vallat |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, | Miod Vallat |
2012-03-25 | Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression | Miod Vallat |
2012-03-24 | Fix fallback of uvm_map_hint() argument changes. | Miod Vallat |
2012-03-24 | Oops, forgot this file in the SGI_<model> -> SGI_IP## change. | Miod Vallat |
2012-03-24 | The various ConfigCache() functions actually return void, not int. | Miod Vallat |
2012-03-24 | Rename the various SGI_xxx constants from machine names to their IP numbers, | Miod Vallat |
2012-03-24 | Add a few trivial routines to get mips64r2 specific config registers. Not used | Miod Vallat |
2012-03-19 | On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u area | Miod Vallat |
2012-03-19 | Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT at | Miod Vallat |
2012-03-19 | Use uncached addresses for all exception vectors, when copying our code (or | Miod Vallat |
2012-03-15 | uncached_base was introduced early in IP27 support, since these designs use | Miod Vallat |
2012-02-16 | Do an explicit `sync' instruction before returning from cache routines; this is | Miod Vallat |
2012-02-16 | Be sure to reset coprocessor 0 TAG_LO register to zero before attempting | Miod Vallat |
2012-02-16 | Use abbreviated mnemonics whenever possible (e.g. beqz instead of beq ...,zero), | Miod Vallat |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-09-22 | nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments. | Jasper Lievisse Adriaanse |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-07-21 | Support for the eBenton EBT-700 netbook, which is similar to the Lemote | Miod Vallat |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-10 | Do not register the per-cpu counter as a system timecounter on MULTIPROCESSOR | Miod Vallat |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-05 | Prefer __LP64__ to _LP64; pointed out by brad | Miod Vallat |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-10 | revert a mistake commit | Takuya ASADA |
2011-05-10 | octeon's internal counter clock speed is same as the processor clock. ok miod@ | Takuya ASADA |
2011-05-01 | Be sure to cast physmem to a 64-bit type before passing it to ptoa(). | Miod Vallat |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-26 | fenv for mips64 | Martynas Venckus |