Age | Commit message (Expand) | Author |
2008-09-23 | Fix uninitialized variable if the TOD clock value is horribly wrong. | Miod Vallat |
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-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-28 | In addition to cop0 sr, prevent cop0 ic from being modified in | Miod Vallat |
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-06-22 | Like alpha, db_stack_dump() on mips and sh needs complete frame information | Miod Vallat |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat |
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 | Split clock attachment in two parts: a timecounter attachment (at mainbus), | Miod Vallat |
2008-04-07 | Use CCA_CACHED as the default CCA for all cached mappings and addresses. | 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-31 | Oops, a chunk was commited too early. | Miod Vallat |
2008-03-30 | Allow the machine-specific headers to overwrite the number of memory | Miod Vallat |
2008-03-30 | Remove APERTURE remains. | Miod Vallat |
2008-03-20 | An overoptimization in r1.15 introduced an evil race, back it out. For some | Miod Vallat |
2008-02-29 | Fix db_read_bytes() for short reads. | Miod Vallat |
2008-02-20 | Oops, correctly recover from kcopy() faults, since the stack frame is | Miod Vallat |
2008-02-20 | More dead includes and functions noone will mourn. | Miod Vallat |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat |
2008-02-20 | Preserve pcb_onfault within kcopy(), as expected and as all other platforms do. | Miod Vallat |
2008-02-18 | Get correct memory information from 64 bit ARCBios, tested on Octane. | Miod Vallat |
2008-02-18 | Use better types and fix tests for pc and sp being in kernel to really | Miod Vallat |
2008-02-18 | More 64-bit ARCBios friendliness, correctly identify a 64 bit system, such | Miod Vallat |
2008-02-16 | Remove the wait instruction from cpu_idle_cycle(), as it causes problems on | Miod Vallat |
2008-02-11 | A couple fixes: | Miod Vallat |
2008-01-15 | Revert r1.15 and flush pages (if cached) in pmap_remove_pv on every invocation, | Miod Vallat |
2007-12-18 | add power(4), a driver for the power button found on SGI O2's. | Jasper Lievisse Adriaanse |
2007-12-18 | Expose the clock address space so that it can be used outside of clock(4). | Joel Sing |
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-11-24 | Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle. | Miod Vallat |
2007-10-25 | Be sure to enable interrupts on return from ddb if they were enabled before | Miod Vallat |
2007-10-24 | pipleine -> pipeline | Miod Vallat |
2007-10-24 | In cpu_switchto(), load pmap->pm_tlbpid manually, instead of expecting | Miod Vallat |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-18 | Make sure interrupts are really enabled at the beginning of proc_trampoline, | Miod Vallat |
2007-10-18 | No need to include <machine/pte.h> here. | Miod Vallat |
2007-10-18 | Get rid of the silly union for mips pte. No functional change except | Miod Vallat |
2007-10-14 | registred -> registered | Miod Vallat |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat |
2007-10-13 | Do not splhigh() before invoking sched_exit(), sched_exit() will do it better. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |