aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano2-287/+0
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2023-03-29Merge tag 'f2fs-fix-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2-7/+3
2023-03-28kasan: remove PG_skip_kasan_poison flagPeter Collingbourne1-11/+2
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-0/+8
2023-03-28mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo1-41/+44
2023-03-28mm: add tracepoints to ksmStefan Roesch1-0/+251
2023-03-28Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra1-0/+22
2023-03-24trace: Add trace_ipi_send_cpumask()Valentin Schneider1-0/+22
2023-03-23mm: mmap: remove newline at the end of the traceMinwoo Im1-2/+2
2023-03-23ext4: Convert data=journal writeback to use ext4_writepages()Jan Kara1-7/+0
2023-03-22rcu: Fix rcu_torture_read ftrace eventDouglas Raillard1-1/+1
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet2-3/+3
2023-03-16scsi: ufs: core: Add trace event for MCQZiqi Chen1-10/+12
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-5/+5
2023-03-10f2fs: Fix f2fs_truncate_partial_nodes ftrace eventDouglas Raillard1-1/+1
2023-03-06fs: dlm: change dflags to use atomic bitsAlexander Aring1-2/+2
2023-03-06fs: dlm: store lkb distributed flags into own valueAlexander Aring1-9/+2
2023-03-06fs: dlm: remove DLM_IFL_LOCAL_MS flagAlexander Aring1-1/+0
2023-03-06fs: dlm: rename stub to local message flagAlexander Aring1-1/+1
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+69
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+12
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-112/+0
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+29
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds5-89/+9
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+75
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-14/+36
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-230/+401
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-23/+104
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+11
2023-02-20SUNRPC: Clean up the svc_xprt_flags() macroChuck Lever1-14/+14
2023-02-20SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()Chuck Lever1-0/+21
2023-02-20SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ()Chuck Lever1-0/+1
2023-02-20net: add location to trace_consume_skb()Eric Dumazet1-4/+6
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells1-0/+1
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-7/+0
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2023-02-15devlink: Fix TP_STRUCT_entry in trace of devlink health reportMoshe Shemesh1-1/+1
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu1-1/+0
2023-02-15erofs: update print symbols for various flags in traceJingbo Xu1-4/+10
2023-02-15erofs: simplify iloc()Gao Xiang1-2/+2
2023-02-13btrfs: introduce size class to block group allocatorBoris Burkov1-2/+7
2023-02-13btrfs: add more find_free_extent tracepointsBoris Burkov1-3/+78
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov1-20/+21
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao1-1/+2
2023-02-07rxrpc: Trace ack.rwindDavid Howells1-4/+7