linux-2.6
2005-10-29  Pete PopovPhilips PNX8550 support: MIPS32-like core with 2 Trimed...
2005-10-29  Ralf BaechleMore AP / SP bits for the 34K, the Malta bits and thing...
2005-10-29  Ralf BaechleCleanups.
2005-10-29  Ralf BaechleMove Origin crapola into a machine-specific header...
2005-10-29  Ralf BaechlePrevent gcc from optimizing a few functions away completly.
2005-10-29  Ralf BaechleDetect the MIPS R2 vectored interrupt, external interru...
2005-10-29  Ralf BaechleMacros to access the register of processors using the...
2005-10-29  Pete PopovFix the fixup_bigphys_addr compile problem.
2005-10-29  Pete PopovRemoved __ilog2 since it's no longer needed and conflic...
2005-10-29  Ralf BaechleA few more macros to access MIPS R2 architecture registers.
2005-10-29  Ralf BaechleNew kernel option nowait allows disabling the use of...
2005-10-29  Ralf BaechleUse an irq_enable_hazard hazard barrier in unmask_mips_...
2005-10-29  Ralf BaechleAdd EF_MIPS_ARCH_32R2 and EF_MIPS_ARCH_64R2 for tagging...
2005-10-29  Ralf BaechleAdd a few more SHN_MIPS_* symbols from glibc.
2005-10-29  Ralf BaechleAdd inotify syscalls for MIPS.
2005-10-29  Ralf BaechleMark a few variables __read_mostly.
2005-10-29  Ralf BaechleMIPS R2 instruction hazard handling.
2005-10-29  Ralf BaechleDetect the 34K.
2005-10-29  Ralf BaechleGenerate code for MIPS32 / MIPS64 Release 2 if configur...
2005-10-29  Ralf BaechleUse ei / di MIPS32 R2 instructions if available.
2005-10-29  Ralf BaechleMIPS 32/64 R2 config option.
2005-10-29  Ralf BaechleUse clz / dclz on MIPS32 / MIPS64 processors.
2005-10-29  Ralf BaechleIn pcibios_enable_resources go back to handling all...
2005-10-29  Ralf BaechleUse Kconfig.preempt.
2005-10-29  Ralf BaechleDefine kmap_atomic_pfn() for MIPS.
2005-10-29  Ralf BaechleSetup_frame is now returning a success value.
2005-10-29  Ralf BaechleTemporary hack for Qemu and MIPSsim until they get...
2005-10-29  Ralf BaechleFix endianess bugs.
2005-10-29  Ralf BaechleDate: Fri Jul 8 20:10:17 2005 +0000
2005-10-29  Thiemo SeuferProtect noat assembly with .set push/pop and make it...
2005-10-29  Thiemo SeuferFix get_saved_sp for 64bit address space. Simplify...
2005-10-29  Thiemo SeuferIP30 Identification.
2005-10-29  Thiemo Seufer... and it isn't a canonicalized triplet but just the...
2005-10-29  Thiemo SeuferGrep deesn't like shell-style matching...
2005-10-29  Thiemo SeuferHack to make compiles for the other endianness easier.
2005-10-29  Ralf BaechleRename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32...
2005-10-29  Ralf BaechleDon't redeclare ll_local_timer_interrupt.
2005-10-29  Thiemo SeuferBrian Murphy says:
2005-10-29  Thiemo SeuferCode cleanup, thanks Brian Murphy.
2005-10-29  Maciej W. RozyckiUse physical addresses at the interface level, letting...
2005-10-29  Maciej W. RozyckiPrevent 64-bit constants from being cropped to 32 bits...
2005-10-29  Maciej W. RozyckiAvoid tlbw* hazards for the R4600/R4700/R5000.
2005-10-29  Maciej W. RozyckiInline ioremap() calls for constant addresses that...
2005-10-29  Ralf BaechleAvoid defining variables in the middle of a block which...
2005-10-29  Ralf BaechleMore .set to keep 32-bit processors happy.
2005-10-29  Maciej W. RozyckiFix the diagnostic dump for the XTLB refill handler.
2005-10-29  Maciej W. RozyckiFix a diagnostic message.
2005-10-29  Ralf BaechleConversion to plat_setup() for TX4927 also.
2005-10-29  Ralf BaechleUsing get_nasid() to find the console node will blow...
2005-10-29  Maciej W. RozyckiAlways use ".set mips3" rather than select between...
2005-10-29  Maciej W. RozyckiActual handlers for bus errors for Pmax and 3min.
2005-10-29  Maciej W. RozyckiSystem-specific handling of bus errors for DECstation...
2005-10-29  Maciej W. RozyckiUse correct names for bits in the R3k cp0.status register.
2005-10-29  Ralf BaechleGet the thing to compile again ...
2005-10-29  Maciej W. RozyckiUse macros for the RM7k cp0.config bits instead of...
2005-10-29  Maciej W. RozyckiFix types for firmware arguments. Don't define unneede...
2005-10-29  Maciej W. RozyckiRemove left-over unused bits.
2005-10-29  Maciej W. RozyckiMark __die() "noreturn" for real.
2005-10-29  Maciej W. RozyckiFix function types to ones appropriate for initcalls.
2005-10-29  Maciej W. RozyckiGCC 4.0.0 broke `attribute(("alias"))' -- resort to...
2005-10-29  Maciej W. RozyckiDeal with the bloody KSEG vs CKSEG horror...
2005-10-29  Maciej W. RozyckiThere is NO port I/O space on the DECstation. Minor...
2005-10-29  Ralf BaechleRedo RM9000 workaround which along with other DSP ASE...
2005-10-29  Maciej W. RozyckiEnable a suitable ISA for the assembler around ll/sc...
2005-10-29  Maciej W. RozyckiOptimize R3k TLB Load/Store/Modified handlers, by sched...
2005-10-29  Maciej W. RozyckiFill R3k load delay slots properly.
2005-10-29  Maciej W. RozyckiOnly dump instructions actually emitted.
2005-10-29  Maciej W. Rozyckidec_esp: Use physical addresses
2005-10-29  Maciej W. RozyckiThis interrupt is *always* handled -- MIPS_BE_DISCARD...
2005-10-29  Maciej W. RozyckiFix dependencies for DECstation framebuffers.
2005-10-29  Ralf BaechleRemove dead code which was causing warnings.
2005-10-29  Maciej W. RozyckiFor MIPS32/MIPS64 cp0.config.mt == 1 implies a standard...
2005-10-29  Steven J. HillThe DbAu1500 board also support big endian. Gee, imagin...
2005-10-29  Ralf BaechleFix build with CONFIG_PRINTK disabled.
2005-10-29  Ralf BaechleSupport the MIPS32 / MIPS64 DSP ASE.
2005-10-29  Ralf Baechle64-bit fixes for Alchemy code ;)
2005-10-29  Ralf BaechleFix build for CONFIG_BUG=n. Yes, bugs are now a compil...
2005-10-29  Ralf BaechleWhen building for Atlas, Malta or SEAD convert the...
2005-10-29  Ralf BaechleFix tasteless #ifdef mess in audit_arch(), minor cleanups.
2005-10-29  Ralf BaechleBugs are now a configuration option.
2005-10-29  Ralf BaechleOn MIPS the struct sigev preamble is only 8 bytes.
2005-10-29  Ralf BaechleNow that a struct is the only member left in struct
2005-10-29  Ralf BaechleGet rid of the eir struct mips_fpu_emulator_private...
2005-10-29  Ralf Baechle__compute_return_epc() uses CFC1 instruction which...
2005-10-29  Maciej W. Rozyckisys_nfsservctl() needs translation.
2005-10-29  Ralf BaechleNo point in checking cpu_has_tlb before we've computed...
2005-10-29  Ralf BaechleCleanup decoding of MIPSxx config registers.
2005-10-29  Ralf BaechleFix preemption and SMP problems in the FP emulator...
2005-10-29  Thiemo SeuferHandle _PAGE_DIRTY correctly for CONFIG_64BIT_PHYS_ADDR...
2005-10-29  Thiemo SeuferBetter interface to run uncached cache setup code.
2005-10-29  Pete Popov* use 'unsigned long' as address supplied to au_write...
2005-10-29  Ralf BaechleFix D-cache aliasing problem in the PIO IDE driver...
2005-10-29  Ralf BaechleFix a few build warnings.
2005-10-29  Ralf BaechleNeed to include smp.h for the definition of smp_process...
2005-10-29  Thiemo SeuferUstat needs a wrapper on n32.
2005-10-29  Ralf BaechleMove sync into the delay slot here also.
2005-10-29  Ralf BaechleUseless includes of everything, the kitchen sink and...
2005-10-29  Ralf BaechleArrested for multiple offences of header file inclusion.
2005-10-29  Ralf BaechleWe pass a kernel pointer to do_sigaltstack in sys32_sig...
2005-10-29  Ralf BaechleNPTL, round one.
next