aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05ext4: add optimization for the lazytime mount optionTheodore Ts'o1-0/+30
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-1/+59
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into nextJoerg Roedel1-13/+18
2015-01-28tracing: Add array printing helperDave Martin1-0/+9
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-7/+9
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-4/+2
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-3/+3
2015-01-19iommu: Change trace unmap api to report unmapped sizeShuah Khan1-13/+18
2015-01-19KVM: fix sparse warning in include/trace/events/kvm.hChristian Borntraeger1-7/+9
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-3/+4
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2015-01-09f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fioChao Yu1-17/+20
2015-01-09f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASSChao Yu1-64/+51
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-4/+4
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+114
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-12/+15
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-11/+6
2014-12-11Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-25/+0
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+3
2014-12-10Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+160
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+6
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton1-0/+94
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton1-1/+2
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-1/+2
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-1/+2
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-4/+4
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-4/+5
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-1/+2
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-4/+13
2014-12-08Merge remote-tracking branch 'asoc/topic/cache' into asoc-nextMark Brown1-25/+0
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-4/+4
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu1-7/+4
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu1-2/+1
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara1-2/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2-2/+2
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton1-1/+43
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton1-0/+63
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton1-0/+55
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2014-11-19tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)1-1/+1
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)1-4/+2
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changesIngo Molnar1-9/+9
2014-11-15Merge tag 'drm/tegra/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-12/+15
2014-11-13gpu: host1x: Use struct host1x_bo pointers in tracesThierry Reding1-12/+15
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu1-1/+1
2014-11-09ASoC: Remove snd_soc_cache_sync() implementationLars-Peter Clausen1-25/+0