index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
text-patching.h
Age
Commit message (
Expand
)
Author
2019-11-27
x86/kprobes: Fix ordering while text-patching
Peter Zijlstra
2019-11-27
x86/kprobes: Convert to text-patching.h
Peter Zijlstra
2019-11-27
x86/ftrace: Use text_gen_insn()
Peter Zijlstra
2019-11-27
x86/alternative: Add text_opcode_size()
Peter Zijlstra
2019-11-27
x86/alternatives: Add and use text_gen_insn() helper
Peter Zijlstra
2019-11-27
x86/alternatives, jump_label: Provide better text_poke() batching interface
Peter Zijlstra
2019-11-27
x86/alternatives: Update int3_emulate_push() comment
Peter Zijlstra
2019-11-15
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
2019-09-02
x86: Correct misc typos
Marco Ammon
2019-07-08
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-06-25
x86/stackframe/32: Allow int3_emulate_push()
Peter Zijlstra
2019-06-17
x86/alternative: Batch of patch operations
Daniel Bristot de Oliveira
2019-05-15
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-05-11
x86: Hide the int3_emulate_call/jmp functions from UML
Steven Rostedt (VMware)
2019-05-08
x86_64: Allow breakpoints to emulate call instructions
Peter Zijlstra
2019-04-30
x86/alternatives: Remove the return value of text_poke_*()
Nadav Amit
2019-04-30
x86/alternatives: Initialize temporary mm for patching
Nadav Amit
2019-04-30
x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging
Nadav Amit
2018-07-20
x86/alternatives, jumplabel: Use text_poke_early() before mm_init()
Pavel Tatashin
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-04-29
x86/asm: Stop depending on ptrace.h in alternative.h
Andy Lutomirski