summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm/loadmmu.c
Commit message (Collapse)AuthorAgeFilesLines
* Make user_mode mode an inline; it's the same on all 64-bit CPUs.Ralf Baechle2000-10-021-2/+0
|
* Name change: the generic call flush_cache_all() does not do anythingKanoj Sarcar2000-07-241-1/+1
| | | | | anymore. All the flush_cache_all() calls in MIPS code is changed to call flush_cache_l1(), and ends up flushing the L1 i/d caches.
* Introduce a new cpu specific routine to flush the L2 cache. This helpsKanoj Sarcar2000-07-241-1/+5
| | | | | | the stability of DISCONTIGMEM kernels. The L2 flushing is needed during bootup. With this, the initialization hacks of scanning the node memories at boot up time is not needed any more.
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-27/+19
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-4/+4
| | | | | 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-3/+13
| | | | | | | | | - 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-7/+2
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-211-4/+1
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+109
- 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 ...