summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Likewise fix identify bug for mips32.Keith M Wesolowski2001-03-181-1/+1
* Run through indent.Ralf Baechle2001-03-182-124/+117
* Ralf's had two chances to spell this right, I'll take my turn now. :-)Keith M Wesolowski2001-03-181-1/+1
* Remove no longer necessary inclusion of spinlock.h.Ralf Baechle2001-03-189-13/+3
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-188-51/+7
* Kill R8000 remains.Ralf Baechle2001-03-1613-22/+10
* EV96100 update.Ralf Baechle2001-03-1613-567/+512
* More loose bits (grrr) ...Ralf Baechle2001-03-164-11/+19
* Update ITE 8712 code.Ralf Baechle2001-03-1612-48/+69
* Code for IVR board.Ralf Baechle2001-03-164-0/+257
* Kgdb related improvments.Ralf Baechle2001-03-153-12/+22
* Add braces to make code less ambiguous.Ralf Baechle2001-03-151-1/+2
* Delete Cobalt remains.Ralf Baechle2001-03-121-6/+0
* Export flush_tlb_page rsp. _flush_tlb_page.Ralf Baechle2001-03-121-1/+2
* Typo and spelling fixes.Ralf Baechle2001-03-123-3/+3
* Don't clear ST0_FR; generic code already does that.Ralf Baechle2001-03-122-2/+0
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-1121-40/+39
* Compile fixes for CONFIG_SGI_NEWPORT_GFX.Ralf Baechle2001-03-112-2/+4
* Die if we cannot handle a unaligned exception from kernel space.Ralf Baechle2001-03-111-0/+5
* Another gcc 3.0 warning.Ralf Baechle2001-03-101-69/+68
* Fix another warning ...Ralf Baechle2001-03-101-1/+2
* Silence gcc 3.0 warning.Ralf Baechle2001-03-101-0/+1
* Kill dead variable.Ralf Baechle2001-03-101-2/+1
* Merge with Linux 2.4.2.Ralf Baechle2001-03-0921-22/+33
* Asorted fixes.Ralf Baechle2001-03-084-15/+25
* We were incrementing too much for the delay slot case.Ralf Baechle2001-03-031-1/+1
* Serial console fixes from Alice Hennessy.Ralf Baechle2001-03-021-12/+5
* Enable PCnet32.Ralf Baechle2001-03-021-1/+26
* Print ``Freeing initrd memory'' memory only when actually freeingRalf Baechle2001-02-261-1/+4
* Declare __bzero as function for mainline also.Ralf Baechle2001-02-261-0/+1
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-261-2/+0
* kmalloc doesn't work that early.Ralf Baechle2001-02-261-24/+34
* Some changes to get Jazz to compile again. There are other changesRalf Baechle2001-02-264-355/+418
* Run through indent.Ralf Baechle2001-02-241-35/+34
* Support for Phillips PDAs.Ralf Baechle2001-02-2238-10/+3768
* Define putDebugChar / getDebugChar variables.Ralf Baechle2001-02-211-0/+2
* Registers are stored as unsigned variables so we need to cast toRalf Baechle2001-02-211-6/+6
* Don't try to detect a second level cache on CPUs which might not everRalf Baechle2001-02-212-0/+5
* Update.Ralf Baechle2001-02-2110-0/+20
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-2126-2/+3402
* Initialize ___flush_cache_all correctly for rm7k.Ralf Baechle2001-02-201-1/+1
* DECstation fixes from MaciejHarald Koerfgen2001-02-133-9/+9
* Untested attempt to fix MIPS_ATOMIC_SET.Ralf Baechle2001-02-091-0/+3
* Another typo fix; patch again from Alan.Ralf Baechle2001-02-091-1/+1
* Fix type. Patch by Alan "typo killer" Cox.Ralf Baechle2001-02-091-1/+1
* Fix braino in CPU detection code.Ralf Baechle2001-02-081-3/+3
* Define CONFIG_SMP to n. Patch from Jim Freeman.Ralf Baechle2001-02-0511-0/+11
* 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-0537-2025/+708
* Introduce __flush_cache_all() which flushes the cache no matter ifRalf Baechle2001-02-058-28/+30