aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+4
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+29
2022-06-07workqueue: Fix type of cpu in trace eventGravatar Wonhyuk Yang 1-4/+4
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringGravatar Menglong Dong 1-88/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+29
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-32/+109
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-7/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-72/+89
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-19/+10
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-225/+114
2022-05-25include/trace/events/percpu.h: cleanup for "percpu: improve percpu_alloc_perc...Gravatar Vasily Averin 1-2/+2
2022-05-25include/trace/events/mmflags.h: cleanup for "tracing: incorrect gfp_t convers...Gravatar Vasily Averin 1-41/+43
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-21/+12
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-18/+12
2022-05-24Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+176
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+60
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+41
2022-05-23Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Gravatar Linus Torvalds 1-4/+14
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Gravatar Linus Torvalds 1-15/+21
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Gravatar Linus Torvalds 1-4/+5
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+42
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKGravatar David Howells 1-1/+1
2022-05-22rxrpc: Automatically generate trace tag enumsGravatar David Howells 1-219/+42
2022-05-22rxrpc: Use refcount_t rather than atomic_tGravatar David Howells 1-1/+1
2022-05-19tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateGravatar Vasily Averin 1-2/+2
2022-05-19mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Gravatar Wonhyuk Yang 1-5/+9
2022-05-19io_uring: fix incorrect __kernel_rwf_t castGravatar Vasily Averin 1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-4/+4
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenGravatar Chuck Lever 1-2/+1
2022-05-19SUNRPC: Clean up svc_deferred_class trace eventsGravatar Chuck Lever 1-5/+4
2022-05-18Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-05-17f2fs: do not stop GC when requiring a free sectionGravatar Jaegeuk Kim 1-3/+8
2022-05-18cachefiles: add tracepoints for on-demand read modeGravatar Jeffle Xu 1-0/+174
2022-05-18cachefiles: notify the user daemon when looking up cookieGravatar Jeffle Xu 1-0/+2
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueGravatar Christoph Hellwig 1-18/+12
2022-05-13tracing: incorrect gfp_t conversionGravatar Vasily Averin 5-57/+57
2022-05-13percpu: improve percpu_alloc_percpu event traceGravatar Vasily Averin 1-6/+17
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersGravatar Jaegeuk Kim 1-9/+9
2022-05-12f2fs: change the current atomic write wayGravatar Daeho Jeong 1-22/+0
2022-05-12trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operationsGravatar Tony Luck 1-0/+41
2022-05-12io_uring: fix ordering of args in io_uring_queue_async_workGravatar Dylan Yudaken 1-1/+1
2022-05-12sched/tracing: Append prev_state to tp args insteadGravatar Delyan Kratunov 1-3/+3
2022-05-09io_uring: add tracing for additional CQE32 fieldsGravatar Stefan Roesch 1-4/+14
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 2-21/+12
2022-05-06arch_topology: Trace the update thermal pressureGravatar Lukasz Luba 1-0/+29
2022-04-28io_uring: use the text representation of ops in traceGravatar Dylan Yudaken 1-15/+21
2022-04-26io_uring: rename op -> opcodeGravatar Dylan Yudaken 1-1/+1
2022-04-25f2fs: introduce data read/write showing path infoGravatar Jaegeuk Kim 1-0/+94