| Commit message (Expand) | Author | Age | Files | Lines |
* | mips: annotate implicit fall throughs | Mathieu Malaterre | 2018-12-03 | 1 | -0/+7 |
* | MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=n | Paul Burton | 2018-11-09 | 1 | -6/+16 |
* | MIPS: Simplify FP context initialization | Paul Burton | 2018-11-09 | 1 | -10/+2 |
* | MIPS: Use proper kernel-doc Return keyword | Mathieu Malaterre | 2018-01-18 | 1 | -1/+1 |
* | MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -6/+6 |
* | MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message | Maciej W. Rozycki | 2017-06-29 | 1 | -1/+1 |
* | MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -20/+15 |
* | MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -8/+4 |
* | MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -8/+8 |
* | MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -3/+4 |
* | MIPS: Actually decode JALX in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -0/+1 |
* | MIPS: Fix bnezc/jialc return address calculation | Paul Burton | 2017-06-15 | 1 | -1/+3 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | MIPS: tracing: disable uprobe/kprobe on compact branch instructions | Marcin Nowakowski | 2016-10-06 | 1 | -0/+34 |
* | MIPS: kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-10-05 | 1 | -1/+1 |
* | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op | Paul Burton | 2016-07-05 | 1 | -2/+2 |
* | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op | Paul Burton | 2016-07-05 | 1 | -2/+2 |
* | MIPS: Spelling fix lets -> let's | Ralf Baechle | 2016-05-28 | 1 | -2/+2 |
* | MIPS: Fix BC1{EQ,NE}Z return offset calculation | Paul Burton | 2016-05-13 | 1 | -15/+3 |
* | MIPS: Fix branch emulation for BLTC and BGEC instructions | Markos Chandras | 2015-07-09 | 1 | -2/+2 |
* | MIPS: LLVMLinux: Fix a 'cast to type not present in union' error. | Toma Tabacu | 2015-04-01 | 1 | -2/+4 |
* | MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6 | Leonid Yegoshin | 2015-02-17 | 1 | -0/+1 |
* | MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions | Markos Chandras | 2015-02-17 | 1 | -0/+10 |
* | MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions | Markos Chandras | 2015-02-17 | 1 | -0/+8 |
* | MIPS: Emulate the new MIPS R6 BALC instruction | Markos Chandras | 2015-02-17 | 1 | -0/+10 |
* | MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions | Markos Chandras | 2015-02-17 | 1 | -1/+5 |
* | MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions | Markos Chandras | 2015-02-17 | 1 | -0/+11 |
* | MIPS: Emulate the new MIPS R6 branch compact (BC) instruction | Markos Chandras | 2015-02-17 | 1 | -0/+9 |
* | MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions | Markos Chandras | 2015-02-17 | 1 | -0/+22 |
* | MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions | Markos Chandras | 2015-02-17 | 1 | -0/+31 |
* | MIPS: Emulate the BC1{EQ,NE}Z FPU instructions | Markos Chandras | 2015-02-17 | 1 | -29/+72 |
* | MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6 | Markos Chandras | 2015-02-17 | 1 | -7/+63 |
* | MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6 | Markos Chandras | 2015-02-17 | 1 | -2/+9 |
* | MIPS: Fix build with binutils 2.24.51+ | Manuel Lauss | 2014-11-07 | 1 | -6/+2 |
* | Merge branch '3.15-fixes' into mips-for-linux-next | Ralf Baechle | 2014-06-04 | 1 | -4/+4 |
|\ |
|
| * | MIPS: Fix branch emulation of branch likely instructions. | Ralf Baechle | 2014-05-23 | 1 | -4/+4 |
* | | MIPS: OCTEON: Enable use of FPU | David Daney | 2014-05-30 | 1 | -1/+5 |
* | | MIPS: Sort out mm_isBranchInstr. | Ralf Baechle | 2014-05-23 | 1 | -0/+196 |
|/ |
|
* | MIPS: Cleanup indentation and whitespace | Tony Wu | 2013-07-01 | 1 | -1/+0 |
* | MIPS: MIPS16e: Support handling of delay slots. | Steven J. Hill | 2013-05-09 | 1 | -5/+98 |
* | MIPS: microMIPS: Support handling of delay slots. | Leonid Yegoshin | 2013-05-09 | 1 | -0/+85 |
* | MIPS: Whitespace cleanup. | Ralf Baechle | 2013-02-01 | 1 | -5/+5 |
* | MIPS Kprobes: Refactor branch emulation | Maneesh Soni | 2011-12-07 | 1 | -44/+84 |
* | MIPS: Sanitize restart logics | Al Viro | 2010-10-18 | 1 | -1/+0 |
* | MIPS: Compute branch returns for Cavium OCTEON specific branch instructions. | David Daney | 2009-01-11 | 1 | -0/+33 |
* | [MIPS] Add some __user tags | Atsushi Nemoto | 2007-07-13 | 1 | -2/+3 |
* | [MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs. | Atsushi Nemoto | 2006-06-19 | 1 | -1/+1 |
* | [MIPS] Fix branch emulation for floating-point exceptions. | Ralf Baechle | 2006-04-27 | 1 | -1/+1 |
* | Support the MIPS32 / MIPS64 DSP ASE. | Ralf Baechle | 2005-10-29 | 1 | -1/+18 |