summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)Author
2022-08-17tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook
2022-08-17tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)
2022-08-17tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu
2022-08-17tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu
2022-08-17spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong
2022-07-29net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong
2022-07-29net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong
2022-07-29net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong
2022-07-29net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong
2022-07-21net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)
2022-06-29ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-06-09rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2022-06-09tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin
2022-05-30random: remove unused tracepointsJason A. Donenfeld
2022-05-30random: make more consistent use of integer typesJason A. Donenfeld
2022-05-30random: simplify entropy debitingJason A. Donenfeld
2022-05-30random: rather than entropy_store abstraction, use globalJason A. Donenfeld
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-04-20SUNRPC: Fix the svc_deferred_event trace classChuck Lever
2022-04-08rxrpc: Fix call timer start racing with call destructionDavid Howells
2022-04-08ext4: fix ext4_fc_stats trace pointRitesh Harjani
2022-03-08SUNRPC: Fix sockaddr handling in svcsock_accept_class trace pointsChuck Lever
2022-03-08SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever
2022-02-01SUNRPC: Don't dereference xprt->snd_task if it's a cookieChuck Lever
2022-02-01SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever
2022-01-27cgroup: Trace event cgroup id fields should be u64William Kucharski
2021-11-25f2fs: fix up f2fs_lookup tracepointsGao Xiang
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig
2021-10-05cachefiles: Fix oops with cachefiles_cull() due to NULL objectDave Wysochanski
2021-10-02cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski
2021-09-25Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-23erofs: fix up erofs_lookup tracepointGao Xiang
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm/damon: add a tracepointSeongJae Park
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song
2021-09-06Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-09-03io_uring: io_uring_complete() trace should take an integerJens Axboe
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/migrate: demote pages during reclaimDave Hansen