summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup PCI DMA for RM200C also.Ralf Baechle2000-11-242-44/+1
* One character fix to get it to compile again.Ralf Baechle2000-11-241-3/+2
* Remove extranous definition causing zillions of warnings.Ralf Baechle2000-11-231-3/+0
* Delete mips_cputype declaration.Ralf Baechle2000-11-231-1/+0
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-23846-12737/+17574
* Fix error return value.Ralf Baechle2000-11-221-3/+6
* Unify the dozen pci-dma copies we had.Ralf Baechle2000-11-229-166/+15
* Kill printk's, no place for debug junk.Ralf Baechle2000-11-221-2/+0
* IOC3 fixes. Bug report from Colin Ngam.Ralf Baechle2000-11-212-4/+5
* CONFIG_MIPS_UNCACHED is only selectable of UP kernels. RebuildRalf Baechle2000-11-2110-10/+12
* Remove ## operator that breaks kernel compile with latest gcc.Ralf Baechle2000-11-201-4/+3
* More un-cobalting.Ralf Baechle2000-11-182-21/+0
* Remove Cobalt support from the tree. It was not near compilabilityRalf Baechle2000-11-1814-2520/+0
* More Atlas & Malta bits from Carsten's patch.Ralf Baechle2000-11-186-37/+84
* Missing from last commit.Ralf Baechle2000-11-181-5/+11
* New configuration option CONFIG_MIPS_UNCACHED. Not yet selectable dueRalf Baechle2000-11-183-0/+13
* Device id of the SAA9730.Ralf Baechle2000-11-181-0/+1
* SAA9730 Ethernet driver. Applied with hefty stilistic changes;Ralf Baechle2000-11-186-0/+1502
* PCI fixes for Atlas & Malta.Ralf Baechle2000-11-182-3/+74
* Initialization hooks for Atlas / Malta.Ralf Baechle2000-11-181-0/+12
* So, after reaching the 9-th nesting level of ifdefs in arch/mips/-Ralf Baechle2000-11-185-6/+30
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-184-4/+15
* Hopefully R3k-proof version of sysmips(MIPS_ATOMIC_SET, ...).Ralf Baechle2000-11-181-9/+10
* The granted member of the semaphore must be unsigned long.Ralf Baechle2000-11-172-4/+3
* DDB5476 default config file from Jun Sun.Ralf Baechle2000-11-091-0/+506
* Fix vmlinux.ecoff build target. Why the hell was this ever working?Ralf Baechle2000-11-081-0/+3
* Update.Ralf Baechle2000-11-089-0/+27
* Change time_t into unsigned int in struct stat. This fixes theRalf Baechle2000-11-081-3/+3
* newstat / newlstat / newfstat have 2 not three arguments.Ralf Baechle2000-11-082-9/+8
* Missing Galileo EV96100 bits. Patches from Pete Popov.Ralf Baechle2000-11-062-0/+15
* Partial support for Galileo EV96100 evaluation board. Patches fromRalf Baechle2000-11-0633-16/+5020
* Handle .kstrtab section.Ralf Baechle2000-11-062-0/+2
* Define RLIM_INFINITY only when building a kernel.Ralf Baechle2000-11-062-4/+4
* The kernel has a emulation for unaligned accesses, so don't send SIGBUSRalf Baechle2000-11-021-7/+3
* Call panic instead of prom_printf.Ralf Baechle2000-11-021-1/+1
* Add missing flags variable.Ralf Baechle2000-11-021-0/+1
* Update Vrc 5476 description.Ralf Baechle2000-11-021-5/+4
* Check for Mips Disk Volume Header before MSDOS partitions.Ralf Baechle2000-11-021-3/+3
* R5432 support.Ralf Baechle2000-11-013-4/+878
* Fix the build after the previous patch.Keith M Wesolowski2000-10-293-7/+5
* Fix register corruption bug. Credits for forward porting this patchRalf Baechle2000-10-273-22/+34
* Fix bug in macro arguments naming.Ralf Baechle2000-10-272-8/+6
* Make the default ld.script a generated file to keep maintenanceRalf Baechle2000-10-274-137/+15
* 32-bit compatibility versions of recvfrom(2) and sendmsg(2). ThisRalf Baechle2000-10-272-2/+265
* Backport the __restore_flags fixes from mips64, clean xchg().Ralf Baechle2000-10-271-92/+54
* Add memory clobbers to the atomic_*_return functions. I hope thisRalf Baechle2000-10-262-19/+8
* Modified two things:Nick Pollitt2000-10-261-20/+37
* Changed cpuinfo_read_proc to support >4K.Nick Pollitt2000-10-261-7/+3
* Delete unused variable, fix prototype definition.Kanoj Sarcar2000-10-251-1/+1
* Move all the definitions for non-Linux syscalls into a separate file.Ralf Baechle2000-10-254-1943/+1960