summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.3.Ralf Baechle2001-04-051-107/+3
| | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels.
* Add code to support the SB1 core, including mmu routines, processorRalf Baechle2001-03-241-3/+4
| | | | | | | detection. This also tweaks cpu_probe() to use bits 15:8 of PRId as a company ID, as per the mips32/mips64 specs, and use bits 7:0 as the processor ID within the company. Patch from Justin with mods and some additional bits by me.
* Print ``Freeing initrd memory'' memory only when actually freeingRalf Baechle2001-02-261-1/+4
| | | | something.
* Introduce __flush_cache_all() which flushes the cache no matter ifRalf Baechle2001-02-051-2/+3
| | | | this operation is necessary from the mm point of view or not.
* Bunch more patches from MIPS.Ralf Baechle2000-12-291-11/+11
|
* Memmap fixes from Maciej.Ralf Baechle2000-12-111-2/+24
|
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-251-3/+3
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-231-1/+1
|
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-081-10/+11
|
* Fix ZONE_DMA nonsense for Indy.Ralf Baechle2000-07-021-0/+4
|
* Compilation fixes for 32-bit Indy kernel.Ralf Baechle2000-02-231-5/+1
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-2/+2
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-6/+27
|
* Merge with 2.3.27.Ralf Baechle2000-01-291-5/+13
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-5/+5
|
* Bootmem fixes for IP22.Ralf Baechle2000-01-271-9/+10
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-78/+60
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-261-1/+4
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* Merge with 2.3.19.Ralf Baechle1999-10-091-17/+9
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-211-42/+5
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-201-2/+2
|
* My proposal for non-generic kernels:Harald Koerfgen1999-08-091-33/+1
| | | | | | | | | 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)
* Merge with Linux 2.3.9.Ralf Baechle1999-07-051-3/+2
|
* Merge with Linux 2.3.7.Ralf Baechle1999-06-221-8/+8
| | | | | | WARNING: 2.3.7 is known to eat filesystems for breakfast and little children for lunch, so if you try this on your machine make backups first ...
* Spelling fixes from Alan Cox.Ralf Baechle1999-05-011-2/+2
|
* added call to free prom memoryThomas Bogendoerfer1999-02-251-5/+4
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151-2/+5
|
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041-88/+35
| | | | (Did I mention that CVS is buggy ...)
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-191-2/+1
| | | | - Bugfixes.
* Add missing break. Fix from Ulf Carlsson.Ralf Baechle1998-09-041-1/+2
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-5/+83
| | | | | o New Newport console code. o New G364 console code.
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-301-9/+133
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-051-5/+17
| | | | | | | | | o First round of bugfixes for the SC/MC CPUs. o FPU context switch fixes. o Lazy context switches. o Faster syscalls. o Removed dead code. o Shitloads of other things I forgot ...
* o Fix handling of interrupted syscalls.Ralf Baechle1998-03-221-51/+8
| | | | | | | | | | | | o Just count missed heartbeats on Indys but don't print a messages. This was a bug by itself. o Fix a crash in exit_mmap(). o Fix scanmem(). o Fix clear_active_bh(), a ~ was missing causing weak performance. o Remove experimental cache instructions from stackframe.h. It wasn't improving performance as I was hoping. o Shrink the size of the exception handler routines in uaccess.h. o Cleanup, remove dead code in various files.
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-16/+0
|
* Sync with Linux 2.1.46.Ralf Baechle1997-07-201-1/+0
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-8/+14
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-17/+78
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-137/+84
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-141-0/+299