summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/uprobes.c
Commit message (Expand)AuthorAgeFilesLines
* x86/uprobes: Convert to insn_decode()Borislav Petkov2021-03-151-4/+4
* Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-141-0/+2
|\
| * uprobes/x86: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-0/+2
* | x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-061-4/+6
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* x86/apic, x86/uprobes: Correct parameter names in kernel-doc commentsYi Wang2019-10-271-1/+1
* uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr2019-08-261-7/+10
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-261-0/+1
* signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2018-09-111-1/+1
* uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-06-211-1/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-041-2/+2
|\
| * x86: Remove pr_fmt duplicate logging prefixesJoe Perches2018-05-131-2/+2
* | uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu2018-05-131-0/+4
|/
* uprobes/x86: Emulate push insns for uprobe on x86Yonghong Song2017-12-111-4/+103
* uprobes/x86: Use existing definitions for segment override prefixesRicardo Neri2017-11-011-6/+9
* uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko2016-08-121-11/+11
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-1/+1
|\
| * x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-191-1/+1
* | uprobes/x86: Constify uprobe_xol_ops structuresJulia Lawall2016-04-131-2/+2
|/
* uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov2015-07-311-1/+4
* uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-1/+2
* uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-0/+5
* x86: Make is_64bit_mm() widely availableDave Hansen2015-06-091-9/+1
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* uprobes/x86: Fix 2-byte opcode tableDenys Vlasenko2015-02-181-35/+17
* uprobes/x86: Fix 1-byte opcode tablesDenys Vlasenko2015-02-181-48/+18
* uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support...Denys Vlasenko2015-02-181-19/+134
* x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-181-1/+1
* uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov2014-06-051-19/+18
* uprobes/x86: Fix scratch register selection for rip-relative fixupsDenys Vlasenko2014-05-141-51/+125
* uprobes/x86: Simplify rip-relative handlingDenys Vlasenko2014-05-141-41/+30
* uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similarOleg Nesterov2014-04-301-16/+14
* uprobes/x86: Kill the "autask" arg of riprel_pre_xol()Oleg Nesterov2014-04-301-9/+9
* uprobes/x86: Rename *riprel* helpers to make the naming consistentOleg Nesterov2014-04-301-13/+11
* uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALLOleg Nesterov2014-04-301-16/+11
* uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logicOleg Nesterov2014-04-301-21/+3
* uprobes/x86: Introduce push_ret_address()Oleg Nesterov2014-04-301-3/+12
* uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8Oleg Nesterov2014-04-301-7/+7
* uprobes/x86: Move default_xol_ops's data into arch_uprobe->defOleg Nesterov2014-04-301-22/+21
* uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to defaul...Oleg Nesterov2014-04-301-8/+12
* uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol()Oleg Nesterov2014-04-301-8/+9
* uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op()Oleg Nesterov2014-04-301-3/+11
* uprobes/x86: Don't change the task's state if ->pre_xol() failsOleg Nesterov2014-04-301-2/+6
* uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32Oleg Nesterov2014-04-301-1/+1
* uprobes/x86: Make good_insns_* depend on CONFIG_X86_*Oleg Nesterov2014-04-301-24/+32
* uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init...Oleg Nesterov2014-04-301-9/+4
* uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()Oleg Nesterov2014-04-301-11/+9