summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-12trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks
2019-03-12tracing/probes: Make reserved_field_names staticValdis Klētnieks
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi
2019-03-05tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi
2019-03-05tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi
2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-02-20tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King
2019-02-20tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)
2019-02-20tracing: Add alternative synthetic event trace action syntaxTom Zanussi
2019-02-20tracing: Add hist trigger onchange() handlerTom Zanussi
2019-02-20tracing: Add hist trigger snapshot() actionTom Zanussi
2019-02-20tracing: Add conditional snapshotTom Zanussi
2019-02-20tracing: Generalize hist trigger onmax and save actionTom Zanussi
2019-02-20tracing: Split up onmatch action dataTom Zanussi
2019-02-20tracing: Refactor hist trigger action codeTom Zanussi
2019-02-20tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-02-15uprobes: convert uprobe.ref to refcount_tElena Reshetova
2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)
2019-02-11tracing: Change the function format to display function names by perfChangbin Du
2019-02-06ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes
2019-02-06tracing: Show stacktrace for wakeup tracersChangbin Du
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersChangbin Du
2019-02-06tracing: Show more info for funcgraph wakeup tracersChangbin Du
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre
2019-02-06function_graph: Support displaying relative timestampChangbin Du
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner
2019-02-01kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-29x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan
2019-01-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-22Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-01-21locking/rwsem: Fix (possible) missed wakeupXie Yongji
2019-01-21futex: Fix (possible) missed wakeupPeter Zijlstra
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-01-18perf core: Fix perf_proc_update_handler() bugStephane Eranian
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen
2019-01-18Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre