Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include less stuff for UP kernels. | Ralf Baechle | 2001-06-10 | 1 | -2/+3 |
| | |||||
* | 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. | ||||
* | Fix computation of multicast filter bitmask. Before this only joining | Ralf Baechle | 2001-06-10 | 1 | -1/+5 |
| | | | | upto one multicast group at any given time was working. Fix locking. | ||||
* | Update a few defconfigs such that tcpdump can work. | Ralf Baechle | 2001-06-10 | 5 | -15/+38 |
| | |||||
* | Make a few macros bulletproof. | Ralf Baechle | 2001-06-10 | 2 | -4/+4 |
| | |||||
* | Fix config buglet which made some options unavailable on certain | Ralf Baechle | 2001-06-10 | 4 | -5/+167 |
| | | | | machines. | ||||
* | Compile fix for recent ioremap patch. | Ralf Baechle | 2001-06-10 | 1 | -0/+1 |
| | |||||
* | Ioremap makes cachable mappings again. | Ralf Baechle | 2001-06-06 | 2 | -5/+5 |
| | |||||
* | 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 | 12 | -38/+468 |
| | | | | David Woodhouse (dwmw2@infradead.org). | ||||
* | Blind attempt at fixing DEC support ... | Ralf Baechle | 2001-06-04 | 2 | -44/+39 |
| | |||||
* | Udelay isn't suitable for very long delays. | Ralf Baechle | 2001-06-03 | 1 | -10/+10 |
| | |||||
* | Update MIPS entry. | Ralf Baechle | 2001-06-03 | 1 | -3/+3 |
| | |||||
* | Ioremap for 32-bit kernel. | Ralf Baechle | 2001-06-03 | 3 | -31/+185 |
| | |||||
* | Recent reformatting patch broke the constraints of csum_tcpudp_nofold() | Ralf Baechle | 2001-06-01 | 1 | -1/+1 |
| | | | | resulting bascially in the collapse of TCP. | ||||
* | 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 | 19 | -241/+245 |
| | |||||
* | 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 | 2 | -7/+51 |
| | |||||
* | 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. | ||||
* | Don't try to fiddle with the serial interface on the fourth IOC3 in | Ralf Baechle | 2001-05-23 | 1 | -0/+38 |
| | | | | an MENET card. | ||||
* | Some more PCI kludgeology to support the IOC3. | Ralf Baechle | 2001-05-22 | 1 | -1/+9 |
| | |||||
* | Comment corrections and reformatting. | Ralf Baechle | 2001-05-22 | 1 | -17/+17 |
| | |||||
* | Use <linux/mii.h> instead of our own mii.h. | Ralf Baechle | 2001-05-22 | 1 | -78/+73 |
| | |||||
* | <linux/mii.h> from Linux 2.4.5-pre4. | Ralf Baechle | 2001-05-22 | 1 | -0/+181 |
| | |||||
* | 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 ... | ||||
* | Autonegotiation and cleanup for the IOC3 driver. I'm a sizzy, so I | Ralf Baechle | 2001-05-21 | 1 | -130/+698 |
| | | | | | don't put this into the LBA tree until it's received some more testing - the patch is ~ 2/3 of the driver's size. | ||||
* | Move Alchemy board to the new interrupt handling plus various other | Ralf Baechle | 2001-05-18 | 6 | -294/+124 |
| | | | | cleanup. Patch from Pete Popov. | ||||
* | Update Montavista email addresses. | Ralf Baechle | 2001-05-18 | 15 | -15/+15 |
| | |||||
* | Strip ethernet trailer from received packets. | Ralf Baechle | 2001-05-17 | 1 | -1/+1 |
| | |||||
* | Standards demand that _band is long, not int. | Ralf Baechle | 2001-05-17 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Fix __test_and{set,clear}_bit. | Ralf Baechle | 2001-05-14 | 1 | -13/+15 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE. | Ralf Baechle | 2001-05-10 | 4 | -21/+8 |
| | |||||
* | Typo corrections from Michl. | Ralf Baechle | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | Rewrite of Indy IRQs to new style. | Ralf Baechle | 2001-05-09 | 11 | -363/+288 |
| | |||||
* | Mips32 fixes from Carsten. | Ralf Baechle | 2001-05-04 | 9 | -30/+90 |
| | |||||
* | Alchemy support. Done by Pete and further hacked up a bit by me ... | Ralf Baechle | 2001-05-04 | 39 | -6/+7445 |
| | |||||
* | 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 |
| |