| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2018-04-12 | 1 | -19/+87 |
|\ |
|
| * | sunrpc: Add static trace point to report result of RPC ping | Chuck Lever | 2018-04-10 | 1 | -0/+21 |
| * | sunrpc: Add static trace point to report RPC latency stats | Chuck Lever | 2018-04-10 | 1 | -0/+45 |
| * | sunrpc: Simplify synopsis of some trace points | Chuck Lever | 2018-04-10 | 1 | -19/+21 |
* | | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2018-04-12 | 1 | -0/+113 |
|\ \ |
|
| * | | afs: Trace protocol errors | David Howells | 2018-04-09 | 1 | -0/+21 |
| * | | afs: Locally edit directory data for mkdir/create/unlink/... | David Howells | 2018-04-09 | 1 | -0/+90 |
| * | | afs: Prospectively look up extra files when doing a single lookup | David Howells | 2018-04-09 | 1 | -0/+2 |
* | | | mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event | Steven Rostedt | 2018-04-11 | 1 | -15/+9 |
* | | | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2018-04-10 | 1 | -0/+66 |
|\ \ \ |
|
| * | | | init, tracing: Add initcall trace events | Steven Rostedt (VMware) | 2018-04-06 | 1 | -0/+66 |
| | |/
| |/| |
|
* | | | Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2018-04-10 | 1 | -0/+206 |
|\ \ \
| |_|/
|/| | |
|
| * | | rtc: Add tracepoints for RTC system | Baolin Wang | 2018-02-13 | 1 | -0/+206 |
* | | | Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-04-07 | 2 | -0/+862 |
|\ \ \ |
|
| * | | | fscache: Maintain a catalogue of allocated cookies | David Howells | 2018-04-06 | 1 | -0/+8 |
| * | | | fscache: Add more tracepoints | David Howells | 2018-04-04 | 1 | -0/+252 |
| * | | | fscache: Add tracepoints | David Howells | 2018-04-04 | 2 | -0/+602 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-04-06 | 2 | -8/+11 |
|\ \ \ \ |
|
| * | | | | mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory | David Rientjes | 2018-04-06 | 1 | -7/+10 |
| * | | | | mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE | Anshuman Khandual | 2018-04-06 | 1 | -1/+1 |
* | | | | | Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2018-04-06 | 1 | -83/+121 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | svc: Report xprt dequeue latency | Chuck Lever | 2018-04-03 | 1 | -4/+26 |
| * | | | | sunrpc: Report per-RPC execution stats | Chuck Lever | 2018-04-03 | 1 | -0/+21 |
| * | | | | sunrpc: Re-purpose trace_svc_process | Chuck Lever | 2018-04-03 | 1 | -4/+26 |
| * | | | | sunrpc: Save remote presentation address in svc_xprt for trace events | Chuck Lever | 2018-04-03 | 1 | -56/+33 |
| * | | | | sunrpc: Simplify trace_svc_recv | Chuck Lever | 2018-04-03 | 1 | -7/+7 |
| * | | | | sunrpc: Move trace_svc_xprt_dequeue() | Chuck Lever | 2018-04-03 | 1 | -11/+5 |
| * | | | | sunrpc: Update show_svc_xprt_flags() to include recently added flags | Chuck Lever | 2018-04-03 | 1 | -1/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2018-04-04 | 1 | -0/+43 |
|\ \ \ \ |
|
| * | | | | ext4: add tracepoints for shutdown and file system errors | Theodore Ts'o | 2018-02-19 | 1 | -0/+43 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 2018-04-04 | 1 | -7/+101 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | btrfs: qgroup: Update trace events for metadata reservation | Qu Wenruo | 2018-03-31 | 1 | -2/+53 |
| * | | | btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans | Qu Wenruo | 2018-03-31 | 1 | -2/+3 |
| * | | | btrfs: qgroup: Update trace events to use new separate rsv types | Qu Wenruo | 2018-03-31 | 1 | -5/+12 |
| * | | | Btrfs: add tracepoint for em's EEXIST case | Liu Bo | 2018-03-26 | 1 | -0/+35 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-04-03 | 5 | -113/+342 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-04-01 | 3 | -1/+94 |
| |\ \ \ \ |
|
| | * | | | | bpf: introduce BPF_RAW_TRACEPOINT | Alexei Starovoitov | 2018-03-28 | 2 | -0/+93 |
| | * | | | | treewide: remove large struct-pass-by-value from tracepoint arguments | Alexei Starovoitov | 2018-03-28 | 1 | -1/+1 |
| | |/ / / |
|
| * | | | | rxrpc: Add a tracepoint to track rxrpc_peer refcounting | David Howells | 2018-03-30 | 1 | -0/+42 |
| * | | | | rxrpc: Add a tracepoint to track rxrpc_local refcounting | David Howells | 2018-03-30 | 1 | -0/+43 |
| * | | | | rxrpc: Trace call completion | David Howells | 2018-03-28 | 1 | -0/+33 |
| * | | | | rxrpc, afs: Use debug_ids rather than pointers in traces | David Howells | 2018-03-28 | 2 | -115/+109 |
| * | | | | rxrpc: Trace resend | David Howells | 2018-03-28 | 1 | -0/+24 |
| |/ / / |
|
* | | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2018-04-03 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Drop a bunch of metag references | James Hogan | 2018-02-23 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-04-02 | 1 | -0/+4 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-03-11 | 1 | -0/+4 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | rcu: Trace expedited GP delays due to transitioning CPUs | Paul E. McKenney | 2018-02-21 | 1 | -0/+1 |
| | * | | rcu: Add more tracing of expedited grace periods | Paul E. McKenney | 2018-02-21 | 1 | -0/+3 |
| | |/ |
|