| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed unaligned access macros. gcc's builtin memcpy won't work. | Mark Salter | 1997-09-01 | 1 | -9/+47 |
* | Newport context switching implemented (la de da, la de da). | Miguel de Icaza | 1997-08-28 | 5 | -142/+382 |
* | tty video type number | Miguel de Icaza | 1997-08-26 | 1 | -1/+1 |
* | Disable the console driver when a direct rendering application | Miguel de Icaza | 1997-08-26 | 2 | -2/+7 |
* | restore_flags fix from Ralf. | Miguel de Icaza | 1997-08-26 | 1 | -1/+3 |
* | irq_enter/irq_enter fix, as described by Ralf | Miguel de Icaza | 1997-08-26 | 1 | -2/+5 |
* | fix for the irix elf loader | Miguel de Icaza | 1997-08-26 | 1 | -3/+3 |
* | Corrected waste of miscdevice for usema (thanks, Miguel). | Mike Shaver | 1997-08-22 | 1 | -2/+1 |
* | Mark Salter's patch to fix the excessive eth0 timeout bug. | Mike Shaver | 1997-08-20 | 1 | -22/+26 |
* | Stubbed out usema driver for Miguel. | Mike Shaver | 1997-08-16 | 4 | -2/+10 |
* | It now compiles, but almost certainly doesn't work. | Mike Shaver | 1997-08-12 | 1 | -4/+6 |
* | Bad Mike. Bad! | Mike Shaver | 1997-08-11 | 1 | -5/+8 |
* | OK, another (better, I think) way to handle the clone-device issue. | Mike Shaver | 1997-08-11 | 1 | -2/+18 |
* | Still more work on /dev/usema{,clone}. | Mike Shaver | 1997-08-11 | 2 | -15/+79 |
* | Added skeletal support for /dev/usema and /dev/usemaclone. | Mike Shaver | 1997-08-10 | 6 | -38/+310 |
* | fixed cursor support | Thomas Bogendoerfer | 1997-08-10 | 1 | -21/+37 |
* | removed Miguel's hardcoded servaddr (I guess it's his address) | Thomas Bogendoerfer | 1997-08-10 | 1 | -2/+1 |
* | elf2coff isn't a generic tool for all linux ports | Thomas Bogendoerfer | 1997-08-08 | 1 | -1/+0 |
* | enabled values for TIOC?BRK from Linus | Thomas Bogendoerfer | 1997-08-07 | 1 | -2/+2 |
* | fixed silly typo | Thomas Bogendoerfer | 1997-08-07 | 1 | -18/+37 |
* | Merge to 2.1.38. | Miguel de Icaza | 1997-08-06 | 268 | -20028/+14831 |
* | Missing file. | Miguel de Icaza | 1997-08-05 | 1 | -0/+88 |
* | Oops missing files for compiling a working kernel | Miguel de Icaza | 1997-08-04 | 1 | -0/+195 |
* | More streams ioctls for the keyboard, as used by the Xsgi server, should | Miguel de Icaza | 1997-08-02 | 2 | -9/+82 |
* | Heh. I forgot to make vmalloc_prot use the argument, it was | Miguel de Icaza | 1997-08-01 | 2 | -2/+1 |
* | Heh, I did not include this file in cvs add. Go figure :-) | Miguel de Icaza | 1997-08-01 | 1 | -0/+461 |
* | shared memory input queue changes: | Miguel de Icaza | 1997-07-31 | 9 | -13/+124 |
* | Changes required to share a piece of memory between kernel in | Miguel de Icaza | 1997-07-31 | 5 | -15/+140 |
* | enable keyboard interrupt | Thomas Bogendoerfer | 1997-07-30 | 1 | -1/+2 |
* | added add_wired_entry(); at the moment it's only implemented in r4xx0.c | Thomas Bogendoerfer | 1997-07-29 | 6 | -8/+79 |
* | changed addresses of the hardware, because of the wired entries | Thomas Bogendoerfer | 1997-07-29 | 1 | -15/+15 |
* | added calls to add_wired_entry(); now we setup the needed wired entries | Thomas Bogendoerfer | 1997-07-29 | 1 | -0/+6 |
* | added #define for MAP_AUTOGROW for systems which lack that definition | Thomas Bogendoerfer | 1997-07-29 | 1 | -0/+4 |
* | moved most of the interrupt number out of the ISA irq range | Thomas Bogendoerfer | 1997-07-29 | 1 | -7/+7 |
* | added add_wired_entry() to allow adding of wired TLB entries | Thomas Bogendoerfer | 1997-07-29 | 1 | -0/+7 |
* | added prototype for vdma_get_enable() | Thomas Bogendoerfer | 1997-07-29 | 1 | -0/+1 |
* | increased number of IRQ_vectors to 32 | Thomas Bogendoerfer | 1997-07-29 | 1 | -1/+1 |
* | increased number of (working) interrupts to 32 | Thomas Bogendoerfer | 1997-07-29 | 2 | -3/+9 |
* | fixed bug with scsi interrupt introduced by merging of changes | Thomas Bogendoerfer | 1997-07-29 | 1 | -2/+2 |
* | fixed bug with freeing of virtual dma entry | Thomas Bogendoerfer | 1997-07-29 | 1 | -1/+1 |
* | removed comments for obsolete irq remappings | Thomas Bogendoerfer | 1997-07-29 | 1 | -4/+7 |
* | added new function vdma_get_enable() for reading the enable register of a | Thomas Bogendoerfer | 1997-07-29 | 1 | -0/+15 |
* | changes email address | Thomas Bogendoerfer | 1997-07-29 | 1 | -1/+1 |
* | Merge with 2.1.47. Some more cleanup and module fixes. | Ralf Baechle | 1997-07-29 | 100 | -3182/+7829 |
* | Oops, there was a double entry for the MIPS project. | Ralf Baechle | 1997-07-29 | 1 | -7/+0 |
* | Make the remote kernel debugging support compile again. Not tested, | Ralf Baechle | 1997-07-29 | 2 | -54/+59 |
* | Cleanup ... | Ralf Baechle | 1997-07-29 | 7 | -10/+4 |
* | Declare release in <linux/sched.h>, fix caller. | Ralf Baechle | 1997-07-29 | 2 | -2/+2 |
* | Remove superfluous #ifdef __sparc__ ... #endif. | Ralf Baechle | 1997-07-29 | 1 | -3/+1 |
* | Remove junk file. | Ralf Baechle | 1997-07-29 | 1 | -388/+0 |