aboutsummaryrefslogtreecommitdiff
path: root/include/trace/events
AgeCommit message (Expand)AuthorFilesLines
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+1
2017-11-30trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter listGravatar Xie XiuQi 1-0/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-23/+63
2017-11-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2017-11-24rxrpc: Fix service endpoint expiryGravatar David Howells 1-0/+2
2017-11-24rxrpc: Add keepalive for a callGravatar David Howells 1-0/+6
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATAGravatar David Howells 1-2/+9
2017-11-24rxrpc: Fix call timeoutsGravatar David Howells 1-22/+47
2017-11-24sched/debug: Fix task state recording/printoutGravatar Thomas Gleixner 1-3/+3
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-7/+10
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-56/+97
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-24/+55
2017-11-17sunrpc: Add rpc_request static trace pointGravatar Chuck Lever 1-0/+30
2017-11-17SUNRPC: Fix parsing failure in trace points with XIDsGravatar Chuck Lever 1-24/+25
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+110
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+293
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-9/+4
2017-11-15mm: remove __GFP_COLDGravatar Mel Gorman 1-1/+0
2017-11-15mm: remove cold parameter from free_hot_cold_page*Gravatar Mel Gorman 1-7/+4
2017-11-15kmemcheck: remove whats left of NOTRACK flagsGravatar Levin, Alexander (Sasha Levin) 1-1/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 5-7/+385
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-8/+33
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+201
2017-11-13afs: Protect call->state changes against signalsGravatar David Howells 1-0/+30
2017-11-13afs: Trace page dirty/cleanGravatar David Howells 1-0/+39
2017-11-13afs: Fix directory read/modify raceGravatar David Howells 1-0/+21
2017-11-13afs: Trace the sending of pagesGravatar David Howells 1-0/+61
2017-11-13afs: Trace the initiation and completion of client callsGravatar David Howells 1-0/+142
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosGravatar Eric Dumazet 1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 86-0/+86
2017-11-06f2fs: trace checkpoint reason in fsync()Gravatar Chao Yu 1-6/+18
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 86-0/+86
2017-11-03dax: Implement dax_finish_sync_fault()Gravatar Jan Kara 1-0/+2
2017-11-03dax: Inline dax_pmd_insert_mapping() into the callsiteGravatar Jan Kara 1-1/+0
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Gravatar Song Liu 1-0/+56
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Gravatar Marc Zyngier 1-7/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 86-0/+86
2017-11-01btrfs: add tracepoints for outstanding extents modsGravatar Josef Bacik 1-0/+21
2017-10-30btrfs: remove delayed_ref_node from ref_headGravatar Josef Bacik 1-8/+5
2017-10-30btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enumGravatar Anand Jain 1-0/+7
2017-10-26f2fs: trace f2fs_readdirGravatar Chao Yu 1-0/+29
2017-10-26f2fs: trace f2fs_lookupGravatar Chao Yu 1-0/+56
2017-10-26f2fs: trace f2fs_remove_discardGravatar Chao Yu 1-0/+7
2017-10-24tcp: add tracepoint trace_tcp_set_state()Gravatar Song Liu 1-0/+76
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockGravatar Song Liu 1-0/+7
2017-10-24tcp: add tracepoint trace_tcp_receive_resetGravatar Song Liu 1-0/+66
2017-10-24tcp: add tracepoint trace_tcp_send_resetGravatar Song Liu 1-0/+11
2017-10-24tcp: mark trace event arguments sk and skb as constGravatar Song Liu 1-4/+4