index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
Age
Commit message (
Expand
)
Author
Lines
2020-01-25
ext4: fix symbolic enum printing in trace output
Dmitry Monakhov
-1
/
+18
2020-01-24
Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...
Paul E. McKenney
-24
/
+16
2020-01-24
rcu: Remove kfree_rcu() special casing and lazy-callback handling
Joel Fernandes (Google)
-20
/
+12
2020-01-24
Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...
Joerg Roedel
-6
/
+42
2020-01-23
Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+5
2020-01-23
bcache: print written and keys in trace_bcache_btree_write
Guoju Fang
-1
/
+2
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-74
/
+56
2020-01-21
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
-4
/
+4
2020-01-20
io_uring: add opcode to issue trace event
Jens Axboe
-4
/
+9
2020-01-20
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
-3
/
+3
2020-01-20
pwm: Implement tracing for .get_state() and .apply_state()
Uwe Kleine-König
-0
/
+58
2020-01-20
Merge tag 'v5.5-rc7' into perf/core, to pick up fixes
Ingo Molnar
-14
/
+9
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-10
/
+5
2020-01-17
f2fs: show the CP_PAUSE reason in checkpoint traces
Sahitya Tummala
-1
/
+2
2020-01-17
f2fs: support data compression
Chao Yu
-0
/
+100
2020-01-16
devmap: Adjust tracepoint for map-less queue flush
Jesper Dangaard Brouer
-17
/
+12
2020-01-16
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
-57
/
+44
2020-01-16
xdp: Move devmap bulk queue into struct net_device
Toke Høiland-Jørgensen
-1
/
+1
2020-01-15
workqueue: remove workqueue_work event class
Daniel Jordan
-19
/
+12
2020-01-15
workqueue: add worker function to workqueue_execute_end tracepoint
Daniel Jordan
-3
/
+16
2020-01-15
xprtrdma: Make sendctx queue lifetime the same as connection lifetime
Chuck Lever
-4
/
+8
2020-01-15
SUNRPC: Capture signalled RPC tasks
Chuck Lever
-0
/
+1
2020-01-14
tracing: xen: Ordered comparison of function pointers
Changbin Du
-1
/
+5
2020-01-14
Merge branch 'dhowells' (patches from DavidH)
Linus Torvalds
-9
/
+3
2020-01-14
afs: Fix use-after-loss-of-ref
David Howells
-9
/
+3
2020-01-13
mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE
Yang Shi
-1
/
+2
2020-01-13
PM-runtime: add tracepoints for usage_count changes
Michał Mirosław
-0
/
+6
2020-01-09
tcp: Define IPPROTO_MPTCP
Mat Martineau
-1
/
+2
2020-01-09
sock: Make sk_protocol a 16-bit value
Mat Martineau
-1
/
+1
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-4
/
+4
2020-01-07
RDMA/core: Add trace points to follow MR allocation
Chuck Lever
-0
/
+123
2020-01-07
RDMA/core: Trace points for diagnosing completion queue issues
Chuck Lever
-0
/
+271
2020-01-07
iommu/vt-d: trace: Extend map_sg trace event
Lu Baolu
-6
/
+42
2020-01-03
tracing: Change offset type to s32 in preempt/irq tracepoints
Joel Fernandes (Google)
-4
/
+4
2020-01-03
media: v4l2: abstract timeval handling in v4l2_buffer
Arnd Bergmann
-1
/
+1
2019-12-30
include: trace: Add SCMI header with trace events
Lukasz Luba
-0
/
+90
2019-12-26
sctp: move trace_sctp_probe_path into sctp_outq_sack
Kevin Kou
-9
/
+0
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
-98
/
+515
2019-12-09
rcu: Make PREEMPT_RCU be a modifier to TREE_RCU
Lai Jiangshan
-2
/
+2
2019-12-09
rcu: Fix data-race due to atomic_t copy-by-value
Marco Elver
-2
/
+2
2019-12-07
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
-7
/
+123
2019-12-07
Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
-66
/
+226
2019-12-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-0
/
+47
2019-12-01
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
-8
/
+8
2019-12-01
rss_stat: add support to detect RSS updates of external mm
Joel Fernandes (Google)
-3
/
+29
2019-12-01
mm: emit tracepoint when RSS changes
Joel Fernandes (Google)
-0
/
+21
2019-11-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-6
/
+23
2019-11-28
Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-block
Linus Torvalds
-8
/
+8
2019-11-27
Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+80
2019-11-27
ftrace: Rework event_create_dir()
Peter Zijlstra
-2
/
+2
[prev]
[next]