index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
cxl/pci: Add some type-safety to the AER trace points
Dan Williams
1
-8
/
+8
2022-12-06
pwm/tracing: Also record trace events for failed API calls
Uwe Kleine-König
1
-10
/
+10
2022-12-05
btrfs: switch extent_io_tree::private_data to btrfs_inode and rename
David Sterba
1
-15
/
+12
2022-12-03
cxl/pci: add tracepoint events for CXL RAS
Dave Jiang
1
-0
/
+112
2022-12-01
ext4: split ext4_journal_start trace for debug
changfengnan
1
-11
/
+46
2022-12-01
blk-iocost: Trace vtime_base_rate instead of vtime_rate
Kemeng Shi
1
-2
/
+2
2022-12-01
rxrpc: Transmit ACKs at the point of generation
David Howells
1
-3
/
+0
2022-12-01
rxrpc: Trace/count transmission underflows and cwnd resets
David Howells
1
-0
/
+38
2022-12-01
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
1
-22
/
+20
2022-12-01
rxrpc: Simplify skbuff accounting in receive path
David Howells
1
-1
/
+2
2022-12-01
rxrpc: Move DATA transmission into call processor work item
David Howells
1
-1
/
+5
2022-12-01
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
1
-0
/
+3
2022-12-01
rxrpc: Implement a mechanism to send an event notification to a call
David Howells
1
-0
/
+52
2022-12-01
rxrpc: Don't hold a ref for connection workqueue
David Howells
1
-6
/
+5
2022-12-01
rxrpc: Don't hold a ref for call timer or workqueue
David Howells
1
-5
/
+1
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing
David Howells
1
-24
/
+33
2022-12-01
rxrpc: Trace rxrpc_bundle refcount
David Howells
1
-0
/
+34
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
David Howells
1
-34
/
+49
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
David Howells
1
-21
/
+37
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
1
-17
/
+26
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
1
-13
/
+36
2022-12-01
rxrpc: Remove the [k_]proto() debugging macros
David Howells
1
-0
/
+60
2022-11-30
mm: convert mm's rss stats into percpu_counter
Shakeel Butt
1
-4
/
+4
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-4
/
+4
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2022-11-29
mm: Add PG_arch_3 page flag
Peter Collingbourne
1
-0
/
+1
2022-11-29
mm: Do not enable PG_arch_2 for all 64-bit architectures
Catalin Marinas
1
-4
/
+4
2022-11-24
net: use %pS for kfree_skb tracing event location
Stanislav Fomichev
1
-1
/
+1
2022-11-23
tracing: Add __cpumask to denote a trace event field that is a cpumask_t
Steven Rostedt (Google)
9
-0
/
+64
2022-11-22
mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename from function call
Gautam Menghani
1
-4
/
+4
2022-11-21
asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug info
Sai Prakash Ranjan
1
-16
/
+27
2022-11-21
fs: dlm: add dst nodeid for msg tracing
Alexander Aring
1
-16
/
+22
2022-11-21
fs: dlm: rename seq to h_seq for msg tracing
Alexander Aring
1
-22
/
+22
2022-11-11
Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Leon Romanovsky
1
-0
/
+66
2022-11-10
IB/mad: Don't call to function that might sleep while in atomic context
Leonid Ravich
1
-9
/
+4
2022-11-08
mm: vmalloc: add free_vmap_area_noflush trace event
Uladzislau Rezki (Sony)
1
-0
/
+34
2022-11-08
mm: vmalloc: add purge_vmap_area_lazy trace event
Uladzislau Rezki (Sony)
1
-0
/
+33
2022-11-08
mm: vmalloc: add alloc_vmap_area trace event
Uladzislau Rezki (Sony)
1
-0
/
+56
2022-11-08
fd: dlm: trace send/recv of dlm message and rcom
Alexander Aring
1
-0
/
+297
2022-11-08
rxrpc: Fix congestion management
David Howells
1
-0
/
+1
2022-11-08
rxrpc: Save last ACK's SACK table rather than marking txbufs
David Howells
1
-3
/
+4
2022-11-08
rxrpc: Don't use a ring buffer for call Tx queue
David Howells
1
-38
/
+40
2022-11-08
rxrpc: Get rid of the Rx ring
David Howells
1
-8
/
+11
2022-11-08
rxrpc: Clone received jumbo subpackets and queue separately
David Howells
1
-7
/
+5
2022-11-08
rxrpc: Split the rxrpc_recvmsg tracepoint
David Howells
1
-0
/
+24
2022-11-08
rxrpc: Clean up ACK handling
David Howells
1
-16
/
+36
2022-11-08
rxrpc: Allocate ACK records at proposal and queue for transmission
David Howells
1
-12
/
+35
2022-11-08
rxrpc: Define rxrpc_txbuf struct to carry data to be transmitted
David Howells
1
-0
/
+45
2022-11-08
rxrpc: Remove the flags from the rxrpc_skb tracepoint
David Howells
1
-6
/
+3
2022-11-08
rxrpc: Record stats for why the REQUEST-ACK flag is being set
David Howells
1
-0
/
+1
[prev]
[next]