summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-10-29Fix endianess bugs.Ralf Baechle1-0/+25
2005-10-29Protect noat assembly with .set push/pop and make it somewhat readable.Thiemo Seufer1-76/+78
2005-10-29Fix get_saved_sp for 64bit address space. Simplify set_save_sp.Thiemo Seufer1-5/+9
2005-10-29IP30 Identification.Thiemo Seufer1-0/+1
2005-10-29Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.Ralf Baechle6-13/+13
2005-10-29Use physical addresses at the interface level, letting drivers remapMaciej W. Rozycki9-68/+40
2005-10-29Prevent 64-bit constants from being cropped to 32 bits when used in C code.Maciej W. Rozycki1-38/+42
2005-10-29Inline ioremap() calls for constant addresses that map to KSEG1.Maciej W. Rozycki3-2/+82
2005-10-29More .set to keep 32-bit processors happy.Ralf Baechle1-0/+4
2005-10-29Always use ".set mips3" rather than select between "mips2" or "mips3"Maciej W. Rozycki3-29/+27
2005-10-29System-specific handling of bus errors for DECstation variationsMaciej W. Rozycki5-51/+92
2005-10-29Get the thing to compile again ...Ralf Baechle1-1/+1
2005-10-29Use macros for the RM7k cp0.config bits instead of magic numbers.Maciej W. Rozycki1-2/+7
2005-10-29Mark __die() "noreturn" for real.Maciej W. Rozycki1-1/+1
2005-10-29GCC 4.0.0 broke `attribute(("alias"))' -- resort to an assembly variant.Maciej W. Rozycki1-13/+15
2005-10-29Deal with the bloody KSEG vs CKSEG horror...Maciej W. Rozycki5-12/+12
2005-10-29Redo RM9000 workaround which along with other DSP ASE changes wasRalf Baechle5-29/+14
2005-10-29Enable a suitable ISA for the assembler around ll/sc so that codeMaciej W. Rozycki3-28/+110
2005-10-29Remove dead code which was causing warnings.Ralf Baechle1-3/+0
2005-10-29Fix build with CONFIG_PRINTK disabled.Ralf Baechle1-0/+4
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle20-57/+568
2005-10-29Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-)Ralf Baechle1-2/+2
2005-10-29Bugs are now a configuration option.Ralf Baechle1-0/+6
2005-10-29On MIPS the struct sigev preamble is only 8 bytes.Ralf Baechle1-0/+1
2005-10-29Now that a struct is the only member left in structRalf Baechle1-10/+8
2005-10-29Get rid of the eir struct mips_fpu_emulator_private member. It'sRalf Baechle1-1/+0
2005-10-29__compute_return_epc() uses CFC1 instruction which might result in aRalf Baechle1-2/+7
2005-10-29Cleanup decoding of MIPSxx config registers.Ralf Baechle4-5/+70
2005-10-29Better interface to run uncached cache setup code.Thiemo Seufer2-0/+6
2005-10-29* use 'unsigned long' as address supplied to au_write[bwl]()Pete Popov1-95/+32
2005-10-29Fix D-cache aliasing problem in the PIO IDE driver potencially resultingRalf Baechle1-8/+65
2005-10-29Fix a few build warnings.Ralf Baechle1-2/+2
2005-10-29Need to include smp.h for the definition of smp_processor_id().Ralf Baechle1-1/+1
2005-10-29Move sync into the delay slot here also.Ralf Baechle1-6/+3
2005-10-29NPTL, round one.Ralf Baechle3-7/+11
2005-10-29Build fix for certain configurations.Ralf Baechle1-0/+1
2005-10-29Fix BogoMIPS display on UP and some minor cosmetical things.Ralf Baechle2-6/+5
2005-10-29Use fixed up pfn.Thiemo Seufer1-1/+1
2005-10-29Au1100 FB driver uplift for 2.6.Pete Popov1-0/+7
2005-10-29Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMPThiemo Seufer3-12/+12
2005-10-29HUB interrupts are allocated per node, not per slice. MakeRalf Baechle1-1/+1
2005-10-29SECCOMP for MIPS.Ralf Baechle1-4/+6
2005-10-29Reformat; cosmetic cleanups.Ralf Baechle1-13/+18
2005-10-29Reformatting, remove debugging code.Ralf Baechle1-2/+6
2005-10-29Multithreaded core dumps.Ralf Baechle1-0/+2
2005-10-29Gcc 4.0 fixes.Ralf Baechle1-4/+4
2005-10-29Use new txx9 serial driver.Ralf Baechle2-26/+0
2005-10-29One definition of back_to_back_c0_hazard too much.Ralf Baechle1-6/+1
2005-10-29Sparseify MIPS.Ralf Baechle6-97/+91
2005-10-29New hazard handling function back_to_back_c0_hazard() to handle back toRalf Baechle1-0/+21