index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-18
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
1
-1
/
+10
2022-03-18
netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
David Howells
1
-4
/
+4
2022-03-18
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
1
-0
/
+40
2022-03-18
netfs: Trace refcounting on the netfs_io_request struct
David Howells
1
-0
/
+35
2022-03-18
netfs: Adjust the netfs_rreq tracepoint slightly
David Howells
1
-9
/
+9
2022-03-18
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
2
-10
/
+10
2022-03-18
netfs: Generate enums from trace symbol mapping lists
David Howells
1
-43
/
+16
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-03-16
io_uring: make tracing format consistent
Dylan Yudaken
1
-12
/
+12
2022-03-15
ext4: fix remaining two trace events to use same printk convention
Ritesh Harjani
1
-2
/
+2
2022-03-15
ext4: add commit tid info in ext4_fc_commit_start/stop trace events
Ritesh Harjani
1
-8
/
+13
2022-03-15
ext4: add transaction tid info in fc_track events
Ritesh Harjani
1
-45
/
+68
2022-03-15
ext4: add new trace event in ext4_fc_cleanup
Ritesh Harjani
1
-0
/
+26
2022-03-15
ext4: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
1
-0
/
+2
2022-03-14
btrfs: add code to support the block group root
Josef Bacik
1
-0
/
+1
2022-03-13
NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
NeilBrown
1
-1
/
+0
2022-03-12
ext4: convert ext4_fc_track_dentry type events to use event class
Ritesh Harjani
1
-25
/
+31
2022-03-12
ext4: fix ext4_fc_stats trace point
Ritesh Harjani
1
-29
/
+49
2022-03-11
cachefiles: Fix volume coherency attribute
David Howells
1
-0
/
+2
2022-03-11
tracing: Add TRACE_CUSTOM_EVENT() macro
Steven Rostedt (Google)
2
-0
/
+298
2022-03-11
tracing: Move the defines to create TRACE_EVENTS into their own files
Steven Rostedt (Google)
9
-491
/
+527
2022-03-10
io-uring: Make tracepoints consistent.
Stefan Roesch
1
-165
/
+153
2022-03-10
io_uring: remove trace for eventfd
Usama Arif
1
-8
/
+5
2022-03-08
mptcp: add tracepoint in mptcp_sendmsg_frag
Geliang Tang
1
-0
/
+4
2022-03-08
fs: remove kiocb.ki_hint
Christoph Hellwig
1
-2
/
+1
2022-03-06
net: tun: track dropped skb via kfree_skb_reason()
Dongli Zhang
1
-0
/
+5
2022-03-06
net: tap: track dropped skb via kfree_skb_reason()
Dongli Zhang
1
-0
/
+5
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
1
-0
/
+1
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
1
-4
/
+7
2022-02-28
SUNRPC: Record endpoint information in trace log
Chuck Lever
1
-48
/
+78
2022-02-28
SUNRPC: Same as SVC_RQST_ENDPOINT, but without the xid
Chuck Lever
1
-41
/
+71
2022-02-28
SUNRPC: Improve sockaddr handling in the svc_xprt_create_error trace point
Chuck Lever
1
-3
/
+3
2022-02-28
tracing: Introduce helpers to safely handle dynamic-sized sockaddrs
Chuck Lever
3
-2
/
+65
2022-02-26
net: neigh: use kfree_skb_reason() for __neigh_event_send()
Menglong Dong
1
-0
/
+3
2022-02-26
net: ip: add skb drop reasons for ip egress path
Menglong Dong
1
-0
/
+5
2022-02-25
Merge tag 'scmi-updates-5.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
1
-0
/
+28
2022-02-21
random: remove unused tracepoints
Jason A. Donenfeld
1
-212
/
+0
2022-02-21
random: make more consistent use of integer types
Jason A. Donenfeld
1
-41
/
+38
2022-02-21
Merge tag 'fsi-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...
Greg Kroah-Hartman
2
-0
/
+98
2022-02-21
random: simplify entropy debiting
Jason A. Donenfeld
1
-24
/
+6
2022-02-21
fsi: Add trace events in initialization path
Eddie James
2
-0
/
+98
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
1
-0
/
+1
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
1
-0
/
+3
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
1
-0
/
+1
[prev]
[next]