summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)Author
2024-05-01cifs: Implement netfslib hooksDavid Howells
2024-05-01netfs: Miscellaneous tidy upsDavid Howells
2024-05-01netfs: New writeback implementationDavid Howells
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells
2024-05-01ASoC: doc: dapm: various improvementsMark Brown
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2024-04-29platform/x86/intel/ifs: trace: display batch num in hexJithu Joseph
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-26rstreason: make it work in trace worldJason Xing
2024-04-25khugepaged: use a folio throughout hpage_collapse_scan_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)
2024-04-25dax: use huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: free up PG_slabMatthew Wilcox (Oracle)
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-19f2fs: convert f2fs__page tracepoint class to use folioChao Yu
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-16cgroup/rstat: add cgroup_rstat_lock helpers and tracepointsJesper Dangaard Brouer
2024-04-16ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its valueSteven Rostedt
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-15rcu: Add a trace event for synchronize_rcu_normal()Uladzislau Rezki (Sony)
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini
2024-04-11tracing: Add sched_prepare_exec tracepointMarco Elver
2024-04-10SUNRPC: Fix rpcgss_context trace event acceptor fieldSteven Rostedt (Google)
2024-04-09Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixesIngo Molnar
2024-04-05trace: events: cleanup deprecated strncpy usesJustin Stitt
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing
2024-04-03trace: adjust TP_STORE_ADDR_PORTS_SKB() parametersJason Xing
2024-04-03tracing: Add the ::microcode field to the mce_record tracepointAvadhut Naik
2024-04-03tracing: Add the ::ppin field to the mce_record tracepointAvadhut Naik
2024-04-01dlm: remove lkb from callback tracepointsAlexander Aring
2024-03-30x86/mce: Clean up TP_printk() output line of the 'mce_record' tracepointIngo Molnar
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler
2024-03-29net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler
2024-03-28bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-26include: trace: Widen the tag buffer in trace_scmi_dump_msgCristian Marussi
2024-03-26trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()Jason Xing
2024-03-26trace: use TP_STORE_ADDRS() macro in inet_sk_error_report()Jason Xing
2024-03-26trace: move to TP_STORE_ADDRS related macro to net_probe_common.hJason Xing
2024-03-25workqueue: add function in event of workqueue_activate_workKassey Li
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko
2024-03-19tracing: Just use strcmp() for testing __string() and __assign_str() matchSteven Rostedt (Google)
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-03-18tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)
2024-03-18tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)
2024-03-18tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)