Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Dump additional information when receiving a bus error. | Ralf Baechle | 2001-02-23 | 1 | -2/+41 | |
| | ||||||
* | We were initializing the node's other cpu instead of ourself. | Ralf Baechle | 2001-02-22 | 1 | -1/+1 | |
| | ||||||
* | Registers are stored as unsigned variables so we need to cast to | Ralf Baechle | 2001-02-21 | 1 | -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 Sarcar | 2001-02-21 | 2 | -4/+4 | |
| | ||||||
* | Add in support to specify the proper L2 cache line size to eliminate false | Kanoj Sarcar | 2001-02-16 | 4 | -0/+5 | |
| | | | | sharing. | |||||
* | Access c0_context as 64-bit register here as well. | Ralf Baechle | 2001-02-10 | 1 | -1/+1 | |
| | ||||||
* | Changes for the sake of IBM's multiqueue scheduler patch. | Ralf Baechle | 2001-02-03 | 2 | -2/+2 | |
| | ||||||
* | Merge with Linux 2.4.1. | Ralf Baechle | 2001-01-31 | 6 | -10/+6 | |
| | ||||||
* | Kill debug code. | Ralf Baechle | 2001-01-15 | 1 | -1/+0 | |
| | ||||||
* | Nevada is R52xx, not R56x0. | Ralf Baechle | 2001-01-11 | 1 | -2/+1 | |
| | ||||||
* | Merge with Linux 2.4.0. | Ralf Baechle | 2001-01-11 | 2 | -5/+5 | |
| | ||||||
* | Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your | Ralf Baechle | 2001-01-10 | 12 | -27/+15 | |
| | | | | Makefiles. | |||||
* | Merge with Linux 2.4.0-test12. | Ralf Baechle | 2001-01-10 | 10 | -56/+29 | |
| | ||||||
* | Fix memmove with zero len bug. | Ralf Baechle | 2000-12-06 | 3 | -7/+6 | |
| | ||||||
* | Fix three character missing cut'n'paste error. | Ralf Baechle | 2000-12-03 | 1 | -1/+1 | |
| | ||||||
* | Move <sgidefs.h> to <asm/gcc/sgidefs.h>. | Ralf Baechle | 2000-12-01 | 1 | -0/+1 | |
| | ||||||
* | Use the same definition of flush_icache_page() that is used in stock | Kanoj Sarcar | 2000-11-29 | 1 | -1/+1 | |
| | | | | Linux 2.4. | |||||
* | Correct typing is an art ... | Ralf Baechle | 2000-11-29 | 1 | -1/+1 | |
| | ||||||
* | Delete ld.script.elf32 on make distclean. | Ralf Baechle | 2000-11-29 | 1 | -1/+1 | |
| | ||||||
* | This file is generated from arch/mips64/ld.script.elf32.S. Remove to prevent | Kanoj Sarcar | 2000-11-28 | 1 | -123/+0 | |
| | | | | confusion. | |||||
* | Merge with 2.4.0-test11. | Ralf Baechle | 2000-11-28 | 8 | -5/+152 | |
| | ||||||
* | Merge with Linux 2.4.0-test10. | Ralf Baechle | 2000-11-23 | 10 | -28/+45 | |
| | ||||||
* | Teach /proc/cpuinfo about the various variants of IP22 class machines. | Ralf Baechle | 2000-11-18 | 1 | -0/+3 | |
| | ||||||
* | newstat / newlstat / newfstat have 2 not three arguments. | Ralf Baechle | 2000-11-08 | 1 | -3/+3 | |
| | ||||||
* | Handle .kstrtab section. | Ralf Baechle | 2000-11-06 | 2 | -0/+2 | |
| | ||||||
* | Fix bug in macro arguments naming. | Ralf Baechle | 2000-10-27 | 1 | -4/+3 | |
| | ||||||
* | 32-bit compatibility versions of recvfrom(2) and sendmsg(2). This | Ralf Baechle | 2000-10-27 | 2 | -2/+265 | |
| | | | | | fixes the bugreports about the portmapper sucking up all CPU on Origin. | |||||
* | Modified two things: | Nick Pollitt | 2000-10-26 | 1 | -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 Sarcar | 2000-10-25 | 1 | -1/+1 | |
| | ||||||
* | Fix get_wchan for real. The 64-bit version also supports 32-bit ps | Ralf Baechle | 2000-10-24 | 1 | -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 Baechle | 2000-10-24 | 2 | -2/+69 | |
| | ||||||
* | Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMP | Ralf Baechle | 2000-10-19 | 1 | -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 Baechle | 2000-10-19 | 1 | -3/+6 | |
| | | | | some of them silently. | |||||
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 2 | -18/+1 | |
| | ||||||
* | Reformat. | Ralf Baechle | 2000-10-09 | 1 | -3/+2 | |
| | ||||||
* | Fix typo making ld 2.8.1 crash. | Ralf Baechle | 2000-10-09 | 2 | -2/+2 | |
| | ||||||
* | Fix one more linker script. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 | |
| | ||||||
* | Deal with ld missplacing sections. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 | |
| | ||||||
* | Merge with Linux 2.4.0-test9. Please check DECstation, I had a number | Ralf Baechle | 2000-10-05 | 12 | -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 into | Kanoj Sarcar | 2000-10-03 | 1 | -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 Baechle | 2000-10-02 | 3 | -12/+2 | |
| | ||||||
* | Compatibility version of utime(2). | Ralf Baechle | 2000-10-02 | 2 | -1/+32 | |
| | ||||||
* | Ignore generated file ld.script.elf32. | Ralf Baechle | 2000-10-02 | 1 | -0/+1 | |
| | ||||||
* | Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The old | Kanoj Sarcar | 2000-09-25 | 5 | -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 Sarcar | 2000-09-18 | 1 | -112/+0 | |
| | ||||||
* | Pass the loader script file thru cpp for CONFIG_MAPPED_KERNEL support. | Kanoj Sarcar | 2000-09-18 | 2 | -0/+117 | |
| | ||||||
* | virt_to_bus and bus_to_virt are gone! Implement true pci-dma api that | Kanoj Sarcar | 2000-09-13 | 2 | -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 Sarcar | 2000-09-13 | 1 | -0/+2 | |
| | ||||||
* | Route device intrs thru the master hub of the containing xbow, since the | Kanoj Sarcar | 2000-09-13 | 1 | -12/+21 | |
| | | | | | secondary hub may not be present. Also pave the way for dma to go thru the master hub. | |||||
* | Add autofs ioctls. | Ralf Baechle | 2000-09-08 | 1 | -16/+47 | |
| |