summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* Fix memset which was misstreating certain argument cases.Ralf Baechle2000-01-161-15/+20
|
* 64-bit fixes for dump_tlb.c debug helper.Ralf Baechle2000-01-161-19/+18
|
* 64-bit fixes for kernel_thread().Ralf Baechle2000-01-161-1/+1
|
* Initialize current_pgd such that vmalloc() can be used before the firstRalf Baechle2000-01-162-7/+14
| | | | fork().
* Fix Makefile.Ralf Baechle2000-01-131-12/+5
|
* o R3000 fixesHarald Koerfgen1999-12-082-9/+6
| | | | o R4x00 little endiam semaphores
* Resurrect serial console.Ralf Baechle1999-12-081-4/+4
|
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-063-3/+10
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-04223-7521/+15992
|
* The ARC code hasn't changed in quite a while, so commit it ...Ralf Baechle1999-11-1913-49/+68
| | | | | | | | Until I I merge with even newer kernel releases from Linus this code limits the MIPS64 kernel to a maximum of 64mb RAM on Indys. If I wouldn't do so, on startup kernel internal structures would collide with PROM memory. Solving this for real doesn't to make sense for now as a shiny new bootmem allocator is available in newer kernels.
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-2113-41/+34
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Some minor bugfixes:Harald Koerfgen1999-10-174-6/+20
| | | | | | | o Fix braino in lib/Makefile o Export __wbflush() and release_tc_card() for modules o DMA isn't limited on DECstations o remove elf2ecoff and addinitrd while "make clean"
* o R3000 fixesHarald Koerfgen1999-10-124-9/+196
| | | | | o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
* Merge with 2.3.19.Ralf Baechle1999-10-09731-23521/+45752
|
* Don't count VCEI/VCED if the proc fs support isn't choosenGleb O. Raiko1999-10-071-3/+5
|
* Add necessary #ifdefs to compile cleanly in case the proc fs and the vt ↵Gleb O. Raiko1999-10-071-2/+6
| | | | support aren't choosen
* Merge with 2.3.10.Ralf Baechle1999-09-28100-2111/+2908
|
* Fix bug in tlbl/tlbs handlers that assumed the faulted entry already in tlbGleb O. Raiko1999-09-271-22/+28
| | | | | | | because tlb refill must occur before and store the tlb entry. On r3k it's not always true: miss on kseg2 doesn't generate tlb refill. Now modules work. As a side effect, the kernel runs faster because a vmalloced area is distrubuted across entire tlb.
* o made CVS compile again for R5000Harald Koerfgen1999-09-183-5/+15
| | | | | | o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
* Same fix for mainline.Ralf Baechle1999-08-241-2/+2
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-2153-938/+3120
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-2045-91/+3325
|
* MIPS 64, day 2.Ralf Baechle1999-08-192-34/+21
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-1840-170/+4862
| | | | | | | | | | | - Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...
* Baget updates.Ralf Baechle1999-08-174-55/+38
|
* Made implicit assumptions about the availability of some CPU capabilities on ↵Harald Koerfgen1999-08-134-10/+36
| | | | certain ISA levels explicitely configurable
* Updates in preperation of EISA support.Andrew R. Baker1999-08-111-4/+4
|
* My proposal for non-generic kernels:Harald Koerfgen1999-08-0922-351/+199
| | | | | | | | | o only code for the configured CPU is compiled and linked (saves ~100k for R3000 kernels!) o removed a lot of indirect function calls o removed Ralf's "cowboy patch" o added sanity check for DECstations (print warning if the kernel is configured for the wrong CPU)
* Make it link.Ulf Carlsson1999-08-041-1/+2
|
* Make it compile.Ulf Carlsson1999-08-041-4/+4
|
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-267-58/+210
| | | | Indigo anyone? :-)
* Due to the MIPS calling sequence pread(2) / pwrite(2) effectivly areRalf Baechle1999-07-111-3/+3
| | | | | | | | getting called with 6 arguments from userland. This also means that _every_ damn fucking piece of software that attempts to do syscalls to these functions in the absence of glibc is borken, pciutils just being one example.
* Merge with Linux 2.3.9.Ralf Baechle1999-07-0561-210/+283
|
* Dito for mainstream.Ralf Baechle1999-06-271-46/+48
|
* Merge, cleanup, typo fixes.Ralf Baechle1999-06-231-2/+2
|
* Merge with Linux 2.3.8.Ralf Baechle1999-06-2215-297/+326
|
* Merge with Linux 2.3.7.Ralf Baechle1999-06-2298-2550/+15174
| | | | | | WARNING: 2.3.7 is known to eat filesystems for breakfast and little children for lunch, so if you try this on your machine make backups first ...
* changed #include from <asm/ide.h> to <linux/ide.h> to make it compile againThomas Bogendoerfer1999-06-221-2/+2
|
* Cleanup, sync with others sources.Ralf Baechle1999-06-218-201/+9
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-17225-3297/+11471
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-13318-7464/+18664
|
* o Disable board caches temporarily during romvec calls.Ulf Carlsson1999-06-122-2/+29
|
* *** empty log message ***Ulf Carlsson1999-06-121-3/+1
|
* o Moved remote GDB setup from indy_int.c to setup.c.Ulf Carlsson1999-06-122-37/+80
| | | | | o Fixed (rewrote) the remote GDB init code so that one may boot the debug kernel without the debug features. o Fixed some other stuff as well.
* You can't remote debug without a serial supportUlf Carlsson1999-06-121-2/+3
|
* I think I solved the cache index wrap around problems in a correct way now. TheyUlf Carlsson1999-05-121-2/+5
| | | | should not happen any more.
* o Silly SC caching bugUlf Carlsson1999-05-101-5/+5
|
* Andrew's Indigo patches seem to work just fine on my Indy, let's bring them intoUlf Carlsson1999-05-073-7/+19
| | | | the tree.
* o indy_sc_wipe corrupted the status registerUlf Carlsson1999-05-071-2/+3
|
* Um, that didn't look too good.Ulf Carlsson1999-05-071-1/+3
|