summaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* net_sched: add a tracepoint for qdisc creationCong Wang2020-05-281-0/+23
* net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang2020-05-281-0/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-10/+42
|\
| * Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-05-231-10/+42
| |\
| | * rxrpc: Trace discarded ACKsDavid Howells2020-05-201-0/+35
| | * rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-10/+7
* | | xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-221-1/+0
* | | xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-221-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-5/+5
|\| |
| * | Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-101-4/+4
| |\ \
| | * | bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-101-4/+4
| * | | Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-081-1/+1
| |\ \ \
| | * | | gpu/trace: Minor comment updates for gpu_mem_total tracepointYiwei Zhang2020-05-071-1/+1
| | | |/ | | |/|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-071-8/+4
|\| | |
| * | | Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-021-8/+4
| |\ \ \ | | |/ / | |/| |
| | * | xprtrdma: Fix trace point use-after-free raceChuck Lever2020-04-201-8/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-264-22/+43
|\| | |
| * | | Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-242-4/+3
| |\ \ \ | | | |/ | | |/|
| | * | blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long2020-04-211-3/+3
| | * | buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu2020-04-181-1/+0
| | |/
| * | Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-04-231-14/+36
| |\ \ | | |/ | |/|
| | * svcrdma: Fix trace point use-after-free raceChuck Lever2020-04-171-14/+36
| * | blk-wbt: Drop needless newlines from tracepoint format stringsTommi Rantala2020-04-171-4/+4
| |/
* / net: qrtr: Add tracepoint supportManivannan Sadhasivam2020-04-221-0/+115
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-073-1/+3
|\
| * khugepaged: skip collapse if uffd-wp detectedPeter Xu2020-04-071-0/+1
| * mm: code cleanup for MADV_FREEHuang Ying2020-04-071-1/+1
| * mm/vma: add missing VMA flag readable name for VM_SYNCAnshuman Khandual2020-04-071-0/+1
* | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-90/+63
|\ \
| * | xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-271-61/+2
| * | xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever2020-03-271-25/+53
| * | xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-271-6/+6
| * | xprtrdma: Disconnect on flushed completionChuck Lever2020-03-271-1/+2
| * | xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever2020-03-271-1/+0
| * | xprtrdma: Enhance MR-related trace pointsChuck Lever2020-03-271-26/+30
* | | Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-071-1/+2
|\ \ \ | |_|/ |/| |
| * | f2fs: compress: support zstd compress algorithmChao Yu2020-04-031-1/+2
| |/
* | Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-04-051-0/+57
|\ \
| * | gpu/trace: add a gpu total memory usage tracepointYiwei Zhang2020-03-031-0/+57
| |/
* | Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-04-043-37/+165
|\ \
| * | sunrpc: Add tracing for cache eventsTrond Myklebust2020-03-161-0/+33
| * | svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever2020-03-161-0/+18
| * | svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever2020-03-161-5/+9
| * | svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever2020-03-161-3/+4
| * | svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever2020-03-161-28/+0
| * | svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-161-0/+43
| * | SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever2020-03-161-1/+58
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-032-3/+47
|\ \
| * | scsi: target: core: add task tag to trace eventsViacheslav Dubeyko2020-03-271-3/+8
| * | scsi: qla2xxx: add ring buffer for tracing debug logsRajan Shanmugavelu2020-03-121-0/+39
| |/