summaryrefslogtreecommitdiffstats
path: root/arch/mips64
Commit message (Expand)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test3.Ralf Baechle2000-07-113-10/+9
* Merge with Linux 2.4.0-test3-pre8. Linus has accepted most of whatRalf Baechle2000-07-103-15/+3
* Remove bogusity.Ulf Carlsson2000-07-101-3/+2
* Same for 64-bit kernel.Ralf Baechle2000-07-091-8/+7
* Kill warnings in the 64-bit kernel.Ralf Baechle2000-07-0916-113/+115
* We have to enable interrupts *AFTER* we read CP0_BADVADDR.Ulf Carlsson2000-07-081-2/+3
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-083-16/+5
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-0811-168/+105
* Vmalloc/vfree fixes: use swapper_pg_dir[0] for the vmalloc rangeKanoj Sarcar2000-07-062-1/+10
* Update.Ralf Baechle2000-07-052-2/+0
* Truncate sign extension in oops.Ulf Carlsson2000-07-012-3/+8
* Fix the oops messages.Ulf Carlsson2000-07-011-11/+11
* Check in an unmistakable warning for now when tlb invalid faults happenKanoj Sarcar2000-06-301-0/+7
* Implement a functional vmalloc(). THe vmalloc range address translationsKanoj Sarcar2000-06-303-5/+59
* Tlb miss handling updates: need to fill in the processor id only onceKanoj Sarcar2000-06-292-0/+3
* Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM whichKanoj Sarcar2000-06-273-0/+3
* We don't need CONFIG_SGI for IP27 builds, specially when the SMP kernelKanoj Sarcar2000-06-273-3/+2
* Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table,Kanoj Sarcar2000-06-273-47/+20
* Fix another minor typo - get the global/special page symbols to pointKanoj Sarcar2000-06-271-1/+1
* Cleanup CONFIG_SGI_IP35.Ralf Baechle2000-06-274-0/+5
* Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation andKanoj Sarcar2000-06-263-7/+7
* Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-253-3/+0
* Fix typo to make sure the page directory/tables get aligned on to pageKanoj Sarcar2000-06-241-1/+1
* Sys32_fcntl from sparc to prevent procmail from confusing the kernel.Kanoj Sarcar2000-06-232-1/+62
* Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bitRalf Baechle2000-06-202-30/+7
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-1910-50/+43
* Merge with 2.4.0-test1.Ralf Baechle2000-06-162-12/+52
* Merge with 2.3.99-pre9.Ralf Baechle2000-06-153-3/+0
* One more 32bit call.Kanoj Sarcar2000-06-142-1/+45
* The tlb mod/load/store exception handlers _have_ to go to do_page_fault,Kanoj Sarcar2000-06-133-159/+15
* Fix a possible race in the initialization code.Kanoj Sarcar2000-06-131-8/+5
* Support to put the lowlevel exception handlers in node local memory.Kanoj Sarcar2000-06-134-0/+28
* When doing kernel text replication, make sure we do not scribble onKanoj Sarcar2000-06-132-21/+27
* Add in a build/config option for kernel text replication.Kanoj Sarcar2000-06-124-0/+6
* Fix the code that puts in (possibly different) tlblo0/tlblo1 entriesKanoj Sarcar2000-06-121-3/+5
* Have the slave bootstrap code actually look at the text and data serverKanoj Sarcar2000-06-092-13/+14
* Add in the hooks to do kernel text replication. Now start debugging thisKanoj Sarcar2000-06-093-1/+124
* Each node needs to have a structure that the master nasid fills up toKanoj Sarcar2000-06-091-1/+0
* Need to have the nasid of the boot/master node for future uses.Kanoj Sarcar2000-06-091-0/+2
* Step one of trying to remove the assumption that nasid 0 is presentKanoj Sarcar2000-06-081-3/+33
* SMP Mapped kernel fixes to go along with the new layout. Use properlyKanoj Sarcar2000-06-081-1/+1
* Mapped kernel changes: create elf sections as close as possible toKanoj Sarcar2000-06-084-33/+30
* Reboot was doing halt and halt was crashing the machine, fixed.Ralf Baechle2000-06-071-6/+13
* *** empty log message ***Ralf Baechle2000-06-061-12/+13
* Get the mapped kernel working for SMP kernels. While launching slaves,Kanoj Sarcar2000-06-061-3/+4
* Get some type definitions into their rightful places for wider usage.Kanoj Sarcar2000-06-061-4/+5
* MAke sure the mapped kernel does not loose its prom command line.Kanoj Sarcar2000-06-061-1/+0
* Entrylo1 must at least be marked global for the tlb entry mapping theKanoj Sarcar2000-06-061-1/+2
* The tlbwired register is now set up in the head.S code.Kanoj Sarcar2000-06-063-365/+115
* Initial rudimentary support for mapped kernel. The kernel text and dataKanoj Sarcar2000-06-066-89/+381