summaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorLines
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig-4/+1
2025-05-06Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-05-05block: remove bounce buffering supportChristoph Hellwig-15/+0
2025-05-02btrfs: correct the order of prelim_ref arguments in btrfs__prelim_refGoldwyn Rodrigues-1/+1
2025-04-17trace: tcp: Add const qualifier to skb parameter in tcp_probe eventBreno Leitao-1/+1
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells-1/+77
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells-2/+9
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells-0/+24
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells-2/+43
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells-1/+17
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima-3/+0
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao-0/+24
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao-2/+2
2025-04-05hrtimers: Make callback function pointer privateNam Cao-2/+2
2025-04-04sched/tracepoints: Move and extend the sched_process_exit() tracepointAndrii Nakryiko-4/+30
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-0/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-19/+92
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-31/+10
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+116
2025-03-27Merge tag 'erofs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+6
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4/+4
2025-03-25Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds-0/+37
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-1/+1
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+19
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-34/+0
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco-0/+13
2025-03-22tracing: gfp: vsprintf: Do not print "none" when using %pGg printf formatPetr Mladek-1/+1
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust-0/+1
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar-2/+0
2025-03-17mm/page_alloc: add trace event for totalreserve_pages calculationMartin Liu-0/+18
2025-03-17mm/page_alloc: add trace event for per-zone lowmem reserve setupMartin Liu-0/+27
2025-03-17mm/page_alloc: add trace event for per-zone watermark setupMartin Liu-0/+33
2025-03-17writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou-3/+2
2025-03-17writeback: rename variables in trace_balance_dirty_pages()Tang Yizhou-7/+7
2025-03-17writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou-10/+6
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang-1/+1
2025-03-10afs: Simplify cell record handlingDavid Howells-12/+11
2025-03-10afs: Fix afs_server ref accountingDavid Howells-3/+4
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells-3/+1
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells-0/+1
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells-1/+6
2025-03-10afs: Improve server refcount/active count tracingDavid Howells-12/+15
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells-7/+11
2025-03-10afs: Change dynroot to create contents on demandDavid Howells-0/+2
2025-03-06tracing: gfp: Remove duplication of recording GFP flagsSteven Rostedt-31/+10
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min-0/+19
2025-03-04tracing: Fix DECLARE_TRACE_CONDITIONGabriele Monaco-0/+7