summaryrefslogtreecommitdiffstats
path: root/arch/mips64
Commit message (Collapse)AuthorAgeFilesLines
* We were not always calling handle_softirq resulting in softirqsRalf Baechle2001-06-102-4/+16
| | | | potencially delayed. 32-bit kernel got it wrong for the SMP case.
* Update a few defconfigs such that tcpdump can work.Ralf Baechle2001-06-103-9/+22
|
* Code reformatting and spelling fixes.Ralf Baechle2001-05-258-74/+71
|
* 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-231-7/+44
|
* 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
| | | | | the recent changes to the pcibios read/write functions and ioc3-eth.c changes.
* Some more PCI kludgeology to support the IOC3.Ralf Baechle2001-05-221-1/+9
|
* Iomem address space is also 64-bit on IP27. This brings us back 5 outRalf Baechle2001-05-211-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 ...
* Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE.Ralf Baechle2001-05-101-3/+3
|
* Add some more networking ioctl translations.Ralf Baechle2001-05-031-0/+20
|
* 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten.Ralf Baechle2001-04-2719-0/+2952
|
* Get back to the standard interface for get_cpuinfo(). The ouput isKanoj Sarcar2001-04-121-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 Baechle2001-04-111-4/+4
|
* Add in support for determining node distances by parsing routerKanoj Sarcar2001-04-111-0/+291
| | | | information in klconfig. Code from Scott Foehner (sfoehner@sgi.com).
* Add in new klconfig functions that will be needed for parsing routerKanoj Sarcar2001-04-111-0/+13
| | | | information.
* Merge with Linux 2.4.3.Ralf Baechle2001-04-0510-137/+20
| | | | | | | 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 Baechle2001-04-013-6/+9
|
* Translate SIOCRTMSG and SIOCGSTAMP ioctls. This fixes tcpdump.Ralf Baechle2001-04-011-0/+29
|
* Interpret some ARC firmware variables correctly. Patch from GuidoRalf Baechle2001-03-271-6/+50
| | | | with some mods by me.
* Get Indy64 booting a little farther. This also fixes a generic 64-bitnessKeith M Wesolowski2001-03-263-20/+17
| | | | bug in some of the r4k cache routines.
* Initial commit of 64-bit FPU emul as part of fixing Bugworks bugRalf Baechle2001-03-2149-0/+6806
| | | | #789223. Not yet functional.
* Fix Origin after recent ARC changes.Ralf Baechle2001-03-193-10/+13
|
* Fix machine detection bug.Keith M Wesolowski2001-03-181-1/+1
|
* Some remaining bits of the ARC memory cleanup, from Keith.Ralf Baechle2001-03-181-12/+5
|
* Ralf's had two chances to spell this right, I'll take my turn now. :-)Keith M Wesolowski2001-03-181-1/+1
|
* Remove no longer necessary inclusion of spinlock.h.Ralf Baechle2001-03-183-3/+0
|
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-1826-278/+479
| | | | come. Stay frightened :-)
* Fix typo which made r4k_copy_page_d16 corrupt data when copying.Ralf Baechle2001-03-181-2/+2
|
* Spelling fixes.Ralf Baechle2001-03-171-3/+3
|
* Make compile with CONFIG_NET disabled.Ralf Baechle2001-03-171-0/+8
|
* Export flush_tlb_page rsp. _flush_tlb_page.Ralf Baechle2001-03-121-2/+3
|
* Typo and spelling fixes.Ralf Baechle2001-03-121-1/+1
|
* Include <linux/spinlock.h>.Ralf Baechle2001-03-111-3/+3
|
* Undo accidental deletion of variable.Ralf Baechle2001-03-111-0/+1
|
* Compile fixes for CONFIG_SGI_NEWPORT_GFX.Ralf Baechle2001-03-112-3/+7
|
* Die if we cannot handle a unaligned exception from kernel space.Ralf Baechle2001-03-111-0/+5
|
* Kill dead variable.Ralf Baechle2001-03-101-3/+1
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-099-11/+35
|
* Remove RCS strings.Ralf Baechle2001-03-091-2/+1
|
* Remoce RCS strings.Ralf Baechle2001-03-091-2/+1
|
* We were incrementing too much for the delay slot case.Ralf Baechle2001-03-031-1/+1
|
* Cleanup the code that handles (bridge) intr path setup. Come up with aKanoj Sarcar2001-03-022-36/+88
| | | | better per node scheme to associate Linux irqs with cpu intr levels.
* Increase the total number of PCI busses supported.Kanoj Sarcar2001-03-021-1/+1
|
* Move the multiply-defined cpumask macros from .c files into smp.h forKanoj Sarcar2001-02-282-10/+15
| | | | consistency.
* Basic boot support for R12000. This does not mean R12000 is fullyKanoj Sarcar2001-02-271-0/+1
| | | | supported in the mips64 port.
* Declare __bzero as function for mainline also.Ralf Baechle2001-02-261-0/+1
|
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-262-4/+2
|
* 64-bit fixes.Ralf Baechle2001-02-251-19/+15
|