summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/mmu_context.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 2.4.0-test7.Ralf Baechle2000-08-281-6/+5
|
* Merge with Linux 2.4.0-test6-pre9.Ralf Baechle2000-08-251-14/+11
|
* Tlb miss handling updates: need to fill in the processor id only onceKanoj Sarcar2000-06-291-4/+15
| | | | during bootup.
* First cut of TLB handlers in assembler. I'm not usingUlf Carlsson2000-05-251-2/+8
| | | | | | | | | the context register as it should be used, but let's look into that later. If there is a problem with the code it will crash after right after freeing unused kernel memery. I have this code tested on both UP and SMP though.
* Fix the init_new_context code not to zap the percpu tlbpid array whenKanoj Sarcar2000-04-241-19/+12
| | | | | | doing a clone-vm operation. Also, the intercpu tlbflush code now properly does its job by flushing the tlbpid only on the current processor, and not on all.
* First cut at intercpu tlb flushing.Kanoj Sarcar2000-04-221-1/+1
|
* Per cpu tlbpid (asid) management for SMP. The asid cache is now perKanoj Sarcar2000-04-221-11/+45
| | | | cpu, and stays in cpu_data[].
* Delete unused junk "current_pgd".Kanoj Sarcar2000-04-211-3/+0
|
* Simplify the get_new_mmu_context() interface that allocated TLB pids.Kanoj Sarcar2000-03-141-6/+6
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-2/+1
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-1/+5
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-1/+2
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-29/+53
|
* MIPS 64, day 2.Ralf Baechle1999-08-191-0/+64