aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+625
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+28
2016-10-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+7
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 1-12/+13
2016-09-30rxrpc: Actually display the tx_data trace retransmission noteGravatar David Howells 1-1/+2
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingGravatar David Howells 1-2/+4
2016-09-24rxrpc: Implement slow-startGravatar David Howells 1-0/+45
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedGravatar David Howells 1-0/+27
2016-09-23rxrpc: Add tracepoint for ACK proposalGravatar David Howells 1-2/+40
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossGravatar David Howells 1-0/+21
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointGravatar David Howells 1-8/+42
2016-09-23rxrpc: Add a tracepoint for the call timerGravatar David Howells 1-0/+36
2016-09-22rxrpc: Add per-peer RTT trackerGravatar David Howells 1-0/+61
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-8/+4
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesGravatar David Howells 1-0/+34
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferGravatar David Howells 1-0/+33
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionGravatar David Howells 1-0/+30
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsGravatar David Howells 1-0/+26
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferGravatar David Howells 1-0/+26
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointGravatar David Howells 1-0/+60
2016-09-17rxrpc: Print the packet type name in the Rx packet traceGravatar David Howells 1-2/+3
2016-09-16cpufreq: intel_pstate: Add io_boost traceGravatar Srinivas Pandruvada 1-4/+9
2016-09-13x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsGravatar Yazen Ghannam 1-1/+4
2016-09-13x86/mce: Add support for new MCA_SYND registerGravatar Yazen Ghannam 1-2/+4
2016-09-08rxrpc: Add tracepoints to record received packets and end of data_readyGravatar David Howells 1-0/+38
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callGravatar David Howells 1-7/+3
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-0/+29
2016-09-07rxrpc: Improve the call tracking tracepointGravatar David Howells 1-8/+3
2016-09-02cpu/hotplug: Add multi instance supportGravatar Thomas Gleixner 1-0/+28
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 1-0/+39
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingGravatar David Howells 1-0/+56
2016-08-09Merge tag 'trace-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-3/+11
2016-08-09tracing: Fix tick_stop tracepoint symbols for user exportGravatar Steven Rostedt (Red Hat) 1-3/+11
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 2-11/+11
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+144
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-14/+104
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-136/+159
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+3
2016-08-02VSOCK: Introduce virtio_vsock_common.koGravatar Asias He 1-0/+144
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+133
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-4/+12
2016-07-28mm, compaction: introduce direct compaction priorityGravatar Vlastimil Babka 1-6/+6
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsGravatar Vlastimil Babka 1-0/+1
2016-07-28mm, vmscan: add classzone information to tracepointsGravatar Mel Gorman 1-20/+31
2016-07-28mm: move vmscan writes and file write accounting to the nodeGravatar Mel Gorman 1-2/+2
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-3/+3
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-7/+5
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-4/+77
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-13/+59
2016-07-26mm, thp: convert from optimistic swapin collapsing to conservativeGravatar Ebru Akagunduz 1-8/+11