summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* Make prom_printf() functional on IP27s. And prom_printf() is not anKanoj Sarcar2000-08-232-2/+28
* Also output struct task_struct.pid in offsets.h.Ralf Baechle2000-08-221-0/+1
* Yet more RM7000 hooks.Ralf Baechle2000-08-221-2/+10
* One more RM7000 hook.Ralf Baechle2000-08-221-0/+1
* RM7000 has a cycle counter.Ralf Baechle2000-08-221-0/+1
* Don't pretend that a RM7000 is like a R5000.Ralf Baechle2000-08-221-4/+4
* Add RM7000 config option.Ralf Baechle2000-08-227-0/+7
* More RM7k hooks.Ralf Baechle2000-08-221-0/+3
* 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
* Kill warning.Ralf Baechle2000-08-091-10/+13
* More cleaning of struct stat for glibc 2.2. The necessary glibcRalf Baechle2000-08-091-4/+4
* Faster memcpy / copy_{from,to}_user.Ralf Baechle2000-08-091-31/+76
* Kill BARRIER macro; it's not needed on R10000.Ralf Baechle2000-08-091-25/+0
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-0833-126/+123
* Merge with Linux 2.4.0-test6-pre7.Ralf Baechle2000-08-081-2/+2
* Merge with Linu 2.4.0-test6-pre6.Ralf Baechle2000-08-0813-85/+94
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-0871-440/+381
* Merge with Linux 2.4.0-test6-pre3.Ralf Baechle2000-08-084-0/+8
* Merge with Linux 2.4.0-test6-pre2.Ralf Baechle2000-08-083-8/+16
* let it compile againHarald Koerfgen2000-08-088-26/+23
* Merge with Linux 2.4.0-test6-pre1.Ralf Baechle2000-08-086-6/+7
* Port the recent cache changes forward and backward between mips andRalf Baechle2000-08-086-301/+164
* Tweak the initialization macros so that they work even on a systemKanoj Sarcar2000-08-051-3/+1
* sys_sysctl implementationUlf Carlsson2000-08-052-1/+89
* Fix over enthusiastic tlbflush optimizations.Kanoj Sarcar2000-08-031-3/+6
* r3k_flush_cache_sigtramp() still assumed 8 byte cachelinesHarald Koerfgen2000-08-031-11/+1
* ARC console is not just for IP22.Keith M Wesolowski2000-08-0113-426/+122
* Compile fix: get the ip27-timer.c code that updates process times lookingKanoj Sarcar2000-08-011-25/+10
* 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-315-63/+85
* We set the text variable but never used it.Ralf Baechle2000-07-301-14/+0
* Some of the r4k_flush_page_to_ram variants were identical.Ralf Baechle2000-07-301-28/+17
* Cleanup r4k_flush_page_to_ram_*() functions.Ralf Baechle2000-07-301-88/+21
* Smarter and more scalable tlb flushing routines. No need to interruptKanoj Sarcar2000-07-301-12/+43
* Allow selection of PS/2 mouse again on IP22.Keith M Wesolowski2000-07-291-0/+4
* Merge with 2.4.0-test5 final.Ralf Baechle2000-07-2821-144/+36
* Merge with Linux 2.4.0-test5-pre6.Ralf Baechle2000-07-282-46/+76
* Merge with Linux 2.4.0-test5-pre5.Ralf Baechle2000-07-277-60/+42
* Optimized cache flushing on r10k/o200s, assuming processor handlesKanoj Sarcar2000-07-271-103/+20
* Apply the update_mmu_cache patch also to 32-bit mips.Ralf Baechle2000-07-263-3/+14
* Optimize andes_clear_page() and andes_copy_page() with prefetchRalf Baechle2000-07-261-16/+23
* When a debugger faults in a page for a debugee, we do not need to updateKanoj Sarcar2000-07-252-0/+12
* Name change: the generic call flush_cache_all() does not do anythingKanoj Sarcar2000-07-247-24/+24
* Introduce a new cpu specific routine to flush the L2 cache. This helpsKanoj Sarcar2000-07-245-21/+36
* Fix syscall tracing for mips64, too.Ralf Baechle2000-07-243-10/+10
* Fix syscall tracing.Ralf Baechle2000-07-242-6/+6
* Fix a timer calibration bug. This should get rid of the delay loop hang.Keith M Wesolowski2000-07-241-7/+8
* Merge with Linux 2.4.0-test5-pre4.Ralf Baechle2000-07-2330-72/+364