Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / arch / mips / kernel / traps.c
2010-04-30 Sebastian Andrzej... MIPS: Use CKSEG1ADDR for uncached handler
2010-04-30 Yury PolyanskiyMIPS: die() does not call die notifier chain
2010-04-12 David DaneyMIPS: Calculate proper ebase value for 64-bit kernels
2010-02-27 Florian FainelliMIPS: Deal with larger physical offsets
2010-02-27 Florian FainelliMIPS: Annotate set_except_vector with __init
2010-02-10 Wu ZhangjinMIPS: Fixup of the r4k timer
2010-01-27 David VomLehnMIPS: PowerTV: Fix support for timer interrupts with...
2009-12-17 Ralf BaechleMIPS: Cleanup signal code initialization
2009-12-17 Ralf BaechleMIPS: Modularize COP2 handling
2009-09-17 Ralf BaechleMIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with...
2009-06-17 David DaneyMIPS: Move Cavium CP0 hwrena impl bits to cpu-feature...
2009-06-17 David DaneyMIPS: Allow CPU specific overriding of CP0 hwrena impl...
2009-03-30 Ralf BaechleMIPS: Use BUG_ON() where possible.
2009-03-23 Chris DearmanMIPS: R2: Fix problem with code that incorrectly modifi...
2009-01-30 David DaneyMIPS: Read watch registers with interrupts disabled.
2009-01-30 Ralf BaechleMIPS: R2: Fix broken installation of cache error handler.
2009-01-11 David DaneyMIPS: For Cavium OCTEON set hwrena and lazily restore...
2008-10-30 Ralf BaechleMIPS: Switch FPU emulator trap to BREAK instruction.
2008-10-30 David DaneyMIPS: Consider value of c0_ebase when computing value...
2008-10-11 David DaneyMIPS: Watch exception handling for HARDWARE_WATCHPOINTS.
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...
next