summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-083-3/+46
|\
| * mm/damon: add a tracepointSeongJae Park2021-09-081-0/+43
| * mm/idle_page_tracking: make PG_idle reusableSeongJae Park2021-09-081-1/+1
| * mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-081-2/+2
* | Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-061-3/+3
|\ \
| * | io_uring: io_uring_complete() trace should take an integerJens Axboe2021-09-031-3/+3
| |/
* | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-1/+0
|\ \
| * | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-1/+0
| |/
* | Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-041-0/+97
|\ \
| * | f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-231-0/+95
| * | f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+2
* | | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-042-52/+82
|\ \ \
| * | | SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-2/+1
| * | | SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-101-3/+3
| * | | xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever2021-08-091-0/+33
| * | | xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever2021-08-091-7/+34
| * | | SUNRPC: Record timeout value in xprt_retransmit tracepointChuck Lever2021-08-091-2/+4
| * | | SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectlyChuck Lever2021-08-091-5/+5
| * | | SUNRPC: Update trace flagsChuck Lever2021-08-091-0/+3
| * | | SUNRPC: Remove unneeded TRACE_DEFINE_ENUMsChuck Lever2021-08-091-34/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+2
|\ \ \ \
| * | | | mm/migrate: demote pages during reclaimDave Hansen2021-09-031-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-023-120/+110
|\ \ \ \
| * | | | fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells2021-08-271-22/+22
| * | | | fscache: Fix fscache_cookie_put() to not deref after decDavid Howells2021-08-271-17/+7
| * | | | fscache: Add a cookie debug ID and use that in tracesDavid Howells2021-08-272-92/+92
| * | | | netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells2021-08-251-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-0/+2
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-1/+3
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | qdisc: add new field for qdisc_enqueue tracepointTonghao Zhang2021-07-271-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-312-4/+26
|\ \ \ \
| * | | | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-171-4/+4
| * | | | tracing: Add trace_event helper macros __string_len() and __assign_str_len()Steven Rostedt (VMware)2021-08-171-0/+22
| |/ / /
* | | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-4/+17
|\ \ \ \
| * | | | btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik2021-08-231-0/+1
| * | | | btrfs: enable a tracepoint when we fail ticketsJosef Bacik2021-08-231-0/+6
| * | | | btrfs: include delalloc related info in dump space info tracepointJosef Bacik2021-08-231-4/+10
| | |/ / | |/| |
* | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-3/+3
| |/ /
* / / mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON namesMike Rapoport2021-08-201-1/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-07-222-2/+28
|\ \
| * | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-151-0/+26
| * | net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu2021-07-151-1/+1
| * | net: use %px to print skb address in trace_netif_receive_skbQitao Xu2021-07-151-1/+1
| |/
* / afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-5/+62
|/
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-0/+1
|\
| * rcu/nocb: Unify timersFrederic Weisbecker2021-05-121-0/+1
* | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-038-28/+194
|\ \
| * | treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-304-25/+25
| * | tracing: Fix spelling in osnoise tracer "interferences" -> "interference"Colin Ian King2021-06-281-1/+1