summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/r4xx0.c
Commit message (Collapse)AuthorAgeFilesLines
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-251-2/+3
|
* 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.
* Avoid recursive page faults.Ralf Baechle2000-09-301-2/+3
|
* Fixup a number of loose ends in RM7000 support.Ralf Baechle2000-09-291-0/+7
|
* Hopefully squash the R5k bug ...Ralf Baechle2000-09-011-1/+11
|
* Beautify diagnostic messages.Ralf Baechle2000-08-161-3/+3
|
* 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
| | | | mips64.
* Shave of 50% of lat_mmap. Our cache routines were plain stupid.Ralf Baechle2000-07-311-62/+54
|
* 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
|
* Apply the update_mmu_cache patch also to 32-bit mips.Ralf Baechle2000-07-261-0/+6
|
* Fix reported Samba bug.Ralf Baechle2000-07-181-66/+65
|
* Compile fixes.Ralf Baechle2000-02-241-2/+2
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-70/+70
|
* o bootmem fixes for DECstationsHarald Koerfgen2000-02-131-2/+2
| | | | | o declarations in pgtable.h fixed o cache management for R3000 improved
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-67/+76
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-211-4/+1
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Merge with 2.3.19.Ralf Baechle1999-10-091-11/+11
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-3/+3
|
* My proposal for non-generic kernels:Harald Koerfgen1999-08-091-31/+10
| | | | | | | | | 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.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-171-1/+9
| | | | have a MIPS box at hand.
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041-1/+2
| | | | (Did I mention that CVS is buggy ...)
* o Make it work on CPUs with 128 byte cachelines.Ralf Baechle1998-10-141-286/+355
| | | | | | | | | o Implement handlers for VCEI / VCED exceptions. Install them only on SC / MC versions of the R4000 and R4400 which saves us four instructions per exception on other CPUs. o Print the number of VCED / VCEI exceptions in /proc/cpuinfo, iff available. o Many performance fixes for the SC / MC versions of R4000 and R4400.
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-28/+9
| | | | | o New Newport console code. o New G364 console code.
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-301-6/+5
| | | | | | | | | | | | | | | | | | 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 New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | o New clear_user. o Memcpy now efficiently copies the (src^dest)&3 != 0. o Memmove new correctly deals with overlaps o Rewrite csum_partial in assembler. o Rewrte csum_partial_from_user in assembler. o __copy_user is now integrated with memcpy. o get_user now returns a zero value on error. o copy_from_user now clears the destination buffer on error. o strncpy_user now has a more efficient caller routine. o strlen_user now has a more efficient caller routines and is faster. o The unaligned handler is now much cleaner. It's now also save from interrupt. Some more esotheric bugs fixed as well. o Don't export bcopy anymore, it's now a inline function. o Delete ancient junk from the first days of Linux/MIPS. o Delete dead code in indy_sc.c. o Including the IDE driver doesn't crash an Indy anymore. o Eleminate active_ds. We now use current_ds directly in the thread structure which is faster and threadsafe. Saves almost 2kb on the kernel. o Serial console should work again.
* Remove duplicate r4k_{clear,copy}_page entries.Mike Shaver1998-04-231-81/+1
|
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-051-32/+188
| | | | | | | | | 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-1/+9
| | | | | | | | | | | | 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.
* o Merge with Linux 2.1.90.Ralf Baechle1998-03-181-3/+3
| | | | | o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ...
* Cache fixes, part #1.Ralf Baechle1998-03-031-317/+111
|
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-29/+46
|
* Make the thing compile.Ralf Baechle1997-12-021-2/+33
|
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-52/+265
|
* - Set caching mode for KSEG0 to cached-noncoherent for all machines.Ralf Baechle1997-09-121-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some MIPS boxes the firmware doesn't do that for us. - We still had two unprotected loads in the sys_sigrestore(2). Use __get_user(). - Handle QED-style L1 caches != 16kb per cache correctly. - Protect the cacheflush instructions for the signal trampoline just like the loads in __get_user(). Otherwise the following code will result in a nice "Can not handle kernel paging request" message: #include <signal.h> static void hurz(void) { } main() { signal(SIGSEGV, hurz); /* Chainsaw the stack pointer ... */ asm("move $29,%0" : :"r"(0x70000000)); *(int *) 8 = 0; } With the fix applied I still get the error message. The cause of this problem is that gas produces an __ex_table section with wrong contents. Oh well, how good that I have a nice working post 2.8.1 binutils version at home in good ol' Germany ...
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-121-33/+39
| | | | CVS archive.
* Merge to 2.1.38.Miguel de Icaza1997-08-061-2/+2
| | | | | | | | | | | IMPORTANT NOTE: I could not figure out what information is the one that should be used for the following files (ie, those that were in our tree, or those that came from Linus' patch), please, check these: include/asm-mips/jazz.h include/asm-mips/jazzdma.h include/asm-mips/ioctls.h
* added add_wired_entry(); at the moment it's only implemented in r4xx0.cThomas Bogendoerfer1997-07-291-2/+35
|
* Minor optimization, use save_and_cli() instead of save_flags();Ralf Baechle1997-07-011-58/+59
| | | | | | | cli(); sequences. Fix a hole of some cycles when enabling the SCACHE on a Indy where an interrupt might have fried us.
* Use the right cacheop for flushing a page from the datacache. HandleRalf Baechle1997-06-251-2/+139
| | | | bug #18 of the R4600 V1.7.
* Add comment about handling of c0_pagemask in Linux and a R4600 1.7 bug.Ralf Baechle1997-06-071-0/+8
|
* Initial revisionRalf Baechle1997-06-011-31/+9
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-38/+41
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-0/+2456