summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Collapse)AuthorAgeFilesLines
* Add a few KERN_*s. Kill warning. Workaround for RM7000 erratum #31.Ralf Baechle2001-06-101-23/+52
|
* Fix another instance of save_and_cli vs. read_32bit_cp0_register.Ralf Baechle2001-06-101-2/+2
|
* Ioremap makes cachable mappings again.Ralf Baechle2001-06-061-2/+2
|
* Fix cache detection on R3000.Ralf Baechle2001-06-061-49/+50
|
* Support 512mb RAM configuration for Momenco Ocelot. Patch fromRalf Baechle2001-06-051-17/+171
| | | | David Woodhouse (dwmw2@infradead.org).
* Ioremap for 32-bit kernel.Ralf Baechle2001-06-032-2/+178
|
* More *_cp0_status fixes from David Woodhouse.Ralf Baechle2001-05-041-1/+1
|
* Merge with Linux 2.4.3.Ralf Baechle2001-04-054-117/+13
| | | | | | | 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.
* Eleminate CONFIG_CPU_R3912; detect TX39 / R3000 at runtime.Ralf Baechle2001-04-013-85/+169
|
* Fix compilation bug.Ralf Baechle2001-03-311-2/+2
|
* Add code to support the SB1 core, including mmu routines, processorRalf Baechle2001-03-244-6/+450
| | | | | | | 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.
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-112-3/+3
| | | | | | | | set_cp0_* and change_cp0_* which makes the kernel code somewhat more readable. Going through the kernel code I notices some stupid abuse of the old function like set_cp0_status(ST0_BEV, 1) - this clear ST0_BEV but actually looks like attempting to set it and other abuses, so will people please look over their code again.
* Compile fixes for CONFIG_SGI_NEWPORT_GFX.Ralf Baechle2001-03-112-2/+4
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-091-6/+13
|
* Asorted fixes.Ralf Baechle2001-03-081-7/+5
|
* Print ``Freeing initrd memory'' memory only when actually freeingRalf Baechle2001-02-261-1/+4
| | | | something.
* Support for Phillips PDAs.Ralf Baechle2001-02-222-0/+7
|
* Don't try to detect a second level cache on CPUs which might not everRalf Baechle2001-02-211-0/+3
| | | | have one. Patch from Carsten.
* Initialize ___flush_cache_all correctly for rm7k.Ralf Baechle2001-02-201-1/+1
|
* Add missing initialization for ___flush_cache_all. From AliceRalf Baechle2001-02-051-2/+1
| | | | Hennessy.
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-051-7/+4
|
* Introduce __flush_cache_all() which flushes the cache no matter ifRalf Baechle2001-02-058-28/+30
| | | | this operation is necessary from the mm point of view or not.
* Kill dead function load_pgd().Ralf Baechle2001-01-285-49/+10
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-2/+0
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-101-38/+12
|
* Bunch more patches from MIPS.Ralf Baechle2000-12-291-11/+11
|
* MIPS32 patches from MIPS.Ralf Baechle2000-12-143-23/+1107
|
* R3000 fixes from Maciej. Crucial to get modules working.Ralf Baechle2000-12-131-8/+10
|
* More R3k fixes from Maciej.Ralf Baechle2000-12-111-8/+9
|
* Memmap fixes from Maciej.Ralf Baechle2000-12-111-2/+24
|
* Partial fix for the vmalloc bug.Ralf Baechle2000-12-021-0/+8
|
* Fix r4k_flush_icache_page_i16, r4k_flush_icache_page_i32 compilation.Ralf Baechle2000-12-021-2/+3
| | | | Obviously the last commit was never tried to be compiled ...
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-296-13/+8
| | | | Linux 2.4.
* Fix vmalloc which got broken by test10. Still fishy, dunno why.Ralf Baechle2000-11-271-0/+36
|
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-253-7/+9
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-231-1/+1
|
* New configuration option CONFIG_MIPS_UNCACHED. Not yet selectable dueRalf Baechle2000-11-181-0/+4
| | | | | to the manuals documenting ll/sc operation as undefined for uncached memory.
* Call panic instead of prom_printf.Ralf Baechle2000-11-021-1/+1
|
* Add missing flags variable.Ralf Baechle2000-11-021-0/+1
|
* R5432 support.Ralf Baechle2000-11-013-4/+878
|
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-122-1/+7
|
* Avoid recursive page faults.Ralf Baechle2000-09-301-2/+3
|
* Fixup a number of loose ends in RM7000 support.Ralf Baechle2000-09-295-27/+37
|
* Define _flush_icache_range.Ralf Baechle2000-09-281-0/+1
|
* Kill usless #ifdefmania.Ralf Baechle2000-09-241-14/+1
|
* Hopefully squash the R5k bug ...Ralf Baechle2000-09-011-1/+11
|
* Yet more RM7000 hooks.Ralf Baechle2000-08-221-2/+10
|
* 7k hooks.Ralf Baechle2000-08-221-0/+4
|
* First cut at RM7000 support.Ralf Baechle2000-08-221-0/+578
|
* Beautify diagnostic messages.Ralf Baechle2000-08-161-3/+3
|