summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/branch.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Use proper kernel-doc Return keywordMathieu Malaterre2018-01-181-1/+1
* MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-6/+6
* MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki2017-06-291-1/+1
* MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-20/+15
* MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-8/+4
* MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-8/+8
* MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-3/+4
* MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-0/+1
* MIPS: Fix bnezc/jialc return address calculationPaul Burton2017-06-151-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: tracing: disable uprobe/kprobe on compact branch instructionsMarcin Nowakowski2016-10-061-0/+34
* MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+1
* MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton2016-07-051-2/+2
* MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton2016-07-051-2/+2
* MIPS: Spelling fix lets -> let'sRalf Baechle2016-05-281-2/+2
* MIPS: Fix BC1{EQ,NE}Z return offset calculationPaul Burton2016-05-131-15/+3
* MIPS: Fix branch emulation for BLTC and BGEC instructionsMarkos Chandras2015-07-091-2/+2
* MIPS: LLVMLinux: Fix a 'cast to type not present in union' error.Toma Tabacu2015-04-011-2/+4
* MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6Leonid Yegoshin2015-02-171-0/+1
* MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructionsMarkos Chandras2015-02-171-0/+10
* MIPS: Emulate the new MIPS R6 BEQZC and JIC instructionsMarkos Chandras2015-02-171-0/+8
* MIPS: Emulate the new MIPS R6 BALC instructionMarkos Chandras2015-02-171-0/+10
* MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructionsMarkos Chandras2015-02-171-1/+5
* MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructionsMarkos Chandras2015-02-171-0/+11
* MIPS: Emulate the new MIPS R6 branch compact (BC) instructionMarkos Chandras2015-02-171-0/+9
* MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructionsMarkos Chandras2015-02-171-0/+22
* MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructionsMarkos Chandras2015-02-171-0/+31
* MIPS: Emulate the BC1{EQ,NE}Z FPU instructionsMarkos Chandras2015-02-171-29/+72
* MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6Markos Chandras2015-02-171-7/+63
* MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6Markos Chandras2015-02-171-2/+9
* MIPS: Fix build with binutils 2.24.51+Manuel Lauss2014-11-071-6/+2
* Merge branch '3.15-fixes' into mips-for-linux-nextRalf Baechle2014-06-041-4/+4
|\
| * MIPS: Fix branch emulation of branch likely instructions.Ralf Baechle2014-05-231-4/+4
* | MIPS: OCTEON: Enable use of FPUDavid Daney2014-05-301-1/+5
* | MIPS: Sort out mm_isBranchInstr.Ralf Baechle2014-05-231-0/+196
|/
* MIPS: Cleanup indentation and whitespaceTony Wu2013-07-011-1/+0
* MIPS: MIPS16e: Support handling of delay slots.Steven J. Hill2013-05-091-5/+98
* MIPS: microMIPS: Support handling of delay slots.Leonid Yegoshin2013-05-091-0/+85
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-5/+5
* MIPS Kprobes: Refactor branch emulationManeesh Soni2011-12-071-44/+84
* MIPS: Sanitize restart logicsAl Viro2010-10-181-1/+0
* MIPS: Compute branch returns for Cavium OCTEON specific branch instructions.David Daney2009-01-111-0/+33
* [MIPS] Add some __user tagsAtsushi Nemoto2007-07-131-2/+3
* [MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto2006-06-191-1/+1
* [MIPS] Fix branch emulation for floating-point exceptions.Ralf Baechle2006-04-271-1/+1
* Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle2005-10-291-1/+18
* __compute_return_epc() uses CFC1 instruction which might result in aRalf Baechle2005-10-291-3/+7
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+199
OpenPOWER on IntegriCloud