Age | Commit message (Expand) | Author |
2009-06-02 | Add an r10k-specific cop0 control register. | Miod Vallat |
2009-05-27 | Rename the ast processing function from softintr() to ast(), to reduce | Miod Vallat |
2009-05-25 | Years ago, I fixed an R5000 O2 instability by implementing a workaround for | Miod Vallat |
2009-05-22 | Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from | Miod Vallat |
2009-05-21 | Make sure cpu_switchto() returns to the new proc with interrupts enabled (this | Miod Vallat |
2009-05-21 | In splinit(), adjust proc0 pcb values, for kthread to start with correct | Miod Vallat |
2009-05-21 | Make sure splx() reenables hardware interrupt sources, even there aren't | Miod Vallat |
2009-05-19 | Processing AST can trigger more AST. Loop on astpending instead of checking | Miod Vallat |
2009-05-16 | Count LoadedProgram regions as free memory, since these are either the boot | Miod Vallat |
2009-05-15 | Revert 1.18, the memory bank allocation logic was actually correct, and I | Miod Vallat |
2009-05-09 | Promote types in ARCBios function prototypes from int to long whenever | Miod Vallat |
2009-05-08 | Be sure to completely ignore ARCBios memory information on IP27 and IP35 | Miod Vallat |
2009-05-06 | Fix typo in a comment, and remove 20st-century mention of option | Miod Vallat |
2009-05-06 | Fix signedness of comparison used to know whether we have already reached | Miod Vallat |
2009-04-25 | Make pmap_steal_memory() return KSEG0 addresses only for kernels linked at | Miod Vallat |
2009-04-25 | typo in comments | Miod Vallat |
2009-04-19 | Add heuristics to tell IP27 and IP35 apart, as they will need to be handled | Miod Vallat |
2009-04-12 | Better constraints on the temporary register in atomic_{set,clear}bits_int. | Miod Vallat |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-20 | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat |
2009-02-15 | copystr(), copyinstr() and copyoutstr() should all return ENAMETOOLONG if | Joel Sing |
2008-12-03 | Some more ambigous -> ambiguous pointed out by mbalmer (there are | Stuart Henderson |
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-23 | In pmap_steal_memory(), when a memory segment is completely allocated, | Miod Vallat |
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 |