summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
Commit message (Expand)AuthorAgeFilesLines
* Recent reformatting patch broke the constraints of csum_tcpudp_nofold()Ralf Baechle2001-06-011-1/+1
* Code reformatting and spelling fixes.Ralf Baechle2001-05-259-155/+161
* Fix vmalloc for mips64.Ralf Baechle2001-05-231-0/+7
* Standards demand that _band is long, not int.Ralf Baechle2001-05-171-4/+4
* Fix __test_and{set,clear}_bit.Ralf Baechle2001-05-141-13/+15
* Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE.Ralf Baechle2001-05-101-2/+1
* 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten.Ralf Baechle2001-04-2710-0/+850
* Kill warning.Ralf Baechle2001-04-141-3/+3
* Add in new klconfig functions that will be needed for parsing routerKanoj Sarcar2001-04-111-1/+1
* Merge with Linux 2.4.3.Ralf Baechle2001-04-054-70/+163
* Fix stupid module oversight. Spotted by Keith.Ralf Baechle2001-04-011-1/+1
* Uh... Search and replace style 64-bit porting resulted in a dsubiuRalf Baechle2001-03-201-1/+1
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-184-7/+128
* Kill _IOC_SLMASK; it's usefull live is over ...Ralf Baechle2001-03-161-9/+3
* Don't include <linux/cache.h>.Ralf Baechle2001-03-121-4/+1
* Fix more gcc 3.0 warnings.Ralf Baechle2001-03-102-72/+61
* Merge with Linux 2.4.2.Ralf Baechle2001-03-093-7/+7
* Add in mips64 specific support for handling 128 cpus.Kanoj Sarcar2001-03-021-6/+33
* Cleanup the code that handles (bridge) intr path setup. Come up with aKanoj Sarcar2001-03-021-1/+18
* Move the multiply-defined cpumask macros from .c files into smp.h forKanoj Sarcar2001-02-282-5/+20
* Delete scary comments and variables.Kanoj Sarcar2001-02-271-3/+0
* Basic boot support for R12000. This does not mean R12000 is fullyKanoj Sarcar2001-02-271-0/+1
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-262-6/+6
* Kill RCS Id string.Ralf Baechle2001-02-231-2/+1
* Handle IDE ports correctly for CONFIG_SWAP_IO_SPACE on big endian.Ralf Baechle2001-02-211-4/+46
* Update some comments and add R12000 to list of PRIDs.Ralf Baechle2001-02-211-4/+4
* Make ide_ioreg_t unsigned long.Ralf Baechle2001-02-201-3/+3
* Add in support to specify the proper L2 cache line size to eliminate falseKanoj Sarcar2001-02-161-2/+3
* On mips64 get_context / set_context operate on 64-bit, not 32-bit values.Ralf Baechle2001-02-101-2/+2
* Merge with Linux 2.4.1.Ralf Baechle2001-01-311-3/+4
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-102-0/+9
* And one more.Ralf Baechle2001-01-081-1/+1
* Fix warnings.Ralf Baechle2001-01-081-4/+3
* Move <sgidefs.h> to <asm/gcc/sgidefs.h>.Ralf Baechle2000-12-011-0/+17
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-291-4/+4
* Merge with 2.4.0-test11.Ralf Baechle2000-11-284-10/+18
* include/asm-mips64/ioc3.h replaced by include/asm-mips64/sn/ioc3.h.Kanoj Sarcar2000-11-261-662/+0
* The include/asm-mips64/ioc3.h file is not used anymore. The one to useKanoj Sarcar2000-11-261-2/+3
* Same thing for mips64.Ralf Baechle2000-11-261-17/+4
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-235-14/+23
* IOC3 fixes. Bug report from Colin Ngam.Ralf Baechle2000-11-211-2/+3
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-181-2/+5
* The granted member of the semaphore must be unsigned long.Ralf Baechle2000-11-171-1/+1
* Change time_t into unsigned int in struct stat. This fixes theRalf Baechle2000-11-081-3/+3
* Define RLIM_INFINITY only when building a kernel.Ralf Baechle2000-11-061-2/+2
* Add memory clobbers to the atomic_*_return functions. I hope thisRalf Baechle2000-10-261-2/+4
* Move all the definitions for non-Linux syscalls into a separate file.Ralf Baechle2000-10-252-969/+980
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-241-1/+1
* __restore_flags had wrong constraints. The resulting registerRalf Baechle2000-10-241-66/+61
* Kill irq_cannonicalize.Ralf Baechle2000-10-101-5/+14