summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | information.
* Merge with Linux 2.4.3.Ralf Baechle2001-04-054-70/+163
| | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels.
* 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
| | | | | instruction which isn't a recognised macro instruction of any assembler. Change into dsubu.
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-184-7/+128
| | | | come. Stay frightened :-)
* 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
| | | | better per node scheme to associate Linux irqs with cpu intr levels.
* Move the multiply-defined cpumask macros from .c files into smp.h forKanoj Sarcar2001-02-282-5/+20
| | | | consistency.
* 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
| | | | supported in the mips64 port.
* 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
| | | | From Carsten with mods by me.
* 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
| | | | sharing.
* 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
| | | | Makefiles.
* 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
| | | | Linux 2.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
| | | | | | | | | is include/asm-mips64/sn/ioc3.h, since ioc3 is a SN thing. Copying over all the changes from include/asm-mips64/ioc3.h to include/asm-mips64/sn/ioc3.h. These include: Set clock to RTC at bootup/Add a /dev/rtc interface to set/read the clock from ulfc. IOC3 fixes. Bug report from Colin Ngam.
* 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
| | | | | newstat / lstat / fstat returning returning January 1, 1970 for all file dates.
* 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
| | | | fixes the file corruption / `D' state processes people observe.
* Move all the definitions for non-Linux syscalls into a separate file.Ralf Baechle2000-10-252-969/+980
| | | | Who cares about POSIX flavoured Risc/OS syscalls etc. anyway ...
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-241-1/+1
| | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses.
* __restore_flags had wrong constraints. The resulting registerRalf Baechle2000-10-241-66/+61
| | | | | corruption probably wasn't really problematic. Anyway, the the fixed version shaves of a few kb (!) of kernel size. Overhaul xchg().
* Kill irq_cannonicalize.Ralf Baechle2000-10-101-5/+14
|
* Add extra brackets to make {get,put}_unaligned macros safe againstRalf Baechle2000-10-061-8/+8
| | | | macro abuse. Patch from Jun Sun.
* Make put_unaligned() compile.Ralf Baechle2000-10-061-3/+2
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-059-127/+132
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.