aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-4/+4
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 1-4/+4
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-6/+114
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-12/+15
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-11/+6
2014-12-11Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-25/+0
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-5/+3
2014-12-10Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+160
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+6
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtGravatar Jeff Layton 1-0/+94
2014-12-09sunrpc: convert to lockless lookup of queued server threadsGravatar Jeff Layton 1-1/+2
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itGravatar Jeff Layton 1-1/+2
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsGravatar Jeff Layton 1-1/+2
2014-12-09sunrpc: move rq_dropme flag into rq_flagsGravatar Jeff Layton 1-4/+4
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsGravatar Jeff Layton 1-4/+5
2014-12-09sunrpc: move rq_local field to rq_flagsGravatar Jeff Layton 1-1/+2
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itGravatar Jeff Layton 1-4/+13
2014-12-08Merge remote-tracking branch 'asoc/topic/cache' into asoc-nextGravatar Mark Brown 1-25/+0
2014-12-04scsi: remove MSG_*_TAG definesGravatar Christoph Hellwig 1-4/+4
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerGravatar Zheng Liu 1-7/+4
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Gravatar Zheng Liu 1-2/+1
2014-11-25ext4: fix block reservation for bigalloc filesystemsGravatar Jan Kara 1-2/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Gravatar Hannes Reinecke 2-2/+2
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvGravatar Jeff Layton 1-1/+43
2014-11-24sunrpc: add new tracepoints in xprt handling codeGravatar Jeff Layton 1-0/+63
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsGravatar Jeff Layton 1-0/+55
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-2/+2
2014-11-19tracing: Fix return value of ftrace_raw_output_prep()Gravatar Steven Rostedt (Red Hat) 1-1/+1
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Gravatar Steven Rostedt (Red Hat) 1-4/+2
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Gravatar Ingo Molnar 1-9/+9
2014-11-15Merge tag 'drm/tegra/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Gravatar Dave Airlie 1-12/+15
2014-11-13gpu: host1x: Use struct host1x_bo pointers in tracesGravatar Thierry Reding 1-12/+15
2014-11-11module: Replace module_ref with atomic_t refcntGravatar Masami Hiramatsu 1-1/+1
2014-11-09ASoC: Remove snd_soc_cache_sync() implementationGravatar Lars-Peter Clausen 1-25/+0
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 1-9/+9
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionGravatar Pranith Kumar 1-2/+2
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsGravatar Paul E. McKenney 1-9/+9
2014-10-28sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state()Gravatar Oleg Nesterov 1-3/+6
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-0/+83
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-8/+51
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-7/+7
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-16/+69
2014-10-10Merge tag 'sound-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+3
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-5/+11
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-7/+29
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allGravatar Jeff Layton 1-7/+7
2014-10-06Merge remote-tracking branch 'asoc/topic/core' into asoc-nextGravatar Mark Brown 1-3/+3