summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/system.h
Commit message (Collapse)AuthorAgeFilesLines
* Make a few macros bulletproof.Ralf Baechle2001-06-101-3/+3
|
* SMP for 32-bit kernel, support for Sibyte SB1. Patch from JustinRalf Baechle2001-03-281-8/+21
| | | | with minor changes by me.
* Final round of FPU emulator bits.Ralf Baechle2000-12-101-1/+7
|
* Backport the __restore_flags fixes from mips64, clean xchg().Ralf Baechle2000-10-271-92/+54
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051-28/+39
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Merge with Linux 2.4.0-test6-pre2.Ralf Baechle2000-08-081-3/+0
|
* Make pid_t int. Change printf()'s according to that. DeclareUlf Carlsson2000-07-041-0/+1
| | | | stuff.
* Fix a typoGleb O. Raiko1999-12-301-2/+2
|
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-061-2/+4
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-7/+18
|
* Fix a small but highly effective 64-bit bug that also hit MIPS-32.Ralf Baechle1999-11-171-2/+2
|
* o R3000 fixesHarald Koerfgen1999-10-121-1/+8
| | | | | o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
* Merge with 2.3.19.Ralf Baechle1999-10-091-1/+11
|
* Made implicit assumptions about the availability of some CPU capabilities on ↵Harald Koerfgen1999-08-131-4/+3
| | | | certain ISA levels explicitely configurable
* My proposal for non-generic kernels:Harald Koerfgen1999-08-091-1/+1
| | | | | | | | | 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)
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-261-16/+23
| | | | Indigo anyone? :-)
* I found that local_irq_save() didn't clear the interrupt flag, quite nasty. IUlf Carlsson1999-06-201-2/+2
| | | | | | got an oops from the SCSI code which lead me to this bug. This may be the cause of the random crashes and oopses I've had problems with, and even the waitqueue crashes..
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-171-1/+7
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-131-4/+4
|
* The CPO_STATUS interrupt mask patchHarald Koerfgen1999-05-011-2/+8
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151-1/+6
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-4/+4
| | | | | o New Newport console code. o New G364 console code.
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-071-4/+3
| | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-81/+48
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-8/+1
|
* increased number of IRQ_vectors to 32Thomas Bogendoerfer1997-07-291-1/+1
|
* Sync with Linux 2.1.46.Ralf Baechle1997-07-201-7/+7
|
* Initial revisionRalf Baechle1997-06-011-5/+14
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-5/+17
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-37/+21
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-81/+145
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-141-52/+158
|
* Import of Linux/MIPS 1.1.68Ralf Baechle1994-12-011-32/+51
|
* Import of Linus's Linux 1.1.68Ralf Baechle1994-11-281-0/+70