Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with Linux 2.4.2. | Ralf Baechle | 2001-03-09 | 9 | -11/+35 |
| | |||||
* | Remove RCS strings. | Ralf Baechle | 2001-03-09 | 1 | -2/+1 |
| | |||||
* | Remoce RCS strings. | Ralf Baechle | 2001-03-09 | 1 | -2/+1 |
| | |||||
* | We were incrementing too much for the delay slot case. | Ralf Baechle | 2001-03-03 | 1 | -1/+1 |
| | |||||
* | Cleanup the code that handles (bridge) intr path setup. Come up with a | Kanoj Sarcar | 2001-03-02 | 2 | -36/+88 |
| | | | | better per node scheme to associate Linux irqs with cpu intr levels. | ||||
* | Increase the total number of PCI busses supported. | Kanoj Sarcar | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Move the multiply-defined cpumask macros from .c files into smp.h for | Kanoj Sarcar | 2001-02-28 | 2 | -10/+15 |
| | | | | consistency. | ||||
* | Basic boot support for R12000. This does not mean R12000 is fully | Kanoj Sarcar | 2001-02-27 | 1 | -0/+1 |
| | | | | supported in the mips64 port. | ||||
* | Declare __bzero as function for mainline also. | Ralf Baechle | 2001-02-26 | 1 | -0/+1 |
| | |||||
* | Update to using loops_per_jiffy instead of loops_per_sec. | Keith M Wesolowski | 2001-02-26 | 2 | -4/+2 |
| | |||||
* | 64-bit fixes. | Ralf Baechle | 2001-02-25 | 1 | -19/+15 |
| | |||||
* | Put in a way to tweak the maximum number of cpus activated during SMP | Kanoj Sarcar | 2001-02-23 | 1 | -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 Baechle | 2001-02-23 | 1 | -2/+41 |
| | |||||
* | We were initializing the node's other cpu instead of ourself. | Ralf Baechle | 2001-02-22 | 1 | -1/+1 |
| | |||||
* | Registers are stored as unsigned variables so we need to cast to | Ralf Baechle | 2001-02-21 | 1 | -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 Sarcar | 2001-02-21 | 2 | -4/+4 |
| | |||||
* | Add in support to specify the proper L2 cache line size to eliminate false | Kanoj Sarcar | 2001-02-16 | 4 | -0/+5 |
| | | | | sharing. | ||||
* | Access c0_context as 64-bit register here as well. | Ralf Baechle | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | Changes for the sake of IBM's multiqueue scheduler patch. | Ralf Baechle | 2001-02-03 | 2 | -2/+2 |
| | |||||
* | Merge with Linux 2.4.1. | Ralf Baechle | 2001-01-31 | 6 | -10/+6 |
| | |||||
* | Kill debug code. | Ralf Baechle | 2001-01-15 | 1 | -1/+0 |
| | |||||
* | Nevada is R52xx, not R56x0. | Ralf Baechle | 2001-01-11 | 1 | -2/+1 |
| | |||||
* | Merge with Linux 2.4.0. | Ralf Baechle | 2001-01-11 | 2 | -5/+5 |
| | |||||
* | Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your | Ralf Baechle | 2001-01-10 | 12 | -27/+15 |
| | | | | Makefiles. | ||||
* | Merge with Linux 2.4.0-test12. | Ralf Baechle | 2001-01-10 | 10 | -56/+29 |
| | |||||
* | Fix memmove with zero len bug. | Ralf Baechle | 2000-12-06 | 3 | -7/+6 |
| | |||||
* | Fix three character missing cut'n'paste error. | Ralf Baechle | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | Move <sgidefs.h> to <asm/gcc/sgidefs.h>. | Ralf Baechle | 2000-12-01 | 1 | -0/+1 |
| | |||||
* | Use the same definition of flush_icache_page() that is used in stock | Kanoj Sarcar | 2000-11-29 | 1 | -1/+1 |
| | | | | Linux 2.4. | ||||
* | Correct typing is an art ... | Ralf Baechle | 2000-11-29 | 1 | -1/+1 |
| | |||||
* | Delete ld.script.elf32 on make distclean. | Ralf Baechle | 2000-11-29 | 1 | -1/+1 |
| | |||||
* | This file is generated from arch/mips64/ld.script.elf32.S. Remove to prevent | Kanoj Sarcar | 2000-11-28 | 1 | -123/+0 |
| | | | | confusion. | ||||
* | Merge with 2.4.0-test11. | Ralf Baechle | 2000-11-28 | 8 | -5/+152 |
| | |||||
* | Merge with Linux 2.4.0-test10. | Ralf Baechle | 2000-11-23 | 10 | -28/+45 |
| | |||||
* | Teach /proc/cpuinfo about the various variants of IP22 class machines. | Ralf Baechle | 2000-11-18 | 1 | -0/+3 |
| | |||||
* | newstat / newlstat / newfstat have 2 not three arguments. | Ralf Baechle | 2000-11-08 | 1 | -3/+3 |
| | |||||
* | Handle .kstrtab section. | Ralf Baechle | 2000-11-06 | 2 | -0/+2 |
| | |||||
* | Fix bug in macro arguments naming. | Ralf Baechle | 2000-10-27 | 1 | -4/+3 |
| | |||||
* | 32-bit compatibility versions of recvfrom(2) and sendmsg(2). This | Ralf Baechle | 2000-10-27 | 2 | -2/+265 |
| | | | | | fixes the bugreports about the portmapper sucking up all CPU on Origin. | ||||
* | Modified two things: | Nick Pollitt | 2000-10-26 | 1 | -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 Sarcar | 2000-10-25 | 1 | -1/+1 |
| | |||||
* | Fix get_wchan for real. The 64-bit version also supports 32-bit ps | Ralf Baechle | 2000-10-24 | 1 | -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 Baechle | 2000-10-24 | 2 | -2/+69 |
| | |||||
* | Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMP | Ralf Baechle | 2000-10-19 | 1 | -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 Baechle | 2000-10-19 | 1 | -3/+6 |
| | | | | some of them silently. | ||||
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 2 | -18/+1 |
| | |||||
* | Reformat. | Ralf Baechle | 2000-10-09 | 1 | -3/+2 |
| | |||||
* | Fix typo making ld 2.8.1 crash. | Ralf Baechle | 2000-10-09 | 2 | -2/+2 |
| | |||||
* | Fix one more linker script. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 |
| | |||||
* | Deal with ld missplacing sections. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 |
| |