| Commit message (Expand) | Author | Age | Files | Lines |
* | f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio... | Chao Yu | 2015-01-09 | 1 | -17/+20 |
* | f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS | Chao Yu | 2015-01-09 | 1 | -64/+51 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-12-20 | 1 | -4/+4 |
|\ |
|
| * | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley | 2014-12-18 | 1 | -4/+4 |
| |\ |
|
| | * | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 2014-12-04 | 1 | -4/+4 |
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-12-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | module: Replace module_ref with atomic_t refcnt | Masami Hiramatsu | 2014-11-11 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-12-16 | 1 | -6/+114 |
|\ \ \ |
|
| * | | | sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt | Jeff Layton | 2014-12-09 | 1 | -0/+94 |
| * | | | sunrpc: convert to lockless lookup of queued server threads | Jeff Layton | 2014-12-09 | 1 | -1/+2 |
| * | | | sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it | Jeff Layton | 2014-12-09 | 1 | -1/+2 |
| * | | | sunrpc: move rq_splice_ok flag into rq_flags | Jeff Layton | 2014-12-09 | 1 | -1/+2 |
| * | | | sunrpc: move rq_dropme flag into rq_flags | Jeff Layton | 2014-12-09 | 1 | -4/+4 |
| * | | | sunrpc: move rq_usedeferral flag to rq_flags | Jeff Layton | 2014-12-09 | 1 | -4/+5 |
| * | | | sunrpc: move rq_local field to rq_flags | Jeff Layton | 2014-12-09 | 1 | -1/+2 |
| * | | | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it | Jeff Layton | 2014-12-09 | 1 | -4/+13 |
* | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-12-15 | 1 | -12/+15 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge tag 'drm/tegra/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu... | Dave Airlie | 2014-11-15 | 1 | -12/+15 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | gpu: host1x: Use struct host1x_bo pointers in traces | Thierry Reding | 2014-11-13 | 1 | -12/+15 |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-12-12 | 1 | -11/+6 |
|\ \ \ \ |
|
| * | | | | ext4: change LRU to round-robin in extent status tree shrinker | Zheng Liu | 2014-11-25 | 1 | -7/+4 |
| * | | | | ext4: cache extent hole in extent status tree for ext4_da_map_blocks() | Zheng Liu | 2014-11-25 | 1 | -2/+1 |
| * | | | | ext4: fix block reservation for bigalloc filesystems | Jan Kara | 2014-11-25 | 1 | -2/+1 |
| |/ / / |
|
* | | | | Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-12-11 | 1 | -25/+0 |
|\ \ \ \ |
|
| * \ \ \ | Merge remote-tracking branch 'asoc/topic/cache' into asoc-next | Mark Brown | 2014-12-08 | 1 | -25/+0 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | ASoC: Remove snd_soc_cache_sync() implementation | Lars-Peter Clausen | 2014-11-09 | 1 | -25/+0 |
| | |/ / |
|
* | | | | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-12-10 | 1 | -5/+3 |
|\ \ \ \ |
|
| * | | | | tracing: Fix return value of ftrace_raw_output_prep() | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -1/+1 |
| * | | | | tracing: Add trace_seq_has_overflowed() and trace_handle_return() | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -4/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-12-10 | 1 | -0/+160 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | sunrpc: add tracepoints in xs_tcp_data_recv | Jeff Layton | 2014-11-24 | 1 | -1/+43 |
| * | | | sunrpc: add new tracepoints in xprt handling code | Jeff Layton | 2014-11-24 | 1 | -0/+63 |
| * | | | sunrpc: add some tracepoints in svc_rqst handling functions | Jeff Layton | 2014-11-24 | 1 | -0/+55 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-09 | 1 | -3/+6 |
|\ \ \ |
|
| * \ \ | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2014-11-16 | 1 | -9/+9 |
| |\ \ \
| | |/ / |
|
| * | | | sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state() | Oleg Nesterov | 2014-10-28 | 1 | -3/+6 |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-09 | 1 | -2/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-11-20 | 1 | -2/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | rcu: Remove redundant TREE_PREEMPT_RCU config option | Pranith Kumar | 2014-10-29 | 1 | -2/+2 |
* | | | | | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 | Hannes Reinecke | 2014-11-24 | 2 | -2/+2 |
|/ / / / |
|
* | | | | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-10-30 | 1 | -9/+9 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | rcu: Make rcu_barrier() understand about missing rcuo kthreads | Paul E. McKenney | 2014-10-28 | 1 | -9/+9 |
| |/ |
|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2014-10-24 | 1 | -0/+83 |
|\ \ |
|
| * \ | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti... | Zhang Rui | 2014-08-27 | 1 | -0/+83 |
| |\ \ |
|
| | * | | thermal: trace: Trace when temperature is above a trip point | Punit Agrawal | 2014-07-29 | 1 | -0/+26 |
| | * | | thermal: trace: Trace when a cooling device's state is updated | Punit Agrawal | 2014-07-29 | 1 | -0/+19 |
| | * | | thermal: trace: Trace temperature changes | Punit Agrawal | 2014-07-29 | 1 | -0/+38 |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-10-20 | 1 | -8/+51 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ext4: track extent status tree shrinker delay statictics | Zheng Liu | 2014-09-01 | 1 | -0/+31 |
| * | | | ext4: improve extents status tree trace point | Zheng Liu | 2014-09-01 | 1 | -8/+20 |
| |/ / |
|