| Commit message (Expand) | Author | Age | Files | Lines |
* | block: get rid of bio_rw and READA | Christoph Hellwig | 2016-07-21 | 1 | -2/+2 |
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | block, fs, drivers: remove REQ_OP compat defs and related code | Mike Christie | 2016-06-07 | 1 | -1/+0 |
* | blktrace: use op accessors | Mike Christie | 2016-06-07 | 2 | -15/+28 |
* | f2fs: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -13/+21 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-27 | 1 | -3/+3 |
|\ |
|
| * | KVM: Unify traced vector format | Jan Kiszka | 2016-05-24 | 1 | -3/+3 |
* | | Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-05-24 | 1 | -1/+9 |
|\ \ |
|
| * | | libata: Implement ZBC OUT translation | Hannes Reinecke | 2016-05-09 | 1 | -0/+1 |
| * | | libata: implement ZBC IN translation | Hannes Reinecke | 2016-05-09 | 1 | -0/+1 |
| * | | libata-trace: decode subcommands | Hannes Reinecke | 2016-05-09 | 1 | -1/+6 |
| * | | libata/libsas: Define ATA_CMD_NCQ_NON_DATA | Hannes Reinecke | 2016-05-09 | 1 | -0/+1 |
* | | | Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 2016-05-22 | 1 | -10/+14 |
|\ \ \ |
|
| * | | | f2fs: use percpu_counter for page counters | Jaegeuk Kim | 2016-05-18 | 1 | -5/+5 |
| * | | | f2fs: support in batch multi blocks preallocation | Chao Yu | 2016-05-11 | 1 | -5/+9 |
* | | | | mm, compaction: distinguish between full and partial COMPACT_COMPLETE | Michal Hocko | 2016-05-21 | 1 | -0/+1 |
* | | | | mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED | Michal Hocko | 2016-05-21 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-19 | 1 | -4/+7 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | KVM: halt_polling: provide a way to qualify wakeups during poll | Christian Borntraeger | 2016-05-13 | 1 | -4/+7 |
| |/ / |
|
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2016-05-19 | 1 | -4/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | scsi-trace: define ZBC_IN and ZBC_OUT | Hannes Reinecke | 2016-04-11 | 1 | -0/+2 |
| * | | scsi-trace: remove service action definitions | Hannes Reinecke | 2016-04-11 | 1 | -4/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-05-18 | 2 | -12/+7 |
|\ \ |
|
| * | | perf, bpf: minimize the size of perf_trace_() tracepoint handler | Alexei Starovoitov | 2016-04-21 | 1 | -10/+3 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 1 | -1/+88 |
| |\| |
|
| * | | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 2016-04-08 | 1 | -1/+9 |
| * | | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2016-04-08 | 1 | -4/+4 |
| * | | perf: remove unused __addr variable | Alexei Starovoitov | 2016-04-08 | 2 | -8/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-17 | 1 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-03 | 1 | -3/+3 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 2016-04-10 | 1 | -3/+3 |
* | | | | Merge tag 'mmc-v4.7' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 2016-05-17 | 1 | -0/+182 |
|\ \ \ \ |
|
| * | | | | mmc: core: Provide tracepoints for request processing | Baolin Wang | 2016-05-02 | 1 | -0/+182 |
| |/ / / |
|
* | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2016-04-27 | 1 | -2/+77 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | rcu: Enforce expedited-GP fairness via funnel wait queue | Paul E. McKenney | 2016-03-31 | 1 | -2/+3 |
| * | | | rcu: Add event tracing definitions for expedited grace periods | Paul E. McKenney | 2016-03-31 | 1 | -2/+76 |
| |/ / |
|
* | | | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-04-09 | 1 | -1/+88 |
|\ \ \
| |_|/
|/| | |
|
| * | | btrfs: Add qgroup tracing | Mark Fasheh | 2016-04-04 | 1 | -1/+88 |
* | | | mm/page_isolation: fix tracepoint to mirror check function behavior | Lucas Stach | 2016-04-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-03-24 | 3 | -117/+50 |
|\ \ |
|
| * | | tracing, writeback: Replace cgroup path to cgroup ino | Yang Shi | 2016-03-08 | 1 | -76/+45 |
| * | | tracing: Remove duplicate checks for online CPUs | Steven Rostedt (Red Hat) | 2016-03-08 | 2 | -41/+5 |
| |/ |
|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2016-03-24 | 1 | -2/+14 |
|\ \ |
|
| * | | thermal: trace: migrating thermal traces to use TRACE_DEFINE_ENUM() macros | Michele Di Giorgio | 2016-03-15 | 1 | -2/+14 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-03-24 | 1 | -1/+1 |
|\ \ |
|
| * | | ipv6, trace: fix tos reporting on fib6_table_lookup | Daniel Borkmann | 2016-03-20 | 1 | -1/+1 |
* | | | Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 2016-03-21 | 1 | -4/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | f2fs: trace old block address for CoWed page | Chao Yu | 2016-02-23 | 1 | -4/+7 |
| * | | f2fs: support revoking atomic written pages | Chao Yu | 2016-02-23 | 1 | -0/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 1 | -0/+139 |
|\ \ |
|