summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More interrupt handling changes for the Ocelot.masterRalf Baechle2001-06-1212-381/+161
* Support for GDB console for the Ocelot.Ralf Baechle2001-06-1113-0/+61
* Fix VINO base address.Ralf Baechle2001-06-101-4/+3
* Add support for DDB5477.Ralf Baechle2001-06-1047-11/+5908
* Include less stuff for UP kernels.Ralf Baechle2001-06-101-2/+3
* Add a few KERN_*s. Kill warning. Workaround for RM7000 erratum #31.Ralf Baechle2001-06-101-23/+52
* Fix another instance of save_and_cli vs. read_32bit_cp0_register.Ralf Baechle2001-06-101-2/+2
* We were not always calling handle_softirq resulting in softirqsRalf Baechle2001-06-104-9/+32
* Fix computation of multicast filter bitmask. Before this only joiningRalf Baechle2001-06-101-1/+5
* Update a few defconfigs such that tcpdump can work.Ralf Baechle2001-06-105-15/+38
* Make a few macros bulletproof.Ralf Baechle2001-06-102-4/+4
* Fix config buglet which made some options unavailable on certainRalf Baechle2001-06-104-5/+167
* Compile fix for recent ioremap patch.Ralf Baechle2001-06-101-0/+1
* Ioremap makes cachable mappings again.Ralf Baechle2001-06-062-5/+5
* Fix inverted comparison bug.Ralf Baechle2001-06-061-1/+1
* Fix cache detection on R3000.Ralf Baechle2001-06-061-49/+50
* Add missing \n which did result in subsequent kernel messages gettingRalf Baechle2001-06-061-1/+1
* Support 512mb RAM configuration for Momenco Ocelot. Patch fromRalf Baechle2001-06-0512-38/+468
* Blind attempt at fixing DEC support ...Ralf Baechle2001-06-042-44/+39
* Udelay isn't suitable for very long delays.Ralf Baechle2001-06-031-10/+10
* Update MIPS entry.Ralf Baechle2001-06-031-3/+3
* Ioremap for 32-bit kernel.Ralf Baechle2001-06-033-31/+185
* Recent reformatting patch broke the constraints of csum_tcpudp_nofold()Ralf Baechle2001-06-011-1/+1
* Typo fix from Jun and some reformatting by me.Ralf Baechle2001-05-301-4/+4
* Code reformatting and spelling fixes.Ralf Baechle2001-05-2519-241/+245
* Fix stupid compile error.Ralf Baechle2001-05-251-2/+2
* Polish a bit; no functional changes.Ralf Baechle2001-05-241-18/+13
* Fix vmalloc for mips64.Ralf Baechle2001-05-232-7/+51
* Emulate 32-bit MD / RAID ioctls.Ralf Baechle2001-05-231-0/+29
* Delete some of the IOC3 PCI fixup code which has become redundant afterRalf Baechle2001-05-231-49/+20
* Don't try to fiddle with the serial interface on the fourth IOC3 inRalf Baechle2001-05-231-0/+38
* Some more PCI kludgeology to support the IOC3.Ralf Baechle2001-05-221-1/+9
* Comment corrections and reformatting.Ralf Baechle2001-05-221-17/+17
* Use <linux/mii.h> instead of our own mii.h.Ralf Baechle2001-05-221-78/+73
* <linux/mii.h> from Linux 2.4.5-pre4.Ralf Baechle2001-05-221-0/+181
* Iomem address space is also 64-bit on IP27. This brings us back 5 outRalf Baechle2001-05-211-0/+1
* Autonegotiation and cleanup for the IOC3 driver. I'm a sizzy, so IRalf Baechle2001-05-211-130/+698
* Move Alchemy board to the new interrupt handling plus various otherRalf Baechle2001-05-186-294/+124
* Update Montavista email addresses.Ralf Baechle2001-05-1815-15/+15
* Strip ethernet trailer from received packets.Ralf Baechle2001-05-171-1/+1
* Standards demand that _band is long, not int.Ralf Baechle2001-05-171-4/+4
* Using the wrong variable considered unhealthy. Fix from EliotRalf Baechle2001-05-171-1/+1
* Make Ocelot compile again.Ralf Baechle2001-05-151-0/+1
* Fix __test_and{set,clear}_bit.Ralf Baechle2001-05-141-13/+15
* Two minor bug fixes for the new interrupt code.Ralf Baechle2001-05-122-1/+2
* Make the kernel build with the recent binutils changes.Ralf Baechle2001-05-102-5/+1
* Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE.Ralf Baechle2001-05-101-1/+1
* Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE.Ralf Baechle2001-05-104-21/+8
* Typo corrections from Michl.Ralf Baechle2001-05-091-2/+2
* Rewrite of Indy IRQs to new style.Ralf Baechle2001-05-0911-363/+288