| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-10-17 | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+9 |
| 2021-10-15 | kyber: avoid q->disk dereferences in trace points | Christoph Hellwig | 1 | -10/+9 |
| 2021-10-05 | cachefiles: Fix oops with cachefiles_cull() due to NULL object | Dave Wysochanski | 1 | -2/+2 |
| 2021-10-02 | cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL object | Dave Wysochanski | 1 | -1/+1 |
| 2021-09-25 | Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
| 2021-09-23 | erofs: fix up erofs_lookup tracepoint | Gao Xiang | 1 | -3/+3 |
| 2021-09-20 | Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+6 |
| 2021-09-13 | afs: Try to avoid taking RCU read lock when checking vnode validity | David Howells | 1 | -2/+6 |
| 2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -3/+46 |
| 2021-09-08 | mm/damon: add a tracepoint | SeongJae Park | 1 | -0/+43 |
| 2021-09-08 | mm/idle_page_tracking: make PG_idle reusable | SeongJae Park | 1 | -1/+1 |
| 2021-09-08 | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1) | Muchun Song | 1 | -2/+2 |
| 2021-09-06 | Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
| 2021-09-04 | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux | Linus Torvalds | 1 | -1/+0 |
| 2021-09-04 | Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+97 |
| 2021-09-04 | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2 | -52/+82 |
| 2021-09-03 | io_uring: io_uring_complete() trace should take an integer | Jens Axboe | 1 | -3/+3 |
| 2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+2 |
| 2021-09-03 | mm/migrate: demote pages during reclaim | Dave Hansen | 1 | -1/+2 |
| 2021-09-03 | mm: remove VM_DENYWRITE | David Hildenbrand | 1 | -1/+0 |
| 2021-09-02 | Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -120/+110 |
| 2021-08-31 | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+2 |
| 2021-08-31 | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2 | -4/+26 |
| 2021-08-31 | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -4/+17 |
| 2021-08-30 | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
| 2021-08-27 | fscache: Use refcount_t for the cookie refcount instead of atomic_t | David Howells | 1 | -22/+22 |
| 2021-08-27 | fscache: Fix fscache_cookie_put() to not deref after dec | David Howells | 1 | -17/+7 |
| 2021-08-27 | fscache: Add a cookie debug ID and use that in traces | David Howells | 2 | -92/+92 |
| 2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2021-08-25 | netfs: Move cookie debug ID to struct netfs_cache_resources | David Howells | 1 | -1/+1 |
| 2021-08-23 | block: add an explicit ->disk backpointer to the request_queue | Christoph Hellwig | 1 | -3/+3 |
| 2021-08-23 | f2fs: introduce periodic iostat io latency traces | Daeho Jeong | 1 | -0/+95 |
| 2021-08-23 | f2fs: separate out iostat feature | Daeho Jeong | 1 | -0/+2 |
| 2021-08-23 | btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc | Josef Bacik | 1 | -0/+1 |
| 2021-08-23 | btrfs: enable a tracepoint when we fail tickets | Josef Bacik | 1 | -0/+6 |
| 2021-08-23 | btrfs: include delalloc related info in dump space info tracepoint | Josef Bacik | 1 | -4/+10 |
| 2021-08-20 | mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names | Mike Rapoport | 1 | -1/+3 |
| 2021-08-17 | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency() | Chuck Lever | 1 | -4/+4 |
| 2021-08-17 | tracing: Add trace_event helper macros __string_len() and __assign_str_len() | Steven Rostedt (VMware) | 1 | -0/+22 |
| 2021-08-10 | SUNRPC: Eliminate the RQ_AUTHERR flag | Chuck Lever | 1 | -2/+1 |
| 2021-08-10 | SUNRPC: Add svc_rqst::rq_auth_stat | Chuck Lever | 1 | -3/+3 |
| 2021-08-09 | xprtrdma: Add an xprtrdma_post_send_err tracepoint | Chuck Lever | 1 | -0/+33 |
| 2021-08-09 | xprtrdma: Add xprtrdma_post_recvs_err() tracepoint | Chuck Lever | 1 | -7/+34 |
| 2021-08-09 | SUNRPC: Record timeout value in xprt_retransmit tracepoint | Chuck Lever | 1 | -2/+4 |
| 2021-08-09 | SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectly | Chuck Lever | 1 | -5/+5 |
| 2021-08-09 | SUNRPC: Update trace flags | Chuck Lever | 1 | -0/+3 |
| 2021-08-09 | SUNRPC: Remove unneeded TRACE_DEFINE_ENUMs | Chuck Lever | 1 | -34/+0 |
| 2021-07-27 | qdisc: add new field for qdisc_enqueue tracepoint | Tonghao Zhang | 1 | -0/+2 |
| 2021-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2 | -2/+28 |
| 2021-07-21 | afs: Fix tracepoint string placement with built-in AFS | David Howells | 1 | -5/+62 |
| 2021-07-15 | net_sched: introduce tracepoint trace_qdisc_enqueue() | Qitao Xu | 1 | -0/+26 |
| 2021-07-15 | net_sched: use %px to print skb address in trace_qdisc_dequeue() | Qitao Xu | 1 | -1/+1 |
| 2021-07-15 | net: use %px to print skb address in trace_netif_receive_skb | Qitao Xu | 1 | -1/+1 |
| 2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2021-07-03 | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 8 | -28/+194 |
| 2021-07-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -46/+22 |
| 2021-07-02 | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+37 |
| 2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -41/+0 |
| 2021-07-01 | Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -36/+70 |
| 2021-06-30 | include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_low | Yu Zhao | 1 | -41/+0 |
| 2021-06-30 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+101 |
| 2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 5 | -8/+156 |
| 2021-06-30 | treewide: Add missing semicolons to __assign_str uses | Joe Perches | 4 | -25/+25 |
| 2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -14/+14 |
| 2021-06-29 | net: sock: add trace for socket errors | Alexander Aring | 1 | -0/+60 |
| 2021-06-29 | mm, tracing: unify PFN format strings | Vincent Whitchurch | 6 | -14/+14 |
| 2021-06-28 | Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -14/+9 |
| 2021-06-28 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+8 |
| 2021-06-28 | tracing: Fix spelling in osnoise tracer "interferences" -> "interference" | Colin Ian King | 1 | -1/+1 |
| 2021-06-25 | trace: Add osnoise tracer | Daniel Bristot de Oliveira | 1 | -0/+142 |
| 2021-06-25 | trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpers | Steven Rostedt | 1 | -0/+25 |
| 2021-06-24 | jbd2,ext4: add a shrinker to release checkpointed buffers | Zhang Yi | 1 | -0/+101 |
| 2021-06-22 | btrfs: rip out may_commit_transaction | Josef Bacik | 1 | -2/+1 |
| 2021-06-21 | btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() | Qu Wenruo | 1 | -12/+8 |
| 2021-06-18 | mptcp: dump csum fields in mptcp_dump_mpext | Geliang Tang | 1 | -6/+11 |
| 2021-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+5 |
| 2021-06-16 | io_uring: minor clean up in trace events definition | Olivier Langlois | 1 | -18/+17 |
| 2021-06-16 | io_uring: Add to traces the req pointer when available | Olivier Langlois | 1 | -18/+53 |
| 2021-06-11 | virtio/vsock: update trace event for SEQPACKET | Arseny Krasnov | 1 | -1/+4 |
| 2021-06-10 | trace: replace WB_REASON_FOREIGN_FLUSH with a string | Chunguang Xu | 1 | -1/+2 |
| 2021-06-10 | sched/tracing: Remove the redundant 'success' in the sched tracepoint | Ed Tsai | 1 | -2/+0 |
| 2021-06-10 | iommu/vt-d: Add prq_report trace event | Lu Baolu | 1 | -0/+37 |
| 2021-06-04 | kasan: disable freed user page poisoning with HW tags | Peter Collingbourne | 1 | -1/+8 |
| 2021-05-31 | scsi: core: Kill message byte | Hannes Reinecke | 1 | -32/+1 |
| 2021-05-31 | scsi: core: Drop the now obsolete driver_byte definitions | Hannes Reinecke | 1 | -14/+1 |
| 2021-05-26 | spi: Enable tracing of the SPI setup CS selection | Andy Shevchenko | 1 | -0/+57 |
| 2021-05-26 | xdp: Extend xdp_redirect_map with broadcast support | Hangbin Liu | 1 | -1/+5 |
| 2021-05-14 | tcp: add tracepoint for checksum errors | Jakub Kicinski | 1 | -0/+76 |
| 2021-05-12 | rcu/nocb: Unify timers | Frederic Weisbecker | 1 | -0/+1 |
| 2021-05-10 | scsi: ufs: core: Enable power management for wlun | Asutosh Das | 1 | -0/+20 |
| 2021-05-07 | Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -76/+111 |
| 2021-05-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -12/+88 |
| 2021-05-05 | mm/gup: migrate pinned pages out of movable zone | Pavel Tatashin | 1 | -1/+2 |
| 2021-05-05 | mm: use proper type for cma_[alloc|release] | Minchan Kim | 1 | -11/+11 |
| 2021-05-05 | mm: cma: add the CMA instance name to cma trace events | Minchan Kim | 1 | -11/+17 |
| 2021-05-05 | mm: cma: add trace events for CMA alloc perf testing | Liam Mark | 2 | -1/+63 |
| 2021-05-05 | userfaultfd: add minor fault registration mode | Axel Rasmussen | 1 | -0/+7 |
| 2021-05-03 | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 4 | -4/+4 |
| 2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -24/+66 |
| 2021-05-01 | Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -120/+0 |
| 2021-04-30 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -176/+0 |
| 2021-04-30 | mm, tracing: improve rss_stat tracepoint message | Ovidiu Panait | 1 | -2/+22 |
| 2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -27/+208 |
| 2021-04-29 | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2021-04-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+21 |
| 2021-04-28 | Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+7 |
| 2021-04-28 | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
| 2021-04-28 | Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+28 |
| 2021-04-27 | Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -42/+32 |
| 2021-04-27 | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+261 |
| 2021-04-26 | Merge tag 'for-5.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -0/+12 |
| 2021-04-26 | Merge tag 'nfsd-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -0/+1 |
| 2021-04-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -83/+0 |
| 2021-04-26 | xprtrdma: Move fr_mr field to struct rpcrdma_mr | Chuck Lever | 1 | -6/+6 |
| 2021-04-26 | xprtrdma: Remove the RPC/RDMA QP event handler | Chuck Lever | 1 | -32/+0 |
| 2021-04-26 | xprtrdma: Don't display r_xprt memory addresses in tracepoints | Chuck Lever | 1 | -32/+19 |
| 2021-04-26 | xprtrdma: Add an rpcrdma_mr_completion_class | Chuck Lever | 1 | -4/+44 |
| 2021-04-26 | xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation | Chuck Lever | 1 | -0/+2 |
| 2021-04-26 | xprtrdma: Do not recycle MR after FastReg/LocalInv flushes | Chuck Lever | 1 | -1/+0 |
| 2021-04-23 | afs: Use ITER_XARRAY for writing | David Howells | 1 | -32/+19 |
| 2021-04-23 | afs: Pass page into dirty region helpers to provide THP size | David Howells | 1 | -10/+13 |
| 2021-04-23 | netfs: Add a tracepoint to log failures that would be otherwise unseen | David Howells | 1 | -0/+58 |
| 2021-04-23 | netfs: Define an interface to talk to a cache | David Howells | 1 | -0/+2 |
| 2021-04-23 | netfs: Add write_begin helper | David Howells | 1 | -1/+3 |
| 2021-04-23 | netfs: Add tracepoints | David Howells | 1 | -0/+199 |
| 2021-04-22 | Merge branch 'kvm-sev-cgroup' into HEAD | Paolo Bonzini | 1 | -3/+3 |
| 2021-04-20 | btrfs: zoned: automatically reclaim zones | Johannes Thumshirn | 1 | -0/+12 |
| 2021-04-17 | KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint | Sean Christopherson | 1 | -24/+0 |
| 2021-04-17 | KVM: Move arm64's MMU notifier trace events to generic code | Sean Christopherson | 1 | -0/+66 |
| 2021-04-16 | mptcp: add tracepoint in subflow_check_data_avail | Geliang Tang | 1 | -0/+29 |
| 2021-04-16 | mptcp: add tracepoint in ack_update_msk | Geliang Tang | 1 | -0/+32 |
| 2021-04-16 | mptcp: add tracepoint in get_mapping_status | Geliang Tang | 1 | -0/+52 |
| 2021-04-16 | mptcp: add tracepoint in mptcp_subflow_get_send | Geliang Tang | 1 | -0/+60 |
| 2021-04-16 | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel | 1 | -120/+0 |
| 2021-04-14 | SUNRPC: Remove trace_xprt_transmit_queued | Chuck Lever | 1 | -1/+0 |
| 2021-04-14 | SUNRPC: Add tracepoint that fires when an RPC is retransmitted | Chuck Lever | 1 | -0/+40 |
| 2021-04-12 | block: add queue_to_disk() to get gendisk from request_queue | Jeffle Xu | 1 | -3/+3 |
| 2021-04-11 | io_uring: include cflags in completion trace event | Jens Axboe | 1 | -4/+7 |
| 2021-04-11 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+28 |
| 2021-04-07 | iommu/vt-d: Remove unused dma map/unmap trace events | Lu Baolu | 1 | -120/+0 |
| 2021-04-02 | ext4: delete some unused tracepoint definitions | Eric Whitney | 1 | -176/+0 |
| 2021-04-02 | random: remove dead code left over from blocking pool | Eric Biggers | 1 | -83/+0 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
| 2021-03-23 | tracing: Fix various typos in comments | Ingo Molnar | 4 | -4/+4 |
| 2021-03-22 | SUNRPC: Export svc_xprt_received() | Chuck Lever | 1 | -0/+1 |
| 2021-03-18 | workqueue/tracing: Copy workqueue name to buffer in trace event | Steven Rostedt (VMware) | 1 | -3/+3 |
| 2021-03-15 | rcu/tree: Add a trace event for RCU CPU stall warnings | Sangmoon Kim | 1 | -0/+28 |
| 2021-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -27/+35 |
| 2021-03-10 | bpf, xdp: Restructure redirect actions | Björn Töpel | 1 | -27/+35 |
| 2021-03-06 | x86/mm/tlb: Flush remote and local TLBs concurrently | Nadav Amit | 1 | -1/+1 |
| 2021-03-04 | scsi: ufs: Add exception event tracepoint | Adrian Hunter | 1 | -0/+21 |
| 2021-02-28 | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -15/+15 |
| 2021-02-26 | Merge tag 'trace-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 1 | -3/+3 |
| 2021-02-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+74 |
| 2021-02-26 | tracing: add error_report_end trace point | Alexander Potapenko | 1 | -0/+74 |
| 2021-02-26 | Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -2/+48 |
| 2021-02-25 | mm, tracing: Fix kmem_cache_free trace event to not print stale pointers | Steven Rostedt (VMware) | 1 | -3/+3 |
| 2021-02-24 | mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion() | Yu Zhao | 1 | -7/+4 |
| 2021-02-24 | mm, tracing: record slab name for kmem_cache_free() | Jacob Wen | 1 | -8/+16 |
| 2021-02-22 | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -3/+3 |
| 2021-02-22 | Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -10/+21 |
| 2021-02-22 | Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+37 |
| 2021-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -40/+68 |
| 2021-02-22 | blktrace: fix blk_rq_merge documentation | Chaitanya Kulkarni | 1 | -1/+1 |
| 2021-02-22 | blktrace: fix blk_rq_issue documentation | Chaitanya Kulkarni | 1 | -1/+1 |
| 2021-02-22 | block: remove superfluous param in blk_fill_rwbs() | Chaitanya Kulkarni | 2 | -13/+13 |
| 2021-02-21 | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+26 |
| 2021-02-21 | Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -4/+11 |
| 2021-02-21 | Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -8/+103 |
| 2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -2/+10 |
| 2021-02-12 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+26 |
| 2021-02-11 | tracing: Update the stage 3 of trace event macro comment | Masami Hiramatsu | 1 | -9/+20 |
| 2021-02-11 | tracing: Show real address for trace event arguments | Masami Hiramatsu | 1 | -1/+1 |
| 2021-02-08 | btrfs: add a trace class for dumping the current ENOSPC state | Josef Bacik | 1 | -0/+62 |
| 2021-02-08 | btrfs: adjust the flush trace point to include the source | Josef Bacik | 1 | -4/+6 |
| 2021-02-08 | btrfs: introduce a FORCE_COMMIT_TRANS flush operation | Josef Bacik | 1 | -1/+2 |
| 2021-02-08 | btrfs: add a trace point for reserve tickets | Josef Bacik | 1 | -0/+29 |
| 2021-02-08 | btrfs: rework the order of btrfs_ordered_extent::flags | Qu Wenruo | 1 | -3/+4 |
| 2021-02-05 | rpcrdma: Capture bytes received in Receive completion tracepoints | Chuck Lever | 1 | -2/+48 |
| 2021-02-04 | netlink: add tracepoint at NL_SET_ERR_MSG | Marcelo Ricardo Leitner | 1 | -0/+29 |
| 2021-02-04 | net: tracepoint: exposing sk_family in all tcp:tracepoints | Hariharan Ananthakrishnan | 1 | -4/+16 |
| 2021-02-02 | iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration] | Lu Baolu | 1 | -2/+0 |
| 2021-01-28 | iommu/vt-d: Add qi_submit trace event | Lu Baolu | 1 | -0/+37 |
| 2021-01-25 | SUNRPC: Display RPC procedure names instead of proc numbers | Chuck Lever | 1 | -4/+11 |
| 2021-01-24 | Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2021-01-20 | trace: bpf: Allow bpf to attach to bare tracepoints | Qais Yousef | 1 | -2/+10 |
| 2021-01-19 | workqueue: tracing the name of the workqueue instead of it's address | Zqiang | 1 | -3/+3 |
| 2021-01-13 | SUNRPC: Move the svc_xdr_recvfrom tracepoint again | Chuck Lever | 1 | -6/+53 |
| 2021-01-11 | kthread: remove comments about old _do_fork() helper | Yanfei Xu | 1 | -1/+1 |
| 2021-01-07 | scsi: ufs: Make UPIU trace easier differentiate among CDB, OSF, and TM | Bean Huo | 1 | -3/+15 |
| 2021-01-07 | scsi: ufs: Use __print_symbolic() for UFS trace string print | Bean Huo | 1 | -19/+35 |
| 2021-01-07 | scsi: ufs: Remove stringize operator '#' restriction | Bean Huo | 1 | -20/+20 |
| 2021-01-06 | rcu/trace: Add tracing for how segcb list changes | Joel Fernandes (Google) | 1 | -0/+26 |
| 2021-01-05 | Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
| 2021-01-04 | afs: Fix directory entry size calculation | David Howells | 1 | -0/+2 |
| 2020-12-24 | Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+15 |
| 2020-12-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -0/+44 |
| 2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+63 |
| 2020-12-17 | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -238/+212 |
| 2020-12-17 | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |