summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | |
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney2019-10-302-22/+28
| | |\ \ \ \ \ \
| | | | * | | | | nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker2019-10-051-1/+2
| | | |/ / / / / | | |/| | | | |
| | | * | | | | rcu: Update descriptions for rcu_future_grace_period tracepointPaul E. McKenney2019-10-301-5/+5
| | | * | | | | rcu: Update descriptions for rcu_nocb_wake tracepointPaul E. McKenney2019-10-301-14/+21
| | | * | | | | rcu: Remove obsolete descriptions for rcu_barrier tracepointPaul E. McKenney2019-10-301-2/+0
| | |/ / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-254-30/+50
|\ \ \ \ \ \ \
| * | | | | | | page_pool: Add API to update numa nodeSaeed Mahameed2019-11-201-0/+22
| * | | | | | | page_pool: extend tracepoint to also include the page PFNJesper Dangaard Brouer2019-11-181-4/+9
| * | | | | | | page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer2019-11-181-3/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-11-161-15/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov2019-11-011-6/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-262-2/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | xdp: Fix type of string pointer in __XDP_ACT_SYM_TABBen Dooks (Codethink)2019-10-221-1/+1
| | * | | | | | bpf: Add typecast to raw_tracepoints to help BTF generationAlexei Starovoitov2019-10-171-1/+2
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-252-73/+73
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | writeback: fix -Wformat compilation warningsQian Cai2019-11-251-24/+24
| * | | | | | cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-3/+3
| * | | | | | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+2
| * | | | | | writeback: use ino_t for inodes in tracepointsTejun Heo2019-11-121-44/+44
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-11-251-67/+64
|\ \ \ \ \ \
| * | | | | | btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-12/+12
| * | | | | | btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-8/+8
| * | | | | | btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-3/+2
| * | | | | | btrfs: tracepoints: constify all pointersDavid Sterba2019-11-181-26/+26
| * | | | | | btrfs: tracepoints: drop typecasts from printkDavid Sterba2019-11-181-15/+13
| * | | | | | btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval2019-11-181-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-linus' into for-5.5/blockJens Axboe2019-11-073-12/+13
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | block: Fix writeback throttling W=1 compiler warningsBart Van Assche2019-10-071-4/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-0/+358
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | io_uring: add completion trace eventJens Axboe2019-11-041-9/+45
| * | | | | io_uring: remove io_uring_add_to_prev() trace eventJens Axboe2019-11-011-29/+0
| * | | | | io_uring: replace workqueue usage with io-wqJens Axboe2019-10-291-5/+7
| * | | | | io_uring: add set of tracing eventsDmitrii Dolgov2019-10-291-0/+349
| | |/ / / | |/| | |
* / | | | tcp: remove redundant new line from tcp_event_sk_skbTony Lu2019-11-091-1/+1
|/ / / /
* | | | Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-231-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | btrfs: tracepoints: Fix bad entry members of qgroup eventsQu Wenruo2019-10-171-1/+2
* | | | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-1/+1
* | | | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-1/+1
* | | | rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-071-3/+3
* | | | rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-071-3/+3
* | | | rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-10-071-3/+3
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-051-1/+1
|\ \ \ | |_|/ |/| |
| * | rxrpc: Fix rxrpc_recvmsg tracepointDavid Howells2019-10-041-1/+1
* | | Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-301-3/+4
|\ \ \ | |/ / |/| |
| * | mm, tracing: Print symbol name for call_site in trace eventsChangbin Du2019-09-281-3/+4
* | | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-13/+75
|\ \ \
| * | | xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever2019-08-211-2/+36
OpenPOWER on IntegriCloud