| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
o R4x00 little endiam semaphores
|
| |
|
|
|
|
|
|
|
| |
because tlb refill must occur before and store the tlb entry. On r3k it's
not always true: miss on kseg2 doesn't generate tlb refill.
Now modules work. As a side effect, the kernel runs faster because
a vmalloced area is distrubuted across entire tlb.
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix siginfo structure definition
- Ptrace fixes, one of them was an uninitialized pointer.
- Header file fixes.
- Fixes to linker scripts required for new binutils.
- MIPS64. Chainsaw edition.
Btw, Harald, why does the kernel no longer compile ...
|
|
|
|
|
|
|
|
|
| |
o only code for the configured CPU is compiled
and linked (saves ~100k for R3000 kernels!)
o removed a lot of indirect function calls
o removed Ralf's "cowboy patch"
o added sanity check for DECstations (print warning
if the kernel is configured for the wrong CPU)
|
| |
|
| |
|
| |
|
|
|