summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-49/+115
|\
| * bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-261-0/+45
| * kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton2016-07-201-1/+3
| * bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-18/+15Star
| * bpf, perf: split bpf_perf_event_outputDaniel Borkmann2016-07-151-13/+22
| * perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-151-2/+4
| * bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2016-07-091-0/+13
| * bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2016-06-301-3/+8
| * bpf, trace: fetch current cpu only onceDaniel Borkmann2016-06-301-2/+3
| * bpf: minor cleanups on fd maps and helpersDaniel Borkmann2016-06-301-12/+6Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-302-3/+14
| |\
| * | bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-161-10/+8Star
* | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-2/+4
|\ \ \
| * | | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-2/+4
* | | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-30/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | blktrace: avoid using timespecArnd Bergmann2016-06-171-3/+4
| |/ /
| * | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+3
| * | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-0/+5
| * | blktrace: use op accessorsMike Christie2016-06-071-26/+36
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-291-2/+8
|\ \ \
| * | | bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov2016-06-161-0/+4
| * | | bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-161-2/+4
| | |/ | |/|
* / | tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-06-201-1/+6
|/ /
* / bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2016-06-071-2/+2
|/
* Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-231-3/+2Star
|\
| * ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN2016-05-201-3/+2Star
* | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-0/+12
|\ \
| * | ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann2016-04-271-0/+12
| * | Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-181-1/+13
| |\ \
* | \ \ Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-05-1910-284/+3930
|\ \ \ \ | | |_|/ | |/| |
| * | | tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)2016-05-034-8/+185
| * | | tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)2016-05-031-61/+10Star
| * | | tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-301-10/+0Star
| * | | tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-301-8/+10
| * | | tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2016-04-292-15/+9Star
| * | | tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2016-04-291-8/+0Star
| * | | tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-292-2/+10
| * | | tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2016-04-292-20/+6Star
| * | | tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)2016-04-272-2/+6
| * | | tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-271-0/+94
| * | | tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang2016-04-261-3/+3
| * | | tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi2016-04-261-2/+6
| * | | tracing: Add check for NULL event field when creating hist fieldTom Zanussi2016-04-261-0/+3
| * | | tracing: checking for NULL instead of IS_ERR()Dan Carpenter2016-04-261-1/+1
| * | | tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)2016-04-261-1/+10
| * | | tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)2016-04-201-2/+2
| * | | tracing: Add hist trigger 'log2' modifierNamhyung Kim2016-04-202-0/+21
| * | | tracing: Add support for named hist triggersTom Zanussi2016-04-202-21/+141
| * | | tracing: Add support for named triggersTom Zanussi2016-04-202-0/+156
| * | | tracing: Add support for multiple hist triggers per eventTom Zanussi2016-04-202-35/+145