index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+203
2012-01-16
Btrfs: space leak tracepoints
Josef Bacik
1
-0
/
+30
2012-01-16
Btrfs: add allocator tracepoints
Josef Bacik
1
-0
/
+173
2012-01-12
vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()
Tao Ma
1
-8
/
+14
2012-01-10
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+11
2012-01-10
Merge branch 'akpm' (aka "Andrew's patch-bomb")
Linus Torvalds
3
-2
/
+96
2012-01-10
tracepoint: add tracepoints for debugging oom_score_adj
KAMEZAWA Hiroyuki
2
-0
/
+94
2012-01-10
mm-tracepoint: rename page-free events
Konstantin Khlebnikov
1
-2
/
+2
2012-01-10
Merge branch 'for_linus' into for_linus_merged
Theodore Ts'o
1
-3
/
+3
2012-01-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
1
-0
/
+9
2012-01-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+57
2012-01-06
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-13
/
+109
2011-12-23
sched/tracing: Add a new tracepoint for sleeptime
Arun Sharma
1
-0
/
+50
2011-12-18
ext4: do not reference pa_inode from group_pa
Yongqiang Yang
1
-3
/
+3
2011-12-18
writeback: dirty ratelimit - think time compensation
Wu Fengguang
1
-3
/
+11
2011-12-18
writeback: show writeback reason with __print_symbolic
Wu Fengguang
1
-2
/
+13
2011-12-11
rcu: Augment rcu_batch_end tracing for idle and callback state
Paul E. McKenney
1
-9
/
+29
2011-12-11
rcu: Permit dyntick-idle with callbacks pending
Paul E. McKenney
1
-1
/
+2
2011-12-11
rcu: Eliminate RCU_FAST_NO_HZ grace-period hang
Paul E. McKenney
1
-1
/
+0
2011-12-11
rcu: Add tracing for RCU_FAST_NO_HZ
Paul E. McKenney
1
-0
/
+37
2011-12-11
rcu: Update trace_rcu_dyntick() header comment
Paul E. McKenney
1
-2
/
+10
2011-12-11
rcu: Deconfuse dynticks entry-exit tracing
Paul E. McKenney
1
-6
/
+9
2011-12-11
rcu: Add failure tracing to rcutorture
Paul E. McKenney
1
-0
/
+26
2011-12-11
rcu: Track idleness independent of idle tasks
Paul E. McKenney
1
-4
/
+6
2011-12-06
events, sched: Add tracepoint for accounting blocked time
Andrew Vagin
1
-0
/
+7
2011-11-30
regmap: Add trace event for successful cache reads
Mark Brown
1
-0
/
+9
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-11
/
+1
2011-11-06
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-30
/
+131
2011-11-02
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-7
/
+473
2011-10-31
mm: change isolate mode from #define to bitwise type
Minchan Kim
1
-4
/
+4
2011-10-31
Revert "tracing: Include module.h in define_trace.h"
Paul Gortmaker
1
-10
/
+0
2011-10-31
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
1
-1
/
+1
2011-10-31
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
1
-4
/
+10
2011-10-31
writeback: send work item to queue_io, move_expired_inodes
Curt Wohlgemuth
1
-2
/
+3
2011-10-31
writeback: trace event balance_dirty_pages
Wu Fengguang
1
-0
/
+73
2011-10-31
writeback: trace event bdi_dirty_ratelimit
Wu Fengguang
1
-0
/
+45
2011-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-0
/
+25
2011-10-27
ext4: optimize ext4_ext_convert_to_initialized()
Eric Gouriou
1
-0
/
+82
2011-10-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+5
2011-10-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2011-10-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+459
2011-10-26
Merge branch 'for-linus' of git://github.com/ericvh/linux
Linus Torvalds
1
-0
/
+176
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+99
2011-10-25
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap
Linus Torvalds
1
-0
/
+136
2011-10-24
net/9p: Convert net/9p protocol dumps to tracepoints
Aneesh Kumar K.V
1
-0
/
+176
2011-10-07
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
1
-0
/
+99
2011-10-06
Merge commit 'v3.1-rc9' into perf/core
Ingo Molnar
1
-5
/
+5
2011-10-04
Merge branch 'linus' into sched/core
Ingo Molnar
1
-5
/
+5
2011-10-04
perf: Fix counter of ftrace events
Andrew Vagin
1
-0
/
+3
2011-10-03
writeback: IO-less balance_dirty_pages()
Wu Fengguang
1
-24
/
+0
[next]