aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/uprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman1-1/+1
2018-06-21uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov1-1/+1
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-05-13x86: Remove pr_fmt duplicate logging prefixesJoe Perches1-2/+2
2018-05-13uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu1-0/+4
2017-12-11uprobes/x86: Emulate push insns for uprobe on x86Yonghong Song1-4/+103
2017-11-01uprobes/x86: Use existing definitions for segment override prefixesRicardo Neri1-6/+9
2016-08-12uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko1-11/+11
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov1-1/+1
2016-04-13uprobes/x86: Constify uprobe_xol_ops structuresJulia Lawall1-2/+2
2015-07-31uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov1-1/+4
2015-07-31uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov1-1/+2
2015-07-31uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov1-0/+5
2015-06-09x86: Make is_64bit_mm() widely availableDave Hansen1-9/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
2015-02-18uprobes/x86: Fix 2-byte opcode tableDenys Vlasenko1-35/+17
2015-02-18uprobes/x86: Fix 1-byte opcode tablesDenys Vlasenko1-48/+18
2015-02-18uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support themDenys Vlasenko1-19/+134
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen1-1/+1
2014-06-05uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov1-19/+18
2014-05-14uprobes/x86: Fix scratch register selection for rip-relative fixupsDenys Vlasenko1-51/+125
2014-05-14uprobes/x86: Simplify rip-relative handlingDenys Vlasenko1-41/+30
2014-04-30uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similarOleg Nesterov1-16/+14
2014-04-30uprobes/x86: Kill the "autask" arg of riprel_pre_xol()Oleg Nesterov1-9/+9
2014-04-30uprobes/x86: Rename *riprel* helpers to make the naming consistentOleg Nesterov1-13/+11
2014-04-30uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALLOleg Nesterov1-16/+11
2014-04-30uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logicOleg Nesterov1-21/+3
2014-04-30uprobes/x86: Introduce push_ret_address()Oleg Nesterov1-3/+12
2014-04-30uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8Oleg Nesterov1-7/+7
2014-04-30uprobes/x86: Move default_xol_ops's data into arch_uprobe->defOleg Nesterov1-22/+21
2014-04-30uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to default_post_xol_op()Oleg Nesterov1-8/+12
2014-04-30uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol()Oleg Nesterov1-8/+9
2014-04-30uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op()Oleg Nesterov1-3/+11
2014-04-30uprobes/x86: Don't change the task's state if ->pre_xol() failsOleg Nesterov1-2/+6
2014-04-30uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32Oleg Nesterov1-1/+1
2014-04-30uprobes/x86: Make good_insns_* depend on CONFIG_X86_*Oleg Nesterov1-24/+32
2014-04-30uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init_insn()Oleg Nesterov1-9/+4
2014-04-30uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()Oleg Nesterov1-11/+9
2014-04-30uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits()Oleg Nesterov1-32/+13
2014-04-30uprobes/x86: Refuse to attach uprobe to "word-sized" branch insnsDenys Vlasenko1-0/+11
2014-04-17uprobes/x86: Emulate relative conditional "near" jmp'sOleg Nesterov1-0/+8
2014-04-17uprobes/x86: Emulate relative conditional "short" jmp'sOleg Nesterov1-2/+55
2014-04-17uprobes/x86: Emulate relative call'sOleg Nesterov1-10/+70
2014-04-17uprobes/x86: Emulate nop's using ops->emulate()Oleg Nesterov1-19/+1
2014-04-17uprobes/x86: Emulate unconditional relative jmp'sOleg Nesterov1-0/+38
2014-04-17uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uretprobe_hijack_return_addr()Oleg Nesterov1-22/+15
2014-04-17uprobes/x86: Teach arch_uprobe_post_xol() to restart if possibleOleg Nesterov1-4/+16
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov1-4/+12
2014-04-17uprobes/x86: Conditionalize the usage of handle_riprel_insn()Oleg Nesterov1-4/+2