summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)
2018-01-18tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)
2018-01-18ring-buffer: Fix duplicate results in mapping context to bits in recursive lockSteven Rostedt (VMware)
2018-01-15tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap
2018-01-15ring-buffer: Bring back context level recursive checksSteven Rostedt (VMware)
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-27tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2017-12-27tracing: Fix crash when it fails to alloc ring bufferJing Xia
2017-12-27ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)
2017-12-27tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-27ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-14Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-12-14tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)
2017-12-12bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-04trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-12-04tracing: Pass export pointer as argument to ->write()Felipe Balbi
2017-12-04ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke
2017-12-04tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann
2017-12-04tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-12-04tracing: Fix code comments in trace.cChunyu Hu
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song
2017-11-28ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-27blktrace: fix trace mutex deadlockJens Axboe
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney
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-19blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza
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