summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-14bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11bpf: add a bpf_override_function helperJosef Bacik
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song
2017-10-27bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2017-10-18bpf: split verifier and program opsJakub Kicinski
2017-10-16ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra
2017-10-16perf/ftrace: Small cleanupPeter Zijlstra
2017-10-16perf/ftrace: Fix function trace eventsPeter Zijlstra
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra
2017-10-13tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann
2017-10-12tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer
2017-10-10ftrace: Clear hashes of stale ips of init memoryJoel Fernandes
2017-10-10tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-10-07bpf: add helper bpf_perf_prog_read_valueYonghong Song
2017-10-07bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song
2017-10-06tracing: Prepare to add preempt and irq trace eventsJoel Fernandes
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)
2017-10-05ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)
2017-10-05ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)
2017-10-04ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)
2017-10-04tracing: Reimplement log2Tom Zanussi
2017-10-04tracing: Add hist_field_name() accessorTom Zanussi
2017-10-04tracing: Clean up hist_field_flags enumTom Zanussi
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi
2017-10-04tracing: Increase tracing map KEYS_MAX sizeTom Zanussi