summaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
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/ker...Linus 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-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-2/+5
2017-08-18xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer1-4/+7
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-0/+50
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David 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 s...Michal Hocko1-1/+1
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-224/+251
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+81
2017-07-10mm/oom_kill.c: add tracepoints for oom reaper-related eventsRoman Gushchin1-0/+80
2017-07-10oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACKSteven Rostedt (VMware)1-1/+1
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-2/+14
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+57
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-7/+32
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-0/+125
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+57
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-36/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-07-04Merge tag 'spi-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-13/+13
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+195
2017-06-20percpu: add tracepoint support for percpu memoryDennis Zhou1-0/+125
2017-06-19btrfs: cleanup unused qgroup trace eventAnand Jain1-36/+0
2017-06-13tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton1-2/+11
2017-06-13tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their valuesJeremy Linton1-0/+16
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton1-4/+4
2017-06-13trace: rename kernel enum section to evalJeremy Linton1-1/+1
2017-06-13spi: Generalize SPI "master" to "controller"Geert Uytterhoeven1-13/+13