summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm
Commit message (Collapse)AuthorAgeFilesLines
* save_and_cli and restore_flags ... not save_and_cli and __restore_flags ...Kanoj Sarcar2000-03-311-1/+1
|
* Put some kernel debugging output under DEBUG_MIPS64. Kernel folks, pleaseKanoj Sarcar2000-03-201-2/+2
| | | | turn this on when you are debugging.
* The fast tlb handlers [x]tlb_refill_debug blindly look at pgd/pmd/ptes.Kanoj Sarcar2000-03-161-1/+2
| | | | | | | So, _all_ page tables in the system _must_ be 2 pages, including empty_bad_page_table. And, the invalid page table _must_ be initialized to all invalid entries, so that even if the fast handler picks something up from an unallocated pmd/ptetable, the processor takes a mm fault.
* Misc mm type bug fixes.Kanoj Sarcar2000-03-161-3/+4
|
* Simplify the get_new_mmu_context() interface that allocated TLB pids.Kanoj Sarcar2000-03-142-6/+6
|
* TLB pid allocation fix. Still not sure about the complete algorithm.Kanoj Sarcar2000-03-132-5/+3
| | | | Turn on TLB pid checks.
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-245-281/+112
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-7/+2
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.41.Ralf Baechle2000-02-181-2/+9
|
* Okay, we can now touch remote node memory, setup bootmem data structuresKanoj Sarcar2000-02-101-5/+7
| | | | per node and allocate per node mem_maps.
* Merge with Linux 2.3.32.Ralf Baechle2000-02-043-9/+31
|
* Merge with 2.3.27.Ralf Baechle2000-01-292-8/+15
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-5/+5
|
* Bootmem fixes for IP22.Ralf Baechle2000-01-271-9/+9
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-276-187/+215
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-175-46/+420
| | | | | | | | | - IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.
* ARC fixes that are necessary because on Origin we juggle with bothRalf Baechle2000-01-171-12/+20
| | | | | XKPHYS and CKSEG0 addresses. free_init_mem() now actually frees memory and doesn't corrupt memory.
* Merge with Linux 2.3.21.Ralf Baechle1999-12-049-104/+156
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-211-4/+1
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Merge with 2.3.19.Ralf Baechle1999-10-092-7/+7
|
* Merge with 2.3.10.Ralf Baechle1999-09-282-46/+58
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-215-579/+275
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-202-4/+4
|
* MIPS 64, day 2.Ralf Baechle1999-08-191-34/+1
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-1810-0/+4060
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...