summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: traps: Reformat notify_die invocations to 80 columns.Ralf Baechle2013-10-291-10/+14
* MIPS: Print correct PC in trace dump after NMI exceptionLeonid Yegoshin2013-10-291-2/+11
* MIPS: Remove bogus BUG_ON()Markos Chandras2013-10-291-1/+0
* MIPS: Optimize current_cpu_type() for better code.Ralf Baechle2013-09-171-1/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-191-1/+0
|\
| * MIPS: Delete dead invocation of exception_exit().Ralf Baechle2013-07-171-1/+0
* | MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-6/+6
|/
* Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle2013-07-121-2/+0
|\
| * MIPS: Flush TLB handlers directly after writing themJonas Gorski2013-06-251-2/+0
* | MIPS: microMIPS: Fix improper definition of ISA exception bit.Steven J. Hill2013-07-011-0/+9
* | MIPS: Get rid of MIPS I flag and test macros.Ralf Baechle2013-07-011-2/+2
* | MIPS: Allow kernel to use coprocessor 2Jayachandran C2013-06-131-10/+5
* | MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle2013-06-101-14/+60
|/
* MIPS: Trap exception handling fixesMaciej W. Rozycki2013-05-231-13/+15
* MIPS: Idle: Do address fiddlery in helper functions.Ralf Baechle2013-05-221-4/+3
* MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle2013-05-221-1/+1
* Revert "MIPS: Allow ASID size to be determined at boot time."David Daney2013-05-161-4/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-101-92/+226
|\
| * Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2013-05-091-86/+216
| |\
| | * MIPS: microMIPS: Add support for exception handling.Steven J. Hill2013-05-091-82/+208
| | * MIPS: microMIPS: Floating point support.Leonid Yegoshin2013-05-091-1/+1
| | * MIPS: Allow ASID size to be determined at boot time.Steven J. Hill2013-05-081-2/+4
| * | Merge branch 'next/kvm' into mips-for-linux-nextRalf Baechle2013-05-091-1/+6
| |\ \
| | * | KVM/MIPS32: KVM Guest kernel support.Sanjay Lal2013-05-081-1/+6
| * | | Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-...Ralf Baechle2013-05-081-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | MIPS: Avoid overoptimization by GCC.Ralf Baechle2013-04-111-2/+1
| * | | MIPS: Make tlb exception handler definitions and declarations match.Ralf Baechle2013-04-111-4/+4
| | |/ | |/|
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-1/+1
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-13/+0
| |/ |/|
* | MIPS: Fix ISA level which causes secondary cache init bypassing and moreDeng-Cheng Zhu2013-04-051-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-16/+16
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-14/+14
| * MIPS: Whitespace cleanups and reformatting.Steven J. Hill2013-02-011-2/+2
* | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
|/
* MIPS: Handle COP3 Unusable exception as COP1X for FP emulationMaciej W. Rozycki2012-12-131-3/+18
* MIPS: kdump: Add supportRalf Baechle2012-12-131-0/+4
* MIPS: Add CPU support for Loongson1BKelvin Cheung2012-07-231-0/+1
* MIPS: Oprofile: Fix build as a module.Ralf Baechle2012-07-191-0/+1
* MIPS: Fix Magic SysRq L kernel crash.Vincent Wen2012-07-191-0/+3
* MIPS: Don't panic on 5KEc.Leonid Yegoshin2012-07-191-0/+1
* MIPS: Provide a symbol for the legacy performance counter interrupt.Ralf Baechle2012-07-061-1/+1
*-. Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Ralf Baechle2012-05-261-6/+11
|\ \
| | * MIPS: Fix several implicit uses of export.h/module.hPaul Gortmaker2012-05-151-0/+1
| |/ |/|
| * MIPS: Move cache setup to setup_arch().David Daney2012-05-161-4/+5
| * MIPS: Make set_handler() __cpuinit.David Daney2012-05-161-1/+1
| * MIPS: Introduce board_cache_error_setup() hook.David Daney2012-05-161-1/+4
|/
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* MIPS: traps.c: Fix typoMasanari Iida2012-02-201-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-141-2/+14
|\
| *-. Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2012-01-111-0/+12
| |\ \
OpenPOWER on IntegriCloud