aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2-14/+15
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu4-28/+40
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu3-23/+33
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu4-23/+41
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu4-101/+109
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu4-36/+28
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu4-58/+58
2019-07-16tracing/uprobe: Set print format when parsing commandMasami Hiramatsu1-18/+7
2019-07-16tracing/kprobe: Set print format right after parsed commandMasami Hiramatsu1-16/+9
2019-07-16kprobes: Fix to init kprobes in subsys_initcallMasami Hiramatsu1-1/+1
2019-06-17tracepoint: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+2
2019-05-28ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)1-13/+4
2019-05-25ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-05-25tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)1-0/+8
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2-2/+12
2019-05-25tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu1-0/+54
2019-05-25kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu1-2/+1
2019-05-25tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu1-1/+3
2019-05-25tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke1-1/+1
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu6-14/+53
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu6-8/+77
2019-05-25ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)1-10/+10
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-05-22kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala1-1/+0
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi1-0/+6
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi1-2/+2
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi1-0/+3
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+16
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+31
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang2-2/+16
2019-05-16Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-05-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+31
2019-05-16signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin1-0/+1
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds19-400/+998
2019-05-15kernel/compat.c: mark expected switch fall-throughsStephen Rothwell1-0/+3
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-188/+1444
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen2-5/+17
2019-05-14panic: avoid the extra noise dmesgFeng Tang2-0/+13
2019-05-14gcov: clang supportGreg Hackmann7-2/+611
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann4-84/+93
2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li1-1/+0
2019-05-14kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen1-1/+28
2019-05-14sysctl: return -EINVAL if val violates minmaxChristian Brauner1-2/+4
2019-05-14kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko1-4/+2
2019-05-14kernel/signal.c: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes1-6/+1
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracingLin Feng2-2/+2
2019-05-14kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng1-6/+0
2019-05-14kernel/notifier.c: double register detectionVasily Averin1-0/+1