summaryrefslogtreecommitdiffstats
path: root/arch/mips64
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Put in a way to tweak the maximum number of cpus activated during SMPKanoj Sarcar2001-02-231-1/+7
| | | | | bootup. Unfortunately, this can not be done be kernel command line option, since the options are parsed *after* the bootup.
* Dump additional information when receiving a bus error.Ralf Baechle2001-02-231-2/+41
|
* We were initializing the node's other cpu instead of ourself.Ralf Baechle2001-02-221-1/+1
|
* Registers are stored as unsigned variables so we need to cast toRalf Baechle2001-02-211-8/+7
| | | | | signed variables before comparing with zero when simulating the branches which compare with zero.
* Every one (I know) does disk boots now. NUMA seems to add performance too.Kanoj Sarcar2001-02-212-4/+4
|
* Add in support to specify the proper L2 cache line size to eliminate falseKanoj Sarcar2001-02-164-0/+5
| | | | sharing.
* Access c0_context as 64-bit register here as well.Ralf Baechle2001-02-101-1/+1
|
* Changes for the sake of IBM's multiqueue scheduler patch.Ralf Baechle2001-02-032-2/+2
|
* Merge with Linux 2.4.1.Ralf Baechle2001-01-316-10/+6
|
* Kill debug code.Ralf Baechle2001-01-151-1/+0
|
* Nevada is R52xx, not R56x0.Ralf Baechle2001-01-111-2/+1
|
* Merge with Linux 2.4.0.Ralf Baechle2001-01-112-5/+5
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-1012-27/+15
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-1010-56/+29
|
* Fix memmove with zero len bug.Ralf Baechle2000-12-063-7/+6
|
* Fix three character missing cut'n'paste error.Ralf Baechle2000-12-031-1/+1
|
* Move <sgidefs.h> to <asm/gcc/sgidefs.h>.Ralf Baechle2000-12-011-0/+1
|
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-291-1/+1
| | | | Linux 2.4.
* Correct typing is an art ...Ralf Baechle2000-11-291-1/+1
|
* Delete ld.script.elf32 on make distclean.Ralf Baechle2000-11-291-1/+1
|
* This file is generated from arch/mips64/ld.script.elf32.S. Remove to preventKanoj Sarcar2000-11-281-123/+0
| | | | confusion.
* Merge with 2.4.0-test11.Ralf Baechle2000-11-288-5/+152
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-2310-28/+45
|
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-181-0/+3
|
* newstat / newlstat / newfstat have 2 not three arguments.Ralf Baechle2000-11-081-3/+3
|
* Handle .kstrtab section.Ralf Baechle2000-11-062-0/+2
|
* Fix bug in macro arguments naming.Ralf Baechle2000-10-271-4/+3
|
* 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-241-13/+36
| | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses.
* 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.
* Kill irq_cannonicalize.Ralf Baechle2000-10-102-18/+1
|
* Reformat.Ralf Baechle2000-10-091-3/+2
|
* Fix typo making ld 2.8.1 crash.Ralf Baechle2000-10-092-2/+2
|
* Fix one more linker script.Ralf Baechle2000-10-081-0/+10
|
* Deal with ld missplacing sections.Ralf Baechle2000-10-081-0/+10
|