summaryrefslogtreecommitdiffstats
path: root/arch/mips64
Commit message (Collapse)AuthorAgeFilesLines
...
* Dump additional information when receiving a bus error.Ralf Baechle2001-02-231-2/+41
|
* We were initializing the node's other cpu instead of ourself.Ralf Baechle2001-02-221-1/+1
|
* Registers are stored as unsigned variables so we need to cast toRalf Baechle2001-02-211-8/+7
| | | | | signed variables before comparing with zero when simulating the branches which compare with zero.
* Every one (I know) does disk boots now. NUMA seems to add performance too.Kanoj Sarcar2001-02-212-4/+4
|
* Add in support to specify the proper L2 cache line size to eliminate falseKanoj Sarcar2001-02-164-0/+5
| | | | sharing.
* Access c0_context as 64-bit register here as well.Ralf Baechle2001-02-101-1/+1
|
* Changes for the sake of IBM's multiqueue scheduler patch.Ralf Baechle2001-02-032-2/+2
|
* Merge with Linux 2.4.1.Ralf Baechle2001-01-316-10/+6
|
* Kill debug code.Ralf Baechle2001-01-151-1/+0
|
* Nevada is R52xx, not R56x0.Ralf Baechle2001-01-111-2/+1
|
* Merge with Linux 2.4.0.Ralf Baechle2001-01-112-5/+5
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-1012-27/+15
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-1010-56/+29
|
* Fix memmove with zero len bug.Ralf Baechle2000-12-063-7/+6
|
* Fix three character missing cut'n'paste error.Ralf Baechle2000-12-031-1/+1
|
* Move <sgidefs.h> to <asm/gcc/sgidefs.h>.Ralf Baechle2000-12-011-0/+1
|
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-291-1/+1
| | | | Linux 2.4.
* Correct typing is an art ...Ralf Baechle2000-11-291-1/+1
|
* Delete ld.script.elf32 on make distclean.Ralf Baechle2000-11-291-1/+1
|
* This file is generated from arch/mips64/ld.script.elf32.S. Remove to preventKanoj Sarcar2000-11-281-123/+0
| | | | confusion.
* Merge with 2.4.0-test11.Ralf Baechle2000-11-288-5/+152
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-2310-28/+45
|
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-181-0/+3
|
* newstat / newlstat / newfstat have 2 not three arguments.Ralf Baechle2000-11-081-3/+3
|
* Handle .kstrtab section.Ralf Baechle2000-11-062-0/+2
|
* Fix bug in macro arguments naming.Ralf Baechle2000-10-271-4/+3
|
* 32-bit compatibility versions of recvfrom(2) and sendmsg(2). ThisRalf Baechle2000-10-272-2/+265
| | | | | fixes the bugreports about the portmapper sucking up all CPU on Origin.
* Modified two things:Nick Pollitt2000-10-261-20/+37
| | | | | 1) Added loop to provide per cpu info like other architectures 2) Added >4K output support
* Delete unused variable, fix prototype definition.Kanoj Sarcar2000-10-251-1/+1
|
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-241-13/+36
| | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses.
* Fix 32-bit pread(2) / pwrite(2) syscalls.Ralf Baechle2000-10-242-2/+69
|
* Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMPRalf Baechle2000-10-191-9/+35
| | | | | this might freeze the entire machine which killed my work several times ...
* Fix 32-bit sigaltstack(2). This was breaking a number of programs,Ralf Baechle2000-10-191-3/+6
| | | | some of them silently.
* Kill irq_cannonicalize.Ralf Baechle2000-10-102-18/+1
|
* Reformat.Ralf Baechle2000-10-091-3/+2
|
* Fix typo making ld 2.8.1 crash.Ralf Baechle2000-10-092-2/+2
|
* Fix one more linker script.Ralf Baechle2000-10-081-0/+10
|
* Deal with ld missplacing sections.Ralf Baechle2000-10-081-0/+10
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-0512-90/+55
| | | | | | | 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.
* Make /dev/console=5, 1 work by making sure output is redirected intoKanoj Sarcar2000-10-031-1/+9
| | | | the first serial port (/dev/ttyS0), which is also the prom/kernel console.
* Make user_mode mode an inline; it's the same on all 64-bit CPUs.Ralf Baechle2000-10-023-12/+2
|
* Compatibility version of utime(2).Ralf Baechle2000-10-022-1/+32
|
* Ignore generated file ld.script.elf32.Ralf Baechle2000-10-021-0/+1
|
* Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The oldKanoj Sarcar2000-09-255-5/+5
| | | | | <asm/ioc3.h> is still around, and should be removed once Linus takes in the ioc3-eth.c patch that I am going to send him.
* This is now a generated file.Kanoj Sarcar2000-09-181-112/+0
|
* Pass the loader script file thru cpp for CONFIG_MAPPED_KERNEL support.Kanoj Sarcar2000-09-182-0/+117
|
* virt_to_bus and bus_to_virt are gone! Implement true pci-dma api thatKanoj Sarcar2000-09-132-2/+9
| | | | routes all dma's via the containing xbow's master hub.
* Set the master hub's widget id for the o200 and ibrick cases also.Kanoj Sarcar2000-09-131-0/+2
|
* Route device intrs thru the master hub of the containing xbow, since theKanoj Sarcar2000-09-131-12/+21
| | | | | secondary hub may not be present. Also pave the way for dma to go thru the master hub.
* Add autofs ioctls.Ralf Baechle2000-09-081-16/+47
|