summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
Commit message (Expand)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test6-pre2.Ralf Baechle2000-08-081-3/+0
* Port the recent cache changes forward and backward between mips andRalf Baechle2000-08-081-2/+3
* Tweak the initialization macros so that they work even on a systemKanoj Sarcar2000-08-051-2/+14
* Delete unused definition of pte_page.Kanoj Sarcar2000-08-041-5/+0
* Shave of 50% of lat_mmap. Our cache routines were plain stupid.Ralf Baechle2000-07-311-4/+4
* Optimized cache flushing on r10k/o200s, assuming processor handlesKanoj Sarcar2000-07-271-0/+24
* Name change: the generic call flush_cache_all() does not do anythingKanoj Sarcar2000-07-241-3/+4
* Introduce a new cpu specific routine to flush the L2 cache. This helpsKanoj Sarcar2000-07-241-2/+10
* Fix a (harmless) typo in the SMP save_and_cli definition. Also, markKanoj Sarcar2000-07-171-1/+1
* Merge with Linux 2.4.0-test5-pre1. This works again on Origin UP.Ralf Baechle2000-07-151-16/+11
* Portability cleanup as required by Linus.Ralf Baechle2000-07-151-0/+2
* Another reversed condition.Ralf Baechle2000-07-131-3/+3
* Fixup the recent ELF loader changes which were toast ...Ralf Baechle2000-07-131-1/+2
* ELF loader changes / cleanup as discussed on linux-kernel.Ralf Baechle2000-07-121-4/+16
* Make HZ_TO_STD macro name lowercase.Ralf Baechle2000-07-121-4/+4
* Including config.h once is enough ...Ralf Baechle2000-07-121-2/+0
* Include config.h.Ralf Baechle2000-07-126-24/+23
* Die oh evil ...Ralf Baechle2000-07-111-28/+0
* Merge with Linux 2.4.0-test3-pre8. Linus has accepted most of whatRalf Baechle2000-07-101-3/+5
* Kill warnings in the 64-bit kernel.Ralf Baechle2000-07-092-13/+36
* Cast away some warning like the other architectures do.Ralf Baechle2000-07-091-22/+19
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-081-2/+3
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-083-8/+14
* Fix VMALLOC_END so that all the translations can be held in the pairKanoj Sarcar2000-07-061-1/+1
* Vmalloc/vfree fixes: use swapper_pg_dir[0] for the vmalloc rangeKanoj Sarcar2000-07-062-3/+8
* Make flush_icache_page() nicer.Ulf Carlsson2000-07-051-1/+6
* Rewrite __udelay() once again. The old code was possibly resulting inRalf Baechle2000-07-041-9/+8
* flush_icache_page takes struct page * as argument as opposed toUlf Carlsson2000-07-041-1/+1
* Same for MIPS64.Ulf Carlsson2000-07-021-1/+2
* Delete pte/pmd_free_kernel (unused), fix kptbl[] declaration, removeKanoj Sarcar2000-06-301-7/+1
* Implement a functional vmalloc(). THe vmalloc range address translationsKanoj Sarcar2000-06-302-46/+18
* Tlb miss handling updates: need to fill in the processor id only onceKanoj Sarcar2000-06-291-4/+15
* Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM whichKanoj Sarcar2000-06-271-0/+2
* Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table,Kanoj Sarcar2000-06-271-16/+9
* Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation andKanoj Sarcar2000-06-261-7/+11
* Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-251-0/+5
* Fix the number of open file resource limit. With the old limit, portmapKanoj Sarcar2000-06-201-1/+1
* Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bitRalf Baechle2000-06-201-14/+10
* Make it compile again.Ralf Baechle2000-06-201-2/+0
* R3000 cache handling. flush_icache_page now actually flushesRalf Baechle2000-06-202-7/+6
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-25/+26
* Merge with 2.4.0-test1.Ralf Baechle2000-06-162-71/+110
* When doing kernel text replication, make sure we do not scribble onKanoj Sarcar2000-06-131-0/+1
* Have the slave bootstrap code actually look at the text and data serverKanoj Sarcar2000-06-091-2/+2
* Add in the hooks to do kernel text replication. Now start debugging thisKanoj Sarcar2000-06-091-0/+2
* Each node needs to have a structure that the master nasid fills up toKanoj Sarcar2000-06-092-0/+31
* Need to have the nasid of the boot/master node for future uses.Kanoj Sarcar2000-06-091-0/+2
* SMP Mapped kernel fixes to go along with the new layout. Use properlyKanoj Sarcar2000-06-081-0/+3
* Mapped kernel changes: create elf sections as close as possible toKanoj Sarcar2000-06-081-0/+15
* Get the mapped kernel working for SMP kernels. While launching slaves,Kanoj Sarcar2000-06-062-1/+25