summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-046-103/+103
| * tracing: Increase tracing map KEYS_MAX sizeTom Zanussi2017-10-041-1/+1
| * tracing: Remove lookups from tracing_map hitcountTom Zanussi2017-10-041-1/+2
| * tracing: Exclude 'generic fields' from histogramsTom Zanussi2017-10-041-2/+2
| * ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)2017-10-041-47/+17
| * tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-042-16/+20
| * tracing: Remove redundant unread variable retColin Ian King2017-10-041-4/+2
| * tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2017-10-042-34/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-3/+0
|\ \
| * | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-35/+185
|\ \ \ | |/ / |/| |
| * | bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song2017-11-141-2/+6
| * | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-114-85/+7
| * | bpf: add a bpf_override_function helperJosef Bacik2017-11-114-7/+85
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0425-0/+25
| |\ \
| * | | bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song2017-11-011-10/+7
| * | | bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2
| * | | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-254-26/+99
| * | | bpf: split verifier and program opsJakub Kicinski2017-10-181-3/+12
| * | | bpf: add helper bpf_perf_prog_read_valueYonghong Song2017-10-071-0/+28
| * | | bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2017-10-071-4/+41
| * | | bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-071-1/+1
* | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ \ \
| * | | | tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer2017-10-121-2/+2
| |/ / /
* | | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-20/+70
|\ \ \ \
| * | | | blktrace: fix unlocked registration of tracepointsJens Axboe2017-11-101-10/+22
| * | | | blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2017-11-101-10/+48
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-132-10/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0825-0/+25
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-102-10/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-131-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-0725-0/+25
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0725-0/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
| |/ / /
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-253-3/+3
|/ / /
* | | Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-041-14/+0
|\ \ \ | |_|/ |/| |
| * | ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-031-14/+0
* | | sched/tracing: Use common task-state helpersPeter Zijlstra2017-09-292-19/+10
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-251-6/+12
|\ \
| * | blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-6/+12
* | | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-251-15/+0
|\ \ \ | | |/ | |/|
| * | tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)2017-09-231-15/+0
* | | Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-203-3/+19
|\ \ \ | |/ / | | / | |/ |/|
| * tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-09-191-1/+1
| * tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-193-0/+10
| * tracing: Erase irqsoff trace with empty writeBo Yan2017-09-191-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-161-1/+1
|\ \
| * | perf/bpf: fix a clang compilation issueYonghong Song2017-09-111-1/+1
* | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
|/ /
OpenPOWER on IntegriCloud