summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tinydrm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tinydrm')
0 files changed, 0 insertions, 0 deletions
ro/kernel/commit/kernel/kprobes.c?h=linux-6.12.y&id=0c76ef3f26d5ef2ac2c21b47e7620cff35809fbb'>kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei 2022-11-18kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei 2022-11-04kprobe: reverse kp->flags when arm_kprobe failedLi Qiang 2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski 2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa 2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt 2022-08-20kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima 2022-08-02kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin 2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2022-05-26kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu 2022-04-26kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki 2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu 2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra 2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra 2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni 2021-12-01kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu 2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2021-10-21kprobes: convert tests to kunitSven Schnelle 2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner 2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu 2021-09-30kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu 2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu 2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu 2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu 2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu 2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu 2021-09-30kprobes: Add assertions for required lockMasami Hiramatsu 2021-09-30kprobes: Fix coding style issuesMasami Hiramatsu 2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu 2021-09-30kprobes: Make arch_check_ftrace_location staticPunit Agrawal 2021-09-30kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal 2021-09-30kprobes: Use helper to parse boolean input from userspacePunit Agrawal 2021-09-30kprobes: Do not use local variable when creating debugfs filePunit Agrawal 2021-07-11Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2021-07-05kprobe/static_call: Restore missing static_call_text_reserved()Peter Zijlstra 2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song 2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra 2021-05-23kprobes: Allow architectures to override optinsn page allocationChristophe Leroy 2021-02-19kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu