[MIPS] SMTC: Fix holes in SMTC and FPU affinity support.
[safe/jmp/linux-2.6] / arch / mips / kernel / traps.c
2008-10-03 Kevin D. Kissell[MIPS] SMTC: Fix holes in SMTC and FPU affinity support.
2008-09-21 Atsushi Nemoto[MIPS] Fix potential latency problem due to non-atomic...
2008-09-05 Thomas Bogendoerfer[MIPS] Fix WARNING: at kernel/smp.c:290
2008-09-05 Thomas Bogendoerfer[MIPS] Fix data bus error recovery
2008-07-30 Jason Wessel[MIPS] kgdb: add arch support for the kernel's kgdb...
2008-07-15 Ralf Baechle[MIPS] Replace use of print_symbol with new %sP pointer...
2008-07-15 David Daney[MIPS] Remove board_watchpoint_handler
2008-06-05 Thomas Bogendoerfer[MIPS] Fix check for valid stack pointer during backtrace
2008-04-28 Ralf Baechle[MIPS] Fix handling of trap and breakpoint instructions
2008-04-28 Ralf Baechle[MIPS] Add support for MIPS CMP platform.
2008-04-28 Chris Dearman[MIPS] Add noulri kernel argument to disable "rdhwr...
2008-03-12 Ralf Baechle[MIPS] Fix loads of section missmatches
2008-03-12 Chris Dearman[MIPS] Added missing cases for rdhwr emulation
2007-12-14 Chris Dearman[MIPS] Ensure that ST0_FR is never set on a 32 bit...
2007-11-15 Ralf Baechle[MIPS] Fix shadow register support.
2007-10-19 Alexey DobriyanUse helpers to obtain task pid in printks (arch code)
2007-10-18 Ralf Baechle[MIPS] time: Move R4000 clockevent device code to separ...
2007-10-17 Maciej W. Rozycki[MIPS] SYNC emulation for MIPS I processors
2007-10-16 Ralf Baechle[MIPS] IP22: Fix warning.
2007-10-11 Ralf Baechle[MIPS] Make facility to convert CPU types to strings...
2007-10-11 Ralf Baechle[MIPS] Fix "no space between function name and open...
2007-10-11 Ralf Baechle[MIPS] Allow hardwiring of the CPU type to a single...
2007-10-11 Ralf Baechle[MIPS] Sibyte: Replace SB1 cachecode with standard...
2007-10-11 Ralf Baechle[MIPS] Kill useless volatile keyword
2007-08-27 Thiemo Seufer[MIPS] Maintain si_code field properly for FP exceptions
2007-08-27 Thiemo Seufer[MIPS] SMTC: Fix duplicate status dumps on NMI
2007-07-31 Ralf Baechle[MIPS] Fixup secure computing stuff.
2007-07-17 Pavel EmelianovReport that kernel is tainted if there was an OOPS
2007-07-13 Atsushi Nemoto[MIPS] Make show_code static and add __user tag
2007-07-13 Atsushi Nemoto[MIPS] Add some __user tags
2007-07-12 Atsushi Nemoto[MIPS] Sparse: Use NULL for pointer
2007-07-10 Marc St-Jean[MIPS] PMC MSP71xx mips common
2007-07-10 Ralf Baechle[MIPS] Enable support for the userlocal hardware register
2007-07-10 Ralf Baechle[MIPS] FP affinity: Coding style cleanups
2007-07-10 Atsushi Nemoto[MIPS] Remove unused watchpoint support and arch/mips...
2007-07-10 Robert P. J. Day[MIPS] Transform old-style macros to newer "__noreturn"
2007-07-06 Chris Dearman[MIPS] Fix timer/performance interrupt detection
2007-06-20 Ralf Baechle[MIPS] Don't drag a platform specific header into gener...
2007-06-11 Ralf Baechle[MIPS] SMTC: The MT ASE requires to initialize c0_pagem...
2007-06-11 Ralf Baechle[MIPS] SMTC: Don't continue in set_vi_srs_handler on...
2007-06-11 Chris Dearman[MIPS] Always install the DSP exception handler.
2007-06-06 Atsushi Nemoto[MIPS] Fix warning by moving do_default_vi into CONFIG_...
2007-05-11 Ralf Baechle[MIPS] Define and use vi_handler_t for vectored interru...
2007-05-11 Ralf Baechle[MIPS] Fix do_default_vi to use get_irq_regs to get...
2007-05-11 Ralf Baechle[MIPS] Make do_default_vi static
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-20 Atsushi Nemoto[MIPS] Fix BUG(), BUG_ON() handling
2007-04-20 Atsushi Nemoto[MIPS] Disallow CpU exception in kernel again.
2007-03-17 Atsushi Nemoto[MIPS] FPU ownership management & preemption fixes
2007-02-22 Franck Bui-Huu[MIPS] Add basic SMARTMIPS ASE support
2007-02-20 Atsushi Nemoto[MIPS] Fix double signal on trap and break instruction
2007-02-18 Ralf Baechle[MIPS] Make __declare_dbe_table static and avoid it...
2006-11-30 Ralf Baechle[MIPS] Use conditional traps for BUG_ON on MIPS II...
2006-11-30 Ralf Baechle[MIPS] Work around bogus gcc warnings.
2006-11-30 Atsushi Nemoto[MIPS] Fast path for rdhwr emulation for TLS
2006-10-31 Yoichi Yuasa[MIPS] Fix warning of printk format in mips_srs_init()
2006-10-09 Atsushi Nemoto[MIPS] Make sure cpu_has_fpu is used only in atomic...
2006-10-01 Atsushi Nemoto[MIPS] Make unwind_stack() can dig into interrupted...
2006-10-01 Atsushi Nemoto[MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKD...
2006-09-27 Atsushi Nemoto[MIPS] Make prepare_frametrace() not clobber v0
2006-09-27 Franck Bui-Huu[MIPS] Improve unwind_stack()
2006-09-27 Franck Bui-Huu[MIPS] Simplify dump_stack()
2006-09-27 Franck Bui-Huu[MIPS] Miscellaneous cleanup in prologue analysis code
2006-09-27 Franck Bui-Huu[MIPS] Remove unused MODULE_RANGE macro.
2006-09-27 Atsushi Nemoto[MIPS] dump_stack() based on prologue code analysis
2006-09-27 Atsushi Nemoto[MIPS] Rearrange show_stack, show_trace
2006-09-27 Maxime Bizon[MIPS] Honour "panic_on_oops" sysctl.
2006-07-13 Chris Dearman[MIPS] Panic on fp exception in kernel mode.
2006-07-13 Chris Dearman[MIPS] Use KERN_DEBUG to log the SDBBP messages
2006-07-13 Chris Dearman[MIPS] Less noise on multithreading exceptions.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Ralf Baechle[MIPS] Fix configuration of R2 CPU features and multith...
2006-06-19 Atsushi Nemoto[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_str...
2006-06-05 Ralf Baechle[MIPS] Print more information if we're struck by a...
2006-05-31 Nigel Stephens[MIPS] Add missing 34K processor IDs
2006-04-19 Ralf Baechle[MIPS] Make mips_srs_init static.
2006-04-19 Ralf Baechle[MIPS] FPU affinity for MT ASE.
2006-04-19 Ralf Baechle[MIPS] MT: Improved multithreading support.
2006-04-19 Ralf Baechle[MIPS] R2: Implement shadow register allocation without...
2006-04-19 Ralf Baechle[MIPS] Rewrite all the assembler interrupt handlers...
2006-04-19 Ralf Baechle[MIPS] Some formatting fixes.
2006-04-19 Ralf Baechle[MIPS] Fixup printk in mips_srs_init.
2006-04-19 Ralf Baechle[MIPS] Remove redundant initialization of sr_allocated.
2006-04-19 Ralf Baechle[MIPS] Make set_vi_srs_handler static.
2006-03-21 Ralf Baechle[MIPS] War on whitespace: cleanup initial spaces follow...
2006-02-21 Ralf Baechle[MIPS] Make integer overflow exceptions in kernel mode...
2006-02-07 Ralf Baechle[MIPS] Clear ST0_RE on bootup.
2006-01-12 Al Viro[PATCH] mips: task_thread_info()
2005-12-01 Daniel Jacobowitz[MIPS] Generate SIGILL again
2005-10-29 Ralf BaechleFPU emulator garbage collection.
2005-10-29 Ralf BaechleDon't print file name and line in die and die_if_kernel.
2005-10-29 Ralf BaechleFixup a few lose ends in explicit support for MIPS...
2005-10-29 Ralf BaechleVirtual SMP support for the 34K.
2005-10-29 Ralf BaechleMT bulletproofing.
2005-10-29 Ralf BaechleAvoid SMP cacheflushes. This is a minor optimization...
2005-10-29 Ralf BaechleMore AP / SP bits for the 34K, the Malta bits and thing...
2005-10-29 Ralf BaechleRename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32...
2005-10-29 Maciej W. RozyckiUse correct names for bits in the R3k cp0.status register.
2005-10-29 Maciej W. RozyckiMark __die() "noreturn" for real.
2005-10-29 Ralf BaechleSupport the MIPS32 / MIPS64 DSP ASE.
next