summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Mostly cosmetic changes.Kanoj Sarcar2000-03-261-13/+10
* ip27-irq.c, system.h: implement SMP intr on/off primitives similar to i386.Kanoj Sarcar2000-03-262-0/+11
* Fix linux32.c compile problem after statfs32 support. Ulf please review.Kanoj Sarcar2000-03-241-1/+15
* o strace supportUlf Carlsson2000-03-242-5/+532
* o statfsUlf Carlsson2000-03-232-18/+89
* o Fix the offsets for s_put_fpreg and friends for binutils 2.9.1Ulf Carlsson2000-03-231-8/+5
* o Get the old softfp working while I'm working on the real stuff.Ulf Carlsson2000-03-211-37/+39
* Put some kernel debugging output under DEBUG_MIPS64. Kernel folks, pleaseKanoj Sarcar2000-03-202-1/+9
* The 32 bit signal handling code should set up for a 32 bit sigreturnKanoj Sarcar2000-03-201-5/+5
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-192-2/+6
* o Disable the debug output that Kanoj disabled that I enabledUlf Carlsson2000-03-181-2/+2
* o Add sys32_setrlimit and sys32_getrlimit ... bash#Ulf Carlsson2000-03-182-5/+54
* o Fix the problem with the vanishing CP0_STATUS (stupid 1 char bug)Ulf Carlsson2000-03-182-19/+10
* Hackaround in sys32_wait for what seems to be a tools problem ... willKanoj Sarcar2000-03-172-8/+18
* The fast tlb handlers [x]tlb_refill_debug blindly look at pgd/pmd/ptes.Kanoj Sarcar2000-03-161-1/+1
* Get the 32 bit sigaction structure definition right, even though it doesKanoj Sarcar2000-03-151-4/+3
* Fix minor bug in sys32_wait4() before it escapes my attention.Kanoj Sarcar2000-03-151-2/+4
* Fix the default 32bit exec.Kanoj Sarcar2000-03-151-4/+9
* o Add some systemcalls and another execve (disabled as default).Ulf Carlsson2000-03-142-6/+273
* MIPS64 SMP, compile only edition. Don't use yet ...Ralf Baechle2000-03-144-6/+91
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-3/+3
* Merge with Linux 2.3.49.Ralf Baechle2000-03-072-6/+2
* o getdents and readdirUlf Carlsson2000-03-061-1/+54
* Merge with 2.3.48.Ralf Baechle2000-03-022-2/+9
* Change the get_user/compiler hack a little to make it work more often.Kanoj Sarcar2000-02-291-2/+2
* Get some code in to make sure that 32 bit execs do not fail. This doesKanoj Sarcar2000-02-292-2/+67
* - A few 32-bit compatibily systemcalls.Ulf Carlsson2000-02-291-6/+171
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-242-7/+8
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-233-25/+26
* Merge with Linux 2.3.41.Ralf Baechle2000-02-183-2/+115
* Signal handling for 32-bit binary compatibility.Ralf Baechle2000-02-181-13/+688
* Merge with Linux 2.3.38.Ralf Baechle2000-02-051-3/+5
* Fix default compile after the 2.3.32 merge by adding more stubs.Kanoj Sarcar2000-02-041-3/+0
* Merge with Linux 2.3.32.Ralf Baechle2000-02-045-10/+12
* Fix build problems after the 2.3.38 merge.Kanoj Sarcar2000-02-031-0/+7
* Merge with 2.3.27.Ralf Baechle2000-01-295-79/+104
* Check in stub definitions that allow turning on of CONFIG_MIPS32_COMPAT.Kanoj Sarcar2000-01-282-0/+16
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-22/+2
* mips_io_port_base needs to be set up for the asm/io.h macros to doKanoj Sarcar2000-01-251-1/+5
* Remove .align 13, it's no longer needed.Ralf Baechle2000-01-251-2/+0
* Fix the fix.Ralf Baechle2000-01-241-0/+3
* For system calls, need to do a stack switch, as well as save theKanoj Sarcar2000-01-241-1/+3
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-201-34/+8
* Fix corruption of $1 in exception handler for R4000 / R4400 SC and MCRalf Baechle2000-01-201-7/+8
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-1712-66/+89
* Passing of structures in ABI64 sucks, so we no instead pass a pointerRalf Baechle2000-01-171-2/+2
* Syscall handler fixes.Ralf Baechle2000-01-162-11/+9
* 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-161-6/+8
* Merge with Linux 2.3.21.Ralf Baechle1999-12-0423-170/+3323