aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/branch.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-21MIPS: kernel: include probes-common.h header in branch.cGravatar Pujin Shi 1-0/+2
2020-05-07MIPS: Use fallthrough for arch/mipsGravatar Liangliang Huang 1-13/+13
2019-08-11MIPS: Don't use bc_false uninitialized in __mm_isBranchInstrGravatar Nathan Chancellor 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-9/+9
2018-12-03mips: annotate implicit fall throughsGravatar Mathieu Malaterre 1-0/+7
2018-11-09MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nGravatar Paul Burton 1-6/+16
2018-11-09MIPS: Simplify FP context initializationGravatar Paul Burton 1-10/+2
2018-01-18MIPS: Use proper kernel-doc Return keywordGravatar Mathieu Malaterre 1-1/+1
2017-06-29MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn'Gravatar Maciej W. Rozycki 1-6/+6
2017-06-29MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageGravatar Maciej W. Rozycki 1-1/+1
2017-06-29MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'Gravatar Maciej W. Rozycki 1-20/+15
2017-06-29MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Gravatar Maciej W. Rozycki 1-8/+4
2017-06-29MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Gravatar Maciej W. Rozycki 1-8/+8
2017-06-29MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Gravatar Maciej W. Rozycki 1-3/+4
2017-06-29MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Gravatar Maciej W. Rozycki 1-0/+1
2017-06-15MIPS: Fix bnezc/jialc return address calculationGravatar Paul Burton 1-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-06MIPS: tracing: disable uprobe/kprobe on compact branch instructionsGravatar Marcin Nowakowski 1-0/+34
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opGravatar Paul Burton 1-2/+2
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opGravatar Paul Burton 1-2/+2
2016-05-28MIPS: Spelling fix lets -> let'sGravatar Ralf Baechle 1-2/+2
2016-05-13MIPS: Fix BC1{EQ,NE}Z return offset calculationGravatar Paul Burton 1-15/+3
2015-07-09MIPS: Fix branch emulation for BLTC and BGEC instructionsGravatar Markos Chandras 1-2/+2
2015-04-01MIPS: LLVMLinux: Fix a 'cast to type not present in union' error.Gravatar Toma Tabacu 1-2/+4
2015-02-17MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6Gravatar Leonid Yegoshin 1-0/+1
2015-02-17MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructionsGravatar Markos Chandras 1-0/+10
2015-02-17MIPS: Emulate the new MIPS R6 BEQZC and JIC instructionsGravatar Markos Chandras 1-0/+8
2015-02-17MIPS: Emulate the new MIPS R6 BALC instructionGravatar Markos Chandras 1-0/+10
2015-02-17MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructionsGravatar Markos Chandras 1-1/+5
2015-02-17MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructionsGravatar Markos Chandras 1-0/+11
2015-02-17MIPS: Emulate the new MIPS R6 branch compact (BC) instructionGravatar Markos Chandras 1-0/+9
2015-02-17MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructionsGravatar Markos Chandras 1-0/+22
2015-02-17MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructionsGravatar Markos Chandras 1-0/+31
2015-02-17MIPS: Emulate the BC1{EQ,NE}Z FPU instructionsGravatar Markos Chandras 1-29/+72
2015-02-17MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6Gravatar Markos Chandras 1-7/+63
2015-02-17MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6Gravatar Markos Chandras 1-2/+9
2014-11-07MIPS: Fix build with binutils 2.24.51+Gravatar Manuel Lauss 1-6/+2
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-4/+4
2014-05-30MIPS: OCTEON: Enable use of FPUGravatar David Daney 1-1/+5
2014-05-23MIPS: Sort out mm_isBranchInstr.Gravatar Ralf Baechle 1-0/+196
2014-05-23MIPS: Fix branch emulation of branch likely instructions.Gravatar Ralf Baechle 1-4/+4
2013-07-01MIPS: Cleanup indentation and whitespaceGravatar Tony Wu 1-1/+0
2013-05-09MIPS: MIPS16e: Support handling of delay slots.Gravatar Steven J. Hill 1-5/+98
2013-05-09MIPS: microMIPS: Support handling of delay slots.Gravatar Leonid Yegoshin 1-0/+85
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-5/+5
2011-12-07MIPS Kprobes: Refactor branch emulationGravatar Maneesh Soni 1-44/+84
2010-10-18MIPS: Sanitize restart logicsGravatar Al Viro 1-1/+0
2009-01-11MIPS: Compute branch returns for Cavium OCTEON specific branch instructions.Gravatar David Daney 1-0/+33