summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-112-3/+3
* 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
* 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
* 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
* 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
* 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
* 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
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-296-13/+8
* 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
* 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
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-082-13/+14
* let it compile againHarald Koerfgen2000-08-081-13/+3
* Port the recent cache changes forward and backward between mips andRalf Baechle2000-08-081-86/+86
* r3k_flush_cache_sigtramp() still assumed 8 byte cachelinesHarald Koerfgen2000-08-031-11/+1
* R3000 cache bugfix from Maciej.Ralf Baechle2000-07-311-1/+1
* Shave of 50% of lat_mmap. Our cache routines were plain stupid.Ralf Baechle2000-07-314-62/+84