Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make the default configurations (RM200C / Acer PICA) compile. | Ralf Baechle | 1998-05-07 | 2 | -3/+3 | |
| | ||||||
* | o Merge with Linux 2.1.99. | Ralf Baechle | 1998-05-07 | 82 | -6877/+9036 | |
| | | | | | 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 Baechle | 1998-05-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | o Merge with Linux 2.1.91. | Ralf Baechle | 1998-04-05 | 16 | -182/+5126 | |
| | | | | | | | | | 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 Merge with Linux 2.1.90. | Ralf Baechle | 1998-03-18 | 9 | -714/+993 | |
| | | | | | o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ... | |||||
* | Look Ma' what I found on my harddisk ... | Ralf Baechle | 1998-03-17 | 101 | -6323/+16579 | |
| | | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ... | |||||
* | Convert to the new interface for software cache coherency. | Ralf Baechle | 1998-03-04 | 1 | -4/+6 | |
| | ||||||
* | Anotherone that was missing. | Ralf Baechle | 1998-03-04 | 1 | -0/+483 | |
| | ||||||
* | Upgrade to 2.1.73. | Ralf Baechle | 1998-03-03 | 3 | -13/+42 | |
| | ||||||
* | made splitted esp working on Linux/Sparc (at least on my SS2) | Thomas Bogendoerfer | 1997-12-29 | 7 | -89/+724 | |
| | ||||||
* | Merge with Linux 2.1.72, part 1. | Ralf Baechle | 1997-12-16 | 11 | -210/+295 | |
| | ||||||
* | added support for the jazz scsi controller | Thomas Bogendoerfer | 1997-12-15 | 7 | -983/+1065 | |
| | ||||||
* | Merge with Linux 2.1.67. | Ralf Baechle | 1997-12-06 | 38 | -1749/+11944 | |
| | ||||||
* | Part #2 merging back my changes ... | Ralf Baechle | 1997-12-01 | 14 | -55/+2491 | |
| | ||||||
* | Merge with 2.1.56 as first part of merging back my code. | Ralf Baechle | 1997-12-01 | 6 | -47/+124 | |
| | ||||||
* | Remove superfluous disable_irq() statement. It was causing | Ralf Baechle | 1997-11-30 | 1 | -1/+0 | |
| | | | | interrupts to be disabled for a very long time. | |||||
* | Remove files that were removed between 2.1.49 and 2.1.55. Somehow | Ralf Baechle | 1997-09-12 | 3 | -0/+0 | |
| | | | | my script to do that broke :-( | |||||
* | Merge with Linux 2.1.55. More bugfixes and goodies from my private | Ralf Baechle | 1997-09-12 | 27 | -879/+5349 | |
| | | | | CVS archive. | |||||
* | Merge to 2.1.38. | Miguel de Icaza | 1997-08-06 | 16 | -5869/+5106 | |
| | | | | | | | | | | | 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 | |||||
* | Merge with 2.1.47. Some more cleanup and module fixes. | Ralf Baechle | 1997-07-29 | 2 | -1/+15 | |
| | ||||||
* | Sync with Linux 2.1.46. | Ralf Baechle | 1997-07-20 | 14 | -590/+718 | |
| | ||||||
* | Merge with 2.1.43. | Ralf Baechle | 1997-06-17 | 3 | -24/+67 | |
| | ||||||
* | Sync with Linux 2.1.42. | Ralf Baechle | 1997-06-03 | 6 | -7978/+8070 | |
| | ||||||
* | Sync with Linux 2.1.41 | Ralf Baechle | 1997-06-03 | 4 | -51/+167 | |
| | ||||||
* | Initial revision | Ralf Baechle | 1997-06-01 | 36 | -1370/+15591 | |
| | ||||||
* | Import of Linux/MIPS 2.1.36 | Ralf Baechle | 1997-04-29 | 94 | -8684/+34434 | |
| | ||||||
* | Import of Linux/MIPS 2.1.14.2 | Ralf Baechle | 1997-03-25 | 10 | -1763/+1961 | |
| | ||||||
* | Import of Linux/MIPS 2.1.14 | Ralf Baechle | 1997-01-07 | 130 | -19943/+83767 | |
| | ||||||
* | Import of Linux/MIPS 1.3.0 | Ralf Baechle | 1995-11-14 | 52 | -2284/+7391 | |
| | ||||||
* | Import of Linus's Linux 1.1.68 | Ralf Baechle | 1994-11-28 | 69 | -0/+44820 | |