index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-217
/
+407
2025-01-18
Merge tag 'trace-v6.13-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+63
2025-01-17
tracing: gfp: Fix the GFP enum values shown for user space tracing tools
Steven Rostedt
1
-0
/
+63
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-01-13
mm: mmap_lock: optimize mmap_lock tracepoints
Shakeel Butt
1
-17
/
+15
2025-01-13
btrfs: zoned: reclaim unused zone by zone resetting
Naohiro Aota
1
-1
/
+2
2025-01-12
hugetlb: fix NULL pointer dereference in trace_hugetlbfs_alloc_inode
Muchun Song
1
-1
/
+1
2025-01-10
afs: Make /afs/@cell and /afs/.@cell symlinks
David Howells
1
-0
/
+2
2024-12-27
rv: Simplify manual steps in monitor creation
Gabriele Monaco
1
-142
/
+0
2024-12-22
tracing: Remove pid in task_rename tracing output
Marco Elver
1
-5
/
+2
2024-12-22
tracing: Add task_prctl_unknown tracepoint
Marco Elver
1
-0
/
+37
2024-12-20
afs: Add a tracepoint for afs_read_receive()
David Howells
1
-0
/
+30
2024-12-20
afs: Make afs_mkdir() locally initialise a new directory's content
David Howells
1
-0
/
+2
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
1
-67
/
+12
2024-12-20
afs: Fix cleanup of immediately failed async calls
David Howells
1
-0
/
+2
2024-12-20
afs: Use netfslib for symlinks, allowing them to be cached
David Howells
1
-0
/
+1
2024-12-20
afs: Use netfslib for directories
David Howells
1
-3
/
+3
2024-12-20
netfs: Add support for caching single monolithic objects such as AFS dirs
David Howells
1
-0
/
+4
2024-12-20
netfs: Add functions to build/clean a buffer in a folio_queue
David Howells
1
-4
/
+2
2024-12-20
afs: Add more tracepoints to do with tracking validity
David Howells
1
-5
/
+164
2024-12-20
cachefiles: Add auxiliary data trace
David Howells
1
-3
/
+10
2024-12-20
cachefiles: Add some subrequest tracepoints
David Howells
1
-0
/
+3
2024-12-20
netfs: Abstract out a rolling folio buffer implementation
David Howells
1
-0
/
+2
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-2
/
+39
2024-12-20
cachefiles: Clean up some whitespace in trace header
David Howells
1
-86
/
+86
2024-12-20
netfs: Clean up some whitespace in trace header
David Howells
1
-65
/
+65
2024-12-19
tracing: ipv6: Add flow label to fib6_table_lookup tracepoint
Ido Schimmel
1
-3
/
+5
2024-12-16
f2fs: Remove calls to folio_file_mapping()
Matthew Wilcox (Oracle)
1
-5
/
+4
2024-12-16
f2fs: Convert submit tracepoints to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2024-12-13
Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-0
/
+101
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-12-09
rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]
David Howells
1
-19
/
+323
2024-12-09
rxrpc: Manage RTT per-call rather than per-peer
David Howells
1
-1
/
+1
2024-12-09
rxrpc: Add a reason indicator to the tx_ack tracepoint
David Howells
1
-4
/
+9
2024-12-09
rxrpc: Add a reason indicator to the tx_data tracepoint
David Howells
1
-7
/
+14
2024-12-09
rxrpc: Don't allocate a txbuf for an ACK transmission
David Howells
1
-2
/
+0
2024-12-09
rxrpc: Display userStatus in rxrpc_rx_ack trace
David Howells
1
-1
/
+4
2024-12-09
rxrpc: Adjust the rxrpc_rtt_rx tracepoint
David Howells
1
-4
/
+10
2024-12-09
rxrpc: Store the DATA serial in the txqueue and use this in RTT calc
David Howells
1
-9
/
+5
2024-12-09
rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKs
David Howells
1
-11
/
+75
2024-12-09
rxrpc: Adjust names and types of congestion-related fields
David Howells
1
-23
/
+35
2024-12-09
rxrpc: Replace call->acks_first_seq with tracking of the hard ACK point
David Howells
1
-36
/
+32
2024-12-09
rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it
David Howells
1
-10
/
+10
2024-12-09
rxrpc: Implement progressive transmission queue struct
David Howells
1
-15
/
+83
2024-12-09
rxrpc: Fix CPU time starvation in I/O thread
David Howells
1
-0
/
+3
2024-12-09
rxrpc: Add a tracepoint to show variables pertinent to jumbo packet size
David Howells
1
-0
/
+41
2024-12-09
rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)
David Howells
1
-0
/
+124
2024-12-09
rxrpc: Request an ACK on impending Tx stall
David Howells
1
-0
/
+1
2024-12-09
rxrpc: Clean up Tx header flags generation handling
David Howells
1
-1
/
+0
2024-12-09
rxrpc: Fix handling of received connection abort
David Howells
1
-0
/
+25
[prev]
[next]