Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 2.3.19. | Ralf Baechle | 1999-10-09 | 1 | -10/+31 |
| | |||||
* | Merge with 2.3.10. | Ralf Baechle | 1999-09-28 | 1 | -4/+2 |
| | |||||
* | More MIPS64 chainsawing. | Ralf Baechle | 1999-08-20 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.3.9. | Ralf Baechle | 1999-07-05 | 1 | -3/+1 |
| | |||||
* | Merge, cleanup, typo fixes. | Ralf Baechle | 1999-06-23 | 1 | -5/+1 |
| | |||||
* | Merge with Linux 2.3.8. | Ralf Baechle | 1999-06-22 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.3.7. | Ralf Baechle | 1999-06-22 | 1 | -2/+2 |
| | | | | | | WARNING: 2.3.7 is known to eat filesystems for breakfast and little children for lunch, so if you try this on your machine make backups first ... | ||||
* | Cleanup, sync with others sources. | Ralf Baechle | 1999-06-21 | 1 | -0/+1 |
| | |||||
* | Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don't | Ralf Baechle | 1999-06-17 | 1 | -2/+2 |
| | | | | have a MIPS box at hand. | ||||
* | Merge with Linux 2.2.8. | Ralf Baechle | 1999-06-13 | 1 | -22/+16 |
| | |||||
* | Various changes to Makefiles and Config.in files to be able to make use of ↵ | Harald Koerfgen | 1999-05-01 | 1 | -0/+4 |
| | | | | the new DECstation and Baget stuff :-) | ||||
* | Merge with Linux 2.2.1. | Ralf Baechle | 1999-02-15 | 1 | -21/+32 |
| | |||||
* | Undoing my last stupid changes. | Alex deVries | 1999-02-09 | 1 | -1/+1 |
| | | | | | | Sorry. - Alex | ||||
* | Modularizing the Newport console driver. | Alex deVries | 1999-02-09 | 1 | -1/+1 |
| | | | | - Alex | ||||
* | More DEC and Baget stuff. | Ralf Baechle | 1999-01-27 | 1 | -0/+4 |
| | |||||
* | Merge with Linux 2.1.131 plus some more MIPS goodies. | Ralf Baechle | 1999-01-03 | 1 | -6/+10 |
| | |||||
* | - Merge with Linux 2.1.121. | Ralf Baechle | 1998-09-19 | 1 | -3/+9 |
| | | | | - Bugfixes. | ||||
* | o Merge with Linux 2.1.116. | Ralf Baechle | 1998-08-25 | 1 | -48/+38 |
| | | | | | o New Newport console code. o New G364 console code. | ||||
* | o Merge with Linux 2.1.100. | Ralf Baechle | 1998-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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 Merge with Linux 2.1.99. | Ralf Baechle | 1998-05-07 | 1 | -1/+1 |
| | | | | | 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 Merge with Linux 2.1.91. | Ralf Baechle | 1998-04-05 | 1 | -6/+5 |
| | | | | | | | | | 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 | 1 | -2/+3 |
| | | | | | 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 | 1 | -28/+48 |
| | | | | | | | 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 ... | ||||
* | Upgrade to 2.1.73. | Ralf Baechle | 1998-03-03 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.1.72, part 1. | Ralf Baechle | 1997-12-16 | 1 | -4/+9 |
| | |||||
* | Merge with Linux 2.1.67. | Ralf Baechle | 1997-12-06 | 1 | -1/+2 |
| | |||||
* | Part #2 merging back my changes ... | Ralf Baechle | 1997-12-01 | 1 | -1/+1 |
| | |||||
* | Merge with 2.1.56 as first part of merging back my code. | Ralf Baechle | 1997-12-01 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.1.55. More bugfixes and goodies from my private | Ralf Baechle | 1997-09-12 | 1 | -3/+9 |
| | | | | CVS archive. | ||||
* | elf2coff isn't a generic tool for all linux ports | Thomas Bogendoerfer | 1997-08-08 | 1 | -1/+0 |
| | |||||
* | Merge to 2.1.38. | Miguel de Icaza | 1997-08-06 | 1 | -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 | ||||
* | Merge with 2.1.47. Some more cleanup and module fixes. | Ralf Baechle | 1997-07-29 | 1 | -3/+7 |
| | |||||
* | Sync with Linux 2.1.46. | Ralf Baechle | 1997-07-20 | 1 | -1/+1 |
| | |||||
* | Solve circular dependencies. | Miguel de Icaza | 1997-07-02 | 1 | -1/+1 |
| | | | | | | | | | | I wonder why the SPARC does not have this problem: xx_init() in drivers/sgi calls misc_register, but misc_register is defined in the libraries that are linked before drivers/sgi/sgi.a. I use --start-group and --end-group for now. | ||||
* | Merge with 2.1.43. | Ralf Baechle | 1997-06-17 | 1 | -1/+1 |
| | |||||
* | Change version to 2.1.42. | Ralf Baechle | 1997-06-14 | 1 | -1/+1 |
| | |||||
* | Sync with Linux 2.1.41 | Ralf Baechle | 1997-06-03 | 1 | -1/+1 |
| | |||||
* | Initial revision | Ralf Baechle | 1997-06-01 | 1 | -5/+7 |
| | |||||
* | Import of Linux/MIPS 2.1.36 | Ralf Baechle | 1997-04-29 | 1 | -8/+23 |
| | |||||
* | Import of Linux/MIPS 2.1.14.2 | Ralf Baechle | 1997-03-25 | 1 | -7/+9 |
| | |||||
* | Import of Linux/MIPS 2.1.14 | Ralf Baechle | 1997-01-07 | 1 | -64/+170 |
| | |||||
* | Import of Linux/MIPS 1.3.0 | Ralf Baechle | 1995-11-14 | 1 | -126/+117 |
| | |||||
* | Import of Linux/MIPS 1.1.68 | Ralf Baechle | 1994-12-01 | 1 | -7/+54 |
| | |||||
* | Import of Linus's Linux 1.1.68 | Ralf Baechle | 1994-11-28 | 1 | -0/+248 |