Age | Commit message (Expand) | Author | Files | Lines |
2019-07-23 | MIPS: Remove unused R5432_CP0_INTERRUPT_WAR | Paul Burton | 1 | -3/+0 |
2018-11-09 | MIPS: Avoid using .set mips0 to restore ISA | Paul Burton | 1 | -1/+2 |
2018-11-09 | MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=n | Paul Burton | 1 | -0/+2 |
2018-06-24 | MIPS: Fix ejtag handler on SMP | Heiher | 1 | -0/+46 |
2017-09-06 | MIPS: Add DWARF unwinding to assembly | Corey Minyard | 1 | -5/+8 |
2017-03-22 | MIPS: IRQ Stack: Unwind IRQ stack onto task stack | Matt Redfearn | 1 | -2/+6 |
2017-03-21 | MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3 | Huacai Chen | 1 | -2/+2 |
2017-02-13 | MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch | Matt Redfearn | 1 | -1/+1 |
2017-01-03 | MIPS: Switch to the irq_stack in interrupts | Matt Redfearn | 1 | -5/+76 |
2016-09-29 | MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPS | Paul Burton | 1 | -2/+1 |
2016-05-13 | MIPS: genex: Indent delay slots & clean whitespace | James Hogan | 1 | -28/+28 |
2016-05-13 | MIPS: Support extended ASIDs | Paul Burton | 1 | -1/+1 |
2016-05-13 | MIPS: Add & use CP0_EntryHi ASID definitions | James Hogan | 1 | -1/+1 |
2015-08-18 | MIPS: Fix LLVM build issue. | Ralf Baechle | 1 | -1/+1 |
2015-03-27 | MIPS: Clear [MSA]FPE CSR.Cause after notify_die() | James Hogan | 1 | -10/+4 |
2015-03-27 | MIPS: clear MSACSR cause bits when handling MSA FP exception | Paul Burton | 1 | -1/+10 |
2015-02-17 | MIPS: kernel: genex: Set correct ISA level | Markos Chandras | 1 | -1/+1 |
2014-11-07 | MIPS: Fix build with binutils 2.24.51+ | Manuel Lauss | 1 | -0/+1 |
2014-05-24 | MIPS: MT: Remove SMTC support | Ralf Baechle | 1 | -54/+0 |
2014-03-31 | MIPS: Fix gigaton of warning building with microMIPS. | Ralf Baechle | 1 | -3/+3 |
2014-03-26 | MIPS: Dumb MSA FP exception handler | Paul Burton | 1 | -0/+1 |
2014-03-26 | MIPS: Basic MSA context switching support | Paul Burton | 1 | -0/+1 |
2014-01-22 | MIPS: Add support for FTLBs | Leonid Yegoshin | 1 | -0/+1 |
2013-10-29 | MIPS: Print correct PC in trace dump after NMI exception | Leonid Yegoshin | 1 | -3/+11 |
2013-05-22 | MIPS: Idle: Break r4k_wait into two functions and fix it. | Ralf Baechle | 1 | -3/+3 |
2013-05-16 | Revert "MIPS: Allow ASID size to be determined at boot time." | David Daney | 1 | -1/+1 |
2013-05-09 | MIPS: microMIPS: Add support for exception handling. | Steven J. Hill | 1 | -19/+54 |
2013-05-08 | MIPS: Allow ASID size to be determined at boot time. | Steven J. Hill | 1 | -1/+1 |
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 1 | -7/+7 |
2012-12-28 | MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>. | Ralf Baechle | 1 | -3/+2 |
2009-01-30 | MIPS: Read watch registers with interrupts disabled. | David Daney | 1 | -1/+5 |
2009-01-11 | MIPS: Override assembler target architecture for octeon. | David Daney | 1 | -0/+4 |
2008-10-11 | MIPS: Watch exception handling for HARDWARE_WATCHPOINTS. | David Daney | 1 | -0/+4 |
2008-10-03 | [MIPS] SMTC: Fix SMTC dyntick support. | Kevin D. Kissell | 1 | -2/+2 |
2008-09-21 | [MIPS] Fix potential latency problem due to non-atomic cpu_wait. | Atsushi Nemoto | 1 | -0/+37 |
2008-01-29 | [MIPS] R4000/R4400 daddiu erratum workaround | Maciej W. Rozycki | 1 | -1/+7 |
2007-11-15 | [MIPS] Fix typo in R3000 TRACE_IRQFLAGS code | Atsushi Nemoto | 1 | -1/+1 |
2007-07-12 | [MIPS] SMTC: Interrupt mask backstop hack | Kevin D. Kissell | 1 | -0/+2 |
2007-03-29 | [MIPS] lockdep: Deal with interrupt disable hazard in TRACE_IRQFLAGS | Chris Dearman | 1 | -0/+31 |
2007-03-19 | [MIPS] Export except_vec_vi_{mori,lui,ori} as text symbols. | Ralf Baechle | 1 | -3/+3 |
2007-03-19 | [MIPS] VI: TRACE_IRQS_OFF clobbers $v0, so save & restore around call. | Ralf Baechle | 1 | -0/+10 |
2006-11-30 | [MIPS] Fast path for rdhwr emulation for TLS | Atsushi Nemoto | 1 | -0/+63 |
2006-10-09 | [MIPS] ret_from_irq adjustment | Atsushi Nemoto | 1 | -5/+3 |
2006-10-08 | [MIPS] Complete fixes after removal of pt_regs argument to int handlers. | Ralf Baechle | 1 | -5/+10 |
2006-10-01 | [MIPS] Stacktrace build-fix and improvement | Atsushi Nemoto | 1 | -4/+4 |
2006-07-13 | [MIPS] TRACE_IRQFLAGS_SUPPORT support. | Ralf Baechle | 1 | -0/+6 |
2006-07-13 | [MIPS] Less noise on multithreading exceptions. | Chris Dearman | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-29 | [MIPS] Fix use of ehb instruction for non-R2 configurations. | Ralf Baechle | 1 | -1/+1 |
2006-04-19 | [MIPS] MT: Improved multithreading support. | Ralf Baechle | 1 | -0/+29 |