summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-2569-72/+7339
|
* dma_cache_inv -> dma_cache_wback_inv.Ralf Baechle2000-11-241-2/+3
|
* 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
|
* Delete mips_cputype declaration.Ralf Baechle2000-11-231-1/+0
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-23182-1765/+2972
|
* 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
|
* CONFIG_MIPS_UNCACHED is only selectable of UP kernels. RebuildRalf Baechle2000-11-2110-10/+12
| | | | defconfig files.
* Remove ## operator that breaks kernel compile with latest gcc.Ralf Baechle2000-11-201-4/+3
|
* More un-cobalting.Ralf Baechle2000-11-181-11/+0
|
* Remove Cobalt support from the tree. It was not near compilabilityRalf Baechle2000-11-1814-2520/+0
| | | | | let alone usability. Anybody is welcome to send patches to add Cobalt support back but next time _WORKING_.
* More Atlas & Malta bits from Carsten's patch.Ralf Baechle2000-11-185-35/+77
|
* New configuration option CONFIG_MIPS_UNCACHED. Not yet selectable dueRalf Baechle2000-11-182-0/+5
| | | | | to the manuals documenting ll/sc operation as undefined for uncached memory.
* SAA9730 Ethernet driver. Applied with hefty stilistic changes;Ralf Baechle2000-11-182-0/+2
| | | | original patch from Carsten.
* PCI fixes for Atlas & Malta.Ralf Baechle2000-11-182-3/+74
|
* Initialization hooks for Atlas / Malta.Ralf Baechle2000-11-181-0/+12
| | | | | Start of merging a Atlas / Malta patchset. Credits for these patches should go to Carsten Langaard of MIPS.
* So, after reaching the 9-th nesting level of ifdefs in arch/mips/-Ralf Baechle2000-11-185-6/+30
| | | | | | | | | | kernel/Makefile my tastelessness detector just freaked out. The current concept of interrupt handling just doesn't scale to an ever increasing number of target platforms. Bits of new interrupt handling code are already in CVS and just to make it more clear that I won't take patches continuing this uglyness in all eternity I rename irq.c to old-irq.c which will only be compiled in when CONFIG_ROTTEN_IRQ is selected.
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-182-0/+6
|
* Hopefully R3k-proof version of sysmips(MIPS_ATOMIC_SET, ...).Ralf Baechle2000-11-181-9/+10
|
* 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
|
* 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-0622-14/+2545
| | | | Pete Popov of Monta Vista.
* Handle .kstrtab section.Ralf Baechle2000-11-062-0/+2
|
* The kernel has a emulation for unaligned accesses, so don't send SIGBUSRalf Baechle2000-11-021-7/+3
| | | | on address errors.
* Call panic instead of prom_printf.Ralf Baechle2000-11-021-1/+1
|
* Add missing flags variable.Ralf Baechle2000-11-021-0/+1
|
* R5432 support.Ralf Baechle2000-11-013-4/+878
|
* Fix the build after the previous patch.Keith M Wesolowski2000-10-292-6/+4
|
* Fix register corruption bug. Credits for forward porting this patchRalf Baechle2000-10-272-9/+12
| | | | go to Jun Sun Industries :-)
* 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
| | | | reasonably easy.
* 32-bit compatibility versions of recvfrom(2) and sendmsg(2). ThisRalf Baechle2000-10-272-2/+265
| | | | | fixes the bugreports about the portmapper sucking up all CPU on Origin.
* Modified two things:Nick Pollitt2000-10-261-20/+37
| | | | | 1) Added loop to provide per cpu info like other architectures 2) Added >4K output support
* Delete unused variable, fix prototype definition.Kanoj Sarcar2000-10-251-1/+1
|
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-242-20/+71
| | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses.
* Attempt to fix get_wchan().Ralf Baechle2000-10-241-11/+2
|
* Fix 32-bit pread(2) / pwrite(2) syscalls.Ralf Baechle2000-10-242-2/+69
|
* Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMPRalf Baechle2000-10-191-9/+35
| | | | | this might freeze the entire machine which killed my work several times ...
* Fix 32-bit sigaltstack(2). This was breaking a number of programs,Ralf Baechle2000-10-191-3/+6
| | | | some of them silently.
* New i2859 interrupt handling, code is not yet live.Ralf Baechle2000-10-121-0/+298
|
* One more .cvsignore file.Ralf Baechle2000-10-121-0/+2
|
* The Code Police: Reformat according to Linus' style. No functionalRalf Baechle2000-10-1217-1689/+1695
| | | | changes.
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-1218-4/+1862
|
* Fix the IP22 build after Ralf's last change.Keith M Wesolowski2000-10-111-5/+5
|
* More Atlas bits.Ralf Baechle2000-10-112-192/+56
|