summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-092-6/+4
|\
| * tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-081-5/+4
| * ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-081-1/+0
* | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-015-14/+11
|\ \ | |/
| * ftrace: Mark function tracer test functions noinline/nocloneAndi Kleen2018-01-231-2/+3
| * trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria2018-01-231-1/+1
| * tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-233-6/+2
| * tracing: Clear parser->idx if only spaces are readChangbin Du2018-01-231-2/+2
| * tracing: Detect the string nul character when parsing user input stringChangbin Du2018-01-231-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-314-9/+132
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-244-41/+84
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-201-1/+1
| |\ \
| | * | bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-192-3/+16
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-172-18/+46
| |\ \ \
| * | | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-123-4/+5
| * | | | tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-122-15/+7
| * | | | tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-124-15/+16
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-10/+15
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-184-8/+137
| |\ \ \ \ \
| | * | | | | trace: reenable preemption if we modify the ipJosef Bacik2017-12-171-1/+8
| | * | | | | bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-131-1/+1
| | * | | | | bpf: add a bpf_override_function helperJosef Bacik2017-12-124-7/+106
| | * | | | | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+23
* | | | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-4/+4
|\ \ \ \ \ \ \
| * | | | | | | ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro2017-11-281-1/+1
| * | | | | | | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-302-12/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-032-12/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-111-11/+0
| | |\ \ \ \ \ \ \ | | | | |/ / / / /
| | | * | | | | | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-11/+0
| | | |/ / / / /
| | * | | | | | trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
| | |/ / / / /
* | | | | | | tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)2018-01-233-29/+67
* | | | | | | ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)2018-01-231-12/+17
| |_|_|_|_|/ |/| | | | |
* | | | | | tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-181-1/+15
* | | | | | ring-buffer: Fix duplicate results in mapping context to bits in recursive lockSteven Rostedt (VMware)2018-01-181-2/+1
| |_|_|_|/ |/| | | |
* | | | | tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap2018-01-151-1/+1
* | | | | ring-buffer: Bring back context level recursive checksSteven Rostedt (VMware)2018-01-151-17/+45
|/ / / /
* | | | tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2017-12-271-0/+1
* | | | tracing: Fix crash when it fails to alloc ring bufferJing Xia2017-12-271-0/+2
* | | | ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)2017-12-271-0/+6
* | | | tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2017-12-271-9/+1
* | | | ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2017-12-271-1/+5
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-151-7/+12
|\ \ \
| * | | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-121-7/+12
| | |/ | |/|
* | | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-144-32/+20
|\ \ \ | |/ / |/| |
| * | tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-141-0/+4
| * | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-1/+1
| * | ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke2017-12-041-6/+0
OpenPOWER on IntegriCloud