aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-10/+388
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-8/+33
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+201
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar90-0/+90
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller90-0/+90
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu1-0/+56
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier1-7/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman90-0/+90
2017-11-01btrfs: add tracepoints for outstanding extents modsJosef Bacik1-0/+21
2017-10-30btrfs: remove delayed_ref_node from ref_headJosef Bacik1-8/+5
2017-10-30btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enumAnand Jain1-0/+7
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-3/+3
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu1-0/+76
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu1-0/+7
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu1-0/+66
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-0/+11
2017-10-24tcp: mark trace event arguments sk and skb as constSong Liu1-4/+4
2017-10-24tcp: add trace event class tcp_event_sk_skbSong Liu1-1/+14
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni1-3/+3
2017-10-20tcp: Remove use of inet6_sk and add IPv6 checks to tracepointDavid Ahern1-3/+5
2017-10-18tcp: Check daddr_cache before use in tracepointDavid Ahern1-4/+4
2017-10-18tcp: Use pI6c in tcp tracepointDavid Ahern1-1/+1
2017-10-18bpf: cpumap add tracepointsJesper Dangaard Brouer1-0/+70
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer1-2/+8
2017-10-16tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)1-1/+4
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang1-0/+68
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra1-1/+1
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe1-1/+0
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-1/+1
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-3/+4
2017-09-29sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra1-7/+11
2017-09-25genirq/matrix: Add tracepointsThomas Gleixner1-0/+201
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2017-09-14KVM: trace events: update list of exit reasonsLadi Prosek1-1/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+0
2017-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-3/+110
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer1-2/+2
2017-09-11block: tolerate tracing of NULL bioGreg Thelen1-3/+2
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-131/+200
2017-09-07Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-13/+23
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+13
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-38/+0
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+1
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-7/+1
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-2/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-11/+286