aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/code-patching.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03powerpc/lib/code-patching: Use alternate map for patch_instruction()Balbir Singh1-4/+167
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao1-1/+3
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-10powerpc/kprobes: Implement OptprobesAnju T1-0/+21
2017-02-10powerpc: Add helper to check if offset is within relative branch rangeAnju T1-1/+23
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-12-02powerpc: Move the patch_exception to a common placeKevin Hao1-0/+15
2012-09-05powerpc: Don't use __put_user() in patch_instructionBenjamin Herrenschmidt1-1/+1
2012-07-03powerpc: Have patch_instruction detect faultsSteven Rostedt1-4/+10
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-01powerpc: Add tests of the code patching routinesMichael Ellerman1-0/+298
2008-07-01powerpc: Add new code patching routinesMichael Ellerman1-0/+107
2008-07-01powerpc: Make create_branch() return errors if the branch target is too largeMichael Ellerman1-2/+8
2008-07-01powerpc: Allow create_branch() to return errorsMichael Ellerman1-8/+12
2008-07-01powerpc: Move code patching code into arch/powerpc/lib/code-patching.cMichael Ellerman1-0/+33