Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 2.3.47. Guys, this is buggy as shit. You've been warned. | Ralf Baechle | 2000-02-24 | 1 | -18/+3 |
| | |||||
* | Merge with Linux 2.3.23. The new bootmem stuff has broken various | Ralf Baechle | 2000-01-27 | 2 | -25/+35 |
| | | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. | ||||
* | Merge with 2.3.19. | Ralf Baechle | 1999-10-09 | 2 | -5/+5 |
| | |||||
* | Add necessary #ifdefs to compile cleanly in case the proc fs and the vt ↵ | Gleb O. Raiko | 1999-10-07 | 1 | -2/+6 |
| | | | | support aren't choosen | ||||
* | Look ma - a tank has hit the MIPS sources ... | Ralf Baechle | 1999-08-21 | 1 | -1/+16 |
| | |||||
* | - Drop support for 32/32 fp register model | Ralf Baechle | 1999-08-18 | 3 | -4/+1 |
| | | | | | | | | | | | - Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ... | ||||
* | changed #include from <asm/ide.h> to <linux/ide.h> to make it compile again | Thomas Bogendoerfer | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | Spelling fixes from Alan Cox. | Ralf Baechle | 1999-05-01 | 1 | -3/+3 |
| | |||||
* | removed obsolete ps2 code | Thomas Bogendoerfer | 1999-02-25 | 1 | -4/+1 |
| | |||||
* | added missing file | Thomas Bogendoerfer | 1999-02-25 | 1 | -2/+3 |
| | |||||
* | adapted to new irq stuff | Thomas Bogendoerfer | 1999-02-25 | 1 | -45/+2 |
| | |||||
* | Merge with Linux 2.1.131 plus some more MIPS goodies. | Ralf Baechle | 1999-01-03 | 4 | -99/+113 |
| | |||||
* | made floppy on jazz plattforms working again | Thomas Bogendoerfer | 1998-10-18 | 1 | -28/+5 |
| | | | | removed tags | ||||
* | made timer irq remappable | Thomas Bogendoerfer | 1998-10-18 | 1 | -4/+4 |
| | |||||
* | made floppy on jazz plattforms working again | Thomas Bogendoerfer | 1998-10-18 | 2 | -6/+7 |
| | |||||
* | fixed race in vdma_alloc(), when called from interrupt context | Thomas Bogendoerfer | 1998-09-20 | 1 | -1/+6 |
| | |||||
* | move #include <kbd_ll.h> to the right file | Thomas Bogendoerfer | 1998-09-20 | 2 | -3/+3 |
| | |||||
* | - Merge with Linux 2.1.121. | Ralf Baechle | 1998-09-19 | 2 | -4/+7 |
| | | | | - Bugfixes. | ||||
* | switched from fbcon to dummy_con | Thomas Bogendoerfer | 1998-08-28 | 1 | -2/+2 |
| | |||||
* | console on jazz is framebuffer | Thomas Bogendoerfer | 1998-08-26 | 1 | -2/+5 |
| | |||||
* | fixed rtc for jazz | Thomas Bogendoerfer | 1998-08-26 | 1 | -1/+1 |
| | |||||
* | added code again, which got removed my big merge:-( | Thomas Bogendoerfer | 1998-08-26 | 2 | -4/+29 |
| | |||||
* | o Merge with Linux 2.1.116. | Ralf Baechle | 1998-08-25 | 6 | -4578/+7 |
| | | | | | o New Newport console code. o New G364 console code. | ||||
* | added PS/2 mouse support | Thomas Bogendoerfer | 1998-07-13 | 2 | -3/+29 |
| | |||||
* | added missing include | Thomas Bogendoerfer | 1998-07-13 | 1 | -1/+2 |
| | |||||
* | o Merge with Linux 2.1.100. | Ralf Baechle | 1998-06-30 | 5 | -142/+213 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Make the default configurations (RM200C / Acer PICA) compile. | Ralf Baechle | 1998-05-07 | 1 | -7/+7 |
| | |||||
* | o Merge with Linux 2.1.99. | Ralf Baechle | 1998-05-07 | 1 | -3/+13 |
| | | | | | 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/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+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 ... | ||||
* | Look Ma' what I found on my harddisk ... | Ralf Baechle | 1998-03-17 | 2 | -2/+3 |
| | | | | | | | 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 ... | ||||
* | - Some small cleanups | Ralf Baechle | 1998-03-04 | 3 | -6/+8 |
| | | | | | - The core of the new second level cache handling for Indy style l2 caches was missing ... | ||||
* | added restart code | Thomas Bogendoerfer | 1998-01-10 | 1 | -3/+21 |
| | |||||
* | - removed wrong comments about remapped interrupts | Thomas Bogendoerfer | 1997-12-29 | 1 | -23/+11 |
| | | | | | | | - removed unmasking of interrupts, because that is now done in kernel/irq.c; if we don't do it there, we can't autoprobe interrupts. this fix should also be done in all the other int-handler.S - fixed problem with interrupts > 7 | ||||
* | fixed bugs introduced once again by Ralfs merges:-( | Thomas Bogendoerfer | 1997-12-29 | 3 | -4/+7 |
| | |||||
* | Merge with Linux 2.1.72, part 1. | Ralf Baechle | 1997-12-16 | 1 | -0/+8 |
| | |||||
* | added vdma_get_enable() again after Ralf removed it | Thomas Bogendoerfer | 1997-12-15 | 1 | -0/+15 |
| | |||||
* | More chunky bits ... | Ralf Baechle | 1997-12-02 | 1 | -2/+2 |
| | |||||
* | Part #2 merging back my changes ... | Ralf Baechle | 1997-12-01 | 4 | -89/+48 |
| | |||||
* | fixed cursor support | Thomas Bogendoerfer | 1997-08-10 | 1 | -21/+37 |
| | |||||
* | enable keyboard interrupt | Thomas Bogendoerfer | 1997-07-30 | 1 | -1/+2 |
| | |||||
* | 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 |
| | | | | in the platform specific setup function | ||||
* | fixed bug with scsi interrupt introduced by merging of changes | Thomas Bogendoerfer | 1997-07-29 | 1 | -2/+2 |
| | |||||
* | 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 |
| | | | | DMA channel | ||||
* | Cleanup the architecture specifics of keyboard and PS/2 mouse drivers. | Ralf Baechle | 1997-07-24 | 2 | -1/+36 |
| | |||||
* | Ooops, when merging with the SGI sources the time initialization | Ralf Baechle | 1997-07-20 | 1 | -0/+39 |
| | | | | code was lost somehow ... | ||||
* | Enable the SCSI interrupt, too. | Ralf Baechle | 1997-07-20 | 1 | -0/+1 |
| | |||||
* | Implement Jazz SCSI interrupt handler. | Ralf Baechle | 1997-07-20 | 1 | -1/+4 |
| |