aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-0/+19
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-34/+0
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco1-0/+13
2025-03-22tracing: gfp: vsprintf: Do not print "none" when using %pGg printf formatPetr Mladek1-1/+1
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-0/+1
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-2/+0
2025-03-17mm/page_alloc: add trace event for totalreserve_pages calculationMartin Liu1-0/+18
2025-03-17mm/page_alloc: add trace event for per-zone lowmem reserve setupMartin Liu1-0/+27
2025-03-17mm/page_alloc: add trace event for per-zone watermark setupMartin Liu1-0/+33
2025-03-17writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou1-3/+2
2025-03-17writeback: rename variables in trace_balance_dirty_pages()Tang Yizhou1-7/+7
2025-03-17writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou1-10/+6
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang1-1/+1
2025-03-10afs: Simplify cell record handlingDavid Howells1-12/+11
2025-03-10afs: Fix afs_server ref accountingDavid Howells1-3/+4
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-3/+1
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells1-0/+1
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells1-1/+6
2025-03-10afs: Improve server refcount/active count tracingDavid Howells1-12/+15
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells1-7/+11
2025-03-10afs: Change dynroot to create contents on demandDavid Howells1-0/+2
2025-03-06tracing: gfp: Remove duplication of recording GFP flagsSteven Rostedt1-31/+10
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min1-0/+19
2025-03-04tracing: Fix DECLARE_TRACE_CONDITIONGabriele Monaco1-0/+7
2025-02-28pmdomain: Merge tag 'v6.14-rc4' from Linus into nextUlf Hansson1-1/+3
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2025-02-26trace/osnoise: Add trace events for samplesTomas Glozar1-0/+96
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+1
2025-02-24Merge patch series "Initial support for RK3576 UFS controller"Martin K. Petersen1-0/+1
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+2
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-02-19SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+1
2025-02-18trace: tcp: Add tracepoint for tcp_cwnd_reduction()Breno Leitao1-0/+6
2025-02-17cpuidle: psci: Add trace for PSCI domain idleKeita Morisaki1-0/+37
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells1-1/+3
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche2-4/+4
2025-02-05rcu: Trace expedited grace-period numbers in hexadecimalPaul E. McKenney1-1/+1
2025-02-05rcu: remove trace_rcu_kvfree_callbackVlastimil Babka1-34/+0
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells1-0/+1
2025-01-27Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-20/+19
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-18/+17
2025-01-26Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-142/+0
2025-01-25mm: add PG_dropbehind folio flagJens Axboe1-1/+2
2025-01-23Merge tag 'caps-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linuxLinus Torvalds1-0/+57
2025-01-22Merge tag 'hardening-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+39
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-116/+770
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+101
2025-01-20Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+2
2025-01-20Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2