index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
cachefiles: Fix oops with cachefiles_cull() due to NULL object
Dave Wysochanski
2021-10-05
1
-2
/
+2
*
cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL object
Dave Wysochanski
2021-10-02
1
-1
/
+1
*
Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-25
1
-3
/
+3
|
\
|
*
erofs: fix up erofs_lookup tracepoint
Gao Xiang
2021-09-23
1
-3
/
+3
*
|
Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-20
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
afs: Try to avoid taking RCU read lock when checking vnode validity
David Howells
2021-09-13
1
-2
/
+6
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
3
-3
/
+46
|
\
\
|
*
|
mm/damon: add a tracepoint
SeongJae Park
2021-09-08
1
-0
/
+43
|
*
|
mm/idle_page_tracking: make PG_idle reusable
SeongJae Park
2021-09-08
1
-1
/
+1
|
*
|
mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
Muchun Song
2021-09-08
1
-2
/
+2
*
|
|
Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-06
1
-3
/
+3
|
\
\
\
|
*
|
|
io_uring: io_uring_complete() trace should take an integer
Jens Axboe
2021-09-03
1
-3
/
+3
|
|
/
/
*
|
|
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-04
1
-1
/
+0
|
\
\
\
|
*
|
|
mm: remove VM_DENYWRITE
David Hildenbrand
2021-09-03
1
-1
/
+0
|
|
/
/
*
|
|
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-04
1
-0
/
+97
|
\
\
\
|
*
|
|
f2fs: introduce periodic iostat io latency traces
Daeho Jeong
2021-08-23
1
-0
/
+95
|
*
|
|
f2fs: separate out iostat feature
Daeho Jeong
2021-08-23
1
-0
/
+2
*
|
|
|
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2021-09-04
2
-52
/
+82
|
\
\
\
\
|
*
|
|
|
SUNRPC: Eliminate the RQ_AUTHERR flag
Chuck Lever
2021-08-10
1
-2
/
+1
|
*
|
|
|
SUNRPC: Add svc_rqst::rq_auth_stat
Chuck Lever
2021-08-10
1
-3
/
+3
|
*
|
|
|
xprtrdma: Add an xprtrdma_post_send_err tracepoint
Chuck Lever
2021-08-09
1
-0
/
+33
|
*
|
|
|
xprtrdma: Add xprtrdma_post_recvs_err() tracepoint
Chuck Lever
2021-08-09
1
-7
/
+34
|
*
|
|
|
SUNRPC: Record timeout value in xprt_retransmit tracepoint
Chuck Lever
2021-08-09
1
-2
/
+4
|
*
|
|
|
SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectly
Chuck Lever
2021-08-09
1
-5
/
+5
|
*
|
|
|
SUNRPC: Update trace flags
Chuck Lever
2021-08-09
1
-0
/
+3
|
*
|
|
|
SUNRPC: Remove unneeded TRACE_DEFINE_ENUMs
Chuck Lever
2021-08-09
1
-34
/
+0
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
mm/migrate: demote pages during reclaim
Dave Hansen
2021-09-03
1
-1
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-09-02
3
-120
/
+110
|
\
\
\
\
\
|
*
|
|
|
|
fscache: Use refcount_t for the cookie refcount instead of atomic_t
David Howells
2021-08-27
1
-22
/
+22
|
*
|
|
|
|
fscache: Fix fscache_cookie_put() to not deref after dec
David Howells
2021-08-27
1
-17
/
+7
|
*
|
|
|
|
fscache: Add a cookie debug ID and use that in traces
David Howells
2021-08-27
2
-92
/
+92
|
*
|
|
|
|
netfs: Move cookie debug ID to struct netfs_cache_resources
David Howells
2021-08-25
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-08-31
1
-0
/
+2
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-26
1
-1
/
+3
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
qdisc: add new field for qdisc_enqueue tracepoint
Tonghao Zhang
2021-07-27
1
-0
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-08-31
2
-4
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()
Chuck Lever
2021-08-17
1
-4
/
+4
|
*
|
|
|
|
tracing: Add trace_event helper macros __string_len() and __assign_str_len()
Steven Rostedt (VMware)
2021-08-17
1
-0
/
+22
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-08-31
1
-4
/
+17
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc
Josef Bacik
2021-08-23
1
-0
/
+1
|
*
|
|
|
btrfs: enable a tracepoint when we fail tickets
Josef Bacik
2021-08-23
1
-0
/
+6
|
*
|
|
|
btrfs: include delalloc related info in dump space info tracepoint
Josef Bacik
2021-08-23
1
-4
/
+10
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
1
-3
/
+3
|
|
/
/
*
/
/
mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names
Mike Rapoport
2021-08-20
1
-1
/
+3
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-07-22
2
-2
/
+28
|
\
\
|
*
|
net_sched: introduce tracepoint trace_qdisc_enqueue()
Qitao Xu
2021-07-15
1
-0
/
+26
|
*
|
net_sched: use %px to print skb address in trace_qdisc_dequeue()
Qitao Xu
2021-07-15
1
-1
/
+1
|
*
|
net: use %px to print skb address in trace_netif_receive_skb
Qitao Xu
2021-07-15
1
-1
/
+1
|
|
/
[next]