Age | Commit message (Expand) | Author | Files | Lines |
2024-03-19 | tracing: Just use strcmp() for testing __string() and __assign_str() match | Steven Rostedt (Google) | 1 | -3/+2 |
2024-03-19 | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 4 | -27/+43 |
2024-03-18 | tracing: Add __string_src() helper to help compilers not to get confused | Steven Rostedt (Google) | 1 | -2/+12 |
2024-03-18 | tracing: Use strcmp() in __assign_str() WARN_ON() check | Steven Rostedt (Google) | 1 | -1/+3 |
2024-03-18 | tracing: Remove second parameter to __assign_rel_str() | Steven Rostedt (Google) | 1 | -1/+1 |
2024-03-18 | tracing: Add warning if string in __assign_str() does not match __string() | Steven Rostedt (Google) | 1 | -0/+1 |
2024-03-18 | tracing: Remove __assign_str_len() | Steven Rostedt (Google) | 1 | -17/+11 |
2024-03-18 | tracing: Use EVENT_NULL_STR macro instead of open coding "(null)" | Steven Rostedt (Google) | 3 | -12/+12 |
2024-03-18 | tracing: Use ? : shortcut in trace macros | Steven Rostedt (Google) | 2 | -10/+8 |
2024-03-18 | tracing: Do not calculate strlen() twice for __string() fields | Steven Rostedt (Google) | 1 | -4/+6 |
2024-03-18 | tracing: Rework __assign_str() and __string() to not duplicate getting the st... | Steven Rostedt (Google) | 3 | -11/+20 |
2024-03-16 | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -2/+7 |
2024-03-15 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -7/+73 |
2024-03-14 | Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -20/+25 |
2024-03-14 | Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -6/+6 |
2024-03-13 | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+42 |
2024-03-13 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 3 | -95/+152 |
2024-03-13 | Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2 | -0/+38 |
2024-03-12 | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+298 |
2024-03-11 | Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -17/+13 |
2024-03-11 | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -53/+53 |
2024-03-09 | NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls | Olga Kornievskaia | 1 | -0/+1 |
2024-03-08 | tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe. | fuyuanli | 1 | -2/+8 |
2024-03-08 | net: dqs: add NIC stall detector based on BQL | Jakub Kicinski | 1 | -0/+33 |
2024-03-08 | Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 1 | -91/+107 |
2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -10/+10 |
2024-03-07 | tcp: add tracing of skbaddr in tcp_event_skb class | Jason Xing | 1 | -1/+2 |
2024-03-07 | tcp: add tracing of skb/skaddr in tcp_event_sk_skb class | Jason Xing | 1 | -1/+2 |
2024-03-06 | ASoC: trace: add event to snd_soc_dapm trace events | Luca Ceresoli | 1 | -7/+9 |
2024-03-06 | ASoC: trace: add component to set_bias_level trace events | Luca Ceresoli | 1 | -13/+16 |
2024-03-06 | rxrpc: Use ktimes for call timeout tracking and set the timer lazily | David Howells | 1 | -81/+93 |
2024-03-06 | rxrpc: Differentiate PING ACK transmission traces. | David Howells | 1 | -0/+2 |
2024-03-05 | mm: add alloc_contig_migrate_range allocation statistics | Richard Chang | 1 | -0/+38 |
2024-03-05 | mm: update mark_victim tracepoints fields | Carlos Galo | 1 | -4/+32 |
2024-03-04 | tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string | Steven Rostedt (Google) | 1 | -10/+10 |
2024-03-01 | svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxt | Chuck Lever | 1 | -0/+4 |
2024-03-01 | NFSD: Add callback operation lifetime trace points | Chuck Lever | 1 | -0/+34 |
2024-02-29 | rxrpc: Fix the names of the fields in the ACK trailer struct | David Howells | 1 | -1/+1 |
2024-02-29 | rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics | David Howells | 1 | -7/+5 |
2024-02-29 | rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace | David Howells | 1 | -3/+7 |
2024-02-29 | SUNRPC: add xrpt id to rpc_stats_latency tracepoint | Olga Kornievskaia | 1 | -2/+6 |
2024-02-22 | PM: runtime: add tracepoint for runtime_status changes | Vilas Bhat | 1 | -0/+42 |
2024-02-22 | mm: compaction: update the cc->nr_migratepages when allocating or freeing the... | Baolin Wang | 1 | -3/+3 |
2024-02-22 | timer_migration: Add tracepoints | Anna-Maria Behnsen | 1 | -0/+298 |
2024-02-09 | Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -3/+5 |
2024-02-08 | io_uring: remove 'loops' argument from trace_io_uring_task_work_run() | Jens Axboe | 1 | -7/+3 |
2024-02-08 | io_uring: expand main struct io_kiocb flags to 64-bits | Jens Axboe | 1 | -10/+10 |
2024-02-05 | rxrpc: Fix counting of new acks and nacks | David Howells | 1 | -3/+5 |
2024-02-05 | filelock: split leases out of struct file_lock | Jeff Layton | 1 | -9/+9 |
2024-02-05 | afs: adapt to breakup of struct file_lock | Jeff Layton | 1 | -2/+2 |