summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-172-1/+89
|\
| * ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-051-0/+30
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-1/+59
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-0/+19
|\ \
| * | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+19
* | | Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2015-02-121-78/+70
|\ \ \
| * | | f2fs: fix sparse warningsJaegeuk Kim2015-02-111-6/+7
| * | | f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2015-02-111-0/+1
| * | | f2fs: merge flags in struct f2fs_sb_infoChao Yu2015-02-111-2/+2
| * | | f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio...Chao Yu2015-01-091-17/+20
| * | | f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASSChao Yu2015-01-091-64/+51
| |/ /
* | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-7/+5
|\ \ \
| * | | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-201-4/+2
| * | | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-3/+3
| |/ /
* | | Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-121-13/+18
|\ \ \
| * \ \ Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-041-13/+18
| |\ \ \ | | |_|/ | |/| |
| | * | iommu: Change trace unmap api to report unmapped sizeShuah Khan2015-01-191-13/+18
| | |/
* | | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-121-0/+9
|\ \ \
| * | | tracing: Add array printing helperDave Martin2015-01-281-0/+9
| | |/ | |/|
* | | mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-02-111-3/+4
* | | mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim2015-02-111-0/+56
* | | mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim2015-02-111-0/+74
* | | mm/compaction: print current range where compaction workJoonsoo Kim2015-02-111-7/+23
* | | mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim2015-02-111-14/+35
* | | mm/compaction: change tracepoint format from decimal to hexadecimalJoonsoo Kim2015-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-101-4/+4
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-7/+9
| |\ \ \ | | | |/ | | |/|
| * | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-091-3/+4
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-01-281-7/+9
| |\ \ \ | | | |/ | | |/|
| * | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-141-3/+4
| | |/ | |/|
* | | Merge tag 'trace-fixes-v3.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-081-1/+3
|\ \ \ | |_|/ |/| |
| * | x86/tlb/trace: Do not trace on CPU that is offlineSteven Rostedt (Red Hat)2015-02-071-1/+3
| |/
* | KVM: fix sparse warning in include/trace/events/kvm.hChristian Borntraeger2015-01-191-7/+9
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-201-4/+4
|\
| * Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-4/+4
| |\
| | * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-4/+4
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-181-1/+1
|\ \ \
| * | | module: Replace module_ref with atomic_t refcntMasami Hiramatsu2014-11-111-1/+1
| | |/ | |/|
* | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-161-6/+114
|\ \ \
| * | | sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-091-0/+94
| * | | sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-091-1/+2
| * | | sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-091-1/+2
| * | | sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-1/+2
| * | | sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-091-4/+4
| * | | sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-091-4/+5
| * | | sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-1/+2
| * | | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-091-4/+13
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-12/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'drm/tegra/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Dave Airlie2014-11-151-12/+15
| |\ \ \ | | |_|/ | |/| |
OpenPOWER on IntegriCloud