summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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 ...