| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | | | ||||||
| | | | \ \ \ \ | ||||||
| | | *-. \ \ \ \ | Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r... | Paul E. McKenney | 2019-10-30 | 2 | -22/+28 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | nohz: Add TICK_DEP_BIT_RCU | Frederic Weisbecker | 2019-10-05 | 1 | -1/+2 | |
| | | | |/ / / / / | | |/| | | | | | ||||||
| | | | * | | | | | rcu: Update descriptions for rcu_future_grace_period tracepoint | Paul E. McKenney | 2019-10-30 | 1 | -5/+5 | |
| | | | * | | | | | rcu: Update descriptions for rcu_nocb_wake tracepoint | Paul E. McKenney | 2019-10-30 | 1 | -14/+21 | |
| | | | * | | | | | rcu: Remove obsolete descriptions for rcu_barrier tracepoint | Paul E. McKenney | 2019-10-30 | 1 | -2/+0 | |
| | | |/ / / / / | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-11-25 | 4 | -30/+50 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | page_pool: Add API to update numa node | Saeed Mahameed | 2019-11-20 | 1 | -0/+22 | |
| | * | | | | | | | page_pool: extend tracepoint to also include the page PFN | Jesper Dangaard Brouer | 2019-11-18 | 1 | -4/+9 | |
| | * | | | | | | | page_pool: add destroy attempts counter and rename tracepoint | Jesper Dangaard Brouer | 2019-11-18 | 1 | -3/+6 | |
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-16 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | | page_pool: do not release pool until inflight == 0. | Jonathan Lemon | 2019-11-16 | 1 | -15/+4 | |
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-02 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | | net: bridge: fdb: br_fdb_update can take flags directly | Nikolay Aleksandrov | 2019-11-01 | 1 | -6/+6 | |
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-10-26 | 2 | -2/+3 | |
| | |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | | * | | | | | | xdp: Fix type of string pointer in __XDP_ACT_SYM_TAB | Ben Dooks (Codethink) | 2019-10-22 | 1 | -1/+1 | |
| | | * | | | | | | bpf: Add typecast to raw_tracepoints to help BTF generation | Alexei Starovoitov | 2019-10-17 | 1 | -1/+2 | |
| | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2019-11-25 | 2 | -73/+73 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | writeback: fix -Wformat compilation warnings | Qian Cai | 2019-11-25 | 1 | -24/+24 | |
| | * | | | | | | cgroup: use cgrp->kn->id as the cgroup ID | Tejun Heo | 2019-11-12 | 1 | -3/+3 | |
| | * | | | | | | kernfs: convert kernfs_node->id from union kernfs_node_id to u64 | Tejun Heo | 2019-11-12 | 1 | -2/+2 | |
| | * | | | | | | writeback: use ino_t for inodes in tracepoints | Tejun Heo | 2019-11-12 | 1 | -44/+44 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2019-11-25 | 1 | -67/+64 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | btrfs: rename btrfs_block_group_cache | David Sterba | 2019-11-18 | 1 | -12/+12 | |
| | * | | | | | | btrfs: add dedicated members for start and length of a block group | David Sterba | 2019-11-18 | 1 | -8/+8 | |
| | * | | | | | | btrfs: move block_group_item::used to block group | David Sterba | 2019-11-18 | 1 | -3/+2 | |
| | * | | | | | | btrfs: tracepoints: constify all pointers | David Sterba | 2019-11-18 | 1 | -26/+26 | |
| | * | | | | | | btrfs: tracepoints: drop typecasts from printk | David Sterba | 2019-11-18 | 1 | -15/+13 | |
| | * | | | | | | btrfs: get rid of pointless wtag variable in async-thread.c | Omar Sandoval | 2019-11-18 | 1 | -3/+3 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-11-25 | 1 | -4/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'for-linus' into for-5.5/block | Jens Axboe | 2019-11-07 | 3 | -12/+13 | |
| | |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | | block: Fix writeback throttling W=1 compiler warnings | Bart Van Assche | 2019-10-07 | 1 | -4/+8 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-11-25 | 1 | -0/+358 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | io_uring: add completion trace event | Jens Axboe | 2019-11-04 | 1 | -9/+45 | |
| | * | | | | | io_uring: remove io_uring_add_to_prev() trace event | Jens Axboe | 2019-11-01 | 1 | -29/+0 | |
| | * | | | | | io_uring: replace workqueue usage with io-wq | Jens Axboe | 2019-10-29 | 1 | -5/+7 | |
| | * | | | | | io_uring: add set of tracing events | Dmitrii Dolgov | 2019-10-29 | 1 | -0/+349 | |
| | | |/ / / | |/| | | | ||||||
| * / | | | | tcp: remove redundant new line from tcp_event_sk_skb | Tony Lu | 2019-11-09 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-10-23 | 1 | -1/+2 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | btrfs: tracepoints: Fix bad entry members of qgroup events | Qu Wenruo | 2019-10-17 | 1 | -1/+2 | |
| * | | | | tcp: annotate sk->sk_wmem_queued lockless reads | Eric Dumazet | 2019-10-13 | 1 | -1/+1 | |
| * | | | | tcp: annotate sk->sk_rcvbuf lockless reads | Eric Dumazet | 2019-10-13 | 1 | -1/+1 | |
| * | | | | rxrpc: Fix trace-after-put looking at the put call record | David Howells | 2019-10-07 | 1 | -3/+3 | |
| * | | | | rxrpc: Fix trace-after-put looking at the put connection record | David Howells | 2019-10-07 | 1 | -3/+3 | |
| * | | | | rxrpc: Fix trace-after-put looking at the put peer record | David Howells | 2019-10-07 | 1 | -3/+3 | |
| | |/ / |/| | | ||||||
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-10-05 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | rxrpc: Fix rxrpc_recvmsg tracepoint | David Howells | 2019-10-04 | 1 | -1/+1 | |
| * | | | Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2019-09-30 | 1 | -3/+4 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | mm, tracing: Print symbol name for call_site in trace events | Changbin Du | 2019-09-28 | 1 | -3/+4 | |
| * | | | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2019-09-26 | 1 | -13/+75 | |
| |\ \ \ | ||||||
| | * | | | xprtrdma: Cache free MRs in each rpcrdma_req | Chuck Lever | 2019-08-21 | 1 | -2/+36 | |

