| Commit message (Expand) | Author | Age | Files | Lines |
* | The tlb mod/load/store exception handlers _have_ to go to do_page_fault, | Kanoj Sarcar | 2000-06-13 | 3 | -159/+15 |
* | Fix a possible race in the initialization code. | Kanoj Sarcar | 2000-06-13 | 1 | -8/+5 |
* | Support to put the lowlevel exception handlers in node local memory. | Kanoj Sarcar | 2000-06-13 | 4 | -0/+28 |
* | When doing kernel text replication, make sure we do not scribble on | Kanoj Sarcar | 2000-06-13 | 2 | -21/+27 |
* | Same for mainline. | Ralf Baechle | 2000-06-12 | 1 | -0/+9 |
* | Add in a build/config option for kernel text replication. | Kanoj Sarcar | 2000-06-12 | 4 | -0/+6 |
* | Fix the code that puts in (possibly different) tlblo0/tlblo1 entries | Kanoj Sarcar | 2000-06-12 | 1 | -3/+5 |
* | Have the slave bootstrap code actually look at the text and data server | Kanoj Sarcar | 2000-06-09 | 2 | -13/+14 |
* | Add in the hooks to do kernel text replication. Now start debugging this | Kanoj Sarcar | 2000-06-09 | 3 | -1/+124 |
* | Each node needs to have a structure that the master nasid fills up to | Kanoj Sarcar | 2000-06-09 | 1 | -1/+0 |
* | Need to have the nasid of the boot/master node for future uses. | Kanoj Sarcar | 2000-06-09 | 1 | -0/+2 |
* | Step one of trying to remove the assumption that nasid 0 is present | Kanoj Sarcar | 2000-06-08 | 1 | -3/+33 |
* | SMP Mapped kernel fixes to go along with the new layout. Use properly | Kanoj Sarcar | 2000-06-08 | 1 | -1/+1 |
* | Mapped kernel changes: create elf sections as close as possible to | Kanoj Sarcar | 2000-06-08 | 4 | -33/+30 |
* | Reboot was doing halt and halt was crashing the machine, fixed. | Ralf Baechle | 2000-06-07 | 1 | -6/+13 |
* | *** empty log message *** | Ralf Baechle | 2000-06-06 | 1 | -12/+13 |
* | Get the mapped kernel working for SMP kernels. While launching slaves, | Kanoj Sarcar | 2000-06-06 | 1 | -3/+4 |
* | Get some type definitions into their rightful places for wider usage. | Kanoj Sarcar | 2000-06-06 | 1 | -4/+5 |
* | MAke sure the mapped kernel does not loose its prom command line. | Kanoj Sarcar | 2000-06-06 | 1 | -1/+0 |
* | Entrylo1 must at least be marked global for the tlb entry mapping the | Kanoj Sarcar | 2000-06-06 | 1 | -1/+2 |
* | The tlbwired register is now set up in the head.S code. | Kanoj Sarcar | 2000-06-06 | 3 | -365/+115 |
* | Initial rudimentary support for mapped kernel. The kernel text and data | Kanoj Sarcar | 2000-06-06 | 6 | -89/+381 |
* | Launch the CPUs one by one until we can make sure that we | Ulf Carlsson | 2000-06-06 | 1 | -7/+11 |
* | Delete unused reference to linker generated symbol. | Kanoj Sarcar | 2000-06-05 | 1 | -2/+0 |
* | Further cleanups to the ld script files not to do more than needed. | Kanoj Sarcar | 2000-06-05 | 4 | -12/+4 |
* | Clean up generation of unused symbols. | Kanoj Sarcar | 2000-06-05 | 2 | -6/+0 |
* | Fix the address twiddling. For some reason, the code that I was expecting | Kanoj Sarcar | 2000-06-05 | 1 | -11/+10 |
* | The master processor now waits for all enabled cpus to come into the | Kanoj Sarcar | 2000-06-02 | 1 | -1/+1 |
* | Most of the kernel arrays/data structures and low level procedures | Kanoj Sarcar | 2000-06-02 | 3 | -27/+28 |
* | Set smp_num_cpus in the IP27 specific code. Getting ready to handle | Kanoj Sarcar | 2000-06-02 | 2 | -3/+1 |
* | Fix some type definitions, add a new field in the per-processor data | Kanoj Sarcar | 2000-06-02 | 1 | -1/+1 |
* | Add the node offset to the IOC3 to the PCI resource | Ulf Carlsson | 2000-06-01 | 1 | -0/+4 |
* | Now that __kernel_clock_t is 64 bits, we need to make sure we have a | Kanoj Sarcar | 2000-06-01 | 2 | -1/+30 |
* | Only enter do_timer from the first CPU. | Ulf Carlsson | 2000-05-31 | 1 | -16/+16 |
* | Remove all IOC3 hacks. IOC3 now allocates it's resources the same way | Ralf Baechle | 2000-05-30 | 2 | -71/+79 |
* | Don't make Origin SMP as experimental. | Ralf Baechle | 2000-05-30 | 1 | -1/+1 |
* | Forgot.. | Ulf Carlsson | 2000-05-30 | 1 | -2/+3 |
* | Fix "make ARCH=mips64 dep" failing. | Kanoj Sarcar | 2000-05-30 | 1 | -3/+1 |
* | Next iteration, that should be it [tm]. | Harald Koerfgen | 2000-05-27 | 6 | -3/+27 |
* | This should resolve most of the offset.h issues which popped up lately, I hope. | Harald Koerfgen | 2000-05-26 | 2 | -4/+2 |
* | First cut of TLB handlers in assembler. I'm not using | Ulf Carlsson | 2000-05-25 | 2 | -10/+227 |
* | Work around something I haven't looked into. | Ulf Carlsson | 2000-05-24 | 1 | -0/+4 |
* | Further stresstesting revealed weaknesses in my first proposal. | Harald Koerfgen | 2000-05-24 | 2 | -8/+4 |
* | no real solution for the offset.h-chicken-egg-problem, but this does all I wnat | Harald Koerfgen | 2000-05-24 | 4 | -8/+6 |
* | Add a rule for offset.h. | Ulf Carlsson | 2000-05-23 | 2 | -0/+6 |
* | Eleminate CONFIG_HAVE_IO_PORTS, it was a synonym for what is now | Ralf Baechle | 2000-05-23 | 1 | -6/+5 |
* | Update defconfig files. | Ralf Baechle | 2000-05-23 | 5 | -10/+4 |
* | Fix for SCSI CDRom module needed symbol irq_stat - Fix by Klaus Naumann | Florian Lohoff | 2000-05-22 | 1 | -0/+2 |
* | Parallel initialization: each hub now tries to discover the xbow | Kanoj Sarcar | 2000-05-20 | 3 | -54/+74 |
* | We have to check for pending signals when we return from do_page_fault to | Ulf Carlsson | 2000-05-20 | 1 | -1/+1 |