Age | Commit message (Expand) | Author | Files | Lines |
2018-04-11 | mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event | Steven Rostedt | 1 | -15/+9 |
2018-04-10 | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -0/+66 |
2018-04-10 | Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -0/+206 |
2018-04-07 | Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+862 |
2018-04-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -8/+11 |
2018-04-06 | fscache: Maintain a catalogue of allocated cookies | David Howells | 1 | -0/+8 |
2018-04-06 | init, tracing: Add initcall trace events | Steven Rostedt (VMware) | 1 | -0/+66 |
2018-04-06 | mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory | David Rientjes | 1 | -7/+10 |
2018-04-06 | mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE | Anshuman Khandual | 1 | -1/+1 |
2018-04-06 | Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -83/+121 |
2018-04-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+43 |
2018-04-04 | Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -7/+101 |
2018-04-04 | fscache: Add more tracepoints | David Howells | 1 | -0/+252 |
2018-04-04 | fscache: Add tracepoints | David Howells | 2 | -0/+602 |
2018-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -113/+342 |
2018-04-03 | svc: Report xprt dequeue latency | Chuck Lever | 1 | -4/+26 |
2018-04-03 | sunrpc: Report per-RPC execution stats | Chuck Lever | 1 | -0/+21 |
2018-04-03 | sunrpc: Re-purpose trace_svc_process | Chuck Lever | 1 | -4/+26 |
2018-04-03 | sunrpc: Save remote presentation address in svc_xprt for trace events | Chuck Lever | 1 | -56/+33 |
2018-04-03 | sunrpc: Simplify trace_svc_recv | Chuck Lever | 1 | -7/+7 |
2018-04-03 | sunrpc: Move trace_svc_xprt_dequeue() | Chuck Lever | 1 | -11/+5 |
2018-04-03 | sunrpc: Update show_svc_xprt_flags() to include recently added flags | Chuck Lever | 1 | -1/+3 |
2018-04-03 | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 1 | -1/+1 |
2018-04-02 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 3 | -1/+94 |
2018-03-31 | btrfs: qgroup: Update trace events for metadata reservation | Qu Wenruo | 1 | -2/+53 |
2018-03-31 | btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans | Qu Wenruo | 1 | -2/+3 |
2018-03-31 | btrfs: qgroup: Update trace events to use new separate rsv types | Qu Wenruo | 1 | -5/+12 |
2018-03-30 | rxrpc: Add a tracepoint to track rxrpc_peer refcounting | David Howells | 1 | -0/+42 |
2018-03-30 | rxrpc: Add a tracepoint to track rxrpc_local refcounting | David Howells | 1 | -0/+43 |
2018-03-28 | bpf: introduce BPF_RAW_TRACEPOINT | Alexei Starovoitov | 2 | -0/+93 |
2018-03-28 | treewide: remove large struct-pass-by-value from tracepoint arguments | Alexei Starovoitov | 1 | -1/+1 |
2018-03-28 | rxrpc: Trace call completion | David Howells | 1 | -0/+33 |
2018-03-28 | rxrpc, afs: Use debug_ids rather than pointers in traces | David Howells | 2 | -115/+109 |
2018-03-28 | rxrpc: Trace resend | David Howells | 1 | -0/+24 |
2018-03-26 | Btrfs: add tracepoint for em's EEXIST case | Liu Bo | 1 | -0/+35 |
2018-03-15 | mmc: core: Fix tracepoint print of blk_addr and blksz | Adrian Hunter | 1 | -2/+2 |
2018-03-11 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -0/+4 |
2018-02-23 | Drop a bunch of metag references | James Hogan | 1 | -1/+1 |
2018-02-21 | rcu: Trace expedited GP delays due to transitioning CPUs | Paul E. McKenney | 1 | -0/+1 |
2018-02-21 | rcu: Add more tracing of expedited grace periods | Paul E. McKenney | 1 | -0/+3 |
2018-02-19 | ext4: add tracepoints for shutdown and file system errors | Theodore Ts'o | 1 | -0/+43 |
2018-02-15 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2018-02-15 | x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use... | Andy Lutomirski | 1 | -1/+1 |
2018-02-13 | rtc: Add tracepoints for RTC system | Baolin Wang | 1 | -0/+206 |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+66 |
2018-02-01 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -13/+10 |
2018-02-01 | mm: use sc->priority for slab shrink targets | Josef Bacik | 1 | -13/+10 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -18/+322 |
2018-01-31 | Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |