summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song-0/+23
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney-11/+0
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+8
2017-12-04trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney-1/+1
2017-12-04tracing: Pass export pointer as argument to ->write()Felipe Balbi-1/+1
2017-12-04ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke-6/+0
2017-12-04tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann-0/+1
2017-12-04tracing: Allocate mask_str buffer dynamicallyChangbin Du-20/+9
2017-12-04tracing: Fix code comments in trace.cChunyu Hu-5/+5
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+12
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song-0/+8
2017-11-28ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro-1/+1
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro-3/+3
2017-11-27blktrace: fix trace mutex deadlockJens Axboe-2/+2
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney-11/+0
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello-2/+2
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello-1/+1
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello-5/+1
2017-11-19blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza-16/+10
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-363/+703
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-3/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-35/+185
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds-20/+70
2017-11-14bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song-2/+6
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+10
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller-85/+7
2017-11-11bpf: add a bpf_override_function helperJosef Bacik-7/+85
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe-10/+22
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe-10/+48
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-0/+25
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+25
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+25
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+25
2017-11-01bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song-10/+7
2017-10-27bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello-0/+2
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-3/+3
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song-26/+99
2017-10-18bpf: split verifier and program opsJakub Kicinski-3/+12
2017-10-16ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra-49/+6
2017-10-16perf/ftrace: Small cleanupPeter Zijlstra-1/+1
2017-10-16perf/ftrace: Fix function trace eventsPeter Zijlstra-31/+49
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra-8/+6
2017-10-13tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann-1/+1
2017-10-12tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer-2/+2
2017-10-10ftrace: Clear hashes of stale ips of init memoryJoel Fernandes-0/+69