summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/page.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.3.99-pre2.Ralf Baechle2000-03-231-1/+3
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-3/+6
|
* Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged.Kanoj Sarcar2000-02-061-1/+3
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-27/+3
| | | | | 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-171-2/+11
| | | | | | | | | - 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.
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-4/+2
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+88
- 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 ...