aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman90-0/+90
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-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
2017-08-31bridge: add tracepoint in br_fdb_updateRoopa Prabhu1-0/+31
2017-08-31xen: remove not used trace functionsJuergen Gross1-20/+0
2017-08-31xen: remove unused function xen_set_domain_pte()Juergen Gross1-18/+0
2017-08-30mmc: core: Add members to mmc_request and mmc_data for CQE'sAdrian Hunter1-13/+23
2017-08-29bridge: fdb add and delete tracepointsRoopa Prabhu1-0/+98
2017-08-29xdp: separate xdp_redirect tracepoint in map caseJesper Dangaard Brouer1-8/+38
2017-08-29xdp: separate xdp_redirect tracepoint in error caseJesper Dangaard Brouer1-4/+18
2017-08-29xdp: make xdp tracepoints report bpf prog id instead of prog_tagJesper Dangaard Brouer1-10/+8
2017-08-29xdp: tracepoint xdp_redirect also need a map argumentJesper Dangaard Brouer1-8/+30
2017-08-29xdp: remove redundant argument to trace_xdp_redirectJesper Dangaard Brouer1-3/+3
2017-08-24xdp: get tracepoints xdp_exception and xdp_redirect in syncJesper Dangaard Brouer1-6/+6
2017-08-24xdp: remove net_device names from xdp_redirect tracepointJesper Dangaard Brouer1-12/+12
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig3-12/+12
2017-08-21f2fs: add tracepoint for f2fs_gcChao Yu1-0/+107
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+5
2017-08-18xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer1-4/+7
2017-08-18btrfs: use BTRFS_FSID_SIZE for fsidAnand Jain1-9/+9
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-0/+50
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov1-8/+5
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney1-0/+58
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney1-114/+128
2017-08-15f2fs: fix potential overflow when adjusting GC cycleChao Yu1-3/+3
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-27/+8
2017-07-30ext4: remove unused metadata accounting variablesEric Whitney1-27/+8
2017-07-29kernfs: introduce kernfs_node_idShaohua Li1-1/+1
2017-07-24rcutorture: Place event-traced strings into trace bufferPaul E. McKenney1-2/+5
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend1-1/+30
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-224/+251