Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CONFIG_MIPS_UNCACHED is only selectable of UP kernels. Rebuild | Ralf Baechle | 2000-11-21 | 10 | -10/+12 | |
| | | | | defconfig files. | |||||
* | Remove ## operator that breaks kernel compile with latest gcc. | Ralf Baechle | 2000-11-20 | 1 | -4/+3 | |
| | ||||||
* | More un-cobalting. | Ralf Baechle | 2000-11-18 | 1 | -11/+0 | |
| | ||||||
* | Remove Cobalt support from the tree. It was not near compilability | Ralf Baechle | 2000-11-18 | 14 | -2520/+0 | |
| | | | | | let alone usability. Anybody is welcome to send patches to add Cobalt support back but next time _WORKING_. | |||||
* | More Atlas & Malta bits from Carsten's patch. | Ralf Baechle | 2000-11-18 | 5 | -35/+77 | |
| | ||||||
* | New configuration option CONFIG_MIPS_UNCACHED. Not yet selectable due | Ralf Baechle | 2000-11-18 | 2 | -0/+5 | |
| | | | | | to the manuals documenting ll/sc operation as undefined for uncached memory. | |||||
* | SAA9730 Ethernet driver. Applied with hefty stilistic changes; | Ralf Baechle | 2000-11-18 | 2 | -0/+2 | |
| | | | | original patch from Carsten. | |||||
* | PCI fixes for Atlas & Malta. | Ralf Baechle | 2000-11-18 | 2 | -3/+74 | |
| | ||||||
* | Initialization hooks for Atlas / Malta. | Ralf Baechle | 2000-11-18 | 1 | -0/+12 | |
| | | | | | Start of merging a Atlas / Malta patchset. Credits for these patches should go to Carsten Langaard of MIPS. | |||||
* | So, after reaching the 9-th nesting level of ifdefs in arch/mips/- | Ralf Baechle | 2000-11-18 | 5 | -6/+30 | |
| | | | | | | | | | | kernel/Makefile my tastelessness detector just freaked out. The current concept of interrupt handling just doesn't scale to an ever increasing number of target platforms. Bits of new interrupt handling code are already in CVS and just to make it more clear that I won't take patches continuing this uglyness in all eternity I rename irq.c to old-irq.c which will only be compiled in when CONFIG_ROTTEN_IRQ is selected. | |||||
* | Teach /proc/cpuinfo about the various variants of IP22 class machines. | Ralf Baechle | 2000-11-18 | 2 | -0/+6 | |
| | ||||||
* | Hopefully R3k-proof version of sysmips(MIPS_ATOMIC_SET, ...). | Ralf Baechle | 2000-11-18 | 1 | -9/+10 | |
| | ||||||
* | DDB5476 default config file from Jun Sun. | Ralf Baechle | 2000-11-09 | 1 | -0/+506 | |
| | ||||||
* | Fix vmlinux.ecoff build target. Why the hell was this ever working? | Ralf Baechle | 2000-11-08 | 1 | -0/+3 | |
| | ||||||
* | Update. | Ralf Baechle | 2000-11-08 | 9 | -0/+27 | |
| | ||||||
* | newstat / newlstat / newfstat have 2 not three arguments. | Ralf Baechle | 2000-11-08 | 2 | -9/+8 | |
| | ||||||
* | Missing Galileo EV96100 bits. Patches from Pete Popov. | Ralf Baechle | 2000-11-06 | 2 | -0/+15 | |
| | ||||||
* | Partial support for Galileo EV96100 evaluation board. Patches from | Ralf Baechle | 2000-11-06 | 22 | -14/+2545 | |
| | | | | Pete Popov of Monta Vista. | |||||
* | Handle .kstrtab section. | Ralf Baechle | 2000-11-06 | 2 | -0/+2 | |
| | ||||||
* | The kernel has a emulation for unaligned accesses, so don't send SIGBUS | Ralf Baechle | 2000-11-02 | 1 | -7/+3 | |
| | | | | on address errors. | |||||
* | Call panic instead of prom_printf. | Ralf Baechle | 2000-11-02 | 1 | -1/+1 | |
| | ||||||
* | Add missing flags variable. | Ralf Baechle | 2000-11-02 | 1 | -0/+1 | |
| | ||||||
* | R5432 support. | Ralf Baechle | 2000-11-01 | 3 | -4/+878 | |
| | ||||||
* | Fix the build after the previous patch. | Keith M Wesolowski | 2000-10-29 | 2 | -6/+4 | |
| | ||||||
* | Fix register corruption bug. Credits for forward porting this patch | Ralf Baechle | 2000-10-27 | 2 | -9/+12 | |
| | | | | go to Jun Sun Industries :-) | |||||
* | Fix bug in macro arguments naming. | Ralf Baechle | 2000-10-27 | 2 | -8/+6 | |
| | ||||||
* | Make the default ld.script a generated file to keep maintenance | Ralf Baechle | 2000-10-27 | 4 | -137/+15 | |
| | | | | reasonably easy. | |||||
* | 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 | 2 | -20/+71 | |
| | | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses. | |||||
* | Attempt to fix get_wchan(). | Ralf Baechle | 2000-10-24 | 1 | -11/+2 | |
| | ||||||
* | 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. | |||||
* | New i2859 interrupt handling, code is not yet live. | Ralf Baechle | 2000-10-12 | 1 | -0/+298 | |
| | ||||||
* | One more .cvsignore file. | Ralf Baechle | 2000-10-12 | 1 | -0/+2 | |
| | ||||||
* | The Code Police: Reformat according to Linus' style. No functional | Ralf Baechle | 2000-10-12 | 17 | -1689/+1695 | |
| | | | | changes. | |||||
* | DDB5476 support from Jun Sun. | Ralf Baechle | 2000-10-12 | 18 | -4/+1862 | |
| | ||||||
* | Fix the IP22 build after Ralf's last change. | Keith M Wesolowski | 2000-10-11 | 1 | -5/+5 | |
| | ||||||
* | More Atlas bits. | Ralf Baechle | 2000-10-11 | 2 | -192/+56 | |
| | ||||||
* | SNI updates, the first in a century ... | Ralf Baechle | 2000-10-10 | 4 | -125/+178 | |
| | ||||||
* | Reformat. | Ralf Baechle | 2000-10-10 | 1 | -2/+0 | |
| | ||||||
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 18 | -88/+99 | |
| | ||||||
* | More Atlas chainsawing. | Ralf Baechle | 2000-10-09 | 12 | -270/+413 | |
| | ||||||
* | Reformat. | Ralf Baechle | 2000-10-09 | 2 | -6/+5 | |
| | ||||||
* | Fix typo making ld 2.8.1 crash. | Ralf Baechle | 2000-10-09 | 5 | -5/+5 | |
| | ||||||
* | The usual dose of .cvsignore files. | Ralf Baechle | 2000-10-09 | 3 | -0/+6 | |
| | ||||||
* | Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition; | Ralf Baechle | 2000-10-09 | 22 | -0/+3393 | |
| | | | | doesn't compile because it smokes ld ... | |||||
* | Don't include <asm/sni.h>, it breaks compilation for big endian | Ralf Baechle | 2000-10-08 | 1 | -1/+0 | |
| | | | | targets. |