index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+201
2017-11-13
afs: Protect call->state changes against signals
David Howells
1
-0
/
+30
2017-11-13
afs: Trace page dirty/clean
David Howells
1
-0
/
+39
2017-11-13
afs: Fix directory read/modify race
David Howells
1
-0
/
+21
2017-11-13
afs: Trace the sending of pages
David Howells
1
-0
/
+61
2017-11-13
afs: Trace the initiation and completion of client calls
David Howells
1
-0
/
+142
2017-11-10
net: allow per netns sysctl_rmem and sysctl_wmem for protos
Eric Dumazet
1
-1
/
+1
2017-11-08
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
86
-0
/
+86
2017-11-06
f2fs: trace checkpoint reason in fsync()
Chao Yu
1
-6
/
+18
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
86
-0
/
+86
2017-11-03
dax: Implement dax_finish_sync_fault()
Jan Kara
1
-0
/
+2
2017-11-03
dax: Inline dax_pmd_insert_mapping() into the callsite
Jan Kara
1
-1
/
+0
2017-11-03
tcp: add tracepoint trace_tcp_retransmit_synack()
Song Liu
1
-0
/
+56
2017-11-02
Merge tag 'v4.14-rc3' into irq/irqchip-4.15
Marc Zyngier
1
-7
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
86
-0
/
+86
2017-11-01
btrfs: add tracepoints for outstanding extents mods
Josef Bacik
1
-0
/
+21
2017-10-30
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
1
-8
/
+5
2017-10-30
btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enum
Anand Jain
1
-0
/
+7
2017-10-26
f2fs: trace f2fs_readdir
Chao Yu
1
-0
/
+29
2017-10-26
f2fs: trace f2fs_lookup
Chao Yu
1
-0
/
+56
2017-10-26
f2fs: trace f2fs_remove_discard
Chao Yu
1
-0
/
+7
2017-10-24
tcp: add tracepoint trace_tcp_set_state()
Song Liu
1
-0
/
+76
2017-10-24
tcp: add tracepoint trace_tcp_destroy_sock
Song Liu
1
-0
/
+7
2017-10-24
tcp: add tracepoint trace_tcp_receive_reset
Song Liu
1
-0
/
+66
2017-10-24
tcp: add tracepoint trace_tcp_send_reset
Song Liu
1
-0
/
+11
2017-10-24
tcp: mark trace event arguments sk and skb as const
Song Liu
1
-4
/
+4
2017-10-24
tcp: add trace event class tcp_event_sk_skb
Song Liu
1
-1
/
+14
2017-10-21
ipv6: let trace_fib6_table_lookup() dereference the fib table
Paolo Abeni
1
-3
/
+3
2017-10-20
tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint
David Ahern
1
-3
/
+5
2017-10-18
tcp: Check daddr_cache before use in tracepoint
David Ahern
1
-4
/
+4
2017-10-18
tcp: Use pI6c in tcp tracepoint
David Ahern
1
-1
/
+1
2017-10-18
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
1
-0
/
+70
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
1
-2
/
+8
2017-10-17
tracing, thermal: Hide cpu cooling trace events when not in use
Steven Rostedt (VMware)
1
-0
/
+2
2017-10-17
tracing, thermal: Hide devfreq trace events when not in use
Steven Rostedt (VMware)
1
-0
/
+2
2017-10-16
tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_on
Steven Rostedt (VMware)
1
-40
/
+0
2017-10-16
tracing: bpf: Hide bpf trace events when they are not used
Steven Rostedt (VMware)
1
-1
/
+4
2017-10-14
tcp: add a tracepoint for tcp retransmission
Cong Wang
1
-0
/
+68
2017-10-13
tracing, memcg, vmscan: Hide trace events when not in use
Steven Rostedt (VMware)
1
-0
/
+4
2017-10-13
tracing/xen: Hide events that are not used when X86_PAE is not defined
Steven Rostedt (VMware)
1
-16
/
+19
2017-10-11
SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
Trond Myklebust
1
-7
/
+10
2017-10-10
tracing: Add support for preempt and irq enable/disable events
Joel Fernandes
1
-0
/
+70
2017-10-10
sched/debug: Rename task-state printing helpers
Peter Zijlstra
1
-1
/
+1
2017-10-04
writeback: eliminate work item allocation in bd_start_writeback()
Jens Axboe
1
-1
/
+0
2017-09-29
sched/debug: Add explicit TASK_PARKED printing
Peter Zijlstra
1
-1
/
+1
2017-09-29
sched/debug: Add explicit TASK_IDLE printing
Peter Zijlstra
1
-3
/
+4
2017-09-29
sched/tracing: Fix trace_sched_switch task-state printing
Peter Zijlstra
1
-7
/
+11
2017-09-25
genirq/matrix: Add tracepoints
Thomas Gleixner
1
-0
/
+201
2017-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2017-09-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+3
[prev]
[next]