Historial de Commits

Autor SHA1 Mensaje Fecha
  Masami Hiramatsu 43a1b0cb4c kprobes/x86: Fix instruction patching corruption when copying more than one RIP-relative instruction hace 7 años
  Masami Hiramatsu 2e62024c26 kprobes/x86: Use preempt_enable() in optimized_callback() hace 7 años
  Masami Hiramatsu 2bbda764d7 kprobes/x86: Do not disable preempt on int3 path hace 7 años
  Linus Torvalds 5515114211 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 7 años
  Masami Hiramatsu c86a32c09f kprobes/x86: Disable optimizing on the function jumps to indirect thunk hace 7 años
  Masami Hiramatsu a19b2e3d78 kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobes hace 8 años
  Masami Hiramatsu 9a09f261a4 kprobes/x86: Disable preemption in optprobe hace 8 años
  Masami Hiramatsu cd52edad55 kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block hace 8 años
  Masami Hiramatsu a8976fc84b kprobes/x86: Remove addressof() operators hace 8 años
  Masami Hiramatsu 63fef14fc9 kprobes/x86: Make insn buffer always ROX and use text_poke() hace 8 años
  Masami Hiramatsu d9f5f32a7d kprobes/x86: Do not jump-optimize kprobes on irq entry code hace 8 años
  Josh Poimboeuf c207aee480 objtool, x86: Add several functions and files to the objtool whitelist hace 8 años
  Laura Abbott e6ccbff0e9 treewide: decouple cacheflush.h and set_memory.h hace 8 años
  Masami Hiramatsu a8d11cd071 kprobes/x86: Consolidate insn decoder users for copying code hace 8 años
  Masami Hiramatsu ea1e34fc36 kprobes/x86: Use probe_kernel_read() instead of memcpy() hace 8 años
  Masami Hiramatsu d0381c81c2 kprobes/x86: Set kprobes pages read-only hace 8 años
  Masami Hiramatsu 75013fb16f kprobes/x86: Fix kernel panic when certain exception-handling addresses are probed hace 8 años
  Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally hace 8 años
  Paul Gortmaker 744c193eb9 x86: Migrate exception table users off module.h and onto extable.h hace 9 años
  Andy Lutomirski 35de5b0692 x86/asm: Stop depending on ptrace.h in alternative.h hace 9 años
  Linus Torvalds d7b48fec35 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 10 años
  Petr Mladek 2a6730c8b6 kprobes/x86: Check for invalid ftrace location in __recover_probed_insn() hace 10 años
  Masami Hiramatsu cbf6ab52ad kprobes: Pass the original kprobe for preparing optimized kprobe hace 10 años
  Dave Hansen 6ba48ff46f x86: Remove arbitrary instruction size limit in instruction decoder hace 11 años
  Wang Nan 256aae5eac kprobes/x86: Free 'optinsn' cache when range check fails hace 11 años
  Masami Hiramatsu 9326638cbe kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation hace 11 años
  Masami Hiramatsu 7ec8a97a99 kprobes/x86: Allow probe on some kprobe preparation functions hace 11 años
  Linus Torvalds 2a475501b8 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 12 años
  Andi Kleen 04bb591ca7 x86, asmlinkage: Make kprobes code visible and fix assembler code hace 12 años
  Masami Hiramatsu a7b0133ea9 kprobes/x86: Use text_poke_bp() instead of text_poke_smp*() hace 12 años