index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
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...
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...
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
2022-11-08
rxrpc: Split call timer-expiration from call timer-set tracepoint
David Howells
1
-1
/
+41
2022-11-08
rxrpc: Trace setting of the request-ack flag
David Howells
1
-0
/
+36
2022-11-01
f2fs: fix the msg data type
Mukesh Ojha
1
-1
/
+1
2022-11-01
f2fs: fix the assign logic of iocb
Mukesh Ojha
1
-15
/
+19
[prev]
[next]