Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for DDB5477. | Ralf Baechle | 2001-06-10 | 33 | -0/+3267 |
| | |||||
* | Add a few KERN_*s. Kill warning. Workaround for RM7000 erratum #31. | Ralf Baechle | 2001-06-10 | 1 | -23/+52 |
| | |||||
* | Fix another instance of save_and_cli vs. read_32bit_cp0_register. | Ralf Baechle | 2001-06-10 | 1 | -2/+2 |
| | |||||
* | We were not always calling handle_softirq resulting in softirqs | Ralf Baechle | 2001-06-10 | 4 | -9/+32 |
| | | | | potencially delayed. 32-bit kernel got it wrong for the SMP case. | ||||
* | Update a few defconfigs such that tcpdump can work. | Ralf Baechle | 2001-06-10 | 5 | -15/+38 |
| | |||||
* | Fix config buglet which made some options unavailable on certain | Ralf Baechle | 2001-06-10 | 4 | -5/+167 |
| | | | | machines. | ||||
* | Ioremap makes cachable mappings again. | Ralf Baechle | 2001-06-06 | 1 | -2/+2 |
| | |||||
* | Fix inverted comparison bug. | Ralf Baechle | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | Fix cache detection on R3000. | Ralf Baechle | 2001-06-06 | 1 | -49/+50 |
| | |||||
* | Add missing \n which did result in subsequent kernel messages getting | Ralf Baechle | 2001-06-06 | 1 | -1/+1 |
| | | | | eaten up. | ||||
* | Support 512mb RAM configuration for Momenco Ocelot. Patch from | Ralf Baechle | 2001-06-05 | 7 | -33/+433 |
| | | | | David Woodhouse (dwmw2@infradead.org). | ||||
* | Blind attempt at fixing DEC support ... | Ralf Baechle | 2001-06-04 | 2 | -44/+39 |
| | |||||
* | Ioremap for 32-bit kernel. | Ralf Baechle | 2001-06-03 | 2 | -2/+178 |
| | |||||
* | Typo fix from Jun and some reformatting by me. | Ralf Baechle | 2001-05-30 | 1 | -4/+4 |
| | |||||
* | Code reformatting and spelling fixes. | Ralf Baechle | 2001-05-25 | 8 | -74/+71 |
| | |||||
* | Fix stupid compile error. | Ralf Baechle | 2001-05-25 | 1 | -2/+2 |
| | |||||
* | Polish a bit; no functional changes. | Ralf Baechle | 2001-05-24 | 1 | -18/+13 |
| | |||||
* | Fix vmalloc for mips64. | Ralf Baechle | 2001-05-23 | 1 | -7/+44 |
| | |||||
* | Emulate 32-bit MD / RAID ioctls. | Ralf Baechle | 2001-05-23 | 1 | -0/+29 |
| | |||||
* | Delete some of the IOC3 PCI fixup code which has become redundant after | Ralf Baechle | 2001-05-23 | 1 | -49/+20 |
| | | | | | the recent changes to the pcibios read/write functions and ioc3-eth.c changes. | ||||
* | Some more PCI kludgeology to support the IOC3. | Ralf Baechle | 2001-05-22 | 1 | -1/+9 |
| | |||||
* | Iomem address space is also 64-bit on IP27. This brings us back 5 out | Ralf Baechle | 2001-05-21 | 1 | -0/+1 |
| | | | | | | of 6 unrecognized IOC3 interfaces on posix0. The leftover two are missing due to IOC3 PCI interface bugs which I'll fight next. After a decent nap ... | ||||
* | Move Alchemy board to the new interrupt handling plus various other | Ralf Baechle | 2001-05-18 | 4 | -291/+121 |
| | | | | cleanup. Patch from Pete Popov. | ||||
* | Update Montavista email addresses. | Ralf Baechle | 2001-05-18 | 12 | -12/+12 |
| | |||||
* | Using the wrong variable considered unhealthy. Fix from Eliot | Ralf Baechle | 2001-05-17 | 1 | -1/+1 |
| | | | | Dresselhaus from Ayrnetworks. | ||||
* | Make Ocelot compile again. | Ralf Baechle | 2001-05-15 | 1 | -0/+1 |
| | |||||
* | Two minor bug fixes for the new interrupt code. | Ralf Baechle | 2001-05-12 | 2 | -1/+2 |
| | |||||
* | Make the kernel build with the recent binutils changes. | Ralf Baechle | 2001-05-10 | 2 | -5/+1 |
| | |||||
* | Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE. | Ralf Baechle | 2001-05-10 | 2 | -6/+5 |
| | |||||
* | Typo corrections from Michl. | Ralf Baechle | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | Rewrite of Indy IRQs to new style. | Ralf Baechle | 2001-05-09 | 10 | -359/+273 |
| | |||||
* | Mips32 fixes from Carsten. | Ralf Baechle | 2001-05-04 | 5 | -15/+58 |
| | |||||
* | Alchemy support. Done by Pete and further hacked up a bit by me ... | Ralf Baechle | 2001-05-04 | 29 | -2/+5279 |
| | |||||
* | More *_cp0_status fixes from David Woodhouse. | Ralf Baechle | 2001-05-04 | 2 | -2/+2 |
| | |||||
* | Add some more networking ioctl translations. | Ralf Baechle | 2001-05-03 | 1 | -0/+20 |
| | |||||
* | 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten. | Ralf Baechle | 2001-04-27 | 19 | -0/+2952 |
| | |||||
* | MIPS time code rewrite. | Ralf Baechle | 2001-04-19 | 13 | -446/+1032 |
| | |||||
* | Beautification | Harald Koerfgen | 2001-04-14 | 1 | -3/+3 |
| | |||||
* | Get back to the standard interface for get_cpuinfo(). The ouput is | Kanoj Sarcar | 2001-04-12 | 1 | -37/+20 |
| | | | | | still nonstandard, but it better be if you want to see whether your system has 64 or 128 cpus! | ||||
* | Fix delay slot bug. | Ralf Baechle | 2001-04-11 | 3 | -4/+6 |
| | |||||
* | Add in support for determining node distances by parsing router | Kanoj Sarcar | 2001-04-11 | 1 | -0/+291 |
| | | | | information in klconfig. Code from Scott Foehner (sfoehner@sgi.com). | ||||
* | Add in new klconfig functions that will be needed for parsing router | Kanoj Sarcar | 2001-04-11 | 1 | -0/+13 |
| | | | | information. | ||||
* | Fix ll/sc emulation. Extracted from Linux-VR tree by Harald. | Ralf Baechle | 2001-04-08 | 5 | -42/+96 |
| | |||||
* | Initrd fixes from Steven. | Ralf Baechle | 2001-04-06 | 5 | -19/+14 |
| | |||||
* | Merge with Linux 2.4.3. | Ralf Baechle | 2001-04-05 | 242 | -2769/+9966 |
| | | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels. | ||||
* | Enable CONFIG_UNIX98_PTYS and CONFIG_DEVPTS_FS for all configurations. | Ralf Baechle | 2001-04-01 | 14 | -28/+42 |
| | |||||
* | Translate SIOCRTMSG and SIOCGSTAMP ioctls. This fixes tcpdump. | Ralf Baechle | 2001-04-01 | 1 | -0/+29 |
| | |||||
* | More R3912 cleanup. | Ralf Baechle | 2001-04-01 | 4 | -42/+1 |
| | |||||
* | Rest of Nino updates. | Ralf Baechle | 2001-04-01 | 17 | -2614/+117 |
| | |||||
* | Frame buffer for the TX3912. | Ralf Baechle | 2001-04-01 | 5 | -9/+8 |
| |